/* Inner Page Styles */

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

.article-old-1bdd 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);
}

.article-old-1bdd 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);
}

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

.modal-1c00 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.modal-1c00 .tabs-motion-02d4 {
    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;
}

.modal-1c00 .tabs-motion-02d4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.modal-1c00 .tabs-motion-02d4:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.modal-1c00 .tabs-motion-02d4:hover::before {
    left: 100%;
}

.modal-1c00 .tabs-motion-02d4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.main-cool-7838 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient_plasma_01a3.fn-active-6c8e {
    color: var(--casino-gold-light);
}

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

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

.gallery_wood_5c97 {
    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_wood_5c97 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_wood_5c97 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

.tag-6400 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 */
.notification-17ed {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-17ed li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

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

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

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

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

.button_7f44 .sort-8aa9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.button_7f44 .sort-8aa9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.iron-863c {
    margin-top: var(--md-spacing-sm);
}

.fast-740d {
    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);
}

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

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

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

.hero-simple-162b {
    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);
}

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

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

.hero-simple-162b p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.hero-simple-162b .sort-8aa9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hero-simple-162b .sort-8aa9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-old-1bdd {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .article-old-1bdd h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .article-old-1bdd h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal-1c00 {
        justify-content: center;
    }
    
    .bottom_ac1e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hot_229f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .caption-05ad {
        padding: var(--md-spacing-md) 0;
    }
    
    .gallery_wood_5c97 {
        padding: var(--md-spacing-md);
    }
    
    .logo_stale_11bd {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag-6400 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hero-simple-162b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .column_408a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gallery_wood_5c97 {
        padding: var(--md-spacing-sm);
    }
    
    .caption_0d69 {
        padding: var(--md-spacing-md);
    }
    
    .tag-6400 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.caption_0d69,
.tag-6400,
.hero-simple-162b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.overlay-light-19e6 {
    font-size: 1.5rem;
}

.fast-89a9 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .wide-18e8 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .background-de34 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.medium-237b {
    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;
}

.medium-237b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.outline_paper_e6ac.backdrop_d622 .active_inner_3963 {
    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); }
}

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

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

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

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

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

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

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

.summary-top-a83d {
    font-size: 1.2rem;
}

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

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

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

.panel-gold-b679 {
    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;
}

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

.panel-gold-b679.gold-8e84::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.panel-gold-b679.frame-b146::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel-gold-b679.item-over-b2d2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.panel-gold-b679.complex_2cfb::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.paragraph-out-d8b5 {
    font-size: 1.2rem;
}

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

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

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

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

.table-a24d.secondary_tall_72be { background: linear-gradient(90deg, #00ccff, #0088ff); }
.table-a24d.fn-active-6c8e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.photo-92b9 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.tabs-9f3b {
    background: #0a0a0a;
    padding: 60px 0;
}

.active-439a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.secondary-brown-9d3d {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.grid_67c2 { border-top: 3px solid #00ccff; }
.message-huge-0b96 { border-top: 3px solid #00ff88; }
.block-out-50ef { border-top: 3px solid #d4af37; }
.video-warm-6afd { border-top: 3px solid #ff6b6b; }
.dropdown-df14 { border-top: 3px solid #8b5cf6; }

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

.pressed-4bec {
    overflow-x: auto;
}

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

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

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

.input-action-dee3 td {
    color: #ccc;
}

.input-action-dee3 .pagination_1caf {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.input-action-dee3 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.middle-98d4 {
    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;
}

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

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

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

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

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

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

.logo_7d28 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.main-under-5340 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.label-9d7a {
    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;
}

.label-9d7a::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);
}

.accordion-7dc9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.description_gold_041f {
    font-size: 1.5rem;
}

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

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

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

.border-left-2b87 {
    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;
}

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

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

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

.breadcrumb-west-7b00 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.surface-74dd .pattern_hot_41dd {
    margin-bottom: 10px;
}

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

.surface-74dd strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.iron-62a1 {
    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;
}

.list-slow-53ee h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.list-slow-53ee p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.overlay-north-121a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.chip-pink-f8ea {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.input-39db {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.icon-bronze-1a1c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.icon-bronze-1a1c span {
    color: #666;
    font-size: 0.8rem;
}

.icon-bronze-1a1c a {
    color: #ff6b6b;
}

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

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

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

.paragraph_e1d1 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.logo-wide-3776 {
    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;
}

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

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

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

.table-east-9ba5 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.text-plasma-605f {
    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;
}

.text-plasma-605f.upper_e7f0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.frame-stale-5c8c {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .wrapper_d34b {
        flex-direction: column;
    }
    .header-99b1 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.image-7ec7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

.row-lite-938e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

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

.filter-simple-f497 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.link-warm-bdca .short_7859 {
    color: #666;
    margin: 0 8px;
}

.link-warm-bdca .hover-hard-1360 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.popup-red-1b26 {
    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;
}

.silver-7abc {
    font-size: 2rem;
}

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

.gallery-slow-ba67 strong {
    color: #d4af37;
}

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

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

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

.item-in-080c h3,
.breadcrumb-slow-ffe9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.shade_df7b strong {
    color: #00ff88;
}

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

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

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

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

.disabled-4af3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.up-102c summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.breadcrumb_d108 strong {
    color: #d4af37;
}

.message_blue_6654 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-orange-a06d {
    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;
}

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

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

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

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

.secondary_gas_905a strong {
    color: #d4af37;
}

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

.aside-selected-b0cb {
    color: #888;
    font-size: 0.9rem;
}

.aside-selected-b0cb strong {
    color: #00ff88;
}

.aside-selected-b0cb span {
    color: #d4af37;
}

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

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

.fluid-620b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-east-fc73 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-east-fc73 li {
    margin-bottom: 5px;
}

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

.form-east-fc73 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.gold-f7dc strong {
    color: #00ff88;
}

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

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

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

.heading-72cf {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.disabled-fixed-c8c2 {
    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;
}

.action-23eb {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

.input-39db {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .heading-72cf {
        flex-direction: column;
    }
    
    .disabled-fixed-c8c2 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero_f187 {
        padding: 30px 15px;
    }
    
    .hero_f187 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .right-9c1a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tabs-5269 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .card_new_e1f8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .card_new_e1f8 .logo_7e17 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .row_middle_b83b {
        font-size: 1.3rem;
    }
    
    .white_7337 {
        font-size: 0.7rem;
    }
    
    .detail-east-9e4c {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail-east-9e4c .sort-8aa9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hover-static-f5b1 {
        display: none;
    }
    
    .gold_c374 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .progress_thick_bb90 {
        padding: 20px 10px;
    }
    
    .fluid-620b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component_a2ae,
    .item-short-fead {
        padding: 15px;
    }
    
    .tertiary_current_8929 {
        flex-direction: column;
        gap: 5px;
    }
    
    .nav_f889 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .outline-out-58c3 {
        padding: 30px 10px;
    }
    
    .icon_9a91 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower_850f {
        padding: 20px 15px;
    }
    
    .slider-bd19 {
        font-size: 2rem;
    }
    
    .lower_850f h3 {
        font-size: 1.1rem;
    }
    
    .lower_850f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .column-20ba {
        padding: 20px 5px;
    }
    
    .column-20ba h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .widget-95d6 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .input-action-dee3 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .input-action-dee3 th,
    .input-action-dee3 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .form_under_45e8 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .thick-64cc {
        padding: 20px 10px;
    }
    
    .fixed_4b88 h2 {
        font-size: 1.3rem;
    }
    
    .center-8be7 {
        font-size: 0.9rem;
    }
    
    .status_54ab h3 {
        font-size: 1.1rem;
    }
    
    .status_54ab p {
        font-size: 0.9rem;
    }
    
    .hidden_smooth_12a7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fluid-0bc9 {
        grid-template-columns: 1fr;
    }
    
    .secondary_gas_905a {
        font-size: 0.85rem;
    }
    
    .media-379a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-orange-a06d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .menu-orange-a06d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .layout-6f8b {
        padding: 30px 10px;
    }
    
    .label-copper-0b96 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .primary_mini_d701 {
        padding: 15px 10px;
    }
    
    .primary_mini_d701 h4 {
        font-size: 0.9rem;
    }
    
    .primary_mini_d701 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header_purple_04be {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label-copper-0b96 {
        grid-template-columns: 1fr;
    }
    
    .primary_mini_d701 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hot_e482 {
        padding: 30px 10px;
    }
    
    .top_f9d7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header_hard_8496 {
        padding: 15px;
    }
    
    .element-yellow-e698 {
        font-size: 0.9rem;
    }
    
    .gold-7a23 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gold-7a23 .overlay-fresh-98ab {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .info_392a {
        padding: 30px 10px;
    }
    
    .info_392a h2 {
        font-size: 1.2rem;
    }
    
    .input-active-4f16 {
        gap: 10px;
    }
    
    .heading-b098 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .heading-b098 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .summary_silver_fca0 {
        padding: 30px 10px;
    }
    
    .summary_silver_fca0 h2 {
        font-size: 1.2rem;
    }
    
    .focus_plasma_2368 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_9fc5 {
        padding: 15px 10px;
    }
    
    .tabs_9fc5 h4 {
        font-size: 0.85rem;
    }
    
    .tabs_9fc5 p {
        font-size: 0.75rem;
    }
    
    .hot_1137 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .frame-58dc {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .old-69bf {
        padding: 20px 10px;
    }
    
    .pattern_under_649f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .title_e1af,
    .silver-5563,
    .icon-bronze-1a1c {
        width: 100%;
    }
    
    .title_e1af h3 {
        font-size: 1.1rem;
    }
    
    .title_e1af p {
        font-size: 0.8rem;
    }
    
    .pattern_43be {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .active-gas-dd56 {
        padding: 30px 15px;
    }
    
    .active-gas-dd56 h2 {
        font-size: 1.3rem;
    }
    
    .active-gas-dd56 p {
        font-size: 0.85rem;
    }
    
    .list_0b7a {
        flex-direction: column;
        gap: 10px;
    }
    
    .list_0b7a .sort-8aa9 {
        width: 100%;
    }
    
    .frame_huge_cb97 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .icon_2484 {
        padding: 30px 10px;
    }
    
    .icon_2484 h3 {
        font-size: 1.2rem;
    }
    
    .copper_0ee0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero-simple-162b {
        padding: 15px 10px;
    }
    
    .hero-simple-162b h4 {
        font-size: 0.85rem;
    }
    
    .hero-simple-162b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .description-fixed-9ef5 {
        padding: 30px 15px;
    }
    
    .texture_easy_f46d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .summary_7192 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fast-1a39 h4 {
        font-size: 0.9rem;
    }
    
    .fast-1a39 a {
        font-size: 0.8rem;
    }
    
    .message_down_1bec {
        font-size: 0.8rem;
    }
    
    .bright-62f3 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .section_91cb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .aside-d1e6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 920f */
.ghost-box-a2 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
