/* Inner Page Styles */

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

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

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

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

.menu-smooth-bf6d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.menu-smooth-bf6d .frame_west_b859 {
    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;
}

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

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

.menu-smooth-bf6d .frame_west_b859:hover::before {
    left: 100%;
}

.menu-smooth-bf6d .frame_west_b859:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.list-1e68 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary_advanced_a99a.fn-active-7fbb {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block_9478 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 */
.huge-146e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.huge-146e li {
    margin-bottom: var(--md-spacing-xs);
}

.huge-146e 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);
}

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

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

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

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

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

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

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

.hidden_d0e5 .status_stale_1430:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.accordion_simple_5f25 .status_stale_1430:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dim_0488 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dim_0488 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dim_0488 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .menu-smooth-bf6d {
        justify-content: center;
    }
    
    .menu_2473 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .static-746b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .iron-7dbe {
        padding: var(--md-spacing-md) 0;
    }
    
    .black_22da {
        padding: var(--md-spacing-md);
    }
    
    .photo_hard_eace {
        padding: var(--md-spacing-md) 0;
    }
    
    .block_9478 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .accordion_simple_5f25 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .steel-6f53 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .black_22da {
        padding: var(--md-spacing-sm);
    }
    
    .fluid_b280 {
        padding: var(--md-spacing-md);
    }
    
    .block_9478 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.fluid_b280,
.block_9478,
.accordion_simple_5f25 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.accordion_full_0564 {
    font-size: 1.5rem;
}

.main-static-41b6 strong {
    color: #00ff88;
}

.logo-tall-1b86 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .shade-6bc0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .logo-tall-1b86 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.hot-1685 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.description_c03b strong {
    color: #00ff88;
}

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

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

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

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

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

.article-steel-c0a1::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;
}

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

.preview-6fbd {
    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;
}

.preview-6fbd.row-prev-2e99 .photo-1f00 {
    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); }
}

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

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

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

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

.texture-797a 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;
}

.texture-797a 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);
}

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

.tertiary_advanced_00d9 {
    font-size: 1.2rem;
}

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

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

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

.menu-13fb {
    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;
}

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

.menu-13fb.steel_c11d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.menu-13fb.primary-out-7cea::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu-13fb.huge_1446::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.menu-13fb.message-old-70cf::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tertiary_tiny_a0be {
    font-size: 1.2rem;
}

.status-hard-811f {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.over_f22f.brown-59cd { background: linear-gradient(90deg, #00ccff, #0088ff); }
.over_f22f.fn-active-7fbb { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.paragraph-smooth-f007 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.icon-light-821b {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.block_blue_8a46.content-huge-d5fe {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.alert-cool-56f7 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.border_center_09c4 { border-top: 3px solid #00ccff; }
.slider-cc47 { border-top: 3px solid #00ff88; }
.disabled-e6a6 { border-top: 3px solid #d4af37; }
.first_c88b { border-top: 3px solid #ff6b6b; }
.message-pink-86cb { border-top: 3px solid #8b5cf6; }

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

.plasma_8b49 {
    overflow-x: auto;
}

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

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

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

.notification_67e1 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.brown-12da {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.alert-last-6fa2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.static_ddfc {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.cold-18b3 {
    background: #0a0a0a;
    padding: 60px 0;
}

.notice-south-ea6b {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.large-5a83 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.text-light-1e8a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.main-up-80b6 .input-huge-37b3 {
    margin-bottom: 10px;
}

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

.main-up-80b6 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.upper-28d8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag-steel-b494 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.huge_31bf a {
    color: #ff6b6b;
}

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

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

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

.overlay-stone-75f2 {
    text-align: center;
}

.overlay-stone-75f2 .background_lower_4bca {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.overlay-stone-75f2 .progress_green_2086 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.tooltip-462d {
    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;
}

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

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

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

.video-89ce {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.yellow-faf0.content-huge-d5fe {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.up-3d1e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.texture_east_b610 .short_565f {
    color: #666;
    margin: 0 8px;
}

.texture_east_b610 .description-0a91 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.text-ba46 {
    font-size: 2rem;
}

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

.dim_4dfa strong {
    color: #d4af37;
}

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

.red-6b14 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.short-42cf {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.pattern-short-5fc4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.sidebar_dirty_661c strong {
    color: #00ff88;
}

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

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

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

.background_wide_1d1d h3,
.text-narrow-4a56 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.input_selected_6a08 strong {
    color: #d4af37;
}

.input-dynamic-4702 {
    color: #aaa;
}

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

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

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

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

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

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

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

.gallery-lite-2ba5:last-child {
    border-bottom: none;
}

.gallery-lite-2ba5 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.gallery-lite-2ba5 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.pro-78c1 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pro-78c1 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;
}

.pro-78c1 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.fixed-044a strong {
    color: #d4af37;
}

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

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

.red_6a6a strong {
    color: #00ff88;
}

.red_6a6a span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down-3ea1 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.down-3ea1 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.grid-acb3 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.text-soft-bbc0 strong {
    color: #00ff88;
}

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

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

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

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

.carousel-31e2 {
    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;
}

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

.tag-steel-b494 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .element-a384 {
        flex-direction: column;
    }
    
    .carousel-31e2 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .row-slow-1826 {
        padding: 30px 15px;
    }
    
    .row-slow-1826 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .surface-6a9e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .carousel-1800 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .backdrop-8377 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .backdrop-8377 .primary_gold_67a9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .wrapper_29a2 {
        font-size: 1.3rem;
    }
    
    .card-2772 {
        font-size: 0.7rem;
    }
    
    .breadcrumb-c0a4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb-c0a4 .status_stale_1430 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .orange_b3a4 {
        display: none;
    }
    
    .container_7feb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .row_74aa {
        padding: 20px 10px;
    }
    
    .tall_aac3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .out-ff59,
    .center_8214 {
        padding: 15px;
    }
    
    .fixed_d16c {
        flex-direction: column;
        gap: 5px;
    }
    
    .media_3d88 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hard-e30c {
        padding: 30px 10px;
    }
    
    .solid_2538 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title_7f2a {
        padding: 20px 15px;
    }
    
    .gas_22d0 {
        font-size: 2rem;
    }
    
    .title_7f2a h3 {
        font-size: 1.1rem;
    }
    
    .title_7f2a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .box_lower_1885 {
        padding: 20px 10px;
    }
    
    .glass-7524 h2 {
        font-size: 1.3rem;
    }
    
    .layout-87a6 {
        font-size: 0.9rem;
    }
    
    .gallery-lite-2ba5 h3 {
        font-size: 1.1rem;
    }
    
    .gallery-lite-2ba5 p {
        font-size: 0.9rem;
    }
    
    .pro-78c1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .block_071b {
        grid-template-columns: 1fr;
    }
    
    .fixed-044a {
        font-size: 0.85rem;
    }
    
    .footer-blue-a1c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .orange_4b8e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .orange_4b8e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .badge_9472 {
        padding: 30px 10px;
    }
    
    .hidden-0863 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stale-fc57 {
        padding: 15px 10px;
    }
    
    .stale-fc57 h4 {
        font-size: 0.9rem;
    }
    
    .stale-fc57 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .blue-d020 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hidden-0863 {
        grid-template-columns: 1fr;
    }
    
    .stale-fc57 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .media-ac80 {
        padding: 30px 10px;
    }
    
    .primary_807f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pressed_58b9 {
        padding: 15px;
    }
    
    .alert_fa98 {
        font-size: 0.9rem;
    }
    
    .notification-pink-5b2c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .notification-pink-5b2c .inner_1438 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .outer_8fde {
        padding: 30px 10px;
    }
    
    .outer_8fde h2 {
        font-size: 1.2rem;
    }
    
    .outer-adfa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo_right_905d {
        padding: 15px 10px;
    }
    
    .photo_right_905d h4 {
        font-size: 0.85rem;
    }
    
    .photo_right_905d p {
        font-size: 0.75rem;
    }
    
    .widget_8ad1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .narrow_0a8e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .down-dff4 {
        padding: 20px 10px;
    }
    
    .rough_08ea {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .article-rough-f8bb,
    .slider_24b4,
    .huge_31bf {
        width: 100%;
    }
    
    .article-rough-f8bb h3 {
        font-size: 1.1rem;
    }
    
    .article-rough-f8bb p {
        font-size: 0.8rem;
    }
    
    .disabled-dabe {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .box-7928 {
        padding: 30px 15px;
    }
    
    .box-7928 h2 {
        font-size: 1.3rem;
    }
    
    .box-7928 p {
        font-size: 0.85rem;
    }
    
    .background-fd16 {
        flex-direction: column;
        gap: 10px;
    }
    
    .background-fd16 .status_stale_1430 {
        width: 100%;
    }
    
    .fast-0dd4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background-325a {
        padding: 30px 15px;
    }
    
    .picture-gold-9725 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .component_7bca {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .header_pro_a042 h4 {
        font-size: 0.9rem;
    }
    
    .header_pro_a042 a {
        font-size: 0.8rem;
    }
    
    .module_7948 {
        font-size: 0.8rem;
    }
    
    .wood_7c34 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .current-83b1 {
        padding: 8px 10px;
    }
    
    .shade_c1e1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .disabled-clean-2260 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade_c1e1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .disabled-clean-2260 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d547 */
.widget-item-g9 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
