/* Inner Page Styles */

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

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

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

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

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

.sidebar-a948 .label-basic-ce6f {
    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;
}

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

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

.sidebar-a948 .label-basic-ce6f:hover::before {
    left: 100%;
}

.sidebar-a948 .label-basic-ce6f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-glass-cade {
    color: var(--casino-gold-light);
}

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

.tabs-glass-cade a:hover {
    color: var(--casino-gold-light);
}

.tabs-glass-cade.fn-active-df68 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-3a9e {
    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%;
}

.accent-3a9e 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 */
.video-d80f {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.liquid-8f1c {
    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;
}

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

.liquid-8f1c:hover::before {
    left: 100%;
}

.liquid-8f1c 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;
}

.liquid-8f1c 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;
}

.liquid-8f1c .soft_52ec {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.liquid-8f1c .soft_52ec:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.hover-focused-3e6d {
    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);
}

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

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

.hover-focused-3e6d p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.hover-focused-3e6d .soft_52ec {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hover-focused-3e6d .soft_52ec:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .focus_cf72 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .focus_cf72 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .focus_cf72 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sidebar-a948 {
        justify-content: center;
    }
    
    .banner_blue_4741 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .block-48fc {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .icon-5da0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_182a {
        padding: var(--md-spacing-md);
    }
    
    .pink-c0a7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent-3a9e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hover-focused-3e6d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .paper-1714 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .modal_182a {
        padding: var(--md-spacing-sm);
    }
    
    .green-f96c {
        padding: var(--md-spacing-md);
    }
    
    .accent-3a9e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.green-f96c,
.accent-3a9e,
.hover-focused-3e6d {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.focus-7b54::-webkit-scrollbar {
    width: 8px;
}

.focus-7b54::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.list-cold-02c0 {
    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);
}

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

.shadow_65a5 {
    font-size: 1.5rem;
}

.surface_medium_b97b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .panel-next-fe33 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .sidebar-41a7 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.wide-5f5d {
    padding: 30px 0;
}

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

.banner-east-63f2 {
    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;
}

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

.banner-east-63f2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.banner-east-63f2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.up-4aa3 {
    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;
}

.up-4aa3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.pattern-focused-a123 {
    text-align: center;
    margin-bottom: 30px;
}

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

.wrapper_7574.new-c73f .filter_out_be6d {
    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); }
}

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

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

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

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

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

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

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

.chip-pink-19de {
    font-size: 1.2rem;
}

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

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

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

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

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

.hard-7430.plasma-f6be::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hard-7430.header-2d1f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hard-7430.item-down-c97c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hard-7430.backdrop_selected_f6e5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.card-in-2525 {
    font-size: 1.2rem;
}

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

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

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

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

.hidden_60ed.east-b128 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hidden_60ed.fn-active-df68 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.thumbnail-342d {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

.shadow-light-2405 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.modal-prev-b4ba { border-top: 3px solid #00ccff; }
.feature_complex_9d84 { border-top: 3px solid #00ff88; }
.frame-gas-8fd1 { border-top: 3px solid #d4af37; }
.tabs-tall-e53e { border-top: 3px solid #ff6b6b; }
.west_7c3b { border-top: 3px solid #8b5cf6; }

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

.clean_5bb5 {
    overflow-x: auto;
}

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

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

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

.progress-22e3 td {
    color: #ccc;
}

.progress-22e3 .chip_6e34 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.progress-22e3 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.frame-1d7c {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.video-huge-1d6d {
    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;
}

.component-rough-61ad h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.component-rough-61ad p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.dropdown-down-c58d {
    font-size: 2rem;
}

.out-45f0 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

.static-760c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.complex-f1bd {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.plasma_3931 {
    font-size: 1.5rem;
}

.thumbnail-stale-6587 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.item-stone-76c1 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 30px 0 20px;
}

.background-wide-1b75 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.row-easy-a51f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.notification_under_7f69 .sidebar-03d0 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.backdrop-under-fc73 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid_bb7a a {
    color: #ff6b6b;
}

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

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

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

.bright-8d32 {
    text-align: center;
}

.bright-8d32 .heading-690d {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.bright-8d32 .west-99f3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.section-cool-0a2d {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.wrapper-stale-83f4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.photo-e45c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.info-clean-1118 {
    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;
}

.info-clean-1118.progress_e7ca {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hover_916a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .photo-e45c {
        flex-direction: column;
    }
    .basic_ba3d {
        transform: rotate(90deg);
    }
}

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

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

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

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

.accordion-0c1b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.icon-brown-4639 .layout-e561 {
    color: #666;
    margin: 0 8px;
}

.icon-brown-4639 .first_cf6e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.left-8d0c {
    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;
}

.hovered-b6e4 {
    font-size: 2rem;
}

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

.accent-bottom-d2e0 strong {
    color: #d4af37;
}

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

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

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

.last-eab0 h3,
.photo_fast_a7b4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.element-first-0e76 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.wrapper-soft-a67b strong {
    color: #00ff88;
}

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

.disabled-old-8052 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

.table-copper-c3af {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.info-prev-b753 strong {
    color: #d4af37;
}

.form_huge_fab9 {
    color: #aaa;
}

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

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

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

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

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

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

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

.accent_hot_2545:last-child {
    border-bottom: none;
}

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

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

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

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

.dropdown-medium-9db8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.dropdown-medium-9db8 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;
}

.dropdown-medium-9db8 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.avatar_f32a strong {
    color: #d4af37;
}

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

.link-thick-0fcc {
    color: #888;
    font-size: 0.9rem;
}

.link-thick-0fcc strong {
    color: #00ff88;
}

.link-thick-0fcc span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.caption-copper-8ec8 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-1bba strong {
    color: #00ff88;
}

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

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

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

.modal-out-586e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.cool-203c {
    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;
}

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

@media (max-width: 768px) {
    .modal-out-586e {
        flex-direction: column;
    }
    
    .tertiary_5cc5 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .new-1bdb {
        padding: 30px 15px;
    }
    
    .new-1bdb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .menu_2c38 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .article-1e42 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .button-6b9a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .button-6b9a .label-55a7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .orange_1b76 {
        font-size: 1.3rem;
    }
    
    .badge_wood_3ad0 {
        font-size: 0.7rem;
    }
    
    .button_paper_c246 {
        flex-direction: column;
        gap: 10px;
    }
    
    .button_paper_c246 .soft_52ec {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .input-liquid-5f9c {
        display: none;
    }
    
    .filter_west_de5c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .mask-e36b {
        padding: 20px 10px;
    }
    
    .photo_inner_8535 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form_hovered_1706,
    .pagination-4b37 {
        padding: 15px;
    }
    
    .menu_1c64 {
        flex-direction: column;
        gap: 5px;
    }
    
    .center-b9bd {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .preview-fdaf {
        padding: 30px 10px;
    }
    
    .badge_d15c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .label-e3e9 {
        padding: 20px 15px;
    }
    
    .logo_db1c {
        font-size: 2rem;
    }
    
    .label-e3e9 h3 {
        font-size: 1.1rem;
    }
    
    .label-e3e9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .popup-simple-69f0 {
        padding: 20px 5px;
    }
    
    .popup-simple-69f0 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .sidebar_440b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .progress-22e3 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .progress-22e3 th,
    .progress-22e3 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .box_up_900d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .element_fded {
        padding: 20px 10px;
    }
    
    .text_tall_a8ac h2 {
        font-size: 1.3rem;
    }
    
    .stone-b776 {
        font-size: 0.9rem;
    }
    
    .accent_hot_2545 h3 {
        font-size: 1.1rem;
    }
    
    .accent_hot_2545 p {
        font-size: 0.9rem;
    }
    
    .dropdown-medium-9db8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .video-cb14 {
        grid-template-columns: 1fr;
    }
    
    .avatar_f32a {
        font-size: 0.85rem;
    }
    
    .feature-36b8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal-1292 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .modal-1292 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .picture_slow_06d2 {
        padding: 30px 10px;
    }
    
    .title_18e8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .basic_6078 {
        padding: 15px 10px;
    }
    
    .basic_6078 h4 {
        font-size: 0.9rem;
    }
    
    .basic_6078 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .main_huge_db84 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .title_18e8 {
        grid-template-columns: 1fr;
    }
    
    .basic_6078 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .video-14e0 {
        padding: 30px 10px;
    }
    
    .icon-7081 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget-hovered-5b15 {
        padding: 15px;
    }
    
    .soft_ce64 {
        font-size: 0.9rem;
    }
    
    .alert-e598 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .alert-e598 .cool_77e2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .photo_0dda {
        padding: 30px 10px;
    }
    
    .photo_0dda h2 {
        font-size: 1.2rem;
    }
    
    .video-d150 {
        gap: 10px;
    }
    
    .primary-outer-491c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .primary-outer-491c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .nav-current-25c2 {
        padding: 30px 10px;
    }
    
    .nav-current-25c2 h2 {
        font-size: 1.2rem;
    }
    
    .icon_in_c40b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outer-3db0 {
        padding: 15px 10px;
    }
    
    .outer-3db0 h4 {
        font-size: 0.85rem;
    }
    
    .outer-3db0 p {
        font-size: 0.75rem;
    }
    
    .white-42bf {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .picture-2828 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .layout_new_a267 {
        padding: 20px 10px;
    }
    
    .banner_0843 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paragraph_next_18b8,
    .shade_steel_b77f,
    .grid_bb7a {
        width: 100%;
    }
    
    .paragraph_next_18b8 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph_next_18b8 p {
        font-size: 0.8rem;
    }
    
    .aside-2791 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .panel-brown-46ff {
        padding: 30px 15px;
    }
    
    .panel-brown-46ff h2 {
        font-size: 1.3rem;
    }
    
    .panel-brown-46ff p {
        font-size: 0.85rem;
    }
    
    .hero-advanced-fd03 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-advanced-fd03 .soft_52ec {
        width: 100%;
    }
    
    .cold-d311 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .status-brown-57cb {
        padding: 30px 15px;
    }
    
    .chip_pressed_ced0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .current_2292 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .outline_4ff1 h4 {
        font-size: 0.9rem;
    }
    
    .outline_4ff1 a {
        font-size: 0.8rem;
    }
    
    .section_over_b592 {
        font-size: 0.8rem;
    }
    
    .slow-8819 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .video-6582 {
        padding: 8px 10px;
    }
    
    .info-9f5b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .slider_last_b578 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-9f5b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .slider_last_b578 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5823 */
.phantom-card-i5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
