/* Inner Page Styles */

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

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

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

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

.disabled-bright-9b4e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.disabled-bright-9b4e .shadow-blue-c54b {
    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;
}

.disabled-bright-9b4e .shadow-blue-c54b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.disabled-bright-9b4e .shadow-blue-c54b:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.disabled-bright-9b4e .shadow-blue-c54b:hover::before {
    left: 100%;
}

.disabled-bright-9b4e .shadow-blue-c54b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.form-paper-082c {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-7262.fn-active-4029 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-02c0 {
    padding: var(--md-spacing-md) 0;
}

.hero-3b0e {
    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%;
}

.hero-3b0e 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 */
.frame-copper-e52c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.frame-copper-e52c li {
    margin-bottom: var(--md-spacing-xs);
}

.frame-copper-e52c 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);
}

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

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

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

.overlay-top-d72e:hover::before {
    left: 100%;
}

.overlay-top-d72e 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;
}

.overlay-top-d72e 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;
}

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

.overlay-top-d72e .up_c868:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.panel-lite-d502 {
    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);
}

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

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

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

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

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

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

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

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

.north_34b1 .up_c868:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notification-b2ac {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notification-b2ac h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notification-b2ac h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .disabled-bright-9b4e {
        justify-content: center;
    }
    
    .form-paper-082c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .frame-brown-06b0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .list_aafa {
        padding: var(--md-spacing-md) 0;
    }
    
    .dim_29f0 {
        padding: var(--md-spacing-md);
    }
    
    .chip_cool_8186 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero-3b0e {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .north_34b1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .shade-hot-11d2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dim_29f0 {
        padding: var(--md-spacing-sm);
    }
    
    .photo-5ea2 {
        padding: var(--md-spacing-md);
    }
    
    .hero-3b0e {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.photo-5ea2,
.hero-3b0e,
.north_34b1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.notice-1386 {
    font-size: 1.5rem;
}

.blue-c1d0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.north-a12e strong {
    color: #00ff88;
}

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

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

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

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

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

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

.image-stale-f5b1 {
    text-align: center;
    margin-bottom: 30px;
}

.next-568d {
    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;
}

.next-568d.active-solid-295d .search_clean_9624 {
    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); }
}

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

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

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

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

.accent-stale-f1ac 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;
}

.accent-stale-f1ac 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);
}

.background-complex-306f {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.accent-easy-849b {
    font-size: 1.2rem;
}

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

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

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

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

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

.green_2571.video-a0e5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.green_2571.thumbnail_fast_c7d8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.green_2571.plasma_004b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.green_2571.tertiary-under-85f1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.title_c3df {
    font-size: 1.2rem;
}

.highlight-inner-7d71 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.column-901f.pagination_outer_4d7f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column-901f.fn-active-4029 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-focused-f7b1 { border-top: 3px solid #00ccff; }
.item-c4c0 { border-top: 3px solid #00ff88; }
.secondary-60db { border-top: 3px solid #d4af37; }
.form-paper-21aa { border-top: 3px solid #ff6b6b; }
.link-141c { border-top: 3px solid #8b5cf6; }

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

.sidebar-2a7f {
    overflow-x: auto;
}

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

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

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

.grid_prev_a684 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.hovered-07b6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.chip-21c5 {
    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;
}

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

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

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

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

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

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

.warm-1597 {
    font-size: 2rem;
}

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

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

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

.table-top-ae7e {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail_9ada {
    font-size: 1.5rem;
}

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

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

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

.banner-huge-d731 {
    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;
}

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

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

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

.text-41f7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.red-34e4 .primary_69b5 {
    margin-bottom: 10px;
}

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

.red-34e4 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper_huge_8bc0 a {
    color: #ff6b6b;
}

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

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

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

.gallery-dirty-8b4c {
    text-align: center;
}

.gallery-dirty-8b4c .video_lower_11e4 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.gallery-dirty-8b4c .info-d9cf {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.progress-pro-dddb {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .secondary-9a46 {
        flex-direction: column;
    }
    .table_clean_8571 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.gas-4e80 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.out_c0d7 .wide-510b {
    color: #666;
    margin: 0 8px;
}

.out_c0d7 .hero_2440 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.slow-bbd0 {
    font-size: 2rem;
}

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

.title_14c1 strong {
    color: #d4af37;
}

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

.avatar-cool-eb79 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.media_old_3cbb h3,
.texture-over-aba1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.soft-025b strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.popup-hovered-026e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.texture-hot-d586 {
    background: #0a0a0a;
    padding: 30px 0;
}

.tabs-954a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.tooltip-red-f6f0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.gradient-1c2a summary::-webkit-details-marker {
    display: none;
}

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

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

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

.preview-steel-5a23 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.preview-steel-5a23 strong {
    color: #d4af37;
}

.feature-41e7 {
    color: #aaa;
}

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

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

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

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

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

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

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

.component-iron-efd3:last-child {
    border-bottom: none;
}

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

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

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

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

.hot-931d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hot-931d 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;
}

.hot-931d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tag_e88c strong {
    color: #d4af37;
}

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

.accent-liquid-03c1 {
    color: #888;
    font-size: 0.9rem;
}

.accent-liquid-03c1 strong {
    color: #00ff88;
}

.accent-liquid-03c1 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.icon-silver-7cd5 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

.right-5d82 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.hidden-new-4150 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide-fe45 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.bright-6f95 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .fresh-6014 {
        flex-direction: column;
    }
    
    .breadcrumb-dark-cdf9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.highlight-white-348d {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .preview-hovered-4df1 {
        padding: 30px 15px;
    }
    
    .preview-hovered-4df1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .copper_9692 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .border-2daf {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .carousel-3806 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .carousel-3806 .new_595e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background-2360 {
        font-size: 1.3rem;
    }
    
    .media-d0ff {
        font-size: 0.7rem;
    }
    
    .content-7541 {
        flex-direction: column;
        gap: 10px;
    }
    
    .content-7541 .up_c868 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .under-f291 {
        display: none;
    }
    
    .texture_1743 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .row-easy-6d50 {
        padding: 20px 10px;
    }
    
    .gallery-b015 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature_7898,
    .disabled_8736 {
        padding: 15px;
    }
    
    .right-5d82 {
        flex-direction: column;
        gap: 5px;
    }
    
    .dim-c092 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .footer-1f77 {
        padding: 30px 10px;
    }
    
    .footer-f9b4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message-6e45 {
        padding: 20px 15px;
    }
    
    .texture_rough_109c {
        font-size: 2rem;
    }
    
    .message-6e45 h3 {
        font-size: 1.1rem;
    }
    
    .message-6e45 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .panel-1c39 {
        padding: 20px 5px;
    }
    
    .panel-1c39 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .upper-484c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .grid_prev_a684 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .grid_prev_a684 th,
    .grid_prev_a684 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tabs-fd80 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .list_motion_7837 {
        padding: 20px 10px;
    }
    
    .detail-a203 h2 {
        font-size: 1.3rem;
    }
    
    .chip_silver_d899 {
        font-size: 0.9rem;
    }
    
    .component-iron-efd3 h3 {
        font-size: 1.1rem;
    }
    
    .component-iron-efd3 p {
        font-size: 0.9rem;
    }
    
    .hot-931d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .badge-6bb6 {
        grid-template-columns: 1fr;
    }
    
    .tag_e88c {
        font-size: 0.85rem;
    }
    
    .static-b732 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow_4d0e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .narrow_4d0e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .clean-9815 {
        padding: 30px 10px;
    }
    
    .accent-first-6456 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-fixed-da1b {
        padding: 15px 10px;
    }
    
    .disabled-fixed-da1b h4 {
        font-size: 0.9rem;
    }
    
    .disabled-fixed-da1b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .first-66d2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accent-first-6456 {
        grid-template-columns: 1fr;
    }
    
    .disabled-fixed-da1b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .frame_purple_22c1 {
        padding: 30px 10px;
    }
    
    .popup-basic-25b1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hovered-40b8 {
        padding: 15px;
    }
    
    .menu_fluid_2491 {
        font-size: 0.9rem;
    }
    
    .static-cc17 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .static-cc17 .texture_focused_b0fd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .stone-61b4 {
        padding: 30px 10px;
    }
    
    .stone-61b4 h2 {
        font-size: 1.2rem;
    }
    
    .message-db2a {
        gap: 10px;
    }
    
    .hover-cool-d55c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hover-cool-d55c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .middle-59e0 {
        padding: 30px 10px;
    }
    
    .middle-59e0 h2 {
        font-size: 1.2rem;
    }
    
    .focus_ba9a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_prev_f0f3 {
        padding: 15px 10px;
    }
    
    .row_prev_f0f3 h4 {
        font-size: 0.85rem;
    }
    
    .row_prev_f0f3 p {
        font-size: 0.75rem;
    }
    
    .alert-fd19 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .frame_north_2dc2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .footer_32dc {
        padding: 20px 10px;
    }
    
    .slider-narrow-dacc {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pagination-e819,
    .first-f7ac,
    .wrapper_huge_8bc0 {
        width: 100%;
    }
    
    .pagination-e819 h3 {
        font-size: 1.1rem;
    }
    
    .pagination-e819 p {
        font-size: 0.8rem;
    }
    
    .iron_37c3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .button_prev_a91d {
        padding: 30px 15px;
    }
    
    .button_prev_a91d h2 {
        font-size: 1.3rem;
    }
    
    .button_prev_a91d p {
        font-size: 0.85rem;
    }
    
    .title_6077 {
        flex-direction: column;
        gap: 10px;
    }
    
    .title_6077 .up_c868 {
        width: 100%;
    }
    
    .widget-cold-019b {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .static_91cb {
        padding: 30px 15px;
    }
    
    .bronze_05c3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .bottom_f518 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .progress-dcd9 h4 {
        font-size: 0.9rem;
    }
    
    .progress-dcd9 a {
        font-size: 0.8rem;
    }
    
    .menu-2538 {
        font-size: 0.8rem;
    }
    
    .simple_0237 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .link-69db {
        padding: 8px 10px;
    }
    
    .preview-dark-22ea {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .description-simple-789a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .preview-dark-22ea {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .description-simple-789a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e0bc */
.phantom-card-x4 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
