/* Inner Page Styles */

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

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

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

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

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

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

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

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

.gallery_099a .form_b5dd:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-lower-8f00 {
    color: var(--casino-gold-light);
}

.row-lower-8f00 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.row-lower-8f00 a:hover {
    color: var(--casino-gold-light);
}

.row-lower-8f00.fn-active-3685 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot-57a5 {
    padding: var(--md-spacing-md) 0;
}

.widget-plasma-62b1 {
    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%;
}

.widget-plasma-62b1 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 */
.module-complex-d4ea {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-complex-d4ea li {
    margin-bottom: var(--md-spacing-xs);
}

.module-complex-d4ea 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);
}

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

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

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

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

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

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

.summary_hard_3ed0 .icon-6a35 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.summary_hard_3ed0 .icon-6a35:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.tooltip_short_6c17 .icon-6a35 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tooltip_short_6c17 .icon-6a35:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hard_6ba2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hard_6ba2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hard_6ba2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gallery_099a {
        justify-content: center;
    }
    
    .article_a2bc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slider-stale-4921 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .highlight-bright-d940 {
        padding: var(--md-spacing-md) 0;
    }
    
    .active_2f51 {
        padding: var(--md-spacing-md);
    }
    
    .paper-5e34 {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget-plasma-62b1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tooltip_short_6c17 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tertiary_large_b204 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .active_2f51 {
        padding: var(--md-spacing-sm);
    }
    
    .steel_f752 {
        padding: var(--md-spacing-md);
    }
    
    .widget-plasma-62b1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.steel_f752,
.widget-plasma-62b1,
.tooltip_short_6c17 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.picture-silver-9ad2 {
    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);
}

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

.gradient_active_e39b {
    font-size: 1.5rem;
}

.text-406a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.text-6d7a {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.image-4657 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.media_north_d743.notice-5d86 .pagination_6127 {
    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); }
}

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

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

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

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

.description-81e5 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;
}

.description-81e5 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);
}

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

.module-clean-5d97 {
    font-size: 1.2rem;
}

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

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

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

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

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

.article_glass_5ee5.wrapper-6e99::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.article_glass_5ee5.new-8649::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article_glass_5ee5.notification-4f47::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.article_glass_5ee5.frame-dim-3f83::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.wood-93b0 {
    font-size: 1.2rem;
}

.content-light-4eb7 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.outline_7377.detail-pressed-6b88 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outline_7377.fn-active-3685 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.grid-medium-1474 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.steel-15fe {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.notice-bac5.avatar-large-bed2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.video_prev_d083 { border-top: 3px solid #00ccff; }
.prev_d82c { border-top: 3px solid #00ff88; }
.footer_next_d555 { border-top: 3px solid #d4af37; }
.progress-140c { border-top: 3px solid #ff6b6b; }
.focus_tiny_5112 { border-top: 3px solid #8b5cf6; }

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

.active-4477 {
    overflow-x: auto;
}

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

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

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

.middle-78f0 td {
    color: #ccc;
}

.middle-78f0 .accent_first_9c44 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.middle-78f0 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-upper-ec0b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.banner-8423 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.chip-911a {
    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;
}

.chip-911a::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);
}

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

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

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

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

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

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

.under-b70a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.alert-upper-2a83 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.item-1e3f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.caption-cbee .search_e214 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-glass-0aab h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

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

.accent-large-70a2 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.accent-large-70a2 span {
    color: #666;
    font-size: 0.8rem;
}

.accent-large-70a2 a {
    color: #ff6b6b;
}

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

.label-8e20 {
    max-width: 800px;
    margin: 0 auto;
}

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

.message-18e5 {
    text-align: center;
}

.message-18e5 .picture-old-14c1 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.message-18e5 .banner_gold_aa09 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.label-8e20 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.status-89c2 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.accordion_new_4174.avatar-large-bed2 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.grid-solid-c691 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.hard_d88d .surface_615f {
    color: #666;
    margin: 0 8px;
}

.hard_d88d .hovered_493b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.rough-f857 {
    font-size: 2rem;
}

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

.video_3354 strong {
    color: #d4af37;
}

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

.photo-5b9d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.footer-brown-9f9b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.gradient-current-cc03 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.hidden_2acc strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.in_b5fa strong {
    color: #d4af37;
}

.active_stone_e4c5 {
    color: #aaa;
}

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

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

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

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

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

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

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

.surface-a7fd:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basic_a5aa strong {
    color: #d4af37;
}

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

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

.highlight_dynamic_da50 strong {
    color: #00ff88;
}

.highlight_dynamic_da50 span {
    color: #d4af37;
}

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

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

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

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

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

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

.tag-9efc {
    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;
}

.secondary-advanced-626f h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

.feature-1c07 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.feature-1c07 li:last-child {
    border-bottom: none;
}

.down-d543 {
    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_7c4e {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

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

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

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

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

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

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

.thick-4eac ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thick-4eac li {
    margin-bottom: 5px;
}

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

.thick-4eac a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.wrapper-first-1b8f {
    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;
}

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

.form-cc2e strong {
    color: #00ff88;
}

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

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

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

.secondary-0f03 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.stale-6b58 {
    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;
}

.form-green-8080 {
    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;
}

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

@media (max-width: 768px) {
    .secondary-0f03 {
        flex-direction: column;
    }
    
    .stale-6b58 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.footer-27c8 {
    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;
}

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

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

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

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

.aside-lite-713d {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .sort_steel_fbd3 {
        padding: 30px 15px;
    }
    
    .sort_steel_fbd3 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .menu-2815 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .popup_2f78 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .logo-focused-cfba {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .logo-focused-cfba .row_hot_f828 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .right_501f {
        font-size: 1.3rem;
    }
    
    .dynamic-7943 {
        font-size: 0.7rem;
    }
    
    .photo_b98c {
        flex-direction: column;
        gap: 10px;
    }
    
    .photo_b98c .icon-6a35 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .grid-under-4e23 {
        display: none;
    }
    
    .icon-gold-eec6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .aside_2815 {
        padding: 20px 10px;
    }
    
    .title-6691 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image-2828,
    .input_yellow_b1d4 {
        padding: 15px;
    }
    
    .soft_5fba {
        flex-direction: column;
        gap: 5px;
    }
    
    .cold_c2f3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .form-iron-5857 {
        padding: 30px 10px;
    }
    
    .cool_d458 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop_upper_1972 {
        padding: 20px 15px;
    }
    
    .lower-6964 {
        font-size: 2rem;
    }
    
    .backdrop_upper_1972 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_upper_1972 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .mask-c0c6 {
        padding: 20px 10px;
    }
    
    .outline_fb51 h2 {
        font-size: 1.3rem;
    }
    
    .stale_a98c {
        font-size: 0.9rem;
    }
    
    .surface-a7fd h3 {
        font-size: 1.1rem;
    }
    
    .surface-a7fd p {
        font-size: 0.9rem;
    }
    
    .layout_solid_2cd9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .breadcrumb_1e78 {
        grid-template-columns: 1fr;
    }
    
    .basic_a5aa {
        font-size: 0.85rem;
    }
    
    .description_over_5828 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_fixed_8776 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status_fixed_8776 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tertiary_d58f {
        padding: 30px 10px;
    }
    
    .grid_inner_9ed2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .right_5cc0 {
        padding: 15px;
    }
    
    .dark-fd87 {
        font-size: 0.9rem;
    }
    
    .pagination_bright_d572 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pagination_bright_d572 .under-b79e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .container_focused_3605 {
        padding: 30px 10px;
    }
    
    .container_focused_3605 h2 {
        font-size: 1.2rem;
    }
    
    .mask-up-fb3f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wide_2bcb {
        padding: 15px 10px;
    }
    
    .wide_2bcb h4 {
        font-size: 0.85rem;
    }
    
    .wide_2bcb p {
        font-size: 0.75rem;
    }
    
    .video_0797 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tooltip_f7cd {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .footer_pro_ecb6 {
        padding: 20px 10px;
    }
    
    .pagination_gold_56d4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .aside-glass-0aab,
    .small_b3e8,
    .accent-large-70a2 {
        width: 100%;
    }
    
    .aside-glass-0aab h3 {
        font-size: 1.1rem;
    }
    
    .aside-glass-0aab p {
        font-size: 0.8rem;
    }
    
    .highlight-a8e6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tag_d800 {
        padding: 30px 15px;
    }
    
    .tag_d800 h2 {
        font-size: 1.3rem;
    }
    
    .tag_d800 p {
        font-size: 0.85rem;
    }
    
    .pagination-current-1bc7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination-current-1bc7 .icon-6a35 {
        width: 100%;
    }
    
    .white_1ba6 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .frame_smooth_4d15 {
        padding: 30px 15px;
    }
    
    .article_hot_10a0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .image_a4d3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .module-2b7e h4 {
        font-size: 0.9rem;
    }
    
    .module-2b7e a {
        font-size: 0.8rem;
    }
    
    .background_motion_c571 {
        font-size: 0.8rem;
    }
    
    .link-0f8a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .logo-8eed {
        padding: 8px 10px;
    }
    
    .iron_6dc7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .input-bronze-ee7a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .iron_6dc7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .input-bronze-ee7a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 428c */
.widget-item-b2 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
