/* Inner Page Styles */

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

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

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

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

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

.slider_aba3 .section-down-52e6 {
    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;
}

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

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

.slider_aba3 .section-down-52e6:hover::before {
    left: 100%;
}

.slider_aba3 .section-down-52e6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.east-5ef2 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_glass_306c.fn-active-1ecd {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-935a {
    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%;
}

.accordion-935a 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 */
.nav_selected_3b50 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.tabs_up_e0c7 .progress_east_d8b0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.status-focused-bf14 {
    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);
}

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

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

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

.card-66ad {
    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);
}

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

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

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

.card-66ad .progress_east_d8b0 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.card-66ad .progress_east_d8b0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .advanced_9921 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .advanced_9921 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .advanced_9921 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .slider_aba3 {
        justify-content: center;
    }
    
    .under-bd05 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .paragraph-advanced-8d13 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard-b0de {
        padding: var(--md-spacing-md) 0;
    }
    
    .green_6667 {
        padding: var(--md-spacing-md);
    }
    
    .heading-155d {
        padding: var(--md-spacing-md) 0;
    }
    
    .accordion-935a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .card-66ad {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .filter_iron_780b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .green_6667 {
        padding: var(--md-spacing-sm);
    }
    
    .accent-aa55 {
        padding: var(--md-spacing-md);
    }
    
    .accordion-935a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.accent-aa55,
.accordion-935a,
.card-66ad {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.status_wide_ba19 {
    font-size: 1.5rem;
}

.description-e7a5 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .tertiary-wood-5dfb {
        grid-template-columns: 1fr;
    }
}

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

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

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

.texture-268d {
    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;
}

.texture-268d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.list-dim-7e69 {
    text-align: center;
    margin-bottom: 30px;
}

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

.east-a23c.nav_68bf .media_5acd {
    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); }
}

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

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

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

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

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

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

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

.shade_9617 {
    font-size: 1.2rem;
}

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

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

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

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

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

.slider_in_10ff.dynamic-1ce1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.slider_in_10ff.red_1c7b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider_in_10ff.backdrop-662c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.slider_in_10ff.container_a248::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tall-6c6d {
    font-size: 1.2rem;
}

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

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

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

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

.red_7fef.detail_north_0d89 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.red_7fef.fn-active-1ecd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.current-32b8 { border-top: 3px solid #00ccff; }
.sidebar_3b6c { border-top: 3px solid #00ff88; }
.article_94f5 { border-top: 3px solid #d4af37; }
.left-cb0f { border-top: 3px solid #ff6b6b; }
.hidden-943a { border-top: 3px solid #8b5cf6; }

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

.center_904a {
    overflow-x: auto;
}

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

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

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

.current_a012 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.backdrop-bright-6a0b {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.tag-copper-6ba0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

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

.chip_2bfb {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.column-clean-3172 {
    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;
}

.column-clean-3172::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);
}

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

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

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

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

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

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

.rough-534a {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .tooltip-upper-77ef {
        grid-template-columns: 1fr;
    }
}

.sidebar-white-98f1 {
    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;
}

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

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

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

.tag-copper-fd68 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tall-1163 .form_warm_5e2d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.simple-7ce9 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-static-2070 {
    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;
}

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

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

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

.short_5587 a {
    color: #ff6b6b;
}

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

.alert-out-da26 {
    max-width: 800px;
    margin: 0 auto;
}

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

.link-7b70 {
    text-align: center;
}

.link-7b70 .preview-slow-3772 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.link-7b70 .paragraph-f301 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.alert-out-da26 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.overlay-in-77f0 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.media-bright-ce91 {
    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;
}

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

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

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

.badge-over-a01b {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.action_3b6b .menu_508f {
    color: #666;
    margin: 0 8px;
}

.action_3b6b .backdrop-up-7723 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.accordion-5ec3 strong {
    color: #d4af37;
    margin-right: 8px;
}

.left-31b6 {
    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;
}

.bronze-8af0 {
    font-size: 2rem;
}

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

.clean-e180 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.component-60b9 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.outline-easy-c9b5 strong {
    color: #00ff88;
}

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

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

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

.photo-17ae h3,
.short_643d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.module-glass-e885 strong {
    color: #d4af37;
}

.layout_orange_d20f {
    color: #aaa;
}

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

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

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

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

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

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

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

.description-bronze-dc07:last-child {
    border-bottom: none;
}

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

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

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

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

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

.full-0f5e 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;
}

.full-0f5e li strong {
    color: #00ff88;
}

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

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

.bronze-55ad {
    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;
}

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

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

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

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

.sidebar-rough-55ee strong {
    color: #d4af37;
}

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

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

.dropdown_aeeb strong {
    color: #00ff88;
}

.dropdown_aeeb span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.active-78f5 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.summary-lite-c5a2 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.sort-1e8c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.sort-1e8c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advanced_b53c strong {
    color: #00ff88;
}

.list-simple-7be4 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .smooth_2583 {
        padding: 30px 15px;
    }
    
    .smooth_2583 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .element-yellow-2909 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .table_4a8e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus_4ffe {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus_4ffe .row_867e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .bottom_393e {
        font-size: 1.3rem;
    }
    
    .table_21f4 {
        font-size: 0.7rem;
    }
    
    .accordion-afa2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion-afa2 .progress_east_d8b0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .footer-thick-48e8 {
        display: none;
    }
    
    .prev_529f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .easy-5709 {
        padding: 20px 10px;
    }
    
    .frame_89e7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .popup-outer-dc20,
    .header_a32a {
        padding: 15px;
    }
    
    .summary-lite-c5a2 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pink_dede {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .message_inner_dd7a {
        padding: 30px 10px;
    }
    
    .caption_51be {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cool_0b06 {
        padding: 20px 15px;
    }
    
    .preview-medium-3a52 {
        font-size: 2rem;
    }
    
    .cool_0b06 h3 {
        font-size: 1.1rem;
    }
    
    .cool_0b06 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .highlight-f03c {
        padding: 20px 10px;
    }
    
    .highlight-e636 h2 {
        font-size: 1.3rem;
    }
    
    .popup-orange-657e {
        font-size: 0.9rem;
    }
    
    .description-bronze-dc07 h3 {
        font-size: 1.1rem;
    }
    
    .description-bronze-dc07 p {
        font-size: 0.9rem;
    }
    
    .full-0f5e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .status_brown_a995 {
        grid-template-columns: 1fr;
    }
    
    .sidebar-rough-55ee {
        font-size: 0.85rem;
    }
    
    .solid-d001 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bronze-55ad {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .bronze-55ad strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .message_de9a {
        padding: 30px 10px;
    }
    
    .content-right-9d8e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid_fb22 {
        padding: 15px 10px;
    }
    
    .solid_fb22 h4 {
        font-size: 0.9rem;
    }
    
    .solid_fb22 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .modal_clean_aca8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .content-right-9d8e {
        grid-template-columns: 1fr;
    }
    
    .solid_fb22 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .filter-42de {
        padding: 30px 10px;
    }
    
    .link_ca4a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden-soft-7fcc {
        padding: 15px;
    }
    
    .input-300c {
        font-size: 0.9rem;
    }
    
    .hot_5485 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hot_5485 .dropdown_active_170d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .table_7cfe {
        padding: 30px 10px;
    }
    
    .table_7cfe h2 {
        font-size: 1.2rem;
    }
    
    .slow_782c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight_b604 {
        padding: 15px 10px;
    }
    
    .highlight_b604 h4 {
        font-size: 0.85rem;
    }
    
    .highlight_b604 p {
        font-size: 0.75rem;
    }
    
    .element_stale_2fd3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fast-3a08 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pagination-fe32 {
        padding: 20px 10px;
    }
    
    .carousel-active-2284 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .primary-3b82,
    .overlay-6426,
    .short_5587 {
        width: 100%;
    }
    
    .primary-3b82 h3 {
        font-size: 1.1rem;
    }
    
    .primary-3b82 p {
        font-size: 0.8rem;
    }
    
    .heading-static-2070 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .header-d1b3 {
        padding: 30px 15px;
    }
    
    .header-d1b3 h2 {
        font-size: 1.3rem;
    }
    
    .header-d1b3 p {
        font-size: 0.85rem;
    }
    
    .shade-out-b233 {
        flex-direction: column;
        gap: 10px;
    }
    
    .shade-out-b233 .progress_east_d8b0 {
        width: 100%;
    }
    
    .brown-3cab {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .black-5ece {
        padding: 30px 10px;
    }
    
    .black-5ece h3 {
        font-size: 1.2rem;
    }
    
    .icon_fdb0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .card-66ad {
        padding: 15px 10px;
    }
    
    .card-66ad h4 {
        font-size: 0.85rem;
    }
    
    .card-66ad p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .section-71b8 {
        padding: 30px 15px;
    }
    
    .video-e99f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .slider_purple_aef2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter_1f42 h4 {
        font-size: 0.9rem;
    }
    
    .filter_1f42 a {
        font-size: 0.8rem;
    }
    
    .button_silver_db64 {
        font-size: 0.8rem;
    }
    
    .easy-22aa p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .badge-c496 {
        padding: 8px 10px;
    }
    
    .focused-98c2 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .bronze-3aa2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .focused-98c2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bronze-3aa2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: dd9c */
.widget-item-r3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
