/* Inner Page Styles */

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

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

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

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

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

.hero_last_4f19 .selected-852f {
    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;
}

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

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

.hero_last_4f19 .selected-852f:hover::before {
    left: 100%;
}

.hero_last_4f19 .selected-852f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.black-36a7 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_2816.fn-active-850d {
    color: var(--casino-gold-light);
}

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

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

.primary-silver-4c9f {
    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);
}

.primary-silver-4c9f 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge_rough_bf56 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 */
.heading-0eab {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading-0eab li {
    margin-bottom: var(--md-spacing-xs);
}

.heading-0eab 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);
}

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

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

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

.heading-4633:hover::before {
    left: 100%;
}

.heading-4633 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;
}

.heading-4633 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;
}

.heading-4633 .static-594a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.heading-4633 .static-594a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.overlay_aa45 .static-594a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.overlay_aa45 .static-594a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .green-d1a7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .green-d1a7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .green-d1a7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hero_last_4f19 {
        justify-content: center;
    }
    
    .link_dark_5ca5 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .item-8edb {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .banner-66ce {
        padding: var(--md-spacing-md) 0;
    }
    
    .primary-silver-4c9f {
        padding: var(--md-spacing-md);
    }
    
    .hot-b0e5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge_rough_bf56 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .overlay_aa45 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .title-2a57 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .primary-silver-4c9f {
        padding: var(--md-spacing-sm);
    }
    
    .background_9f58 {
        padding: var(--md-spacing-md);
    }
    
    .badge_rough_bf56 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.background_9f58,
.badge_rough_bf56,
.overlay_aa45 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.picture-rough-27b6 {
    font-size: 1.5rem;
}

.video-advanced-7faa strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.avatar-hard-0e96 {
    padding: 30px 0;
}

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

.grid-hot-d886 {
    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;
}

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

.grid-hot-d886 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.grid-hot-d886 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.east_9e2f strong {
    color: #00ff88;
}

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

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

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

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

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

.badge-lower-02b7::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;
}

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

.primary-pro-b74f {
    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;
}

.primary-pro-b74f.warm_2258 .copper-686e {
    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); }
}

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

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

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

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

.small-831b 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;
}

.small-831b 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);
}

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

.up-fbce {
    font-size: 1.2rem;
}

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

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

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

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

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

.cold-f9c1.active-rough-a9c4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.cold-f9c1.fast_7c2a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.cold-f9c1.gallery_65fa::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.cold-f9c1.dropdown_inner_2f5a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.table-simple-68ca {
    font-size: 1.2rem;
}

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

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

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

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

.cool-e10c.secondary_new_f4c1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.cool-e10c.fn-active-850d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.feature-old-3ef0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.link-short-33f5 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.tabs-pressed-84f0 { border-top: 3px solid #00ccff; }
.article-db87 { border-top: 3px solid #00ff88; }
.breadcrumb-bottom-1aa3 { border-top: 3px solid #d4af37; }
.down-2dba { border-top: 3px solid #ff6b6b; }
.lite_a7c8 { border-top: 3px solid #8b5cf6; }

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

.status_d1d8 {
    overflow-x: auto;
}

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

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

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

.dim_81b5 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.chip-fast-0f0b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.gallery_soft_5c9b {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.link_a088 {
    font-size: 2rem;
}

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

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

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

.carousel-fixed-431d {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .carousel-fixed-431d::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.purple_fe76 {
    font-size: 1.5rem;
}

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

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

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

.gas-6da7 {
    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;
}

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

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

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

.column-upper-5c00 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.chip-last-5073 .notification-2b21 {
    margin-bottom: 10px;
}

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

.chip-last-5073 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.yellow-8ae0 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.slider-copper-01e5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.list-hovered-883e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.caption-wood-70f7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.caption-wood-70f7 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.wrapper-4b2a span {
    color: #666;
    font-size: 0.8rem;
}

.wrapper-4b2a a {
    color: #ff6b6b;
}

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

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

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

.info_light_ac3a {
    text-align: center;
}

.info_light_ac3a .mask-easy-9b1b {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.info_light_ac3a .wide-069d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tabs_wide_e825 {
        flex-direction: column;
    }
    .container-bottom-6692 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.table_d904 .tabs-5061 {
    color: #666;
    margin: 0 8px;
}

.table_d904 .hero-large-421c {
    color: #ff6b6b;
    text-decoration: line-through;
}

.block-in-8348 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.overlay_567c {
    font-size: 2rem;
}

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

.clean-6f08 strong {
    color: #d4af37;
}

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

.tiny-3fd2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

.wood-63b2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.pattern-cool-7249 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.slider-black-4c72 strong {
    color: #00ff88;
}

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

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

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

.basic_f359 h3,
.text-01c0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.middle-9b23 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.top-bc8f strong {
    color: #d4af37;
}

.photo-235d {
    color: #aaa;
}

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

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

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

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

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

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

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

.input-432b:last-child {
    border-bottom: none;
}

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

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

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

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

.card-active-2fc5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.card-active-2fc5 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;
}

.card-active-2fc5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hover-dynamic-408d strong {
    color: #d4af37;
}

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

.badge-top-ae37 {
    color: #888;
    font-size: 0.9rem;
}

.badge-top-ae37 strong {
    color: #00ff88;
}

.badge-top-ae37 span {
    color: #d4af37;
}

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

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

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

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

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

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

.nav-brown-61ae {
    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;
}

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

.link-thick-bc0e {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.info-cold-b4b4 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.accordion-0ab3 {
    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);
}

.right-1caa {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-under-746f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-under-746f li {
    margin-bottom: 5px;
}

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

.filter-under-746f a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.popup-under-2ca6 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.popup-under-2ca6 strong {
    color: #00ff88;
}

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

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

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

.slow-5b53 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.middle-ac62 {
    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-down-df44 {
    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;
}

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

@media (max-width: 768px) {
    .slow-5b53 {
        flex-direction: column;
    }
    
    .middle-ac62 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.small-9b8d {
    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;
}

.small-9b8d: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) {
    .small-9b8d {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .small-9b8d {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .small_6bc7 {
        padding: 30px 15px;
    }
    
    .small_6bc7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .secondary-medium-5a93 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tertiary_faf8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .outer-fc74 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outer-fc74 .component_rough_e224 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .full_ef77 {
        font-size: 1.3rem;
    }
    
    .easy-dec2 {
        font-size: 0.7rem;
    }
    
    .row_purple_ae83 {
        flex-direction: column;
        gap: 10px;
    }
    
    .row_purple_ae83 .static-594a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .cool-bad1 {
        display: none;
    }
    
    .overlay-f5ee {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .light_2f16 {
        padding: 20px 10px;
    }
    
    .next_18eb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider_hot_9e87,
    .mini-2f88 {
        padding: 15px;
    }
    
    .info-cold-b4b4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .accordion-0ab3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .selected_e63f {
        padding: 30px 10px;
    }
    
    .tooltip_462d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info_in_5e2f {
        padding: 20px 15px;
    }
    
    .background-c484 {
        font-size: 2rem;
    }
    
    .info_in_5e2f h3 {
        font-size: 1.1rem;
    }
    
    .info_in_5e2f p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .header-light-e88b {
        padding: 20px 10px;
    }
    
    .menu-b822 h2 {
        font-size: 1.3rem;
    }
    
    .hard-e888 {
        font-size: 0.9rem;
    }
    
    .input-432b h3 {
        font-size: 1.1rem;
    }
    
    .input-432b p {
        font-size: 0.9rem;
    }
    
    .card-active-2fc5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .huge_d7aa {
        grid-template-columns: 1fr;
    }
    
    .hover-dynamic-408d {
        font-size: 0.85rem;
    }
    
    .tooltip_99a7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame_top_7139 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .frame_top_7139 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .header-tall-bd2a {
        padding: 30px 10px;
    }
    
    .action-d5f9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link_orange_745a {
        padding: 15px 10px;
    }
    
    .link_orange_745a h4 {
        font-size: 0.9rem;
    }
    
    .link_orange_745a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .fresh_e81a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .action-d5f9 {
        grid-template-columns: 1fr;
    }
    
    .link_orange_745a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tiny_63b5 {
        padding: 30px 10px;
    }
    
    .accent_ea56 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip-upper-2a84 {
        padding: 15px;
    }
    
    .upper_45d4 {
        font-size: 0.9rem;
    }
    
    .message-liquid-ced7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message-liquid-ced7 .disabled-7728 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hard-bcb7 {
        padding: 30px 10px;
    }
    
    .hard-bcb7 h2 {
        font-size: 1.2rem;
    }
    
    .progress-bd3f {
        gap: 10px;
    }
    
    .slider-medium-9592 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .slider-medium-9592 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .bright-7e8f {
        padding: 30px 10px;
    }
    
    .bright-7e8f h2 {
        font-size: 1.2rem;
    }
    
    .message_orange_99aa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid-blue-600e {
        padding: 15px 10px;
    }
    
    .grid-blue-600e h4 {
        font-size: 0.85rem;
    }
    
    .grid-blue-600e p {
        font-size: 0.75rem;
    }
    
    .outer_a2c8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .medium-e99f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .right-cc54 {
        padding: 20px 10px;
    }
    
    .list-hovered-883e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .east_c479,
    .caption-wood-70f7,
    .wrapper-4b2a {
        width: 100%;
    }
    
    .east_c479 h3 {
        font-size: 1.1rem;
    }
    
    .east_c479 p {
        font-size: 0.8rem;
    }
    
    .link_plasma_c3ab {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .element-46ec {
        padding: 30px 15px;
    }
    
    .element-46ec h2 {
        font-size: 1.3rem;
    }
    
    .element-46ec p {
        font-size: 0.85rem;
    }
    
    .liquid-0f81 {
        flex-direction: column;
        gap: 10px;
    }
    
    .liquid-0f81 .static-594a {
        width: 100%;
    }
    
    .secondary_86a5 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .fresh-a10d {
        padding: 30px 10px;
    }
    
    .fresh-a10d h3 {
        font-size: 1.2rem;
    }
    
    .overlay-28c7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay_aa45 {
        padding: 15px 10px;
    }
    
    .overlay_aa45 h4 {
        font-size: 0.85rem;
    }
    
    .overlay_aa45 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .list-middle-6aa7 {
        padding: 30px 15px;
    }
    
    .white_afe4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .backdrop-da91 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight_5a1a h4 {
        font-size: 0.9rem;
    }
    
    .highlight_5a1a a {
        font-size: 0.8rem;
    }
    
    .list_hovered_b646 {
        font-size: 0.8rem;
    }
    
    .element-cool-e533 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .south-1c55 {
        padding: 8px 10px;
    }
    
    .module-a5ad {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .complex_5771 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module-a5ad {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .complex_5771 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a2d0 */
.shadow-element-r0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
