/* Inner Page Styles */

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

.image-607b 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);
}

.image-607b 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);
}

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

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

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

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

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

.gradient_0c08 .advanced_73e2:hover::before {
    left: 100%;
}

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

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

.red-0ced {
    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);
}

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

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

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

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

.tertiary-lite-8d01 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.notice-60e3 {
    color: var(--casino-gold-light);
}

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

.notice-60e3 a:hover {
    color: var(--casino-gold-light);
}

.notice-60e3.fn-active-3cc5 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-048c {
    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%;
}

.popup-048c 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 */
.popup-87be {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-87be li {
    margin-bottom: var(--md-spacing-xs);
}

.popup-87be 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);
}

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

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

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

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

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

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

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

.hot_6284 .tiny_ccb9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.header-ef18 .tiny_ccb9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .image-607b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .image-607b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .image-607b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gradient_0c08 {
        justify-content: center;
    }
    
    .red-0ced {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .media-center-1821 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mini-2da3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .upper_8f7f {
        padding: var(--md-spacing-md);
    }
    
    .west_c602 {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup-048c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .header-ef18 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sidebar-e83e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .upper_8f7f {
        padding: var(--md-spacing-sm);
    }
    
    .cool_f78f {
        padding: var(--md-spacing-md);
    }
    
    .popup-048c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.cool_f78f,
.popup-048c,
.header-ef18 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.aside_44a3 {
    font-size: 1.5rem;
}

.slider_fast_65ee strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .white-aa37 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .paper-9309 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.smooth-2a68 {
    padding: 30px 0;
}

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

.preview-e0c1 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.border_lite_5cfb strong {
    color: #00ff88;
}

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

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

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

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

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

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

.icon-44db {
    text-align: center;
    margin-bottom: 30px;
}

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

.item-fa42.list_south_27b7 .easy-0686 {
    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); }
}

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

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

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

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

.preview-under-d26a 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;
}

.preview-under-d26a 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);
}

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

.cool_b0d6 {
    font-size: 1.2rem;
}

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

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

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

.green_f946 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.green_f946.outline_17c2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.green_f946.hard_cf30::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.green_f946.list-2f71::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.green_f946.dynamic-53c5::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dirty_01c7 {
    font-size: 1.2rem;
}

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

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

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

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

.media-e17a.pattern-motion-25c1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.media-e17a.fn-active-3cc5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout_bc72 { border-top: 3px solid #00ccff; }
.tertiary_19b3 { border-top: 3px solid #00ff88; }
.motion-bd72 { border-top: 3px solid #d4af37; }
.widget-warm-77de { border-top: 3px solid #ff6b6b; }
.current-b1ef { border-top: 3px solid #8b5cf6; }

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

.outline-tiny-b504 {
    overflow-x: auto;
}

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

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

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

.status_4927 td {
    color: #ccc;
}

.status_4927 .huge-42b0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.texture-out-157c {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.card-dynamic-517d {
    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;
}

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

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

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

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

@media (max-width: 768px) {
    .texture-pink-239e {
        grid-template-columns: 1fr;
    }
}

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

.focus_a460 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.gallery-complex-7461 {
    background: #0a0a0a;
    padding: 60px 0;
}

.rough-16e9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.row-98a3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.article_fc2a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.cool-0998 strong {
    color: #fff;
    display: block;
}

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

.upper-22fa {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.smooth-4b39 .alert-8a8d {
    margin-bottom: 10px;
}

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

.smooth-4b39 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.heading-mini-77f2 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-74f0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hot-963a {
    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;
}

.alert-74f0 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.huge_b78e a {
    color: #ff6b6b;
}

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

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

.link-static-89d7 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.button-dd5d {
    text-align: center;
}

.button-dd5d .tag-stone-5f2a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.button-dd5d .widget-e71c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.title-clean-4382 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .frame_d002 {
        flex-direction: column;
    }
    .iron-d670 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.primary-39f3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tertiary-001c .tertiary-orange-0301 {
    color: #666;
    margin: 0 8px;
}

.tertiary-001c .background-9826 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.dark_6643 {
    font-size: 2rem;
}

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

.blue_7d36 strong {
    color: #d4af37;
}

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

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

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

.east-e405 h3,
.pattern-down-7855 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.texture-95e7 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.silver_be59 strong {
    color: #00ff88;
}

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

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

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

.gradient-0b22 h3,
.layout-fixed-a588 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.pro-b560 strong {
    color: #d4af37;
}

.photo_ec2a {
    color: #aaa;
}

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

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

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

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

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

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

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

.header-slow-ee1d:last-child {
    border-bottom: none;
}

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

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

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

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

.media-simple-7054 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.media-simple-7054 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;
}

.media-simple-7054 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.inner-c06a strong {
    color: #d4af37;
}

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

.hover-short-bf1b {
    color: #888;
    font-size: 0.9rem;
}

.hover-short-bf1b strong {
    color: #00ff88;
}

.hover-short-bf1b span {
    color: #d4af37;
}

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

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

.gradient-hard-7bc3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.section-bottom-1c8d {
    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;
}

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

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

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

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

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

.shadow-dynamic-9099 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right_89d3 strong {
    color: #00ff88;
}

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

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

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

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

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

.footer-838d {
    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;
}

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

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

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

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

.accordion-old-6cea {
    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;
}

.accordion-old-6cea: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) {
    .accordion-old-6cea {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .accordion-old-6cea {
        width: 120px;
        height: 120px;
    }
}

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.highlight_pro_1f17 .element-1ae2 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .container-8f9e {
        padding: 30px 15px;
    }
    
    .container-8f9e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .soft-f3f2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .progress_9197 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .selected-601a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .selected-601a .item_d523 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .south-4621 {
        font-size: 1.3rem;
    }
    
    .hero_bc9b {
        font-size: 0.7rem;
    }
    
    .preview_in_11dc {
        flex-direction: column;
        gap: 10px;
    }
    
    .preview_in_11dc .tiny_ccb9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .highlight-4b7d {
        display: none;
    }
    
    .content_first_3e5d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .blue_404f {
        padding: 20px 10px;
    }
    
    .gradient-hard-7bc3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_4a37,
    .section-85e1 {
        padding: 15px;
    }
    
    .surface-a6d1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .wide_2883 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .alert_b989 {
        padding: 30px 10px;
    }
    
    .orange-a8b9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface_753c {
        padding: 20px 15px;
    }
    
    .first-516c {
        font-size: 2rem;
    }
    
    .surface_753c h3 {
        font-size: 1.1rem;
    }
    
    .surface_753c p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .overlay_ff39 {
        padding: 20px 5px;
    }
    
    .overlay_ff39 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .block_black_d51d {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .status_4927 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .status_4927 th,
    .status_4927 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .down-4010 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .slow-e55d {
        padding: 20px 10px;
    }
    
    .warm_952e h2 {
        font-size: 1.3rem;
    }
    
    .accent_0167 {
        font-size: 0.9rem;
    }
    
    .header-slow-ee1d h3 {
        font-size: 1.1rem;
    }
    
    .header-slow-ee1d p {
        font-size: 0.9rem;
    }
    
    .media-simple-7054 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .table-tiny-fc69 {
        grid-template-columns: 1fr;
    }
    
    .inner-c06a {
        font-size: 0.85rem;
    }
    
    .lite-62fd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip-north-2670 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tooltip-north-2670 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .summary-bottom-cc4d {
        padding: 30px 10px;
    }
    
    .accent_d884 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-6563 {
        padding: 15px 10px;
    }
    
    .form-6563 h4 {
        font-size: 0.9rem;
    }
    
    .form-6563 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .active-d9e9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accent_d884 {
        grid-template-columns: 1fr;
    }
    
    .form-6563 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .solid_7c78 {
        padding: 30px 10px;
    }
    
    .plasma-f8ea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tiny_a549 {
        padding: 15px;
    }
    
    .icon_2d70 {
        font-size: 0.9rem;
    }
    
    .shade-5347 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade-5347 .grid_small_e5f7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .form-be25 {
        padding: 30px 10px;
    }
    
    .form-be25 h2 {
        font-size: 1.2rem;
    }
    
    .hard_7363 {
        gap: 10px;
    }
    
    .article-steel-debe summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .article-steel-debe p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .logo_paper_36a7 {
        padding: 30px 10px;
    }
    
    .logo_paper_36a7 h2 {
        font-size: 1.2rem;
    }
    
    .west_1ed3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled-clean-e575 {
        padding: 15px 10px;
    }
    
    .disabled-clean-e575 h4 {
        font-size: 0.85rem;
    }
    
    .disabled-clean-e575 p {
        font-size: 0.75rem;
    }
    
    .row_f9f9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .border_781e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .info-7b67 {
        padding: 20px 10px;
    }
    
    .block-bf08 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tag_dd67,
    .alert-74f0,
    .huge_b78e {
        width: 100%;
    }
    
    .tag_dd67 h3 {
        font-size: 1.1rem;
    }
    
    .tag_dd67 p {
        font-size: 0.8rem;
    }
    
    .hot-963a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .action_d6e5 {
        padding: 30px 15px;
    }
    
    .action_d6e5 h2 {
        font-size: 1.3rem;
    }
    
    .action_d6e5 p {
        font-size: 0.85rem;
    }
    
    .breadcrumb-cb19 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb-cb19 .tiny_ccb9 {
        width: 100%;
    }
    
    .sidebar_09b1 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .icon_middle_d1e1 {
        padding: 30px 10px;
    }
    
    .icon_middle_d1e1 h3 {
        font-size: 1.2rem;
    }
    
    .wide-eca3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header-ef18 {
        padding: 15px 10px;
    }
    
    .header-ef18 h4 {
        font-size: 0.85rem;
    }
    
    .header-ef18 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gas_3a38 {
        padding: 30px 15px;
    }
    
    .background_81c3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .heading-dirty-87fd {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .info-over-b6aa h4 {
        font-size: 0.9rem;
    }
    
    .info-over-b6aa a {
        font-size: 0.8rem;
    }
    
    .module_da0c {
        font-size: 0.8rem;
    }
    
    .paragraph_338a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pink_cd8d {
        padding: 8px 10px;
    }
    
    .rough-5400 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .frame-small-ca87 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .rough-5400 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .frame-small-ca87 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7a6d */
.phantom-card-a2 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
