/* Inner Page Styles */

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

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

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

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

.hidden-12cc {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.hidden-12cc .dark_f101 {
    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;
}

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

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

.hidden-12cc .dark_f101:hover::before {
    left: 100%;
}

.hidden-12cc .dark_f101:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.frame-fixed-e260 {
    color: var(--casino-gold-light);
}

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

.frame-fixed-e260 a:hover {
    color: var(--casino-gold-light);
}

.frame-fixed-e260.fn-active-ef0b {
    color: var(--casino-gold-light);
}

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

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

.gallery-yellow-b732 {
    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);
}

.gallery-yellow-b732 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.bottom_fb95 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 */
.bronze-ef39 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.gallery_9e6a .hero_a653:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.label-2a92 {
    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);
}

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

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

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

.thick-7a4d {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.thick-7a4d .hero_a653 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.thick-7a4d .hero_a653:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal_e849 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .modal_e849 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .modal_e849 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hidden-12cc {
        justify-content: center;
    }
    
    .video_static_fb96 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .thumbnail-4c71 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .heading_dynamic_69a4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gallery-yellow-b732 {
        padding: var(--md-spacing-md);
    }
    
    .sort-paper-7915 {
        padding: var(--md-spacing-md) 0;
    }
    
    .bottom_fb95 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .thick-7a4d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .advanced-1e58 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gallery-yellow-b732 {
        padding: var(--md-spacing-sm);
    }
    
    .first-d05f {
        padding: var(--md-spacing-md);
    }
    
    .bottom_fb95 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.first-d05f,
.bottom_fb95,
.thick-7a4d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

.tiny-8ee5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.mask-f85a {
    font-size: 1.5rem;
}

.bottom-31c6 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.dropdown-11a6 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.inner-8ab1 {
    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;
}

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

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

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

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

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

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

.gold-80e6::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;
}

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

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

.center_4271.outline-4a9b .box-e4bc {
    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); }
}

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

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

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

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

.label-short-a12b 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;
}

.label-short-a12b 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);
}

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

.link-a538 {
    font-size: 1.2rem;
}

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

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

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

.article-medium-13fc {
    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-medium-13fc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.article-medium-13fc.mask_warm_22ff::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.article-medium-13fc.info-538f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article-medium-13fc.carousel_0450::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.article-medium-13fc.lite_dac2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.dropdown-pro-6ad4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.lower_1aa3 {
    font-size: 1.2rem;
}

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

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

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

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

.shadow_09d0.image-purple-70b8 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shadow_09d0.fn-active-ef0b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.caption-current-4d60 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.preview_a776 { border-top: 3px solid #00ccff; }
.lower-e5ac { border-top: 3px solid #00ff88; }
.info-87bf { border-top: 3px solid #d4af37; }
.outline_1bcc { border-top: 3px solid #ff6b6b; }
.gradient-inner-c358 { border-top: 3px solid #8b5cf6; }

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

.row-slow-e97e {
    overflow-x: auto;
}

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

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

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

.purple-fc65 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.carousel-full-7c70 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

.gradient-old-bc83 {
    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;
}

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

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

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

.mask-1e04 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.feature-iron-94cc {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.shadow-9c8b {
    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;
}

.shadow-9c8b::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);
}

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

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

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

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

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

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

.grid_north_1029 {
    font-size: 1.5rem;
}

.outline-hard-63ed {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.backdrop-9e10 .tertiary_9802 {
    margin-bottom: 10px;
}

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

.backdrop-9e10 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.brown-83f2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.fast-72ca {
    display: flex;
    align-items: center;
    gap: 10px;
}

.column-fluid-6e0b {
    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;
}

.fast-72ca span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.tabs-right-0c97 span {
    color: #666;
    font-size: 0.8rem;
}

.tabs-right-0c97 a {
    color: #ff6b6b;
}

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

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

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

.button_6c2c {
    text-align: center;
}

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

.button_6c2c .header-down-770e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.paragraph-last-0224 {
    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;
}

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

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

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

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

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

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

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

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

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

.dim-7d80.row_dirty_4240 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.short-8d44 .backdrop-wide-e52b {
    color: #666;
    margin: 0 8px;
}

.short-8d44 .bottom_0973 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.gold-77eb strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.dynamic_e154 {
    font-size: 2rem;
}

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

.chip-ffd9 strong {
    color: #d4af37;
}

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

.tag-inner-8e88 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .tag-inner-8e88 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.cool_e39d strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.tertiary-dynamic-c4ef {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.small-99cb h3,
.frame-in-0a6a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.background_ba54 strong {
    color: #d4af37;
}

.primary-soft-079b {
    color: #aaa;
}

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

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

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

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

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

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

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

.heading-5bac:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green_b45c strong {
    color: #d4af37;
}

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

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

.detail_eafb strong {
    color: #00ff88;
}

.detail_eafb span {
    color: #d4af37;
}

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

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

.table-green-ff7b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.widget-up-4556 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-outer-dd9b {
    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;
}

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

.footer-white-a94f strong {
    color: #00ff88;
}

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

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

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

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

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

.panel-4c3e {
    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;
}

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

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

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

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

.frame-1ad7 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .glass-5368 {
        padding: 30px 15px;
    }
    
    .glass-5368 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .main-f1e2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .copper_cd41 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .primary-3f69 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary-3f69 .outline_b8f3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .sidebar_6645 {
        font-size: 1.3rem;
    }
    
    .gold_50dc {
        font-size: 0.7rem;
    }
    
    .wrapper_1b2c {
        flex-direction: column;
        gap: 10px;
    }
    
    .wrapper_1b2c .hero_a653 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .avatar_warm_5a9e {
        display: none;
    }
    
    .gas-e97a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .brown-05a9 {
        padding: 20px 10px;
    }
    
    .table-green-ff7b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static_2af5,
    .icon_9803 {
        padding: 15px;
    }
    
    .modal_hovered_2beb {
        flex-direction: column;
        gap: 5px;
    }
    
    .widget-up-4556 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .list-upper-3376 {
        padding: 30px 10px;
    }
    
    .dirty_944b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .banner_daaa {
        padding: 20px 15px;
    }
    
    .over_20b5 {
        font-size: 2rem;
    }
    
    .banner_daaa h3 {
        font-size: 1.1rem;
    }
    
    .banner_daaa p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .focus-1b01 {
        padding: 20px 5px;
    }
    
    .focus-1b01 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .heading-ca59 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .purple-fc65 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .purple-fc65 th,
    .purple-fc65 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .dim_b1bf {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .action_c306 {
        padding: 20px 10px;
    }
    
    .hover-d980 h2 {
        font-size: 1.3rem;
    }
    
    .pressed_302f {
        font-size: 0.9rem;
    }
    
    .heading-5bac h3 {
        font-size: 1.1rem;
    }
    
    .heading-5bac p {
        font-size: 0.9rem;
    }
    
    .primary_south_3261 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .nav_ae0d {
        grid-template-columns: 1fr;
    }
    
    .green_b45c {
        font-size: 0.85rem;
    }
    
    .dim_b948 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .smooth-f5e5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .smooth-f5e5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .video-c958 {
        padding: 30px 10px;
    }
    
    .pink-17f1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .purple-e245 {
        padding: 15px 10px;
    }
    
    .purple-e245 h4 {
        font-size: 0.9rem;
    }
    
    .purple-e245 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .main-east-3326 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pink-17f1 {
        grid-template-columns: 1fr;
    }
    
    .purple-e245 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .lower-99b0 {
        padding: 30px 10px;
    }
    
    .menu_copper_b9b0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .simple_de32 {
        padding: 15px;
    }
    
    .panel-under-8cea {
        font-size: 0.9rem;
    }
    
    .picture-iron-60f5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .picture-iron-60f5 .frame-down-3b57 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .module-2bee {
        padding: 30px 10px;
    }
    
    .module-2bee h2 {
        font-size: 1.2rem;
    }
    
    .down-545f {
        gap: 10px;
    }
    
    .gallery_lite_03b7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gallery_lite_03b7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .article_pink_cb7b {
        padding: 30px 10px;
    }
    
    .article_pink_cb7b h2 {
        font-size: 1.2rem;
    }
    
    .component_e8b1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element_prev_7fec {
        padding: 15px 10px;
    }
    
    .element_prev_7fec h4 {
        font-size: 0.85rem;
    }
    
    .element_prev_7fec p {
        font-size: 0.75rem;
    }
    
    .title-7a10 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled_last_856f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .status_5851 {
        padding: 20px 10px;
    }
    
    .highlight_selected_0765 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .brown-907e,
    .fast-72ca,
    .tabs-right-0c97 {
        width: 100%;
    }
    
    .brown-907e h3 {
        font-size: 1.1rem;
    }
    
    .brown-907e p {
        font-size: 0.8rem;
    }
    
    .column-fluid-6e0b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .content-complex-7e4c {
        padding: 30px 15px;
    }
    
    .content-complex-7e4c h2 {
        font-size: 1.3rem;
    }
    
    .content-complex-7e4c p {
        font-size: 0.85rem;
    }
    
    .footer_plasma_b9da {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer_plasma_b9da .hero_a653 {
        width: 100%;
    }
    
    .fluid_e7da {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .carousel_ef98 {
        padding: 30px 15px;
    }
    
    .large-5741 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .dropdown-current-3310 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pink_ebae h4 {
        font-size: 0.9rem;
    }
    
    .pink_ebae a {
        font-size: 0.8rem;
    }
    
    .backdrop_b498 {
        font-size: 0.8rem;
    }
    
    .hover-29cf p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .primary_iron_ad06 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .secondary-c46d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 79a5 */
.phantom-card-q9 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
