/* Inner Page Styles */

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

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

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

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

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

.banner-a215 .carousel-efe9 {
    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;
}

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

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

.banner-a215 .carousel-efe9:hover::before {
    left: 100%;
}

.banner-a215 .carousel-efe9:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.tag-24ab {
    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);
}

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

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

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

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

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

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

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

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

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

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

.avatar-solid-d46b {
    color: var(--casino-gold-light);
}

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

.avatar-solid-d46b a:hover {
    color: var(--casino-gold-light);
}

.avatar-solid-d46b.fn-active-d700 {
    color: var(--casino-gold-light);
}

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

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

.white-23f6 {
    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);
}

.white-23f6 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav_gas_8a2c 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 */
.pink-9c9e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pink-9c9e li {
    margin-bottom: var(--md-spacing-xs);
}

.pink-9c9e 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);
}

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

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

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

.text-610f:hover::before {
    left: 100%;
}

.text-610f 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;
}

.text-610f 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;
}

.text-610f .table-8cd4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.text-610f .table-8cd4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.caption_0eb2 .table-8cd4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.caption_0eb2 .table-8cd4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mini-faa9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mini-faa9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mini-faa9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .banner-a215 {
        justify-content: center;
    }
    
    .tag-24ab {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .texture-ab13 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard_4dc1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .white-23f6 {
        padding: var(--md-spacing-md);
    }
    
    .banner-white-2b95 {
        padding: var(--md-spacing-md) 0;
    }
    
    .nav_gas_8a2c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .caption_0eb2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pagination_medium_47ec {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .white-23f6 {
        padding: var(--md-spacing-sm);
    }
    
    .upper-7832 {
        padding: var(--md-spacing-md);
    }
    
    .nav_gas_8a2c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.upper-7832,
.nav_gas_8a2c,
.caption_0eb2 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shade-dynamic-ce3e::-webkit-scrollbar {
    width: 8px;
}

.shade-dynamic-ce3e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.content-1167 {
    font-size: 1.5rem;
}

.outline-fixed-0bd3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-dbde strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.basic-a627.aside_6d33 .background_095f {
    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); }
}

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

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

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

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

.carousel-warm-ab17 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;
}

.carousel-warm-ab17 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);
}

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

.banner_pink_ac22 {
    font-size: 1.2rem;
}

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

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

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

.stale-821f {
    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;
}

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

.stale-821f.link-8fa1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.stale-821f.breadcrumb_mini_ebc5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stale-821f.section-west-98be::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.stale-821f.tabs-fef2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.cool_be48 {
    font-size: 1.2rem;
}

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

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

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

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

.sort-pro-3835.outer_1cdc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort-pro-3835.fn-active-d700 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.badge-cold-5276 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.avatar-857b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.notification-easy-e260 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.inner-5ced { border-top: 3px solid #00ccff; }
.outer-b214 { border-top: 3px solid #00ff88; }
.accent-7437 { border-top: 3px solid #d4af37; }
.image_8cfc { border-top: 3px solid #ff6b6b; }
.message-hot-46a4 { border-top: 3px solid #8b5cf6; }

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

.menu_a1d1 {
    overflow-x: auto;
}

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

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

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

.label-eba6 td {
    color: #ccc;
}

.label-eba6 .notification-43b0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.icon-wood-2f06 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.tertiary-paper-d54e {
    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;
}

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

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

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

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

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

.caption-new-24bb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .caption-new-24bb {
        grid-template-columns: 1fr;
    }
}

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

.shade-medium-244e {
    font-size: 2rem;
}

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

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

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

.texture-current-0c4e {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .texture-current-0c4e::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.gas_e54a {
    font-size: 1.5rem;
}

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

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

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

.widget-stone-ea75 {
    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;
}

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

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

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

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

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

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

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

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

.active-light-5fd5 .banner_f759 {
    margin-bottom: 10px;
}

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

.active-light-5fd5 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-right-eced {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.sidebar-9cf1 span {
    color: #666;
    font-size: 0.8rem;
}

.sidebar-9cf1 a {
    color: #ff6b6b;
}

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

.feature-wood-f325 {
    max-width: 800px;
    margin: 0 auto;
}

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

.gallery_upper_eba3 {
    text-align: center;
}

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

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

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

.feature-wood-f325 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.paper-55a1 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.pagination-silver-cf93 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .pagination-silver-cf93 {
        flex-direction: column;
    }
    .active-medium-e12a {
        transform: rotate(90deg);
    }
}

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

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

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

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

.surface-lower-775a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.caption_8a2d .active-bd5d {
    color: #666;
    margin: 0 8px;
}

.caption_8a2d .notification_c6a5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.gold-69fb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.panel_west_8477 {
    font-size: 2rem;
}

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

.tag-f45f strong {
    color: #d4af37;
}

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

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

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

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

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

.label-fast-cf9e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.label-e296 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.out-9b1e {
    background: #0a0a0a;
    padding: 30px 0;
}

.input-upper-2f91 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .input-upper-2f91 {
        grid-template-columns: 1fr;
    }
}

.picture_fast_7fbb h3,
.simple-41cf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.rough-9ad1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.liquid_11d8 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.caption-white-efac strong {
    color: #d4af37;
}

.video-over-5b4c {
    color: #aaa;
}

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

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

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

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

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

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

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

.slider-e118:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.red-709a strong {
    color: #d4af37;
}

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

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

.in-e28b strong {
    color: #00ff88;
}

.in-e28b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.search-west-04a7 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.sort-orange-a5e7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down-5b78 {
    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;
}

.popup-tall-3bae {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.popup-tall-3bae strong {
    color: #00ff88;
}

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

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

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

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

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

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

.label-right-eced {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .short_005a {
        padding: 30px 15px;
    }
    
    .short_005a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .backdrop-e578 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu-active-edd6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .nav-in-cd9a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav-in-cd9a .south-356a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .component_db23 {
        font-size: 1.3rem;
    }
    
    .bright-63f1 {
        font-size: 0.7rem;
    }
    
    .inner_976f {
        flex-direction: column;
        gap: 10px;
    }
    
    .inner_976f .table-8cd4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .status_huge_d6eb {
        display: none;
    }
    
    .chip-smooth-8600 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .lower-08c6 {
        padding: 20px 10px;
    }
    
    .dropdown_ad88 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .warm_1367,
    .motion_d1e5 {
        padding: 15px;
    }
    
    .pagination_3b35 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hovered_8ee4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .message-1813 {
        padding: 30px 10px;
    }
    
    .notice-6189 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .next-f3db {
        padding: 20px 15px;
    }
    
    .breadcrumb_easy_02a6 {
        font-size: 2rem;
    }
    
    .next-f3db h3 {
        font-size: 1.1rem;
    }
    
    .next-f3db p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .gallery_out_4de9 {
        padding: 20px 5px;
    }
    
    .gallery_out_4de9 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .grid-selected-120f {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .label-eba6 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .label-eba6 th,
    .label-eba6 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .feature-hard-a947 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .texture_bright_6c6c {
        padding: 20px 10px;
    }
    
    .active-d26f h2 {
        font-size: 1.3rem;
    }
    
    .avatar_slow_c8c7 {
        font-size: 0.9rem;
    }
    
    .slider-e118 h3 {
        font-size: 1.1rem;
    }
    
    .slider-e118 p {
        font-size: 0.9rem;
    }
    
    .hard-bf80 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .warm_b08f {
        grid-template-columns: 1fr;
    }
    
    .red-709a {
        font-size: 0.85rem;
    }
    
    .list_e582 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail_4bb5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .thumbnail_4bb5 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .outline_top_3db7 {
        padding: 30px 10px;
    }
    
    .breadcrumb-outer-7ba9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .summary_0598 {
        padding: 15px;
    }
    
    .outline-0253 {
        font-size: 0.9rem;
    }
    
    .banner_3ad9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .banner_3ad9 .hard_bffe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .logo-3e01 {
        padding: 30px 10px;
    }
    
    .logo-3e01 h2 {
        font-size: 1.2rem;
    }
    
    .video-0bf5 {
        gap: 10px;
    }
    
    .border_a3e4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .border_a3e4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .black-7358 {
        padding: 30px 10px;
    }
    
    .black-7358 h2 {
        font-size: 1.2rem;
    }
    
    .out-bb70 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-270c {
        padding: 15px 10px;
    }
    
    .table-270c h4 {
        font-size: 0.85rem;
    }
    
    .table-270c p {
        font-size: 0.75rem;
    }
    
    .module-prev-725c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .wide-7813 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tabs_00bd {
        padding: 20px 10px;
    }
    
    .gas-ee44 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .widget-4a5b,
    .current-bfde,
    .sidebar-9cf1 {
        width: 100%;
    }
    
    .widget-4a5b h3 {
        font-size: 1.1rem;
    }
    
    .widget-4a5b p {
        font-size: 0.8rem;
    }
    
    .picture_4653 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hero_mini_df97 {
        padding: 30px 15px;
    }
    
    .hero_mini_df97 h2 {
        font-size: 1.3rem;
    }
    
    .hero_mini_df97 p {
        font-size: 0.85rem;
    }
    
    .slider-b275 {
        flex-direction: column;
        gap: 10px;
    }
    
    .slider-b275 .table-8cd4 {
        width: 100%;
    }
    
    .focused-2cbf {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .solid-99af {
        padding: 30px 15px;
    }
    
    .fixed-9553 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tag_solid_0c5f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paragraph_upper_1dd9 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph_upper_1dd9 a {
        font-size: 0.8rem;
    }
    
    .video_d841 {
        font-size: 0.8rem;
    }
    
    .card_brown_0c23 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .avatar_mini_02db {
        padding: 8px 10px;
    }
    
    .panel-b79e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .slider_narrow_4446 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .panel-b79e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .slider_narrow_4446 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b5e1 */
.promo-block-j9 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
