/* Inner Page Styles */

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

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

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

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

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

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

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

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

.hover_old_165f .paragraph_c39c:hover::before {
    left: 100%;
}

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

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

.nav-3b41 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.iron-575e {
    color: var(--casino-gold-light);
}

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

.iron-575e a:hover {
    color: var(--casino-gold-light);
}

.iron-575e.fn-active-293a {
    color: var(--casino-gold-light);
}

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

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

.pattern-basic-b2f3 {
    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);
}

.pattern-basic-b2f3 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);
}

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

/* Content Cards */
.text-top-14f7 {
    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);
}

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

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

.text-top-14f7 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.nav-cool-f7b7 {
    padding: var(--md-spacing-md) 0;
}

.hero-down-c3b1 {
    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%;
}

.hero-down-c3b1 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 */
.container_prev_13ae {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.wrapper-f25c:hover::before {
    left: 100%;
}

.wrapper-f25c 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;
}

.wrapper-f25c 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;
}

.wrapper-f25c .out-a38f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.wrapper-f25c .out-a38f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.notice-cold-ae9e {
    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);
}

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

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

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

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

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

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

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

.bright-c2d1 .out-a38f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.bright-c2d1 .out-a38f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .simple-ece1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .simple-ece1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .simple-ece1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hover_old_165f {
        justify-content: center;
    }
    
    .nav-3b41 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .container-2159 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .aside-b1c9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pattern-basic-b2f3 {
        padding: var(--md-spacing-md);
    }
    
    .clean-18c9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero-down-c3b1 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bright-c2d1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sort-a25c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pattern-basic-b2f3 {
        padding: var(--md-spacing-sm);
    }
    
    .text-top-14f7 {
        padding: var(--md-spacing-md);
    }
    
    .hero-down-c3b1 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.text-top-14f7,
.hero-down-c3b1,
.bright-c2d1 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.item_active_c900 {
    font-size: 1.5rem;
}

.mask-5c8a strong {
    color: #00ff88;
}

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

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

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

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

.clean-27d3 {
    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;
}

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

.clean-27d3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.clean-27d3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.banner-e401 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.background-f51f.notification-9fbe .progress_5873 {
    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); }
}

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

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

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

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

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

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

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

.wide-17ef {
    font-size: 1.2rem;
}

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

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

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

.notification-pro-72a0 {
    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;
}

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

.notification-pro-72a0.label-tiny-2901::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.notification-pro-72a0.orange-5b17::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notification-pro-72a0.pro-f3ba::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.notification-pro-72a0.notice_black_5519::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

.hover-paper-30ef.section_6b96 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hover-paper-30ef.fn-active-293a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.column-66af {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.breadcrumb-79b1.panel_1db9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.modal_focused_469e { border-top: 3px solid #00ccff; }
.gallery-fcc1 { border-top: 3px solid #00ff88; }
.thumbnail_59aa { border-top: 3px solid #d4af37; }
.primary_basic_7665 { border-top: 3px solid #ff6b6b; }
.item-8a10 { border-top: 3px solid #8b5cf6; }

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

.north-7dac {
    overflow-x: auto;
}

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

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

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

.message_9dbc td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium-4eee p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.shade_clean_e795 {
    font-size: 2rem;
}

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

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

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

.detail-purple-e42c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .detail-purple-e42c::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.video_middle_779b {
    font-size: 1.5rem;
}

.warm-63f9 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.easy-6a2b strong {
    color: #fff;
    display: block;
}

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

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

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

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

.video-234f .title-aabb {
    margin-bottom: 10px;
}

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

.video-234f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.brown-7442 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.pattern-14c9 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.badge-hard-de26 span {
    color: #666;
    font-size: 0.8rem;
}

.badge-hard-de26 a {
    color: #ff6b6b;
}

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

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

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

.widget-cd23 {
    text-align: center;
}

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

.widget-cd23 .logo-black-2aa8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay_ab80 .sort_6140 {
    color: #666;
    margin: 0 8px;
}

.overlay_ab80 .tertiary_copper_2c99 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hidden-blue-298d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.slow-1c80 {
    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;
}

.huge-9201 {
    font-size: 2rem;
}

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

.liquid-601d strong {
    color: #d4af37;
}

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

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

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

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

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

.wrapper-9b56 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.warm-1b51 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.row-clean-75e9 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.primary-62a7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

.info-fresh-4f82 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.hovered_70c7 strong {
    color: #d4af37;
}

.tall_2ae5 {
    color: #aaa;
}

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

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

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

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

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

.accent-2bf2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.up-95f1 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.up-95f1 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;
}

.up-95f1 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.element-yellow-9d79 strong {
    color: #d4af37;
}

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

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

.frame_middle_08ef strong {
    color: #00ff88;
}

.frame_middle_08ef span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.backdrop-red-4c78 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

.dropdown-10cd {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.dropdown-10cd li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.active-86fb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.active-86fb li {
    margin-bottom: 5px;
}

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

.active-86fb a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.east-1a58 {
    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;
}

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

.content_bottom_7f73 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.pattern-14c9 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tiny_9e61 {
        padding: 30px 15px;
    }
    
    .tiny_9e61 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dropdown_1599 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .huge-d388 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slider-under-aedb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slider-under-aedb .filter-f9f7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hidden_in_a2f1 {
        font-size: 1.3rem;
    }
    
    .dropdown-active-99cb {
        font-size: 0.7rem;
    }
    
    .medium_b2a6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .medium_b2a6 .out-a38f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tertiary_045b {
        display: none;
    }
    
    .detail-78dd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .block-easy-c5c7 {
        padding: 20px 10px;
    }
    
    .hard_715e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused_4f28,
    .info_bronze_8ffe {
        padding: 15px;
    }
    
    .paper_1fa7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .thumbnail_dynamic_5d0d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .overlay_2516 {
        padding: 30px 10px;
    }
    
    .feature_bb16 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture-8504 {
        padding: 20px 15px;
    }
    
    .slow-882f {
        font-size: 2rem;
    }
    
    .texture-8504 h3 {
        font-size: 1.1rem;
    }
    
    .texture-8504 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .backdrop_dark_6286 {
        padding: 20px 10px;
    }
    
    .message-first-0556 h2 {
        font-size: 1.3rem;
    }
    
    .pattern_4a75 {
        font-size: 0.9rem;
    }
    
    .paragraph_easy_56c2 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph_easy_56c2 p {
        font-size: 0.9rem;
    }
    
    .up-95f1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .logo_c48c {
        grid-template-columns: 1fr;
    }
    
    .element-yellow-9d79 {
        font-size: 0.85rem;
    }
    
    .bottom_4a56 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid-dc99 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .grid-dc99 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading-ad2b {
        padding: 30px 10px;
    }
    
    .chip_iron_d7d1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon-ae5e {
        padding: 15px 10px;
    }
    
    .icon-ae5e h4 {
        font-size: 0.9rem;
    }
    
    .icon-ae5e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .mini_fe89 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .center-4add {
        padding: 30px 10px;
    }
    
    .video-72aa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle_5b10 {
        padding: 15px;
    }
    
    .column-solid-aba2 {
        font-size: 0.9rem;
    }
    
    .green_40ba {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .green_40ba .dropdown-9765 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tertiary-short-6ec2 {
        padding: 30px 10px;
    }
    
    .tertiary-short-6ec2 h2 {
        font-size: 1.2rem;
    }
    
    .button-7fb3 {
        gap: 10px;
    }
    
    .preview-large-2f23 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .preview-large-2f23 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .sidebar_active_570e {
        padding: 30px 10px;
    }
    
    .sidebar_active_570e h2 {
        font-size: 1.2rem;
    }
    
    .element_red_5812 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-up-7467 {
        padding: 15px 10px;
    }
    
    .nav-up-7467 h4 {
        font-size: 0.85rem;
    }
    
    .nav-up-7467 p {
        font-size: 0.75rem;
    }
    
    .icon_fe56 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .picture_ef10 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .table_east_76c9 {
        padding: 20px 10px;
    }
    
    .progress-ba4e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .warm-4169,
    .outline_left_abfa,
    .badge-hard-de26 {
        width: 100%;
    }
    
    .warm-4169 h3 {
        font-size: 1.1rem;
    }
    
    .warm-4169 p {
        font-size: 0.8rem;
    }
    
    .gas_ae3e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .media_28aa {
        padding: 30px 15px;
    }
    
    .media_28aa h2 {
        font-size: 1.3rem;
    }
    
    .media_28aa p {
        font-size: 0.85rem;
    }
    
    .alert-gas-5d0e {
        flex-direction: column;
        gap: 10px;
    }
    
    .alert-gas-5d0e .out-a38f {
        width: 100%;
    }
    
    .steel-4d7c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .focus_913e {
        padding: 30px 15px;
    }
    
    .lite_113d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .top-0c5e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .logo_4882 h4 {
        font-size: 0.9rem;
    }
    
    .logo_4882 a {
        font-size: 0.8rem;
    }
    
    .chip_south_0de9 {
        font-size: 0.8rem;
    }
    
    .layout-huge-bb3f p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .column_green_d9a3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .preview-c7e6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 320b */
.widget-item-o2 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
