/* Inner Page Styles */

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

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

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

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

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

.mask_5227 .medium-9351 {
    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;
}

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

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

.mask_5227 .medium-9351:hover::before {
    left: 100%;
}

.mask_5227 .medium-9351:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.nav-down-e8cc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag_fixed_5363.fn-active-717a {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.table-top-13a8 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-clean-858d {
    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%;
}

.media-clean-858d 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 */
.detail_d320 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.table_selected_c7aa .hidden_pink_b0db:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.message-cold-173c {
    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);
}

.message-cold-173c:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.shadow-b7bd .hidden_pink_b0db {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.shadow-b7bd .hidden_pink_b0db:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .row-ea6c {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .row-ea6c h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .row-ea6c h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mask_5227 {
        justify-content: center;
    }
    
    .nav-down-e8cc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .image_1057 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .table-top-13a8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .border_small_aaa5 {
        padding: var(--md-spacing-md);
    }
    
    .column_over_681e {
        padding: var(--md-spacing-md) 0;
    }
    
    .media-clean-858d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .shadow-b7bd {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .article-41dd {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .border_small_aaa5 {
        padding: var(--md-spacing-sm);
    }
    
    .banner_inner_eb3f {
        padding: var(--md-spacing-md);
    }
    
    .media-clean-858d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.banner_inner_eb3f,
.media-clean-858d,
.shadow-b7bd {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.middle-5082 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hard_cee6 strong {
    color: #00ff88;
}

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

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

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

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

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

.sort-east-0c0e::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;
}

.nav-stone-096c {
    text-align: center;
    margin-bottom: 30px;
}

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

.tooltip_033f.last_1315 .search-stale-3f34 {
    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); }
}

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

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

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

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

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

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

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

.surface-hovered-dee1 {
    font-size: 1.2rem;
}

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

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

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

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

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

.carousel-9412.description-b38d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.carousel-9412.block-up-f316::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.carousel-9412.focus-7252::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.carousel-9412.photo_c069::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.info_5609 {
    font-size: 1.2rem;
}

.card-pro-3c48 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.over_a7f9.focus_next_b9be { background: linear-gradient(90deg, #00ccff, #0088ff); }
.over_a7f9.fn-active-717a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.message-6e76 {
    background: #0a0a0a;
    padding: 60px 0;
}

.gradient-57e8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.texture_steel_fe7e { border-top: 3px solid #00ccff; }
.focused_b6de { border-top: 3px solid #00ff88; }
.container_first_3482 { border-top: 3px solid #d4af37; }
.white_d9d1 { border-top: 3px solid #ff6b6b; }
.light_1fae { border-top: 3px solid #8b5cf6; }

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

.center-7333 {
    overflow-x: auto;
}

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

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

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

.section-a91f td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-81c5 {
    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;
}

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

.search-18cf {
    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;
}

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

.up-97a2 p {
    color: #888;
    font-size: 0.9rem;
}

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

.tooltip-98d9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

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

.copper_174b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.narrow-9b3e {
    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;
}

.narrow-9b3e::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);
}

.full-15bf {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.hidden_9646 {
    font-size: 1.5rem;
}

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

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

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

.shade-south-d625 {
    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;
}

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

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

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

.frame-d4d6 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.outer_fccd .article_20c6 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.detail-next-f347 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selected-0e40 span {
    color: #666;
    font-size: 0.8rem;
}

.selected-0e40 a {
    color: #ff6b6b;
}

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

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

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

.badge_inner_4b30 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.widget-3ce3 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.article-left-5595 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .hover-2cc5 {
        flex-direction: column;
    }
    .element_853c {
        transform: rotate(90deg);
    }
}

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

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

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

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

.inner-11b5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.first_cb04 .carousel_pink_a177 {
    color: #666;
    margin: 0 8px;
}

.first_cb04 .link_fd13 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.bottom-8821 {
    font-size: 2rem;
}

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

.hover-east-6632 strong {
    color: #d4af37;
}

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

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

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

.summary-c6d0 h3,
.rough-6cea h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.inner-e281 strong {
    color: #00ff88;
}

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

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

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

.panel-stone-1615 h3,
.simple_e07d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.primary_basic_950d strong {
    color: #d4af37;
}

.feature_solid_8721 {
    color: #aaa;
}

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

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

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

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

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

.inner-9a1e {
    max-width: 900px;
    margin: 0 auto;
}

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

.outline-next-b001:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus_under_9aaf strong {
    color: #d4af37;
}

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

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

.main_cold_dadc strong {
    color: #00ff88;
}

.main_cold_dadc span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clean-7e2d ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clean-7e2d li {
    margin-bottom: 5px;
}

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

.clean-7e2d a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.modal-mini-46b2 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.modal-mini-46b2 strong {
    color: #00ff88;
}

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

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

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

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

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

.simple-36c4 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .frame_hot_5977 {
        padding: 30px 15px;
    }
    
    .frame_hot_5977 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid_yellow_1be7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .stale-7dcb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .component-under-3fb7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .component-under-3fb7 .heading_in_56c9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .active_wood_53c5 {
        font-size: 1.3rem;
    }
    
    .section-hard-ce86 {
        font-size: 0.7rem;
    }
    
    .bronze-4c14 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bronze-4c14 .hidden_pink_b0db {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .box_5976 {
        display: none;
    }
    
    .copper-5046 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .small_8741 {
        padding: 20px 10px;
    }
    
    .icon_dynamic_c35e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tag_0890,
    .tag_advanced_33d3 {
        padding: 15px;
    }
    
    .card_7788 {
        flex-direction: column;
        gap: 5px;
    }
    
    .glass_75fa {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .action_f8bc {
        padding: 30px 10px;
    }
    
    .text_yellow_68fb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-e96f {
        padding: 20px 15px;
    }
    
    .card_copper_fa7c {
        font-size: 2rem;
    }
    
    .background-e96f h3 {
        font-size: 1.1rem;
    }
    
    .background-e96f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .logo-eff0 {
        padding: 20px 5px;
    }
    
    .logo-eff0 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .article-medium-f063 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .section-a91f {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .section-a91f th,
    .section-a91f td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .dim-d917 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .gradient_aa46 {
        padding: 20px 10px;
    }
    
    .list-hot-4e05 h2 {
        font-size: 1.3rem;
    }
    
    .fast_ba2b {
        font-size: 0.9rem;
    }
    
    .outline-next-b001 h3 {
        font-size: 1.1rem;
    }
    
    .outline-next-b001 p {
        font-size: 0.9rem;
    }
    
    .content_small_afa0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .paper_6df2 {
        grid-template-columns: 1fr;
    }
    
    .focus_under_9aaf {
        font-size: 0.85rem;
    }
    
    .banner_center_61cf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fast_6661 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fast_6661 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading-f186 {
        padding: 30px 10px;
    }
    
    .narrow_b4f7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-0755 {
        padding: 15px 10px;
    }
    
    .solid-0755 h4 {
        font-size: 0.9rem;
    }
    
    .solid-0755 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .info-light-fd6a {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .widget_motion_0214 {
        padding: 30px 10px;
    }
    
    .dirty_e101 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fixed-3712 {
        padding: 15px;
    }
    
    .steel_8f3a {
        font-size: 0.9rem;
    }
    
    .chip_a96f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip_a96f .layout_8624 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .paragraph_8485 {
        padding: 30px 10px;
    }
    
    .paragraph_8485 h2 {
        font-size: 1.2rem;
    }
    
    .module-static-681b {
        gap: 10px;
    }
    
    .dim_fd5f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dim_fd5f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .menu-full-4c5e {
        padding: 30px 10px;
    }
    
    .menu-full-4c5e h2 {
        font-size: 1.2rem;
    }
    
    .prev-4715 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pro_e32f {
        padding: 15px 10px;
    }
    
    .pro_e32f h4 {
        font-size: 0.85rem;
    }
    
    .pro_e32f p {
        font-size: 0.75rem;
    }
    
    .message_6c94 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .orange-a67d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .photo_9664 {
        padding: 20px 10px;
    }
    
    .plasma-3ca4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary_soft_a745,
    .banner_0bf0,
    .selected-0e40 {
        width: 100%;
    }
    
    .tertiary_soft_a745 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_soft_a745 p {
        font-size: 0.8rem;
    }
    
    .bright_9da2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .media_3fb0 {
        padding: 30px 15px;
    }
    
    .media_3fb0 h2 {
        font-size: 1.3rem;
    }
    
    .media_3fb0 p {
        font-size: 0.85rem;
    }
    
    .hero-fluid-9e74 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-fluid-9e74 .hidden_pink_b0db {
        width: 100%;
    }
    
    .filter_dirty_aeea {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hovered_2b03 {
        padding: 30px 15px;
    }
    
    .notification_slow_a15f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .image_medium_a01f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .text-b933 h4 {
        font-size: 0.9rem;
    }
    
    .text-b933 a {
        font-size: 0.8rem;
    }
    
    .out_e287 {
        font-size: 0.8rem;
    }
    
    .warm_3db5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .full-9962 {
        padding: 8px 10px;
    }
    
    .summary-complex-67bd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .surface-upper-a37a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .summary-complex-67bd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .surface-upper-a37a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 582d */
.widget-item-w9 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
