/* Inner Page Styles */

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

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

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

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

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

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

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

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

.light_6340 .fluid_0fdd:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-next-7575 {
    color: var(--casino-gold-light);
}

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

.focus-next-7575 a:hover {
    color: var(--casino-gold-light);
}

.focus-next-7575.fn-active-6701 {
    color: var(--casino-gold-light);
}

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

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

.caption-huge-45bf {
    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);
}

.caption-huge-45bf 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_action_ae47 .shadow_static_eeef:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.tag-green-6836 {
    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);
}

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

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

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

.tag-green-6836 .shadow_static_eeef {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tag-green-6836 .shadow_static_eeef:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop_f2ed {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop_f2ed h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop_f2ed h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .light_6340 {
        justify-content: center;
    }
    
    .pressed_8b56 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .highlight-4488 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dynamic_1c3f {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption-huge-45bf {
        padding: var(--md-spacing-md);
    }
    
    .header_830f {
        padding: var(--md-spacing-md) 0;
    }
    
    .component_static_191a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag-green-6836 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .label_purple_1ae5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .caption-huge-45bf {
        padding: var(--md-spacing-sm);
    }
    
    .detail_3b5b {
        padding: var(--md-spacing-md);
    }
    
    .component_static_191a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.detail_3b5b,
.component_static_191a,
.tag-green-6836 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.wide-74a2::-webkit-scrollbar {
    width: 8px;
}

.wide-74a2::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.filter_58bf {
    font-size: 1.5rem;
}

.component-74ed strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.light-57dd {
    padding: 30px 0;
}

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

.wrapper-dark-df11 {
    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;
}

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

.wrapper-dark-df11 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.wrapper-dark-df11 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.disabled-8102 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.new_5038.thick_ea0a .accordion-medium-e084 {
    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); }
}

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

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

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

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

.hero_cc5a 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_cc5a 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-5949 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.bottom_8887 {
    font-size: 1.2rem;
}

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

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

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

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

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

.bronze-6935.dropdown_motion_93e6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bronze-6935.full_8eb3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bronze-6935.block-stone-5ac5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bronze-6935.input_in_c0db::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.carousel_rough_522c {
    font-size: 1.2rem;
}

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

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

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

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

.status-clean-fdea.small-ad1f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status-clean-fdea.fn-active-6701 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.container-55c8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.south-5517.frame-8759 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.orange-def9 { border-top: 3px solid #00ccff; }
.status_00a3 { border-top: 3px solid #00ff88; }
.summary_huge_4cdb { border-top: 3px solid #d4af37; }
.container_0304 { border-top: 3px solid #ff6b6b; }
.orange-6a1c { border-top: 3px solid #8b5cf6; }

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

.full_3850 {
    overflow-x: auto;
}

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

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

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

.shadow_63be td {
    color: #ccc;
}

.shadow_63be .outline-2d38 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview-large-3bca {
    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;
}

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

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

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

.title-06fa p {
    color: #888;
    font-size: 0.9rem;
}

.box-08d8 {
    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;
}

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

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

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

.focus-stale-1e49 {
    font-size: 2rem;
}

.badge-south-7a77 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.badge-south-7a77 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.badge-plasma-7d5f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.paragraph-3e98 {
    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;
}

.paragraph-3e98::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);
}

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

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

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

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

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

.description-0f22 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.plasma_e3a2 {
    font-size: 1.5rem;
}

.popup-white-8556 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.sidebar-0f2c strong {
    color: #fff;
    display: block;
}

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

.box-outer-c2db {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.box-outer-c2db .soft-2c76 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.status-wide-4f3d .black-e251 {
    margin-bottom: 10px;
}

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

.status-wide-4f3d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.message-cold-22e1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.preview-pink-1bc5 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.module-4b4d {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.module-4b4d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.right_a4ef a {
    color: #ff6b6b;
}

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

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

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

.message_hot_766a {
    text-align: center;
}

.message_hot_766a .modal-top-cb5f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.message_hot_766a .pattern_80b0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.grid-current-0b61 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.list-middle-5d8c {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .old-fce1 {
        flex-direction: column;
    }
    .list-middle-5d8c {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.bronze-975b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.up-92bb .frame-selected-f7f9 {
    color: #666;
    margin: 0 8px;
}

.up-92bb .column-35c0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.list-dark-9f0f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.mask_full_8a8a {
    font-size: 2rem;
}

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

.center_0f49 strong {
    color: #d4af37;
}

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

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

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

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

.fluid-76d2 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.media-over-f34e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.filter_bronze_7908 strong {
    color: #00ff88;
}

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

.slow-18f4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.bright-afac strong {
    color: #d4af37;
}

.border_e408 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.selected-cb99 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.selected-cb99 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;
}

.selected-cb99 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.tabs_af91 strong {
    color: #d4af37;
}

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

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

.mask_b37b strong {
    color: #00ff88;
}

.mask_b37b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.title-top-21bb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright-062f {
    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;
}

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

.video_lower_de13 strong {
    color: #00ff88;
}

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

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

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

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

.slider-5d95 {
    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;
}

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

.preview-pink-1bc5 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .chip_left_870c {
        flex-direction: column;
    }
    
    .slider-5d95 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.article-671f {
    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;
}

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

@media (max-width: 480px) {
    .article-671f {
        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;
}

.logo-919f .description_motion_b2fc {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hovered_6032 {
        padding: 30px 15px;
    }
    
    .hovered_6032 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .focused_bf7b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .progress-wide-0b4e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .heading-silver-6591 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .heading-silver-6591 .thumbnail_3809 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .east-aa0b {
        font-size: 1.3rem;
    }
    
    .component-medium-89a1 {
        font-size: 0.7rem;
    }
    
    .hovered_e352 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hovered_e352 .shadow_static_eeef {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .outer_8f6c {
        display: none;
    }
    
    .hard-9989 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active_bronze_5e88 {
        padding: 20px 10px;
    }
    
    .out-ea77 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary_left_60c8,
    .dynamic_6d7c {
        padding: 15px;
    }
    
    .photo-edcc {
        flex-direction: column;
        gap: 5px;
    }
    
    .new_b69e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element-next-7c65 {
        padding: 30px 10px;
    }
    
    .wrapper_lower_c88b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .white-4d09 {
        padding: 20px 15px;
    }
    
    .mini-fc3a {
        font-size: 2rem;
    }
    
    .white-4d09 h3 {
        font-size: 1.1rem;
    }
    
    .white-4d09 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .footer-down-b01a {
        padding: 20px 10px;
    }
    
    .tertiary_fresh_f0c6 h2 {
        font-size: 1.3rem;
    }
    
    .popup_pink_e58c {
        font-size: 0.9rem;
    }
    
    .button_gas_299b h3 {
        font-size: 1.1rem;
    }
    
    .button_gas_299b p {
        font-size: 0.9rem;
    }
    
    .selected-cb99 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .alert_b58f {
        grid-template-columns: 1fr;
    }
    
    .tabs_af91 {
        font-size: 0.85rem;
    }
    
    .carousel_4c3c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow-edfe {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .narrow-edfe strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .white-93f2 {
        padding: 30px 10px;
    }
    
    .next-e53a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature_0bda {
        padding: 15px 10px;
    }
    
    .feature_0bda h4 {
        font-size: 0.9rem;
    }
    
    .feature_0bda p {
        font-size: 0.75rem;
        display: none;
    }
    
    .search-red-7bdc {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .liquid_f0b4 {
        padding: 30px 10px;
    }
    
    .main-cold-4c06 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static_a6ee {
        padding: 15px;
    }
    
    .upper-e408 {
        font-size: 0.9rem;
    }
    
    .media-cbe6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media-cbe6 .wide_d2fc {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .panel-85f5 {
        padding: 30px 10px;
    }
    
    .panel-85f5 h2 {
        font-size: 1.2rem;
    }
    
    .texture_0d85 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .clean_ca0c {
        padding: 15px 10px;
    }
    
    .clean_ca0c h4 {
        font-size: 0.85rem;
    }
    
    .clean_ca0c p {
        font-size: 0.75rem;
    }
    
    .nav_de59 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fresh-7385 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .blue_6d01 {
        padding: 20px 10px;
    }
    
    .chip-e59a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop_60a4,
    .module-4b4d,
    .right_a4ef {
        width: 100%;
    }
    
    .backdrop_60a4 h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_60a4 p {
        font-size: 0.8rem;
    }
    
    .text-warm-3896 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .content-7a91 {
        padding: 30px 15px;
    }
    
    .content-7a91 h2 {
        font-size: 1.3rem;
    }
    
    .content-7a91 p {
        font-size: 0.85rem;
    }
    
    .icon_left_8ea9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon_left_8ea9 .shadow_static_eeef {
        width: 100%;
    }
    
    .breadcrumb-left-8506 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .pink_a9ff {
        padding: 30px 10px;
    }
    
    .pink_a9ff h3 {
        font-size: 1.2rem;
    }
    
    .text-b1d8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tag-green-6836 {
        padding: 15px 10px;
    }
    
    .tag-green-6836 h4 {
        font-size: 0.85rem;
    }
    
    .tag-green-6836 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .north-9541 {
        padding: 30px 15px;
    }
    
    .motion-7662 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .plasma-e69f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wrapper-d598 h4 {
        font-size: 0.9rem;
    }
    
    .wrapper-d598 a {
        font-size: 0.8rem;
    }
    
    .blue-d862 {
        font-size: 0.8rem;
    }
    
    .summary-b7fd p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .slider_tall_1a2f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .fresh_365d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2b3b */
.shadow-element-l6 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
