/* Inner Page Styles */

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

.image-hovered-bf84 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);
}

.image-hovered-bf84 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);
}

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

.title-71c5 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.title-71c5 .pattern_f1b0 {
    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;
}

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

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

.title-71c5 .pattern_f1b0:hover::before {
    left: 100%;
}

.title-71c5 .pattern_f1b0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.background-out-0e46 {
    color: var(--casino-gold-light);
}

.background-out-0e46 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.background-out-0e46 a:hover {
    color: var(--casino-gold-light);
}

.background-out-0e46.fn-active-0ed1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.layout-tall-80f0 {
    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);
}

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

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

.layout-tall-80f0 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex_9807 .overlay-debe:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.filter-yellow-58a2 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.thick-0759 .overlay-debe {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.thick-0759 .overlay-debe:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .image-hovered-bf84 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .image-hovered-bf84 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .image-hovered-bf84 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .title-71c5 {
        justify-content: center;
    }
    
    .north_89f7 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .sort_in_651c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .current_47ce {
        padding: var(--md-spacing-md) 0;
    }
    
    .form_d037 {
        padding: var(--md-spacing-md);
    }
    
    .pagination_0f68 {
        padding: var(--md-spacing-md) 0;
    }
    
    .carousel-6983 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .thick-0759 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .message_full_e7b2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .form_d037 {
        padding: var(--md-spacing-sm);
    }
    
    .layout-tall-80f0 {
        padding: var(--md-spacing-md);
    }
    
    .carousel-6983 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.layout-tall-80f0,
.carousel-6983,
.thick-0759 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.media-5e05::-webkit-scrollbar {
    width: 8px;
}

.media-5e05::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.breadcrumb_fc00 {
    font-size: 1.5rem;
}

.active-48c2 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.list-3abe {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.feature-dec2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.row_dirty_59f4.tertiary-be77 .dropdown-east-5a1f {
    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); }
}

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

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

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

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

.wrapper-focused-bee1 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;
}

.wrapper-focused-bee1 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);
}

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

.dirty-6512 {
    font-size: 1.2rem;
}

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

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

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

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

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

.hero_1fa8.search_0086::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hero_1fa8.old_b261::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hero_1fa8.texture-fixed-e7c0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hero_1fa8.purple_2a71::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.shade-fixed-fead {
    font-size: 1.2rem;
}

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

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

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

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

.icon_8585.alert-thick-b2c3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon_8585.fn-active-0ed1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.panel-hard-4f5a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.article_fresh_87bb.summary-purple-9e0e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.dark-253b { border-top: 3px solid #00ccff; }
.up_51b4 { border-top: 3px solid #00ff88; }
.west-47f8 { border-top: 3px solid #d4af37; }
.simple-5bc9 { border-top: 3px solid #ff6b6b; }
.paragraph-9a00 { border-top: 3px solid #8b5cf6; }

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

.status-324f {
    overflow-x: auto;
}

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

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

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

.feature_8057 td {
    color: #ccc;
}

.feature_8057 .hard-79dc {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.status-tall-28b4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.notice_iron_5535 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

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

.full-850e {
    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;
}

.shade-focused-6da3 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.shade-focused-6da3 p {
    color: #888;
    font-size: 0.9rem;
}

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

.item-bottom-b920 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

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

.paragraph_9a5a {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-70fd {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.module-soft-8472 .hover-50ee {
    margin-bottom: 10px;
}

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

.module-soft-8472 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focused-570b {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.focused-570b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.wide_d0c5 a {
    color: #ff6b6b;
}

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

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

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

.panel_west_a0ee {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.alert-4e28 {
    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;
}

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

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

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

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

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

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

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

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

.gallery-75b8 {
    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;
}

.gallery-75b8.summary-purple-9e0e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.progress-paper-2462 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tiny-a910 .accordion-west-0322 {
    color: #666;
    margin: 0 8px;
}

.tiny-a910 .slider_blue_5119 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.under-60c9 {
    font-size: 2rem;
}

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

.module-motion-d53f strong {
    color: #d4af37;
}

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

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

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

.preview-white-4169 h3,
.solid_2776 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.module-tall-fcc3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.mini-2709 strong {
    color: #00ff88;
}

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

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

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

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

.sidebar-mini-d3dc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.media-hovered-71c5 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.media-hovered-71c5 summary::-webkit-details-marker {
    display: none;
}

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

.wrapper-advanced-d2eb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.brown-3aab strong {
    color: #d4af37;
}

.shadow-b17e {
    color: #aaa;
}

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

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

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

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

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

.gradient-9fa2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.description-west-b2a8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.description-west-b2a8 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;
}

.description-west-b2a8 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.highlight-wood-6909 strong {
    color: #d4af37;
}

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

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

.popup_3dc9 strong {
    color: #00ff88;
}

.popup_3dc9 span {
    color: #d4af37;
}

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

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

.preview-699e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.disabled-99e5 {
    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);
}

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

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

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

.image-68b2 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.image-68b2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.brown-1477 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.hero_5c4b strong {
    color: #00ff88;
}

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

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

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

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

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

.middle-6d00 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .wide_6e29 {
        padding: 30px 15px;
    }
    
    .wide_6e29 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .module_f81d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .preview-hovered-ac4d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .backdrop-simple-2932 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .backdrop-simple-2932 .alert-d5db {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .backdrop_dim_8188 {
        font-size: 1.3rem;
    }
    
    .accent_4d85 {
        font-size: 0.7rem;
    }
    
    .liquid_3a9c {
        flex-direction: column;
        gap: 10px;
    }
    
    .liquid_3a9c .overlay-debe {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .accent-selected-c5c0 {
        display: none;
    }
    
    .header-39b2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dark_b686 {
        padding: 20px 10px;
    }
    
    .preview-699e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal-2aa8,
    .dropdown-inner-1907 {
        padding: 15px;
    }
    
    .north_a29b {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled-99e5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tall-878b {
        padding: 30px 10px;
    }
    
    .image_1dd6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu_light_1072 {
        padding: 20px 15px;
    }
    
    .smooth_fa57 {
        font-size: 2rem;
    }
    
    .menu_light_1072 h3 {
        font-size: 1.1rem;
    }
    
    .menu_light_1072 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .active_36b5 {
        padding: 20px 10px;
    }
    
    .prev_7ab7 h2 {
        font-size: 1.3rem;
    }
    
    .purple-f7bb {
        font-size: 0.9rem;
    }
    
    .video_liquid_f23b h3 {
        font-size: 1.1rem;
    }
    
    .video_liquid_f23b p {
        font-size: 0.9rem;
    }
    
    .description-west-b2a8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .narrow-9796 {
        grid-template-columns: 1fr;
    }
    
    .highlight-wood-6909 {
        font-size: 0.85rem;
    }
    
    .element-old-a817 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focused_60c1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focused_60c1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .logo_eb3b {
        padding: 30px 10px;
    }
    
    .component-dirty-4a77 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter_middle_37ce {
        padding: 15px 10px;
    }
    
    .filter_middle_37ce h4 {
        font-size: 0.9rem;
    }
    
    .filter_middle_37ce p {
        font-size: 0.75rem;
        display: none;
    }
    
    .secondary_paper_ee31 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .component-dirty-4a77 {
        grid-template-columns: 1fr;
    }
    
    .filter_middle_37ce p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .secondary-small-165c {
        padding: 30px 10px;
    }
    
    .focus_3f45 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask-e967 {
        padding: 15px;
    }
    
    .fluid-ba14 {
        font-size: 0.9rem;
    }
    
    .layout_32b8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .layout_32b8 .component_gold_ffe1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .tabs_mini_024e {
        padding: 30px 10px;
    }
    
    .tabs_mini_024e h2 {
        font-size: 1.2rem;
    }
    
    .upper_73c7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface_0e90 {
        padding: 15px 10px;
    }
    
    .surface_0e90 h4 {
        font-size: 0.85rem;
    }
    
    .surface_0e90 p {
        font-size: 0.75rem;
    }
    
    .soft_be70 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .main_ca01 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .east-a49f {
        padding: 20px 10px;
    }
    
    .paragraph_warm_d1a0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .aside_3b7d,
    .focused-570b,
    .wide_d0c5 {
        width: 100%;
    }
    
    .aside_3b7d h3 {
        font-size: 1.1rem;
    }
    
    .aside_3b7d p {
        font-size: 0.8rem;
    }
    
    .row_purple_da12 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .row-4a2f {
        padding: 30px 15px;
    }
    
    .row-4a2f h2 {
        font-size: 1.3rem;
    }
    
    .row-4a2f p {
        font-size: 0.85rem;
    }
    
    .column_348b {
        flex-direction: column;
        gap: 10px;
    }
    
    .column_348b .overlay-debe {
        width: 100%;
    }
    
    .detail_eecc {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .secondary-stale-2840 {
        padding: 30px 15px;
    }
    
    .secondary_black_fa13 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .huge-2d3a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .item_b55b h4 {
        font-size: 0.9rem;
    }
    
    .item_b55b a {
        font-size: 0.8rem;
    }
    
    .shadow-071e {
        font-size: 0.8rem;
    }
    
    .banner-paper-cecf p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .up_debe {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .card-1835 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: df5e */
.shadow-element-l3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
