/* Inner Page Styles */

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

.sort-motion-e5dc 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);
}

.sort-motion-e5dc 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);
}

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

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

.simple_92a0 .wide-3953 {
    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;
}

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

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

.simple_92a0 .wide-3953:hover::before {
    left: 100%;
}

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

.detail-static-e1c0 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover_f918.fn-active-5876 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.button-pink-5b19 {
    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);
}

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

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

.button-pink-5b19 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.banner-large-28d4 {
    padding: var(--md-spacing-md) 0;
}

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

.chip-b853 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 */
.gallery-8583 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.layout_fluid_d42d .bronze-9e63 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.layout_fluid_d42d .bronze-9e63:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.sidebar_6b23 .bronze-9e63 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.sidebar_6b23 .bronze-9e63:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sort-motion-e5dc {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sort-motion-e5dc h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sort-motion-e5dc h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .simple_92a0 {
        justify-content: center;
    }
    
    .brown_5688 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .section-6b27 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .smooth_b768 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video_cf85 {
        padding: var(--md-spacing-md);
    }
    
    .container-yellow-9238 {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip-b853 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sidebar_6b23 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown_red_9d08 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .video_cf85 {
        padding: var(--md-spacing-sm);
    }
    
    .button-pink-5b19 {
        padding: var(--md-spacing-md);
    }
    
    .chip-b853 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.button-pink-5b19,
.chip-b853,
.sidebar_6b23 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.shadow_active_f748 {
    font-size: 1.5rem;
}

.badge_lite_9241 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.input-purple-dc1f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-adde strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.sidebar-huge-83d0 {
    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;
}

.sidebar-huge-83d0.main_wood_e2ef .background-full-5673 {
    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); }
}

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

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

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

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

.info-yellow-2945 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;
}

.info-yellow-2945 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);
}

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

.backdrop_4686 {
    font-size: 1.2rem;
}

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

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

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

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

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

.mask_e750.icon_88ff::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.mask_e750.background_large_a23a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.mask_e750.shade-outer-c5aa::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.mask_e750.wide_464b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tooltip_ee01 {
    font-size: 1.2rem;
}

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

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

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

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

.bright-ec33.yellow_045e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.bright-ec33.fn-active-5876 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.tabs-992d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.menu-outer-f018.bright_54da {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.text_98a9 { border-top: 3px solid #00ccff; }
.purple-536a { border-top: 3px solid #00ff88; }
.bottom-a674 { border-top: 3px solid #d4af37; }
.disabled-active-44c6 { border-top: 3px solid #ff6b6b; }
.row-c08e { border-top: 3px solid #8b5cf6; }

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

.notification-yellow-96e5 {
    overflow-x: auto;
}

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

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

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

.banner_focused_a842 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.text-active-0703 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.tabs-689a {
    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;
}

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

.hidden-left-5b0b {
    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;
}

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

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

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

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

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

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

.photo_2afd {
    font-size: 2rem;
}

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

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

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

.iron-91a7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.video-first-696b {
    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;
}

.video-first-696b::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);
}

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

.video-first-696b h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.video-first-696b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.module-d9f2 {
    font-size: 1.5rem;
}

.filter-in-2f8c {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

.notice-orange-08da {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.form-over-bf8a strong {
    color: #fff;
    display: block;
}

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

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

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

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

.nav_short_35ee .header_inner_3d53 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.highlight-focused-9fe1 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.highlight-focused-9fe1 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.disabled-dim-8219 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.layout-fixed-d160 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.tooltip-0eb1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.gradient_3cc2 a {
    color: #ff6b6b;
}

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

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

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

.badge-f7af {
    text-align: center;
}

.badge-f7af .column-cold-a466 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.badge-f7af .border-steel-5659 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.hovered-94f8 {
    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;
}

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

.heading-steel-03e3 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-stale-c20d .lite_010a {
    color: #666;
    margin: 0 8px;
}

.slider-stale-c20d .current-7fad {
    color: #ff6b6b;
    text-decoration: line-through;
}

.article-mini-d63f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.box-mini-83b2 {
    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;
}

.widget-liquid-6673 {
    font-size: 2rem;
}

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

.bottom-1684 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.image-gas-b8ba strong {
    color: #00ff88;
}

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

.card-iron-99c6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .card-iron-99c6 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.video-stone-3498 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.first-bcd9 strong {
    color: #d4af37;
}

.info_liquid_1aea {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot-dd5c 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;
}

.hot-dd5c li strong {
    color: #00ff88;
}

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

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

.box-easy-423e {
    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;
}

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

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

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

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

.gallery-basic-40ad strong {
    color: #d4af37;
}

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

.footer-medium-5bb2 {
    color: #888;
    font-size: 0.9rem;
}

.footer-medium-5bb2 strong {
    color: #00ff88;
}

.footer-medium-5bb2 span {
    color: #d4af37;
}

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

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

.inner-7ecb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.filter-glass-a9f5 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom_2d15 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tooltip-0eb1 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .basic-9028 {
        flex-direction: column;
    }
    
    .last-e63f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.info-mini-28c7 {
    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;
}

.info-mini-28c7: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) {
    .info-mini-28c7 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .info-mini-28c7 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface-9bd7 {
        padding: 30px 15px;
    }
    
    .surface-9bd7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .down-a34e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .silver-f593 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accent_f3ca {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent_f3ca .north-d846 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .accordion-d40c {
        font-size: 1.3rem;
    }
    
    .menu-wide-330e {
        font-size: 0.7rem;
    }
    
    .layout_wood_d7f9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .layout_wood_d7f9 .bronze-9e63 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .thumbnail-focused-96d6 {
        display: none;
    }
    
    .popup_right_656b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .info-inner-cc39 {
        padding: 20px 10px;
    }
    
    .inner-7ecb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero_down_c766,
    .outer-6a28 {
        padding: 15px;
    }
    
    .shade_916e {
        flex-direction: column;
        gap: 5px;
    }
    
    .blue_e378 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .thumbnail-92e2 {
        padding: 30px 10px;
    }
    
    .plasma-dea7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .north_7323 {
        padding: 20px 15px;
    }
    
    .overlay-down-799f {
        font-size: 2rem;
    }
    
    .north_7323 h3 {
        font-size: 1.1rem;
    }
    
    .north_7323 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .slider-a93e {
        padding: 20px 10px;
    }
    
    .shadow_fresh_cbc2 h2 {
        font-size: 1.3rem;
    }
    
    .cool-8d84 {
        font-size: 0.9rem;
    }
    
    .hard_3456 h3 {
        font-size: 1.1rem;
    }
    
    .hard_3456 p {
        font-size: 0.9rem;
    }
    
    .hot-dd5c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .row_prev_933a {
        grid-template-columns: 1fr;
    }
    
    .gallery-basic-40ad {
        font-size: 0.85rem;
    }
    
    .north_776e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box-easy-423e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .box-easy-423e strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .column_cold_f802 {
        padding: 30px 10px;
    }
    
    .steel_96f5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-pink-2dc7 {
        padding: 15px;
    }
    
    .notice-062d {
        font-size: 0.9rem;
    }
    
    .shadow-6ea7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow-6ea7 .copper_a47e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .dim-f121 {
        padding: 30px 10px;
    }
    
    .dim-f121 h2 {
        font-size: 1.2rem;
    }
    
    .bronze_452b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dynamic-2d0f {
        padding: 15px 10px;
    }
    
    .dynamic-2d0f h4 {
        font-size: 0.85rem;
    }
    
    .dynamic-2d0f p {
        font-size: 0.75rem;
    }
    
    .west_2f73 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hover-up-f2a1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .static_b974 {
        padding: 20px 10px;
    }
    
    .hover-hovered-bb3d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop_in_07bb,
    .popup_hovered_7d7a,
    .gradient_3cc2 {
        width: 100%;
    }
    
    .backdrop_in_07bb h3 {
        font-size: 1.1rem;
    }
    
    .backdrop_in_07bb p {
        font-size: 0.8rem;
    }
    
    .yellow-ecdc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .text-under-5de1 {
        padding: 30px 15px;
    }
    
    .text-under-5de1 h2 {
        font-size: 1.3rem;
    }
    
    .text-under-5de1 p {
        font-size: 0.85rem;
    }
    
    .sort_512d {
        flex-direction: column;
        gap: 10px;
    }
    
    .sort_512d .bronze-9e63 {
        width: 100%;
    }
    
    .title-down-dcfa {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hot-ff1e {
        padding: 30px 15px;
    }
    
    .sort-be6b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .button_static_0b4b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .current-0e4d h4 {
        font-size: 0.9rem;
    }
    
    .current-0e4d a {
        font-size: 0.8rem;
    }
    
    .info_top_1856 {
        font-size: 0.8rem;
    }
    
    .wrapper_4d41 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .description-f58c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hover_up_aa75 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7d2a */
.widget-item-i3 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
