/* Inner Page Styles */

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

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

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

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

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

.dropdown_f28d .tall-e8ce {
    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;
}

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

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

.dropdown_f28d .tall-e8ce:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-0691.fn-active-9a51 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast-18ab {
    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%;
}

.fast-18ab 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 */
.table_d5b5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.advanced_caa5 .layout-gold-f79b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.advanced_caa5 .layout-gold-f79b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.link-huge-5e21 {
    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);
}

.link-huge-5e21:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.lower_1e14 .layout-gold-f79b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .layout-b256 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .layout-b256 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .layout-b256 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .dropdown_f28d {
        justify-content: center;
    }
    
    .solid-bb4e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .smooth-0627 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .purple-be8e {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-6785 {
        padding: var(--md-spacing-md);
    }
    
    .tall_bef3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fast-18ab {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .lower_1e14 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .widget-d97b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .frame-6785 {
        padding: var(--md-spacing-sm);
    }
    
    .light_fb0e {
        padding: var(--md-spacing-md);
    }
    
    .fast-18ab {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.light_fb0e,
.fast-18ab,
.lower_1e14 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.banner-paper-15e4::-webkit-scrollbar {
    width: 8px;
}

.banner-paper-15e4::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.banner-paper-15e4::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.banner-paper-15e4::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.texture_ea6a {
    font-size: 1.5rem;
}

.header_25c6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-3973 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.orange_5992.liquid_6507 .link-hovered-e246 {
    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); }
}

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

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

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

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

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

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

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

.element-north-35ca {
    font-size: 1.2rem;
}

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

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

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

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

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

.wide_e8dd.row_in_f2dc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wide_e8dd.outline-wide-11e5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wide_e8dd.title_slow_a4f0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wide_e8dd.hero_2100::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.copper-9b43 {
    font-size: 1.2rem;
}

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

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

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

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

.narrow_2bed.component-white-c352 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.narrow_2bed.fn-active-9a51 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.layout-out-ade7 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.north-483b {
    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;
}

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

.north-483b.header-a85f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.content_hot_7553 { border-top: 3px solid #00ccff; }
.badge-wide-646f { border-top: 3px solid #00ff88; }
.logo-45d1 { border-top: 3px solid #d4af37; }
.hover-88f6 { border-top: 3px solid #ff6b6b; }
.slider_gold_a80f { border-top: 3px solid #8b5cf6; }

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

.thumbnail_6ae1 {
    overflow-x: auto;
}

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

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

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

.text_6d40 td {
    color: #ccc;
}

.text_6d40 .pattern_wood_0a8b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.left-7fba {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.search-001a {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.grid-glass-deb0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.icon-warm-2b00 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.fast-1ccb {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.backdrop-33a3 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.secondary-smooth-a9ee .list-up-db2e {
    margin-bottom: 10px;
}

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

.secondary-smooth-a9ee strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.message-dark-547f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advanced-6e1b {
    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;
}

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

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

.block-8df5 span {
    color: #666;
    font-size: 0.8rem;
}

.block-8df5 a {
    color: #ff6b6b;
}

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

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

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

.feature_hovered_8f9a {
    text-align: center;
}

.feature_hovered_8f9a .highlight-center-f227 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.hover-under-9889 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.gradient-mini-5c3d {
    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;
}

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

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

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

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

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

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

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

.image-complex-8de6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.accent-f699.header-a85f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .image-complex-8de6 {
        flex-direction: column;
    }
    .progress-pressed-f7ae {
        transform: rotate(90deg);
    }
}

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

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

.chip-full-2f69 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .chip-full-2f69 {
        grid-template-columns: 1fr;
    }
}

.logo-pressed-6c56 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.feature_next_2bb8 .pattern_63eb {
    color: #666;
    margin: 0 8px;
}

.feature_next_2bb8 .article_over_e1d7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tertiary-758e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.detail_1e2d {
    font-size: 2rem;
}

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

.sidebar_201e strong {
    color: #d4af37;
}

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

.full-96b2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.sort-iron-4997 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.easy-12af {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.table-outer-5bb9 strong {
    color: #00ff88;
}

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

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

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

.outline-glass-2281 h3,
.slider-e4d3 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.label-outer-c75d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.video-031e {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.active_316f strong {
    color: #d4af37;
}

.green_4999 {
    color: #aaa;
}

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

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

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

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

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

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

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

.pressed-70f0:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh_ba05 strong {
    color: #d4af37;
}

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

.menu-5f10 {
    color: #888;
    font-size: 0.9rem;
}

.menu-5f10 strong {
    color: #00ff88;
}

.menu-5f10 span {
    color: #d4af37;
}

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

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

.light-6a20 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.link-gas-6887 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-302d {
    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;
}

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

.section-dynamic-4911 strong {
    color: #00ff88;
}

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

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

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

.caption-439b {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.title-thick-aa0d {
    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;
}

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

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

@media (max-width: 768px) {
    .caption-439b {
        flex-direction: column;
    }
    
    .title-thick-aa0d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .breadcrumb_full_c3bf {
        padding: 30px 15px;
    }
    
    .breadcrumb_full_c3bf h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .wrapper_blue_0bdc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .photo_5c36 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .huge-bb84 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .huge-bb84 .motion-92b1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dark_f77b {
        font-size: 1.3rem;
    }
    
    .block-full-bb6b {
        font-size: 0.7rem;
    }
    
    .pagination-fast-7458 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination-fast-7458 .layout-gold-f79b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .row_2504 {
        display: none;
    }
    
    .fresh-813c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .item_advanced_f105 {
        padding: 20px 10px;
    }
    
    .light-6a20 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-bright-ef15,
    .cold_ac66 {
        padding: 15px;
    }
    
    .current_cee9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .picture-d7af {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .fast-8a00 {
        padding: 30px 10px;
    }
    
    .button-331a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface-9e64 {
        padding: 20px 15px;
    }
    
    .shade-4210 {
        font-size: 2rem;
    }
    
    .surface-9e64 h3 {
        font-size: 1.1rem;
    }
    
    .surface-9e64 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .summary-glass-72a3 {
        padding: 20px 10px;
    }
    
    .content_e0b5 h2 {
        font-size: 1.3rem;
    }
    
    .header_tiny_07ca {
        font-size: 0.9rem;
    }
    
    .pressed-70f0 h3 {
        font-size: 1.1rem;
    }
    
    .pressed-70f0 p {
        font-size: 0.9rem;
    }
    
    .modal_prev_50a0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .solid-e191 {
        grid-template-columns: 1fr;
    }
    
    .fresh_ba05 {
        font-size: 0.85rem;
    }
    
    .stone-1a7f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper_8ae1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .wrapper_8ae1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .widget_56fe {
        padding: 30px 10px;
    }
    
    .feature_easy_c09a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module-cold-b478 {
        padding: 15px 10px;
    }
    
    .module-cold-b478 h4 {
        font-size: 0.9rem;
    }
    
    .module-cold-b478 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .popup-current-433d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .feature_easy_c09a {
        grid-template-columns: 1fr;
    }
    
    .module-cold-b478 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .complex_ff53 {
        padding: 30px 10px;
    }
    
    .photo-focused-9a5f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .simple_e495 {
        padding: 15px;
    }
    
    .dropdown-wide-b0ae {
        font-size: 0.9rem;
    }
    
    .badge-tiny-e376 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .badge-tiny-e376 .copper-a590 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tabs-slow-2c02 {
        padding: 30px 10px;
    }
    
    .tabs-slow-2c02 h2 {
        font-size: 1.2rem;
    }
    
    .wide-1ac2 {
        gap: 10px;
    }
    
    .surface-19dd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .surface-19dd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .detail_action_9e28 {
        padding: 30px 10px;
    }
    
    .detail_action_9e28 h2 {
        font-size: 1.2rem;
    }
    
    .primary-slow-1d88 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery_old_2be3 {
        padding: 15px 10px;
    }
    
    .gallery_old_2be3 h4 {
        font-size: 0.85rem;
    }
    
    .gallery_old_2be3 p {
        font-size: 0.75rem;
    }
    
    .search-hard-4f2c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .banner-last-5b58 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .plasma-f1f0 {
        padding: 20px 10px;
    }
    
    .wrapper-44ef {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .feature_2369,
    .disabled_4220,
    .block-8df5 {
        width: 100%;
    }
    
    .feature_2369 h3 {
        font-size: 1.1rem;
    }
    
    .feature_2369 p {
        font-size: 0.8rem;
    }
    
    .advanced-6e1b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .form-5394 {
        padding: 30px 15px;
    }
    
    .form-5394 h2 {
        font-size: 1.3rem;
    }
    
    .form-5394 p {
        font-size: 0.85rem;
    }
    
    .top-6947 {
        flex-direction: column;
        gap: 10px;
    }
    
    .top-6947 .layout-gold-f79b {
        width: 100%;
    }
    
    .description_silver_0492 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gas_2de9 {
        padding: 30px 15px;
    }
    
    .shadow-d0e4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .steel-5792 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail_hovered_a233 h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail_hovered_a233 a {
        font-size: 0.8rem;
    }
    
    .block_smooth_3a51 {
        font-size: 0.8rem;
    }
    
    .row-7676 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .progress-under-ffaa {
        padding: 8px 10px;
    }
    
    .message-dirty-c2af {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hot-95f4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .message-dirty-c2af {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hot-95f4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 483a */
.ghost-box-p0 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
