/* Inner Page Styles */

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

.first-a1fa 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);
}

.first-a1fa 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);
}

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

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

.slow_601f .link_761e {
    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;
}

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

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

.slow_601f .link_761e:hover::before {
    left: 100%;
}

.slow_601f .link_761e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.middle_c85a {
    margin-bottom: var(--md-spacing-lg);
}

.inner_132c {
    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);
}

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

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

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

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

.mask-rough-511a {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.notice_orange_0d13 {
    color: var(--casino-gold-light);
}

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

.notice_orange_0d13 a:hover {
    color: var(--casino-gold-light);
}

.notice_orange_0d13.fn-active-c33e {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.background-4022 {
    padding: var(--md-spacing-lg) 0;
}

.north_b659 {
    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);
}

.north_b659 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);
}

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

/* Content Cards */
.background_76dd {
    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);
}

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

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

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

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

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

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

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

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

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

.glass-dd51 {
    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%;
}

.glass-dd51 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 */
.secondary_9473 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.secondary_9473 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);
}

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

/* Promo Cards */
.article-easy-0c8e {
    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;
}

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

.article-easy-0c8e:hover::before {
    left: 100%;
}

.article-easy-0c8e 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;
}

.article-easy-0c8e 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;
}

.article-easy-0c8e .panel_down_8a2f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.article-easy-0c8e .panel_down_8a2f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.wrapper-center-e5b7 {
    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);
}

.wrapper-center-e5b7:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.shadow_06df {
    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);
}

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

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

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

.shadow_06df .panel_down_8a2f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.shadow_06df .panel_down_8a2f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .first-a1fa {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .first-a1fa h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .first-a1fa h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .slow_601f {
        justify-content: center;
    }
    
    .inner_132c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fixed_2d72 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .background-4022 {
        padding: var(--md-spacing-md) 0;
    }
    
    .north_b659 {
        padding: var(--md-spacing-md);
    }
    
    .overlay_fresh_641e {
        padding: var(--md-spacing-md) 0;
    }
    
    .glass-dd51 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .shadow_06df {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .active_b5e5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .north_b659 {
        padding: var(--md-spacing-sm);
    }
    
    .background_76dd {
        padding: var(--md-spacing-md);
    }
    
    .glass-dd51 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background_76dd,
.glass-dd51,
.shadow_06df {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.easy-40ea {
    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);
}

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

.small-bae8 {
    font-size: 1.5rem;
}

.wood_8370 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.short-26f7 {
    padding: 30px 0;
}

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

.fixed-41de {
    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;
}

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

.fixed-41de ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.fixed-41de li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.sort-complex-b52e {
    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;
}

.sort-complex-b52e strong {
    color: #00ff88;
}

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

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

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

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

.aside_clean_32d2 {
    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 */
.notification_7c38 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.notification_7c38::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;
}

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

.lower_cbe5 {
    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;
}

.lower_cbe5.dynamic_2a7a .list_tiny_7f7a {
    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); }
}

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

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

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

.accent_in_d010 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accent_in_d010 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;
}

.accent_in_d010 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);
}

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

.yellow-05f6 {
    font-size: 1.2rem;
}

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

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

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

.out-555a {
    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;
}

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

.out-555a.hero-e4b3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.out-555a.tag-middle-cfff::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.out-555a.right-a0a9::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.out-555a.texture_bright_51bd::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.under-af06 {
    font-size: 1.2rem;
}

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

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

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

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

.purple_8083.shade_5847 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.purple_8083.fn-active-c33e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.grid-orange-d915 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.steel-8acb {
    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;
}

.steel-8acb:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.steel-8acb.texture-cb7a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.main-15bc {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.bronze_1e8e { border-top: 3px solid #00ccff; }
.solid-6271 { border-top: 3px solid #00ff88; }
.south_da5c { border-top: 3px solid #d4af37; }
.fresh_4824 { border-top: 3px solid #ff6b6b; }
.header-d253 { border-top: 3px solid #8b5cf6; }

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

.hovered_cf9b {
    overflow-x: auto;
}

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

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

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

.nav-hot-04fd td {
    color: #ccc;
}

.nav-hot-04fd .wrapper_yellow_f892 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.nav-hot-04fd tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.module_easy_2647 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.shadow_up_407e {
    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;
}

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

.pro_9087 {
    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;
}

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

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

.dropdown_yellow_7cfe {
    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;
}

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

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

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

.input_brown_f76d {
    font-size: 2rem;
}

.module-e353 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

.advanced_6e3a {
    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;
}

.advanced_6e3a::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);
}

.disabled-steel-12cd {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

.light_335d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.form-center-5117 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.notice_pro_b1be {
    font-size: 1.5rem;
}

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

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

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

.photo-liquid-43d2 {
    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;
}

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

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

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

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

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

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

.image-f6a9 .green-3bf6 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.box_a019 .tertiary-mini-6326 {
    margin-bottom: 10px;
}

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

.box_a019 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

.glass_e97b 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 */
.tertiary-970c {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.aside-c0ff {
    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;
}

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

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

.tooltip_red_6f0f {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.overlay-motion-9904 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.overlay_thick_82b7 {
    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;
}

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

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

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

.hidden-50f1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item_c752 {
    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;
}

.hidden-50f1 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.module-24e6 span {
    color: #666;
    font-size: 0.8rem;
}

.module-24e6 a {
    color: #ff6b6b;
}

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

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

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

.steel-642f {
    text-align: center;
}

.steel-642f .layout-cf78 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.steel-642f .menu-yellow-ac3b {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.accordion-slow-5558 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.yellow-3b14 {
    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;
}

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

.pattern_brown_4019 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.hover_complex_6327 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.over-9dc7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dropdown_5d8e {
    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;
}

.dropdown_5d8e.texture-cb7a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.focus-6c22 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .over-9dc7 {
        flex-direction: column;
    }
    .module-e429 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.column_e50c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.tertiary_83ab .north_561a {
    color: #666;
    margin: 0 8px;
}

.tertiary_83ab .wrapper_dark_006f {
    color: #ff6b6b;
    text-decoration: line-through;
}

.avatar-soft-c821 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bottom-3e3d strong {
    color: #d4af37;
    margin-right: 8px;
}

.outline-a994 {
    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;
}

.detail-simple-0858 {
    font-size: 2rem;
}

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

.picture_d265 strong {
    color: #d4af37;
}

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

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

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

.label_wood_f656 h3,
.rough-ae70 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.green-74a5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.hard-c267 strong {
    color: #00ff88;
}

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

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

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

.logo_fast_4c2c h3,
.modal-6665 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.button-wide-f96d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.outline_smooth_fbb4 summary::-webkit-details-marker {
    display: none;
}

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

.modal-8ec8 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.hard_f5f3 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.hard_f5f3 strong {
    color: #d4af37;
}

.bronze_f5a9 {
    color: #aaa;
}

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

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

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

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

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

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

.modal-gas-1182 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modal-gas-1182:last-child {
    border-bottom: none;
}

.modal-gas-1182 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.modal-gas-1182 p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.modal-gas-1182 p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.modal-gas-1182 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.cold-1023 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;
}

.cold-1023 li strong {
    color: #00ff88;
}

.message-south-707c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .message-south-707c {
        grid-template-columns: repeat(2, 1fr);
    }
}

.container_0a96 {
    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;
}

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

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

@media (max-width: 576px) {
    .texture-center-572e {
        grid-template-columns: 1fr;
    }
}

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

.active-8c24 strong {
    color: #d4af37;
}

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

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

.north_ed00 strong {
    color: #00ff88;
}

.north_ed00 span {
    color: #d4af37;
}

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

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

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

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

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

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

.header_green_3348 {
    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;
}

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

.chip-plasma-14fb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.alert_2fe2 {
    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);
}

.middle-86e7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.thumbnail-pink-2546 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

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

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

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

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

.grid_415e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid_415e li {
    margin-bottom: 5px;
}

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

.grid_415e a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.dynamic_f277 {
    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;
}

.search_yellow_8c4b {
    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;
}

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

.pagination-415f strong {
    color: #00ff88;
}

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

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

.left-37f4 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

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

.icon_9200 {
    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;
}

.caption_3779 {
    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;
}

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

@media (max-width: 768px) {
    .modal_last_031a {
        flex-direction: column;
    }
    
    .icon_9200 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

.layout-paper-b95a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.nav_basic_8189 {
    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;
}

.nav_basic_8189: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) {
    .nav_basic_8189 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .west-7378 {
        padding: 30px 15px;
    }
    
    .west-7378 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .border-2f48 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .notification_steel_d85b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media-25f9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-25f9 .complex-6c41 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .mask-94f5 {
        font-size: 1.3rem;
    }
    
    .popup-df78 {
        font-size: 0.7rem;
    }
    
    .border-efca {
        flex-direction: column;
        gap: 10px;
    }
    
    .border-efca .panel_down_8a2f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .widget-over-1847 {
        display: none;
    }
    
    .hover_723e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hard_085c {
        padding: 20px 10px;
    }
    
    .preview_bc05 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next-8b64,
    .pattern_fresh_5fb5 {
        padding: 15px;
    }
    
    .form-3503 {
        flex-direction: column;
        gap: 5px;
    }
    
    .alert_2fe2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hero_cbbc {
        padding: 30px 10px;
    }
    
    .article_fixed_7d7a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component_wide_298f {
        padding: 20px 15px;
    }
    
    .heading_0d16 {
        font-size: 2rem;
    }
    
    .component_wide_298f h3 {
        font-size: 1.1rem;
    }
    
    .component_wide_298f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .preview_22f8 {
        padding: 20px 5px;
    }
    
    .preview_22f8 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .shadow-c8ad {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .nav-hot-04fd {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .nav-hot-04fd th,
    .nav-hot-04fd td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .gold_48fc {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .filter_3926 {
        padding: 20px 10px;
    }
    
    .banner-yellow-3533 h2 {
        font-size: 1.3rem;
    }
    
    .fresh_d55e {
        font-size: 0.9rem;
    }
    
    .modal-gas-1182 h3 {
        font-size: 1.1rem;
    }
    
    .modal-gas-1182 p {
        font-size: 0.9rem;
    }
    
    .cold-1023 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .texture-center-572e {
        grid-template-columns: 1fr;
    }
    
    .active-8c24 {
        font-size: 0.85rem;
    }
    
    .message-south-707c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_0a96 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .container_0a96 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading_2f02 {
        padding: 30px 10px;
    }
    
    .info-9e0e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal-outer-a5b2 {
        padding: 15px 10px;
    }
    
    .modal-outer-a5b2 h4 {
        font-size: 0.9rem;
    }
    
    .modal-outer-a5b2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tall-29e5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-9e0e {
        grid-template-columns: 1fr;
    }
    
    .modal-outer-a5b2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .sort_up_6efb {
        padding: 30px 10px;
    }
    
    .dirty-b57f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media-985b {
        padding: 15px;
    }
    
    .east-d749 {
        font-size: 0.9rem;
    }
    
    .main-6a77 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main-6a77 .form-9be7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .border_ae74 {
        padding: 30px 10px;
    }
    
    .border_ae74 h2 {
        font-size: 1.2rem;
    }
    
    .paper_2a43 {
        gap: 10px;
    }
    
    .shadow-gold-c72c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .shadow-gold-c72c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .info-fc5f {
        padding: 30px 10px;
    }
    
    .info-fc5f h2 {
        font-size: 1.2rem;
    }
    
    .card-thick-43c7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel-cc49 {
        padding: 15px 10px;
    }
    
    .panel-cc49 h4 {
        font-size: 0.85rem;
    }
    
    .panel-cc49 p {
        font-size: 0.75rem;
    }
    
    .easy-a1af {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading_rough_4b4c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .card-thick-43c7 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .overlay_thick_82b7 {
        padding: 20px 10px;
    }
    
    .tertiary_dark_cf07 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tall-e952,
    .hidden-50f1,
    .module-24e6 {
        width: 100%;
    }
    
    .tall-e952 h3 {
        font-size: 1.1rem;
    }
    
    .tall-e952 p {
        font-size: 0.8rem;
    }
    
    .item_c752 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .status-65bf {
        padding: 30px 15px;
    }
    
    .status-65bf h2 {
        font-size: 1.3rem;
    }
    
    .status-65bf p {
        font-size: 0.85rem;
    }
    
    .aside_a46f {
        flex-direction: column;
        gap: 10px;
    }
    
    .aside_a46f .panel_down_8a2f {
        width: 100%;
    }
    
    .short-5347 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .texture_9d2b {
        padding: 30px 15px;
    }
    
    .slider-3b19 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .grid-liquid-6132 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .outline-4858 h4 {
        font-size: 0.9rem;
    }
    
    .outline-4858 a {
        font-size: 0.8rem;
    }
    
    .focus_warm_bd75 {
        font-size: 0.8rem;
    }
    
    .middle_fee6 p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .slider-3b19 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Top Bar Mobile */
@media (max-width: 768px) {
    .section-f4fa {
        padding: 8px 10px;
    }
    
    .button-fresh-b4fb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .title-5fa6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .button-fresh-b4fb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .title-5fa6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e28f */
.shadow-element-s2 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
