/* Inner Page Styles */

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

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

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

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

.wrapper-dim-ff09 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.wrapper-dim-ff09 .hot-bc11 {
    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;
}

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

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

.wrapper-dim-ff09 .hot-bc11:hover::before {
    left: 100%;
}

.wrapper-dim-ff09 .hot-bc11:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.paragraph-liquid-0477 {
    margin-bottom: var(--md-spacing-lg);
}

.info-light-7b70 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.black-f3f3.fn-active-9054 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.label-dynamic-f0b7 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-thick-80c2 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.green-d974:hover::before {
    left: 100%;
}

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

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

.green-d974 .old-1164 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.green-d974 .old-1164:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.gradient-4af5 {
    margin-top: var(--md-spacing-sm);
}

.solid-6a2a {
    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);
}

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

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

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

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

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

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

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

.modal_left_5f49 .old-1164 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.modal_left_5f49 .old-1164:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gas_b964 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gas_b964 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gas_b964 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .wrapper-dim-ff09 {
        justify-content: center;
    }
    
    .info-light-7b70 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .steel-8596 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .label-dynamic-f0b7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .title_6acf {
        padding: var(--md-spacing-md);
    }
    
    .tertiary-glass-1274 {
        padding: var(--md-spacing-md) 0;
    }
    
    .in_2e5d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .modal_left_5f49 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sidebar_fd4f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .title_6acf {
        padding: var(--md-spacing-sm);
    }
    
    .overlay-eaee {
        padding: var(--md-spacing-md);
    }
    
    .in_2e5d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.overlay-eaee,
.in_2e5d,
.modal_left_5f49 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.picture-easy-b096 {
    font-size: 1.5rem;
}

.tertiary-bright-2a15 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .texture-smooth-e987 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .narrow-8b0a {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.alert-liquid-ce84 {
    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;
}

.alert-liquid-ce84 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.middle_744e.shade-dc58 .advanced_ce32 {
    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); }
}

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

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

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

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

.hero-narrow-d0e4 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;
}

.hero-narrow-d0e4 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);
}

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

.mini-0417 {
    font-size: 1.2rem;
}

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

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

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

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

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

.gradient_stale_33d0.feature_3740::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gradient_stale_33d0.header-5d9a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_stale_33d0.hidden_easy_e638::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gradient_stale_33d0.block_5f8b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.lower-d3b6 {
    font-size: 1.2rem;
}

.footer-outer-288f {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.primary-purple-8f8e.overlay_6160 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.primary-purple-8f8e.fn-active-9054 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.pattern-8fab {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.tertiary-775b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.disabled-steel-df3a {
    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;
}

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

.disabled-steel-df3a.alert-92c7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.section-current-83b9 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.element_75d5 { border-top: 3px solid #00ccff; }
.hero-orange-b944 { border-top: 3px solid #00ff88; }
.description_068d { border-top: 3px solid #d4af37; }
.tooltip_83f9 { border-top: 3px solid #ff6b6b; }
.highlight-bea7 { border-top: 3px solid #8b5cf6; }

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

.status_1a5a {
    overflow-x: auto;
}

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

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

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

.filter-upper-74d1 td {
    color: #ccc;
}

.filter-upper-74d1 .description_13bd {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.filter-upper-74d1 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-tall-faec {
    font-size: 2rem;
}

.texture-fixed-9d8c strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.texture-fixed-9d8c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

.main-713c {
    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;
}

.main-713c::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);
}

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

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

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

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

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

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

.notice-upper-6e14 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.article-blue-4d3a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.input_8fc2 .texture-583a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down_b41c a {
    color: #ff6b6b;
}

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

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

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

.modal-hovered-63eb {
    text-align: center;
}

.modal-hovered-63eb .shadow_bright_df57 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.modal-hovered-63eb .item-699d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.photo-outer-dc2b {
    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;
}

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

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

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

.mask-focused-d242 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.element-selected-3f50 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.badge_f4c3.alert-92c7 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .element-selected-3f50 {
        flex-direction: column;
    }
    .tall_5809 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.fresh_0f30 .texture_upper_9440 {
    color: #666;
    margin: 0 8px;
}

.fresh_0f30 .media_active_f443 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.status_5c2a {
    font-size: 2rem;
}

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

.left-19b5 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.article-south-ce01 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.sort-west-768e strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.gallery-dynamic-b76d {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.panel-focused-39ba {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.caption_1c1a strong {
    color: #d4af37;
}

.component_new_512c {
    color: #aaa;
}

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

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

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

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

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

.frame-static-6c10 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.block-dynamic-6e97 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.block-dynamic-6e97 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;
}

.block-dynamic-6e97 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tall-bd30 strong {
    color: #d4af37;
}

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

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

.grid_be91 strong {
    color: #00ff88;
}

.grid_be91 span {
    color: #d4af37;
}

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

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

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

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

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

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

.right-67a5 {
    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;
}

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

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

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

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

.border-new-8e46 {
    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_444c {
    color: #999;
    font-size: 0.85rem;
}

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

.preview-in-94bf h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

.list-07d5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.static-deab li {
    margin-bottom: 5px;
}

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

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

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

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

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

.wide-2ff9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.primary-right-d9b2 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .widget-tall-c575 {
        padding: 30px 15px;
    }
    
    .widget-tall-c575 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hot-072e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .wrapper_steel_f54b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .image_red_539f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_red_539f .slow-dd9d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gallery-d6d2 {
        font-size: 1.3rem;
    }
    
    .carousel_smooth_a727 {
        font-size: 0.7rem;
    }
    
    .dynamic_b6b3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dynamic_b6b3 .old-1164 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tag-bottom-4608 {
        display: none;
    }
    
    .tabs-8b8d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .icon_last_be39 {
        padding: 20px 10px;
    }
    
    .detail_b2c9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice-2f0d,
    .preview-in-94bf {
        padding: 15px;
    }
    
    .plasma_752c {
        flex-direction: column;
        gap: 5px;
    }
    
    .border-new-8e46 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .surface-first-aee4 {
        padding: 30px 10px;
    }
    
    .steel-3672 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .medium_387e {
        padding: 20px 15px;
    }
    
    .article-7c04 {
        font-size: 2rem;
    }
    
    .medium_387e h3 {
        font-size: 1.1rem;
    }
    
    .medium_387e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .gas-0a07 {
        padding: 20px 10px;
    }
    
    .stale_d537 h2 {
        font-size: 1.3rem;
    }
    
    .background-in-bced {
        font-size: 0.9rem;
    }
    
    .fixed_a43d h3 {
        font-size: 1.1rem;
    }
    
    .fixed_a43d p {
        font-size: 0.9rem;
    }
    
    .block-dynamic-6e97 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .short-9dd8 {
        grid-template-columns: 1fr;
    }
    
    .tall-bd30 {
        font-size: 0.85rem;
    }
    
    .left-9345 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article-last-4517 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .article-last-4517 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .heading_a555 {
        padding: 30px 10px;
    }
    
    .accent_0a3c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_yellow_0633 {
        padding: 15px 10px;
    }
    
    .badge_yellow_0633 h4 {
        font-size: 0.9rem;
    }
    
    .badge_yellow_0633 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .progress-7069 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .surface_fa79 {
        padding: 30px 10px;
    }
    
    .out-b8e9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-7fb8 {
        padding: 15px;
    }
    
    .sort_a170 {
        font-size: 0.9rem;
    }
    
    .purple-c327 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .purple-c327 .text-adc0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .static-b901 {
        padding: 30px 10px;
    }
    
    .static-b901 h2 {
        font-size: 1.2rem;
    }
    
    .accordion_plasma_9c94 {
        gap: 10px;
    }
    
    .soft-1f5f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .soft-1f5f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .huge_8f44 {
        padding: 30px 10px;
    }
    
    .huge_8f44 h2 {
        font-size: 1.2rem;
    }
    
    .disabled-68e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary-solid-fb57 {
        padding: 15px 10px;
    }
    
    .summary-solid-fb57 h4 {
        font-size: 0.85rem;
    }
    
    .summary-solid-fb57 p {
        font-size: 0.75rem;
    }
    
    .caption-9ae7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .main_lower_129b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .filter_a204 {
        padding: 20px 10px;
    }
    
    .hard_994e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .summary-brown-eff3,
    .pattern_4f72,
    .down_b41c {
        width: 100%;
    }
    
    .summary-brown-eff3 h3 {
        font-size: 1.1rem;
    }
    
    .summary-brown-eff3 p {
        font-size: 0.8rem;
    }
    
    .accordion_c50a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .description-9f5f {
        padding: 30px 15px;
    }
    
    .description-9f5f h2 {
        font-size: 1.3rem;
    }
    
    .description-9f5f p {
        font-size: 0.85rem;
    }
    
    .widget-tiny-9fa7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget-tiny-9fa7 .old-1164 {
        width: 100%;
    }
    
    .frame_eb0b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .up-14ff {
        padding: 30px 10px;
    }
    
    .up-14ff h3 {
        font-size: 1.2rem;
    }
    
    .wood-fc94 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal_left_5f49 {
        padding: 15px 10px;
    }
    
    .modal_left_5f49 h4 {
        font-size: 0.85rem;
    }
    
    .modal_left_5f49 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .column-82ba {
        padding: 30px 15px;
    }
    
    .focused_03b1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .progress-cold-68c9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fluid-fb81 h4 {
        font-size: 0.9rem;
    }
    
    .fluid-fb81 a {
        font-size: 0.8rem;
    }
    
    .frame-8392 {
        font-size: 0.8rem;
    }
    
    .dim-9b5a p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .warm-4bb8 {
        padding: 8px 10px;
    }
    
    .east_5d5c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .wrapper_e0b2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .east_5d5c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .wrapper_e0b2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6c28 */
.shadow-element-g5 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
