/* Inner Page Styles */

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

.gallery-stale-78e1 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);
}

.gallery-stale-78e1 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);
}

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

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

.over_3b4c .overlay-ba88 {
    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;
}

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

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

.over_3b4c .overlay-ba88:hover::before {
    left: 100%;
}

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

.active-wood-5159 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-5859.fn-active-eb12 {
    color: var(--casino-gold-light);
}

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

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

.gradient-5e01 {
    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);
}

.gradient-5e01 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-816b:hover::before {
    left: 100%;
}

.disabled-816b 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;
}

.disabled-816b 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;
}

.disabled-816b .overlay_red_deff {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.disabled-816b .overlay_red_deff:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.hero-bottom-f418 {
    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);
}

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

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

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

.hero-bottom-f418 .overlay_red_deff {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.hero-bottom-f418 .overlay_red_deff:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-stale-78e1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gallery-stale-78e1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gallery-stale-78e1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .over_3b4c {
        justify-content: center;
    }
    
    .background_motion_8ece {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .input_dirty_51b9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .filter-f6e0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient-5e01 {
        padding: var(--md-spacing-md);
    }
    
    .thumbnail-261e {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget_9e01 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hero-bottom-f418 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .short_111e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gradient-5e01 {
        padding: var(--md-spacing-sm);
    }
    
    .pink-5867 {
        padding: var(--md-spacing-md);
    }
    
    .widget_9e01 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pink-5867,
.widget_9e01,
.hero-bottom-f418 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.aside-a3cc {
    font-size: 1.5rem;
}

.link_6bd1 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.button-43bb {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.article-14e9 {
    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;
}

.article-14e9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.section-4d37 {
    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;
}

.section-4d37.solid-3e5f .status_3015 {
    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); }
}

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

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

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

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

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

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

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

.info_green_869b {
    font-size: 1.2rem;
}

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

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

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

.east-9cb5 {
    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;
}

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

.east-9cb5.wrapper-dim-8fe1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.east-9cb5.photo-hot-ae0b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.east-9cb5.border_da3a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.east-9cb5.feature_prev_358c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.fast_5636 {
    font-size: 1.2rem;
}

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

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

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

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

.tooltip_simple_b4da.tall_8e21 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tooltip_simple_b4da.fn-active-eb12 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.photo-2c02 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.block_cold_b6b4 { border-top: 3px solid #00ccff; }
.slow-2e9a { border-top: 3px solid #00ff88; }
.chip-black-692b { border-top: 3px solid #d4af37; }
.preview_stale_e756 { border-top: 3px solid #ff6b6b; }
.icon-hard-b499 { border-top: 3px solid #8b5cf6; }

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

.label_54ab {
    overflow-x: auto;
}

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

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

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

.old-fa0b td {
    color: #ccc;
}

.old-fa0b .notification-glass-8ffa {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.old-fa0b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.middle-5fb5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.sidebar-52a1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.notice-white-a130 {
    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;
}

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

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

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

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

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

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

.hovered_fc9f {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-185c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.heading-786f {
    font-size: 1.5rem;
}

.overlay-gas-ffe5 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .sidebar-left-9b18 {
        grid-template-columns: 1fr;
    }
}

.chip-966f {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

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

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

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

.solid-34a7 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.banner-a621 .element-6272 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.inner-485d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.panel-smooth-610a {
    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;
}

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

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

.pattern-medium-2702 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.inner-2ef4 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.slider-wood-eca5 span {
    color: #666;
    font-size: 0.8rem;
}

.slider-wood-eca5 a {
    color: #ff6b6b;
}

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

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

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

.gradient_brown_98ee {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-hovered-5253 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.chip-tall-acb5 .down-fd09 {
    color: #666;
    margin: 0 8px;
}

.chip-tall-acb5 .pattern-gas-6022 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.menu-hard-7e76 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.gradient_copper_6d6f {
    font-size: 2rem;
}

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

.mask-5f6d strong {
    color: #d4af37;
}

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

.pattern-stale-2e43 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .pattern-stale-2e43 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.hover-883c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.tertiary-complex-ec92 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.alert_pink_2006 strong {
    color: #d4af37;
}

.dim-c55c {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-7131 strong {
    color: #d4af37;
}

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

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

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

.disabled-d69e span {
    color: #d4af37;
}

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

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

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

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

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

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

.tertiary-hard-3e64 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb_lower_9e74 {
    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-advanced-759c {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-a8fd strong {
    color: #00ff88;
}

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

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

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

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

.table-06f8 {
    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;
}

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

.inner-2ef4 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .glass_d4ac {
        flex-direction: column;
    }
    
    .table-06f8 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.caption-motion-b0f8 {
    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;
}

.caption-motion-b0f8: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) {
    .caption-motion-b0f8 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .caption-motion-b0f8 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .secondary_gold_3800 {
        padding: 30px 15px;
    }
    
    .secondary_gold_3800 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .alert_5255 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dark-08c4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .blue-b1c5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .blue-b1c5 .button_4450 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .text_c01a {
        font-size: 1.3rem;
    }
    
    .detail-slow-7ee4 {
        font-size: 0.7rem;
    }
    
    .hidden-north-8a82 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hidden-north-8a82 .overlay_red_deff {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .notice-3453 {
        display: none;
    }
    
    .accent-7e87 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .nav_30d2 {
        padding: 20px 10px;
    }
    
    .photo_a416 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-rough-ede4,
    .description_mini_fbba {
        padding: 15px;
    }
    
    .in_3f9d {
        flex-direction: column;
        gap: 5px;
    }
    
    .dim_4ac1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .highlight_b5cf {
        padding: 30px 10px;
    }
    
    .input_93d2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bronze-b0bd {
        padding: 20px 15px;
    }
    
    .logo_dim_b85c {
        font-size: 2rem;
    }
    
    .bronze-b0bd h3 {
        font-size: 1.1rem;
    }
    
    .bronze-b0bd p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .background-b5ce {
        padding: 20px 10px;
    }
    
    .summary-basic-3177 h2 {
        font-size: 1.3rem;
    }
    
    .yellow-55f6 {
        font-size: 0.9rem;
    }
    
    .detail_4a01 h3 {
        font-size: 1.1rem;
    }
    
    .detail_4a01 p {
        font-size: 0.9rem;
    }
    
    .bronze_df1d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .breadcrumb_4642 {
        grid-template-columns: 1fr;
    }
    
    .sidebar-7131 {
        font-size: 0.85rem;
    }
    
    .avatar_fast_8dd2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel_7812 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .panel_7812 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .card_action_a213 {
        padding: 30px 10px;
    }
    
    .section-20c2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside_warm_a5a9 {
        padding: 15px 10px;
    }
    
    .aside_warm_a5a9 h4 {
        font-size: 0.9rem;
    }
    
    .aside_warm_a5a9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .basic_bf5d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .section-20c2 {
        grid-template-columns: 1fr;
    }
    
    .aside_warm_a5a9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .aside-dynamic-3200 {
        padding: 30px 10px;
    }
    
    .shadow-8895 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .current_d276 {
        padding: 15px;
    }
    
    .yellow-133a {
        font-size: 0.9rem;
    }
    
    .tabs-large-b0fe {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-large-b0fe .secondary-white-4c28 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .south_3593 {
        padding: 30px 10px;
    }
    
    .south_3593 h2 {
        font-size: 1.2rem;
    }
    
    .table-warm-f6c2 {
        gap: 10px;
    }
    
    .gradient-0100 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gradient-0100 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tooltip_copper_a9d9 {
        padding: 30px 10px;
    }
    
    .tooltip_copper_a9d9 h2 {
        font-size: 1.2rem;
    }
    
    .frame_large_c89c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle-4c8b {
        padding: 15px 10px;
    }
    
    .middle-4c8b h4 {
        font-size: 0.85rem;
    }
    
    .middle-4c8b p {
        font-size: 0.75rem;
    }
    
    .disabled-tiny-9573 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .center-2ec5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .table_6908 {
        padding: 20px 10px;
    }
    
    .current_de82 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .banner_fb3b,
    .green-2459,
    .slider-wood-eca5 {
        width: 100%;
    }
    
    .banner_fb3b h3 {
        font-size: 1.1rem;
    }
    
    .banner_fb3b p {
        font-size: 0.8rem;
    }
    
    .search_5f8d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .link-dim-8c77 {
        padding: 30px 15px;
    }
    
    .link-dim-8c77 h2 {
        font-size: 1.3rem;
    }
    
    .link-dim-8c77 p {
        font-size: 0.85rem;
    }
    
    .nav-0ad5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-0ad5 .overlay_red_deff {
        width: 100%;
    }
    
    .rough_bc01 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .chip-714f {
        padding: 30px 10px;
    }
    
    .chip-714f h3 {
        font-size: 1.2rem;
    }
    
    .copper_1d79 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero-bottom-f418 {
        padding: 15px 10px;
    }
    
    .hero-bottom-f418 h4 {
        font-size: 0.85rem;
    }
    
    .hero-bottom-f418 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .form_36e7 {
        padding: 30px 15px;
    }
    
    .notification_417d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .image_8706 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hovered-ecb9 h4 {
        font-size: 0.9rem;
    }
    
    .hovered-ecb9 a {
        font-size: 0.8rem;
    }
    
    .logo_151b {
        font-size: 0.8rem;
    }
    
    .filter_acc0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .aside-1c33 {
        padding: 8px 10px;
    }
    
    .aside_48ab {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .button-f0df {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .aside_48ab {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .button-f0df {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c338 */
.promo-block-t9 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
