/* Inner Page Styles */

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

.pressed-12e1 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);
}

.pressed-12e1 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);
}

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

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

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

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

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

.box_gas_034a .video-b0f9:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prev_033d.fn-active-eabd {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-static-85be {
    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%;
}

.progress-static-85be 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 */
.small-e00c {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.slider-light-5690:hover::before {
    left: 100%;
}

.slider-light-5690 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;
}

.slider-light-5690 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;
}

.slider-light-5690 .layout_wide_d28c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.slider-light-5690 .layout_wide_d28c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.gallery-380f {
    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);
}

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

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

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

.border-clean-ec99 {
    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);
}

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

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

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

.border-clean-ec99 .layout_wide_d28c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.border-clean-ec99 .layout_wide_d28c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pressed-12e1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pressed-12e1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pressed-12e1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .box_gas_034a {
        justify-content: center;
    }
    
    .texture_green_1cfd {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .header_clean_de29 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .feature-3a59 {
        padding: var(--md-spacing-md) 0;
    }
    
    .carousel_clean_8c55 {
        padding: var(--md-spacing-md);
    }
    
    .element_slow_c915 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-static-85be {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .border-clean-ec99 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accordion-wood-ce71 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .carousel_clean_8c55 {
        padding: var(--md-spacing-sm);
    }
    
    .row-focused-c718 {
        padding: var(--md-spacing-md);
    }
    
    .progress-static-85be {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.row-focused-c718,
.progress-static-85be,
.border-clean-ec99 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.solid-f450 {
    font-size: 1.5rem;
}

.title-72ee strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.gold-0c20 {
    padding: 30px 0;
}

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

.middle-8af2 {
    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;
}

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

.middle-8af2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.middle-8af2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.mini-062d {
    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;
}

.mini-062d strong {
    color: #00ff88;
}

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

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

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

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

.lower-21cf {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.feature-fast-81b6 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.feature-fast-81b6::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;
}

.highlight-clean-83f5 {
    text-align: center;
    margin-bottom: 30px;
}

.link-dim-e747 {
    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;
}

.link-dim-e747.detail-5cf3 .tertiary-8198 {
    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); }
}

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

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

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

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

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

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

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

.sort_cold_61eb {
    font-size: 1.2rem;
}

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

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

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

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

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

.bright-7942.status-fb0e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.bright-7942.white-e4d3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bright-7942.frame-full-54e1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.bright-7942.preview_iron_765d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.text-basic-89c9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.down_9151 {
    font-size: 1.2rem;
}

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

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

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

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

.disabled-331d.photo-209c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled-331d.fn-active-eabd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.sort-static-c31f {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.border-huge-878d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.texture-upper-0fdc {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.mini-1786.outline-add1 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.thumbnail_pink_5b13 { border-top: 3px solid #00ccff; }
.overlay_5eb6 { border-top: 3px solid #00ff88; }
.description_south_88fb { border-top: 3px solid #d4af37; }
.highlight_pro_db83 { border-top: 3px solid #ff6b6b; }
.description-up-a4e1 { border-top: 3px solid #8b5cf6; }

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

.medium-b205 {
    overflow-x: auto;
}

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

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

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

.popup-6c6f td {
    color: #ccc;
}

.popup-6c6f .sort-c279 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.popup-6c6f tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination_current_6802 {
    font-size: 2rem;
}

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

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

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

.gallery-west-5e84 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .gallery-west-5e84::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

.link-narrow-0262 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.fast_0800 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-7a61 .outline_2b5d {
    margin-bottom: 10px;
}

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

.thumbnail-7a61 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.media-hot-ea90 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.main-inner-da3e {
    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;
}

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

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

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

.narrow-deb6 a {
    color: #ff6b6b;
}

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

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

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

.outline_5a3e {
    text-align: center;
}

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

.outline_5a3e .orange-0be5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-prev-c486 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .caption-black-b953 {
        flex-direction: column;
    }
    .text-0414 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.pro-aec2 .action_dbd9 {
    color: #666;
    margin: 0 8px;
}

.pro-aec2 .down-7980 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.clean-758e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.container_stone_c99f {
    font-size: 2rem;
}

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

.container-0538 strong {
    color: #d4af37;
}

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

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

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

.column_center_36ae h3,
.active-676e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.media-pink-5950 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.carousel-lower-423e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.cold_721b strong {
    color: #00ff88;
}

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

.dropdown-19e2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.shadow-72ab h3,
.simple-af15 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.caption_east_ea77 strong {
    color: #d4af37;
}

.accent-top-8f48 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.photo_ee14 li strong {
    color: #00ff88;
}

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

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

.east-97c1 {
    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;
}

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

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

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

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

.fast-f9dc strong {
    color: #d4af37;
}

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

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

.preview_soft_8bd3 strong {
    color: #00ff88;
}

.preview_soft_8bd3 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.shade-static-6226 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.status-hot-53e0 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.dirty-81ce {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.dirty-81ce li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-44c4 {
    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;
}

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

.dropdown_huge_d923 strong {
    color: #00ff88;
}

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

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

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

.table-bright-883e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .table-bright-883e {
        flex-direction: column;
    }
    
    .input_bottom_af97 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

.image_cbb8 .search-07fd {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .top-d279 {
        padding: 30px 15px;
    }
    
    .top-d279 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .mask-977d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .west_f23c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .nav-f2ee {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav-f2ee .description-wood-3ade {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .badge-iron-5d63 {
        font-size: 1.3rem;
    }
    
    .mini_d2b1 {
        font-size: 0.7rem;
    }
    
    .orange_7a35 {
        flex-direction: column;
        gap: 10px;
    }
    
    .orange_7a35 .layout_wide_d28c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .header-f6e6 {
        display: none;
    }
    
    .form-wood-dd6a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hard_62cf {
        padding: 20px 10px;
    }
    
    .blue-fa41 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_e1f3,
    .soft-4757 {
        padding: 15px;
    }
    
    .status-hot-53e0 {
        flex-direction: column;
        gap: 5px;
    }
    
    .icon_9610 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .lite_2cad {
        padding: 30px 10px;
    }
    
    .label_fresh_af18 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block-dirty-99a0 {
        padding: 20px 15px;
    }
    
    .huge-d5ec {
        font-size: 2rem;
    }
    
    .block-dirty-99a0 h3 {
        font-size: 1.1rem;
    }
    
    .block-dirty-99a0 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .list_205f {
        padding: 20px 10px;
    }
    
    .tag_ae55 h2 {
        font-size: 1.3rem;
    }
    
    .picture_in_3679 {
        font-size: 0.9rem;
    }
    
    .button_068c h3 {
        font-size: 1.1rem;
    }
    
    .button_068c p {
        font-size: 0.9rem;
    }
    
    .photo_ee14 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .summary-0316 {
        grid-template-columns: 1fr;
    }
    
    .fast-f9dc {
        font-size: 0.85rem;
    }
    
    .mini_2bf6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .east-97c1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .east-97c1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .accent-4071 {
        padding: 30px 10px;
    }
    
    .info-d875 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-dynamic-05ef {
        padding: 15px 10px;
    }
    
    .video-dynamic-05ef h4 {
        font-size: 0.9rem;
    }
    
    .video-dynamic-05ef p {
        font-size: 0.75rem;
        display: none;
    }
    
    .cool-f3c6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-d875 {
        grid-template-columns: 1fr;
    }
    
    .video-dynamic-05ef p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .media_in_bf60 {
        padding: 30px 10px;
    }
    
    .panel_medium_b0df {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status-lite-48bb {
        padding: 15px;
    }
    
    .alert-01d1 {
        font-size: 0.9rem;
    }
    
    .main-5af8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main-5af8 .tag_bottom_1fb1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .purple-e72f {
        padding: 30px 10px;
    }
    
    .purple-e72f h2 {
        font-size: 1.2rem;
    }
    
    .item_062b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline-e9ef {
        padding: 15px 10px;
    }
    
    .outline-e9ef h4 {
        font-size: 0.85rem;
    }
    
    .outline-e9ef p {
        font-size: 0.75rem;
    }
    
    .shadow_first_df58 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .link_hot_e804 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tiny_785d {
        padding: 20px 10px;
    }
    
    .thumbnail-silver-b504 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .top_defc,
    .input_down_dc88,
    .narrow-deb6 {
        width: 100%;
    }
    
    .top_defc h3 {
        font-size: 1.1rem;
    }
    
    .top_defc p {
        font-size: 0.8rem;
    }
    
    .main-inner-da3e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .mask-smooth-4502 {
        padding: 30px 15px;
    }
    
    .mask-smooth-4502 h2 {
        font-size: 1.3rem;
    }
    
    .mask-smooth-4502 p {
        font-size: 0.85rem;
    }
    
    .next_ecc1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .next_ecc1 .layout_wide_d28c {
        width: 100%;
    }
    
    .progress_5e59 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .stale-8b1f {
        padding: 30px 10px;
    }
    
    .stale-8b1f h3 {
        font-size: 1.2rem;
    }
    
    .paper_657b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border-clean-ec99 {
        padding: 15px 10px;
    }
    
    .border-clean-ec99 h4 {
        font-size: 0.85rem;
    }
    
    .border-clean-ec99 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .upper-0371 {
        padding: 30px 15px;
    }
    
    .feature-static-763f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .wide_34bc {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .text-0eb9 h4 {
        font-size: 0.9rem;
    }
    
    .text-0eb9 a {
        font-size: 0.8rem;
    }
    
    .link-iron-426e {
        font-size: 0.8rem;
    }
    
    .disabled_narrow_b894 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .background_3d94 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .bright_3241 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 11c0 */
.widget-item-w4 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
