/* Inner Page Styles */

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

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

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

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

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

.pro_d550 .short-6aa7 {
    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;
}

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

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

.pro_d550 .short-6aa7:hover::before {
    left: 100%;
}

.pro_d550 .short-6aa7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.layout-lite-d0e0 {
    color: var(--casino-gold-light);
}

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

.layout-lite-d0e0 a:hover {
    color: var(--casino-gold-light);
}

.layout-lite-d0e0.fn-active-7345 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-copper-1962 {
    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%;
}

.accent-copper-1962 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 */
.paper_8181 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.texture_steel_068e .button-orange-2f05 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.texture_steel_068e .button-orange-2f05:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.badge-upper-e337 {
    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);
}

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

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

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

.badge-upper-e337 .button-orange-2f05 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.badge-upper-e337 .button-orange-2f05:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel_f50f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .carousel_f50f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .carousel_f50f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pro_d550 {
        justify-content: center;
    }
    
    .heading_cool_f319 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .selected_de34 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .module-0613 {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo_5062 {
        padding: var(--md-spacing-md);
    }
    
    .hidden_44bd {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent-copper-1962 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .badge-upper-e337 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .detail-3efe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .logo_5062 {
        padding: var(--md-spacing-sm);
    }
    
    .out-9e76 {
        padding: var(--md-spacing-md);
    }
    
    .accent-copper-1962 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.out-9e76,
.accent-copper-1962,
.badge-upper-e337 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.sort-df62 {
    font-size: 1.5rem;
}

.dirty_6e4a strong {
    color: #00ff88;
}

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

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

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

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

.main-fast-e063 {
    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;
}

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

.main-fast-e063 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.main-fast-e063 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.media-be2f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.simple_dd03.hard-a0aa .mini-4dd9 {
    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); }
}

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

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

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

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

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

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

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

.panel_4048 {
    font-size: 1.2rem;
}

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

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

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

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

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

.paper-ef97.plasma-1eb0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.paper-ef97.shadow_fef6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paper-ef97.yellow-1569::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.paper-ef97.label-1241::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.iron-9c2c {
    font-size: 1.2rem;
}

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

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

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

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

.chip-simple-32f1.filter-prev-df4d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip-simple-32f1.fn-active-7345 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.focus-91a3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.hover-8b90 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.tooltip-1a70.fluid-8c52 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.active_13c0 { border-top: 3px solid #00ccff; }
.liquid_05e8 { border-top: 3px solid #00ff88; }
.active-907b { border-top: 3px solid #d4af37; }
.sort_clean_e140 { border-top: 3px solid #ff6b6b; }
.search_light_3653 { border-top: 3px solid #8b5cf6; }

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

.block-fresh-a924 {
    overflow-x: auto;
}

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

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

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

.logo_83c1 td {
    color: #ccc;
}

.logo_83c1 .list-narrow-5deb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-24f9 {
    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;
}

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

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

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

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

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

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

.list_cold_aba1 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.breadcrumb-yellow-eeca {
    background: #0a0a0a;
    padding: 60px 0;
}

.in-e750 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag-adcb {
    font-size: 1.5rem;
}

.feature-dim-8126 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .border-middle-89ee {
        grid-template-columns: 1fr;
    }
}

.hero-dynamic-2145 {
    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;
}

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

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

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

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

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

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

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

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

.out_bd20 .menu_west_19ca {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.menu-easy-2fba {
    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;
}

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

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

.modal-wood-ab8b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.sidebar-fixed-906e h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.sidebar-fixed-906e p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.cool-e786 a {
    color: #ff6b6b;
}

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

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

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

.table_bottom_4371 {
    text-align: center;
}

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

.table_bottom_4371 .footer-outer-fa62 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.notification-right-91e4 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_dark_a947.fluid-8c52 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .up_48f8 {
        flex-direction: column;
    }
    .gallery-lite-c8a2 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.notification-08c2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.video-red-2ad2 .hero_0dc4 {
    color: #666;
    margin: 0 8px;
}

.video-red-2ad2 .static_f140 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.active-192b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.layout_b783 {
    font-size: 2rem;
}

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

.label-brown-fa46 strong {
    color: #d4af37;
}

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

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

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

.dynamic-84d9 h3,
.center_a472 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.article-active-db3b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.complex-0aac strong {
    color: #00ff88;
}

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

.panel-simple-fe65 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.hero-gas-0034 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.icon-6185 strong {
    color: #d4af37;
}

.avatar_static_203f {
    color: #aaa;
}

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

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

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

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

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

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

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

.notice-af37:last-child {
    border-bottom: none;
}

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

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

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

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

.rough-486a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.rough-486a 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;
}

.rough-486a li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.fresh-225a strong {
    color: #d4af37;
}

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

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

.accent_gold_7033 strong {
    color: #00ff88;
}

.accent_gold_7033 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.widget-tiny-2e15 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

.photo-pink-9c97 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.carousel-871d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.carousel-871d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.small-d517 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.soft_432c strong {
    color: #00ff88;
}

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

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

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

.paragraph-9c42 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.popup-white-efe6 {
    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;
}

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

@media (max-width: 768px) {
    .paragraph-9c42 {
        flex-direction: column;
    }
    
    .icon_3170 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .media-b985 {
        padding: 30px 15px;
    }
    
    .media-b985 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .banner-last-0afc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .lite-bd68 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gold-2e63 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gold-2e63 .video-b634 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .mask-8ebe {
        font-size: 1.3rem;
    }
    
    .link-soft-95fa {
        font-size: 0.7rem;
    }
    
    .caption_last_662d {
        flex-direction: column;
        gap: 10px;
    }
    
    .caption_last_662d .button-orange-2f05 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .alert-up-cd86 {
        display: none;
    }
    
    .module_clean_4401 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .video-large-86a3 {
        padding: 20px 10px;
    }
    
    .active_stone_dbf0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel-12f1,
    .photo-pink-9c97 {
        padding: 15px;
    }
    
    .rough_4ff3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .sort-5236 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .main_8c48 {
        padding: 30px 10px;
    }
    
    .accent-yellow-aa58 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_clean_e01d {
        padding: 20px 15px;
    }
    
    .button-stone-a7ac {
        font-size: 2rem;
    }
    
    .icon_clean_e01d h3 {
        font-size: 1.1rem;
    }
    
    .icon_clean_e01d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .purple_fc48 {
        padding: 20px 10px;
    }
    
    .button_0afd h2 {
        font-size: 1.3rem;
    }
    
    .iron-4c7f {
        font-size: 0.9rem;
    }
    
    .notice-af37 h3 {
        font-size: 1.1rem;
    }
    
    .notice-af37 p {
        font-size: 0.9rem;
    }
    
    .rough-486a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tiny-6806 {
        grid-template-columns: 1fr;
    }
    
    .fresh-225a {
        font-size: 0.85rem;
    }
    
    .bronze_4a52 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-5887 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .video-5887 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .alert-a1d9 {
        padding: 30px 10px;
    }
    
    .footer_glass_eabc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dim_4bde {
        padding: 15px 10px;
    }
    
    .dim_4bde h4 {
        font-size: 0.9rem;
    }
    
    .dim_4bde p {
        font-size: 0.75rem;
        display: none;
    }
    
    .background_last_42e7 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hovered_e221 {
        padding: 30px 10px;
    }
    
    .content-e93b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower_957b {
        padding: 15px;
    }
    
    .gradient_35a6 {
        font-size: 0.9rem;
    }
    
    .tertiary-e2fe {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tertiary-e2fe .lower_7948 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .image_388d {
        padding: 30px 10px;
    }
    
    .image_388d h2 {
        font-size: 1.2rem;
    }
    
    .in_2e80 {
        gap: 10px;
    }
    
    .warm-e2f2 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .warm-e2f2 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .liquid_7622 {
        padding: 30px 10px;
    }
    
    .liquid_7622 h2 {
        font-size: 1.2rem;
    }
    
    .input-f2de {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image_9019 {
        padding: 15px 10px;
    }
    
    .image_9019 h4 {
        font-size: 0.85rem;
    }
    
    .image_9019 p {
        font-size: 0.75rem;
    }
    
    .module-e81d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .black-74a5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .section_small_dcb3 {
        padding: 20px 10px;
    }
    
    .pagination-c9c6 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .sidebar-fixed-906e,
    .light_5126,
    .cool-e786 {
        width: 100%;
    }
    
    .sidebar-fixed-906e h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-fixed-906e p {
        font-size: 0.8rem;
    }
    
    .secondary_up_c9ec {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .menu_16eb {
        padding: 30px 15px;
    }
    
    .menu_16eb h2 {
        font-size: 1.3rem;
    }
    
    .menu_16eb p {
        font-size: 0.85rem;
    }
    
    .picture-under-e762 {
        flex-direction: column;
        gap: 10px;
    }
    
    .picture-under-e762 .button-orange-2f05 {
        width: 100%;
    }
    
    .sidebar_da6f {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .light-53f5 {
        padding: 30px 10px;
    }
    
    .light-53f5 h3 {
        font-size: 1.2rem;
    }
    
    .cool_30c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge-upper-e337 {
        padding: 15px 10px;
    }
    
    .badge-upper-e337 h4 {
        font-size: 0.85rem;
    }
    
    .badge-upper-e337 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .fresh-e4f2 {
        padding: 30px 15px;
    }
    
    .button_under_cab4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .widget_a1b9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .progress-lite-be93 h4 {
        font-size: 0.9rem;
    }
    
    .progress-lite-be93 a {
        font-size: 0.8rem;
    }
    
    .photo-1af1 {
        font-size: 0.8rem;
    }
    
    .video_258a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .dark_e4f5 {
        padding: 8px 10px;
    }
    
    .column-188b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .widget-7196 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .column-188b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .widget-7196 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 181d */
.widget-item-b1 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
