/* Inner Page Styles */

/* Hero Section Layout Styles */
.mini_6e29 {
    padding: var(--md-spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mini_6e29 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mini_6e29 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.mini_6e29 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

.hidden_e57b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hidden_e57b .thumbnail-south-86db {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

.hidden_e57b .thumbnail-south-86db::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.hidden_e57b .thumbnail-south-86db:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.hidden_e57b .thumbnail-south-86db:hover::before {
    left: 100%;
}

.hidden_e57b .thumbnail-south-86db:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.menu-hovered-c75f {
    margin-bottom: var(--md-spacing-lg);
}

.thick-ff24 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.thick-ff24:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.aside-fluid-99a4 {
    font-size: 2rem;
    margin-right: var(--md-spacing-md);
    min-width: 40px;
    text-align: center;
}

.picture-old-e529 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.picture-old-e529 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

.overlay_bc60 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

.overlay_bc60 img {
    border-radius: var(--md-radius-lg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all var(--md-transition-normal);
}

.overlay_bc60 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

/* Content Area Base Styles */
.mask_last_d683 {
    background-color: var(--casino-dark);
    color: var(--casino-gold-light);
    min-height: 100vh;
}

/* Breadcrumb Navigation */
.sidebar-up-eb62 {
    background-color: var(--casino-black);
    border-bottom: 1px solid var(--casino-gold);
    padding: var(--md-spacing-sm) 0;
}

.pagination-b218 {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--md-spacing-xs);
}

.highlight-0a25 {
    color: var(--casino-gold-light);
}

.highlight-0a25 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.highlight-0a25 a:hover {
    color: var(--casino-gold-light);
}

.highlight-0a25.fn-active-33d0 {
    color: var(--casino-gold-light);
}

.highlight-0a25:not(:last-child)::after {
    content: '>';
    margin-left: var(--md-spacing-xs);
    color: var(--casino-gold);
}

/* Main Content Area */
.yellow-5c36 {
    padding: var(--md-spacing-lg) 0;
}

.in_f72b {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.in_f72b h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.in_f72b p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.primary_small_7f1b {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

.primary_small_7f1b:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

.primary_small_7f1b h3 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-medium);
    margin-bottom: var(--md-spacing-md);
}

.primary_small_7f1b p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

/* Feature Lists */
.block-advanced-0866 {
    list-style: none;
    padding: 0;
    margin: var(--md-spacing-md) 0;
}

.block-advanced-0866 li {
    color: var(--casino-gold-light);
    padding: var(--md-spacing-xs) 0;
    padding-left: var(--md-spacing-md);
    position: relative;
}

.block-advanced-0866 li::before {
    content: '✓';
    color: var(--casino-gold);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Section */
.tag-02d5 {
    text-align: center;
    margin-top: var(--md-spacing-lg);
    padding-top: var(--md-spacing-md);
    border-top: 1px solid var(--casino-gray);
}

/* Sidebar Section */
.hot_47fe {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.module-bdf4 {
    padding: var(--md-spacing-md) 0;
}

.search-a034 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.search-a034 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.chip_selected_cf7c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chip_selected_cf7c li {
    margin-bottom: var(--md-spacing-xs);
}

.chip_selected_cf7c a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.chip_selected_cf7c a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

/* Promo Cards */
.label_large_d90b {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.label_large_d90b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.label_large_d90b:hover::before {
    left: 100%;
}

.label_large_d90b h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.label_large_d90b p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.label_large_d90b .fixed-308a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.label_large_d90b .fixed-308a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

/* Contact Information */
.thumbnail-ef5d p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-xs);
}

.action_6f4b {
    margin-top: var(--md-spacing-sm);
}

.header-white-f7cf {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.header-white-f7cf:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

/* Related Pages */
.tabs_bb33 {
    background-color: var(--casino-black);
    padding: var(--md-spacing-lg) 0;
    border-top: 1px solid var(--casino-gold);
}

.tabs_bb33 h3 {
    color: var(--casino-gold);
    text-align: center;
    margin-bottom: var(--md-spacing-lg);
    font-size: var(--md-font-size-headline-small);
}

.image-3b9a {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.image-3b9a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

.image-3b9a h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

.image-3b9a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.image-3b9a .fixed-308a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.image-3b9a .fixed-308a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mini_6e29 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mini_6e29 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mini_6e29 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hidden_e57b {
        justify-content: center;
    }
    
    .thick-ff24 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .aside-fluid-99a4 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .yellow-5c36 {
        padding: var(--md-spacing-md) 0;
    }
    
    .in_f72b {
        padding: var(--md-spacing-md);
    }
    
    .hot_47fe {
        padding: var(--md-spacing-md) 0;
    }
    
    .search-a034 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .image-3b9a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pagination-b218 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .in_f72b {
        padding: var(--md-spacing-sm);
    }
    
    .primary_small_7f1b {
        padding: var(--md-spacing-md);
    }
    
    .search-a034 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.primary_small_7f1b,
.search-a034,
.image-3b9a {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar Styles */
.mask_last_d683::-webkit-scrollbar {
    width: 8px;
}

.mask_last_d683::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.mask_last_d683::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.mask_last_d683::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

/* ============================================
   COMPACT STYLES - Space Optimization
   ============================================ */

/* Author Section Compact */
.content_e006 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

.form_1638 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.search-lower-50e2 {
    font-size: 1.5rem;
}

.action_6f29 strong {
    color: #00ff88;
}

.pressed-1044 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .form_1638 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .pressed-1044 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.secondary-smooth-b655 {
    padding: 30px 0;
}

.box_06c6 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.notice-039e {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.notice-039e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.notice-039e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-039e li {
    color: #ccc;
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notice-039e li:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {
    .box_06c6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .box_06c6 {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.black-2758 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.black-2758 h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

.image_6802 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.nav_paper_b887 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.nav_paper_b887 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .image_6802 {
        grid-template-columns: 1fr;
    }
}

/* Version History Compact */
.inner-28b0 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 255, 136, 0.1);
}

.inner-28b0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

.message-2991 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.preview_medium_5e89 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.east_04e7 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.east_04e7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.dynamic-febd {
    text-align: center;
    margin-bottom: 30px;
}

.container-glass-0d67 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.container-glass-0d67.hidden_hard_573c .yellow-9e0b {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

.image_bright_1ac2 {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon_f6a2 h1 {
    font-size: 2.5rem;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.west_947b {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

.layout-black-93f7 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-black-93f7 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.layout-black-93f7 img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

.top-3b65 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.right-e298 {
    font-size: 1.2rem;
}

/* Metrics Dashboard */
.element_action_c439 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .element_action_c439 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .element_action_c439 {
        grid-template-columns: 1fr;
    }
}

.content-180a {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.content-180a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.content-180a.paragraph-wide-74b4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.content-180a.caption-a7da::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.content-180a.accent_motion_1863::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.content-180a.carousel_4ce0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.mini_a153 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.gradient_5d06 {
    font-size: 1.2rem;
}

.pagination_edbc {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.block_73cd {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

.notice_cd83 {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

.short_cbb9 {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border-radius: 3px;
    transition: width 1s ease;
}

.short_cbb9.chip_orange_90c6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short_cbb9.fn-active-33d0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.fresh_0fac {
    color: #666;
    font-size: 0.8rem;
}

.easy-2d52 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.progress_fresh_6e20 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.dynamic-7f73 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.inner_3e98 {
    background: #0a0a0a;
    padding: 60px 0;
}

.large_2a18 {
    max-width: 800px;
    margin: 0 auto;
}

.hard-94d6 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0;
}

.silver-6057 {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.button-4996 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.label-6d46 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

.label-6d46:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.label-6d46.slider-smooth-62ac {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.lite-95c9 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.shadow_af56 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

.detail_paper_36c2 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

.message_0ad1 {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.frame_9cec { border-top: 3px solid #00ccff; }
.accordion-d77b { border-top: 3px solid #00ff88; }
.texture-small-c7fd { border-top: 3px solid #d4af37; }
.stone-481f { border-top: 3px solid #ff6b6b; }
.current_26f0 { border-top: 3px solid #8b5cf6; }

/* Comparison Section */
.panel-clean-5988 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.preview_fast_aa3f {
    overflow-x: auto;
}

.light_2b2d {
    width: 100%;
    border-collapse: collapse;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.light_2b2d th,
.light_2b2d td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.light_2b2d th {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.light_2b2d td {
    color: #ccc;
}

.light_2b2d .soft-34b4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.light_2b2d tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.tooltip-e2d6 {
    background: #0a0a0a;
    padding: 60px 0;
}

.tertiary-2610 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .tertiary-2610 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .tertiary-2610 {
        grid-template-columns: 1fr;
    }
}

.hidden-green-8493 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.hidden-green-8493 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hover-current-0288 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.black_1f8a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.breadcrumb-hot-62ef {
    color: #888;
    font-size: 0.85rem;
}

.wide_4e05 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

/* Expert Analysis Section */
.middle-0def {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.green_26e3 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.badge_e418 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fluid-71b0 {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-eec4 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.simple-eec4 p {
    color: #888;
    font-size: 0.9rem;
}

.surface-top-52a9 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.layout-dynamic-f72e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .layout-dynamic-f72e {
        grid-template-columns: 1fr;
    }
}

.article_outer_e443 {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: rgba(0, 255, 136, 0.05);
    border-radius: 8px;
}

.row-old-03a1 {
    font-size: 2rem;
}

.image-stale-3321 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.image-stale-3321 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.south_6c9c {
    background: #0a0a0a;
    padding: 60px 0;
}

.accordion_inner_a4a3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.accordion_inner_a4a3::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #00ff88, #d4af37, #ff6b6b);
}

@media (max-width: 576px) {
    .accordion_inner_a4a3::before {
        left: 30px;
    }
}

.menu_6a8b {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.mini-370d {
    width: 50px;
    color: #d4af37;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: right;
    flex-shrink: 0;
}

.fixed-68cf {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.fixed-68cf::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

.soft_792a {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.fixed-68cf h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.fixed-68cf p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Reviews Carousel Section */
.medium-3420 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 60px 0;
}

.search-warm-2e1a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.caption-9ec0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.dynamic-d235 {
    font-size: 1.5rem;
}

.box_brown_df29 {
    color: #888;
    font-size: 0.9rem;
}

.active-9384 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .active-9384 {
        grid-template-columns: 1fr;
    }
}

.prev-fb5c {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

.media-fae6 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.narrow-f53e {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 30px 0 20px;
}

.panel_e7db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.picture_4811 strong {
    color: #fff;
    display: block;
}

.shade-dirty-82b0 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
}

.left_78db {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.left_78db .list-d0d4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.west-26fd {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.west-26fd .action_b34e {
    margin-bottom: 10px;
}

.west-26fd p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.west-26fd strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.black_2629 {
    background: #0a0a0a;
    padding: 60px 0;
}

.focus_gold_208e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .focus_gold_208e {
        grid-template-columns: 1fr;
    }
}

.photo_d6d2 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.slow-3469 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.highlight_d9cb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.hero_4a41 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.hero_4a41 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.background-large-1cd4 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.warm-3737 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.mask-91b2 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.main_silver_1c4f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-hot-1958 {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    align-items: center;
}

.bottom-8fec {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.black_f51c {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.nav-b44a {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

.content_5cb2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tertiary-e13b h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.tertiary-e13b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.highlight_black_1956 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.up_4e5f {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.highlight_black_1956 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.selected_c501 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.selected_c501 span {
    color: #666;
    font-size: 0.8rem;
}

.selected_c501 a {
    color: #ff6b6b;
}

/* CTA Tech Section */
.media_bcb0 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 60px 0;
    text-align: center;
}

.banner_ee2d {
    max-width: 800px;
    margin: 0 auto;
}

.huge_a3ec {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.list-d0c8 {
    text-align: center;
}

.list-d0c8 .down-dcaf {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.list-d0c8 .button_complex_da49 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner_ee2d h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.banner_ee2d > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.pattern_6220 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.pattern_6220 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.message-gas-aab8 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media (max-width: 992px) {
    .message-gas-aab8 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .message-gas-aab8 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.solid_9c62 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.solid_9c62:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

.gallery-wide-9a67 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.article_53bb {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3px;
}

.center-228e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

/* ============================================
   PLATFORM PAGE - ULTRA COMPACT STYLES
   ============================================ */

/* Architecture Flow - Horizontal */
.texture_628c {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 30px 0;
}

.texture_628c h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

.logo-45db {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.narrow_734a {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.narrow_734a.slider-smooth-62ac {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.sort_wood_d256 {
    display: block;
    color: #00ff88;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.hero-5c23 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.aside_d974 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .logo-45db {
        flex-direction: column;
    }
    .aside_d974 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.secondary-easy-295f {
    background: #0a0a0a;
    padding: 30px 0;
}

.secondary-easy-295f h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

.accent_middle_8ad1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .accent_middle_8ad1 {
        grid-template-columns: 1fr;
    }
}

.container_gas_d99c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.alert_soft_6719 {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #00ff88;
}

.alert_soft_6719 .light_f0dc {
    color: #666;
    margin: 0 8px;
}

.alert_soft_6719 .pro-d048 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hero-e092 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dirty_4115 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.dirty_4115 strong {
    color: #d4af37;
    margin-right: 8px;
}

.middle-bd8a {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.short-3a5f {
    font-size: 2rem;
}

.link_1d88 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.link_1d88 strong {
    color: #d4af37;
}

/* Certs & Reviews Combined */
.gallery-02ef {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 30px 0;
}

.fast_f0f6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .fast_f0f6 {
        grid-template-columns: 1fr;
    }
}

.primary-solid-04d2 h3,
.article_5729 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.left_5a78 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.easy-4df6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.status-pressed-99c5 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.status-pressed-99c5 strong {
    color: #d4af37;
    margin-right: 8px;
}

.mask_3904 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.full-bf64 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #ccc;
}

.full-bf64 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.current_997c {
    background: #0a0a0a;
    padding: 30px 0;
}

.heading_outer_2622 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .heading_outer_2622 {
        grid-template-columns: 1fr;
    }
}

.down-e8f2 h3,
.component_smooth_3ae7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.current-38f9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.link-dirty-6379 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.link-dirty-6379 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.link-dirty-6379 summary::-webkit-details-marker {
    display: none;
}

.link-dirty-6379 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.image-steel-0c58 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.hovered_7c93 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.search-glass-0f9a {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.search-glass-0f9a strong {
    color: #d4af37;
}

.disabled-81e4 {
    color: #aaa;
}

/* ============================================
   SEO ARTICLE CONTENT STYLES
   ============================================ */

.header_3a61 {
    background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
    padding: 50px 0;
}

.card-4225 {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card-4225 h2 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.hero-wood-1d3b {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.paragraph_34b3 {
    max-width: 900px;
    margin: 0 auto;
}

.title-static-831e {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.title-static-831e:last-child {
    border-bottom: none;
}

.title-static-831e h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.title-static-831e p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.title-static-831e p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.title-static-831e p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.full_bdd9 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.full_bdd9 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.full_bdd9 li strong {
    color: #00ff88;
}

.bottom-cdfa {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .bottom-cdfa {
        grid-template-columns: repeat(2, 1fr);
    }
}

.black_9711 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.black_9711 strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

.yellow_60ed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .yellow_60ed {
        grid-template-columns: 1fr;
    }
}

.module-fad2 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #ccc;
}

.module-fad2 strong {
    color: #d4af37;
}

.last_2604 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.down-e39b {
    color: #888;
    font-size: 0.9rem;
}

.down-e39b strong {
    color: #00ff88;
}

.down-e39b span {
    color: #d4af37;
}

/* ============================================
   E-E-A-T AUTHOR & EDITORIAL SECTION
   ============================================ */

.nav-bdfe {
    background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.media-2755 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .media-2755 {
        grid-template-columns: 1fr;
    }
}

.border_27d9 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.first-0137 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo_ea84 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.component_3827 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.paragraph_under_4fb0 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

.carousel-e6d9 p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.surface_6bd1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.full_66eb {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.texture_f4e1 {
    color: #999;
    font-size: 0.85rem;
}

.media_tall_f681 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.media_tall_f681 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.banner_hard_4ff8 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.banner_hard_4ff8 li {
    color: #bbb;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.banner_hard_4ff8 li:last-child {
    border-bottom: none;
}

.advanced-b2f3 {
    color: #888;
    font-size: 0.8rem;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Methodology & Sources Section */
.purple_6788 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

.advanced-6fb6 {
    background: rgba(212, 175, 55, 0.05);
    border-radius: 10px;
    padding: 20px !important;
}

.section-46f9 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .section-46f9 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .section-46f9 {
        grid-template-columns: 1fr;
    }
}

.overlay-steel-54cc {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px;
}

.overlay-steel-54cc strong {
    color: #d4af37;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

.overlay-steel-54cc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-steel-54cc li {
    margin-bottom: 5px;
}

.overlay-steel-54cc a {
    color: #00ff88;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.overlay-steel-54cc a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.pattern-be29 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

.mask-4557 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.image_paper_c3d9 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.image_paper_c3d9 strong {
    color: #00ff88;
}

.picture_93ce {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

/* Update History Section */
.smooth-5a7c {
    background: rgba(20, 20, 35, 0.6);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.smooth-5a7c h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.content_c139 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.modal-hot-1958 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

.bottom-8fec {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

.black_f51c {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .content_c139 {
        flex-direction: column;
    }
    
    .modal-hot-1958 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ============================================
   HERO LOGO CONTAINER
   ============================================ */

.accent-brown-99c1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.column_69e3 {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.column_69e3:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .column_69e3 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .column_69e3 {
        width: 120px;
        height: 120px;
    }
}

/* ============================================
   MOBILE RESPONSIVE FIXES - SLOT PAGE
   ============================================ */

/* Global overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.content_31ec {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .pro_26ec {
        padding: 30px 15px;
    }
    
    .pro_26ec h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .text_cd72 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .main-cool-0805 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .icon-focused-64b0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon-focused-64b0 .narrow_d95e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .button-2b70 {
        font-size: 1.3rem;
    }
    
    .form-yellow-188c {
        font-size: 0.7rem;
    }
    
    .header_a676 {
        flex-direction: column;
        gap: 10px;
    }
    
    .header_a676 .fixed-308a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hidden_d47b {
        display: none;
    }
    
    .focused_dfdf {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .top-3b65 {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8rem;
        padding: 10px;
        gap: 5px;
    }
}

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .nav-bdfe {
        padding: 20px 10px;
    }
    
    .media-2755 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border_27d9,
    .media_tall_f681 {
        padding: 15px;
    }
    
    .surface_6bd1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .full_66eb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tooltip-fe18 {
        padding: 30px 10px;
    }
    
    .hero-dirty-cde9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay-5d95 {
        padding: 20px 15px;
    }
    
    .summary-thick-9f2d {
        font-size: 2rem;
    }
    
    .overlay-5d95 h3 {
        font-size: 1.1rem;
    }
    
    .overlay-5d95 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .panel-clean-5988 {
        padding: 20px 5px;
    }
    
    .panel-clean-5988 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .outline-cold-e0ba {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .light_2b2d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .light_2b2d th,
    .light_2b2d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .highlight-white-7e0b {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .header_3a61 {
        padding: 20px 10px;
    }
    
    .card-4225 h2 {
        font-size: 1.3rem;
    }
    
    .hero-wood-1d3b {
        font-size: 0.9rem;
    }
    
    .title-static-831e h3 {
        font-size: 1.1rem;
    }
    
    .title-static-831e p {
        font-size: 0.9rem;
    }
    
    .full_bdd9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .yellow_60ed {
        grid-template-columns: 1fr;
    }
    
    .module-fad2 {
        font-size: 0.85rem;
    }
    
    .bottom-cdfa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black_9711 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .black_9711 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .sidebar-out-38ce {
        padding: 30px 10px;
    }
    
    .thumbnail-warm-e2a6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image-2ce3 {
        padding: 15px 10px;
    }
    
    .image-2ce3 h4 {
        font-size: 0.9rem;
    }
    
    .image-2ce3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .button-f995 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .thumbnail-warm-e2a6 {
        grid-template-columns: 1fr;
    }
    
    .image-2ce3 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hard_a859 {
        padding: 30px 10px;
    }
    
    .wrapper-dark-6b03 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fixed-4ef1 {
        padding: 15px;
    }
    
    .card_first_c745 {
        font-size: 0.9rem;
    }
    
    .dropdown_wood_e51e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dropdown_wood_e51e .thumbnail_e4bd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .dropdown-dim-03a0 {
        padding: 30px 10px;
    }
    
    .dropdown-dim-03a0 h2 {
        font-size: 1.2rem;
    }
    
    .north-ba99 {
        gap: 10px;
    }
    
    .old_8975 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .old_8975 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .action-88b9 {
        padding: 30px 10px;
    }
    
    .action-88b9 h2 {
        font-size: 1.2rem;
    }
    
    .dynamic_88e2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-short-162c {
        padding: 15px 10px;
    }
    
    .disabled-short-162c h4 {
        font-size: 0.85rem;
    }
    
    .disabled-short-162c p {
        font-size: 0.75rem;
    }
    
    .alert-outer-83a3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .solid-5742 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .dynamic_88e2 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .nav-b44a {
        padding: 20px 10px;
    }
    
    .content_5cb2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary-e13b,
    .highlight_black_1956,
    .selected_c501 {
        width: 100%;
    }
    
    .tertiary-e13b h3 {
        font-size: 1.1rem;
    }
    
    .tertiary-e13b p {
        font-size: 0.8rem;
    }
    
    .up_4e5f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .glass_c8c7 {
        padding: 30px 15px;
    }
    
    .glass_c8c7 h2 {
        font-size: 1.3rem;
    }
    
    .glass_c8c7 p {
        font-size: 0.85rem;
    }
    
    .link_c515 {
        flex-direction: column;
        gap: 10px;
    }
    
    .link_c515 .fixed-308a {
        width: 100%;
    }
    
    .hero-dc33 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .popup_fast_993b {
        padding: 30px 10px;
    }
    
    .popup_fast_993b h3 {
        font-size: 1.2rem;
    }
    
    .old-e33c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image-3b9a {
        padding: 15px 10px;
    }
    
    .image-3b9a h4 {
        font-size: 0.85rem;
    }
    
    .image-3b9a p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .old-e33c {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .footer_pink_3500 {
        padding: 30px 15px;
    }
    
    .hover-9fdc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .white_283c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .next-8438 h4 {
        font-size: 0.9rem;
    }
    
    .next-8438 a {
        font-size: 0.8rem;
    }
    
    .sort-c1d8 {
        font-size: 0.8rem;
    }
    
    .texture-small-dea0 p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .hover-9fdc {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Top Bar Mobile */
@media (max-width: 768px) {
    .dropdown-3e68 {
        padding: 8px 10px;
    }
    
    .hero_e3b8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .badge_4cdc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero_e3b8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .badge_4cdc {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0a05 */
.shadow-element-l3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
