/* Inner Page Styles */

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

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

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

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

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

.basic_ac88 .mask-1b7d {
    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;
}

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

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

.basic_ac88 .mask-1b7d:hover::before {
    left: 100%;
}

.basic_ac88 .mask-1b7d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.card-fluid-fad0 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_211e.fn-active-2bd3 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-4ecb {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.label-pro-3a0c:hover::before {
    left: 100%;
}

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

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

.label-pro-3a0c .video-east-1f90 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.label-pro-3a0c .video-east-1f90:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.light-b6fb .video-east-1f90 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.light-b6fb .video-east-1f90:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .accent_8759 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .accent_8759 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .accent_8759 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .basic_ac88 {
        justify-content: center;
    }
    
    .item-1944 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .soft_12cf {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outer_e795 {
        padding: var(--md-spacing-md) 0;
    }
    
    .under_de32 {
        padding: var(--md-spacing-md);
    }
    
    .element-aa70 {
        padding: var(--md-spacing-md) 0;
    }
    
    .motion_604d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .light-b6fb {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .avatar_ea7b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .under_de32 {
        padding: var(--md-spacing-sm);
    }
    
    .lower-e370 {
        padding: var(--md-spacing-md);
    }
    
    .motion_604d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.lower-e370,
.motion_604d,
.light-b6fb {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.mini-29aa {
    font-size: 1.5rem;
}

.rough_e371 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.yellow_8542 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.caption-hard-9f90 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.wrapper-fixed-2ee9 {
    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;
}

.wrapper-fixed-2ee9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.gradient_east_0e7b.label-dynamic-e671 .label-8a9d {
    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); }
}

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

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

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

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

.tertiary-stone-7681 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;
}

.tertiary-stone-7681 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);
}

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

.solid_902a {
    font-size: 1.2rem;
}

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

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

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

.backdrop-old-32ae {
    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;
}

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

.backdrop-old-32ae.panel_9742::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.backdrop-old-32ae.icon_north_ebd0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop-old-32ae.button-dynamic-9109::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.backdrop-old-32ae.active-815d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message-d584 {
    font-size: 1.2rem;
}

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

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

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

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

.feature_soft_5d0a.button_cool_ca83 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature_soft_5d0a.fn-active-2bd3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.silver-f669.menu-a83b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.stone-b484 { border-top: 3px solid #00ccff; }
.progress_4674 { border-top: 3px solid #00ff88; }
.wide-2216 { border-top: 3px solid #d4af37; }
.orange-969c { border-top: 3px solid #ff6b6b; }
.over-1e87 { border-top: 3px solid #8b5cf6; }

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

.bronze_db33 {
    overflow-x: auto;
}

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

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

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

.cold-afd7 td {
    color: #ccc;
}

.cold-afd7 .center-bd21 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.cold-afd7 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .search-wide-6e03 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

.button-bottom-42af {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.banner-left-5b89 {
    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;
}

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

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

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

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

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

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

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

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

.highlight-out-607b {
    font-size: 2rem;
}

.tiny-02cb strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-cold-62b7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.static-1018 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tertiary-bdd1 {
    font-size: 1.5rem;
}

.pattern-top-949b {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.upper-6a80 strong {
    color: #fff;
    display: block;
}

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

.item-mini-3975 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.background_09d2 .lite_9541 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.media-4a9f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .pattern-motion-34ec {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-current-bbea {
    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;
}

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

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

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

.table_old_f12b a {
    color: #ff6b6b;
}

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

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

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

.gas-8798 {
    text-align: center;
}

.gas-8798 .paragraph-581b {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.gas-8798 .prev-1063 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.logo-528b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.east-88d1 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.breadcrumb-clean-73a1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-copper-914c {
    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;
}

.modal-copper-914c.menu-a83b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.panel-66ab {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .breadcrumb-clean-73a1 {
        flex-direction: column;
    }
    .table-9889 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.accordion_ebd5 .breadcrumb-1d94 {
    color: #666;
    margin: 0 8px;
}

.accordion_ebd5 .description_307e {
    color: #ff6b6b;
    text-decoration: line-through;
}

.message-left-6594 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.outer-179a {
    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;
}

.element-58ab {
    font-size: 2rem;
}

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

.header-7228 strong {
    color: #d4af37;
}

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

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

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

.caption_f8ce h3,
.pink-83ee h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.message-east-0fc7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.silver_df49 strong {
    color: #00ff88;
}

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

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

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

.button-red-5a65 h3,
.active-left-e312 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.paragraph-short-1ed5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.status-huge-1b10 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.status-huge-1b10 summary::-webkit-details-marker {
    display: none;
}

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

.hero-hot-532e {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.breadcrumb_f949 strong {
    color: #d4af37;
}

.video-current-942a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo-narrow-3ac2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .photo-narrow-3ac2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.iron-5b66 {
    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;
}

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

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

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

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

.secondary-8f68 strong {
    color: #d4af37;
}

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

.shadow-simple-9a5f {
    color: #888;
    font-size: 0.9rem;
}

.shadow-simple-9a5f strong {
    color: #00ff88;
}

.shadow-simple-9a5f span {
    color: #d4af37;
}

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

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

.picture-brown-1e67 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.caption-current-393b {
    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-3cd8 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.component-fixed-9bb3 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.component-fixed-9bb3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple_9d63 strong {
    color: #00ff88;
}

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

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

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

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

.hover-31a0 {
    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;
}

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

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

@media (max-width: 768px) {
    .layout_stone_f40c {
        flex-direction: column;
    }
    
    .hover-31a0 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.pagination-13e4 .accent_current_145b {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface-last-0aad {
        padding: 30px 15px;
    }
    
    .surface-last-0aad h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accordion_25c9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .description-350f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .surface_new_fb63 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface_new_fb63 .content-first-3fb1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .info-gas-5f3a {
        font-size: 1.3rem;
    }
    
    .north_1019 {
        font-size: 0.7rem;
    }
    
    .slider_a07d {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider_a07d .video-east-1f90 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .section-2c2a {
        display: none;
    }
    
    .detail_smooth_5a09 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .pagination-82e9 {
        padding: 20px 10px;
    }
    
    .picture-brown-1e67 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .silver-c36b,
    .detail-1543 {
        padding: 15px;
    }
    
    .menu_fluid_afd9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .caption-current-393b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .next-77e5 {
        padding: 30px 10px;
    }
    
    .tabs-thick-a0f3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component_5e6b {
        padding: 20px 15px;
    }
    
    .panel_3abe {
        font-size: 2rem;
    }
    
    .component_5e6b h3 {
        font-size: 1.1rem;
    }
    
    .component_5e6b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .content-tall-2de1 {
        padding: 20px 5px;
    }
    
    .content-tall-2de1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .detail-d8f4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .cold-afd7 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .cold-afd7 th,
    .cold-afd7 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .status_hard_30ca {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .pattern-pressed-54ff {
        padding: 20px 10px;
    }
    
    .carousel_south_ca7a h2 {
        font-size: 1.3rem;
    }
    
    .menu-wide-a1c1 {
        font-size: 0.9rem;
    }
    
    .element_7162 h3 {
        font-size: 1.1rem;
    }
    
    .element_7162 p {
        font-size: 0.9rem;
    }
    
    .secondary_iron_0cb0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hidden_20ef {
        grid-template-columns: 1fr;
    }
    
    .secondary-8f68 {
        font-size: 0.85rem;
    }
    
    .photo-narrow-3ac2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .iron-5b66 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .iron-5b66 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .accent-in-ad0e {
        padding: 30px 10px;
    }
    
    .panel-bottom-b12e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification-faab {
        padding: 15px 10px;
    }
    
    .notification-faab h4 {
        font-size: 0.9rem;
    }
    
    .notification-faab p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article-dcef {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .panel-bottom-b12e {
        grid-template-columns: 1fr;
    }
    
    .notification-faab p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .large-7da3 {
        padding: 30px 10px;
    }
    
    .tertiary-hot-092a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop_west_b1ee {
        padding: 15px;
    }
    
    .fluid-549b {
        font-size: 0.9rem;
    }
    
    .slider_stone_28de {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slider_stone_28de .sidebar_f93a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .light_5c5f {
        padding: 30px 10px;
    }
    
    .light_5c5f h2 {
        font-size: 1.2rem;
    }
    
    .texture_d629 {
        gap: 10px;
    }
    
    .image-510b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .image-510b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .chip_active_3a35 {
        padding: 30px 10px;
    }
    
    .chip_active_3a35 h2 {
        font-size: 1.2rem;
    }
    
    .silver_fcd4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient_5280 {
        padding: 15px 10px;
    }
    
    .gradient_5280 h4 {
        font-size: 0.85rem;
    }
    
    .gradient_5280 p {
        font-size: 0.75rem;
    }
    
    .aside-basic-ea76 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .clean_ae8e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .section_static_f752 {
        padding: 20px 10px;
    }
    
    .shadow_prev_9770 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accordion_c637,
    .frame-5893,
    .table_old_f12b {
        width: 100%;
    }
    
    .accordion_c637 h3 {
        font-size: 1.1rem;
    }
    
    .accordion_c637 p {
        font-size: 0.8rem;
    }
    
    .hidden-current-bbea {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip-2037 {
        padding: 30px 15px;
    }
    
    .chip-2037 h2 {
        font-size: 1.3rem;
    }
    
    .chip-2037 p {
        font-size: 0.85rem;
    }
    
    .layout_last_c41e {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout_last_c41e .video-east-1f90 {
        width: 100%;
    }
    
    .light_0217 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .picture-solid-e048 {
        padding: 30px 15px;
    }
    
    .yellow-a9f3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .icon-advanced-251c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .tabs_956f h4 {
        font-size: 0.9rem;
    }
    
    .tabs_956f a {
        font-size: 0.8rem;
    }
    
    .iron-b38a {
        font-size: 0.8rem;
    }
    
    .background_989c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .lite-a5ad {
        padding: 8px 10px;
    }
    
    .picture-paper-d329 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .out_53ad {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .picture-paper-d329 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .out_53ad {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7356 */
.phantom-card-i3 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
