/* Inner Page Styles */

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

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

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

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

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

.hot_9a7f .west-9d46 {
    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;
}

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

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

.hot_9a7f .west-9d46:hover::before {
    left: 100%;
}

.hot_9a7f .west-9d46:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo_06ed.fn-active-5c0d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.north_26a8 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 */
.up-33f6 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.up-33f6 li {
    margin-bottom: var(--md-spacing-xs);
}

.up-33f6 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);
}

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

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

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

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

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

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

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

.top_9ec4 .overlay_f612:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.avatar-wood-30b5 {
    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);
}

.avatar-wood-30b5:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.hidden_9456 .overlay_f612:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .progress_ca29 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .progress_ca29 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .progress_ca29 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hot_9a7f {
        justify-content: center;
    }
    
    .status_large_b95c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .grid_orange_e163 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .outline-f54f {
        padding: var(--md-spacing-md) 0;
    }
    
    .brown-cc39 {
        padding: var(--md-spacing-md);
    }
    
    .grid-pressed-efa0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .north_26a8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hidden_9456 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .motion_8ef2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .brown-cc39 {
        padding: var(--md-spacing-sm);
    }
    
    .small-ef6f {
        padding: var(--md-spacing-md);
    }
    
    .north_26a8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.small-ef6f,
.north_26a8,
.hidden_9456 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.badge_fresh_d3fe {
    font-size: 1.5rem;
}

.upper_19ae strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.video-medium-03ff {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.steel_8d05 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.status_fast_93d1.button_6694 .frame-warm-eeac {
    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); }
}

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

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

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

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

.surface-bright-2004 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;
}

.surface-bright-2004 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);
}

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

.alert_a1c1 {
    font-size: 1.2rem;
}

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

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

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

.lite-8eb0 {
    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;
}

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

.lite-8eb0.preview_current_487d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.lite-8eb0.tag-ea1f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lite-8eb0.slider-slow-146b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.lite-8eb0.stone_6cd9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dim-3371 {
    font-size: 1.2rem;
}

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

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

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

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

.green-257e.wide-0fd3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.green-257e.fn-active-5c0d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.mask-light-b95a {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.notice-smooth-a019 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.simple_204f.plasma-865c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.sidebar_bcf4 { border-top: 3px solid #00ccff; }
.surface_down_5c07 { border-top: 3px solid #00ff88; }
.short_46d6 { border-top: 3px solid #d4af37; }
.brown-36d3 { border-top: 3px solid #ff6b6b; }
.container-b99e { border-top: 3px solid #8b5cf6; }

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

.stone_831d {
    overflow-x: auto;
}

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

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

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

.row_7bed td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.middle-414f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.surface-lite-6dc3 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.widget-huge-c8ac p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.hard-ea30 {
    font-size: 2rem;
}

.pagination-pink-1c97 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.pagination-pink-1c97 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

.container-4d6f {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.aside-6bdc {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.thumbnail_selected_5bb3 {
    font-size: 1.5rem;
}

.active-051a {
    color: #888;
    font-size: 0.9rem;
}

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

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

.advanced-22a4 {
    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;
}

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

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

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

.sort-52f8 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.pagination_new_5814 .wood-40f5 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.slider-dark-647d h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.hidden-33ec {
    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;
}

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

.texture-current-2ff6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.texture-current-2ff6 span {
    color: #666;
    font-size: 0.8rem;
}

.texture-current-2ff6 a {
    color: #ff6b6b;
}

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

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

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

.section_easy_f349 {
    text-align: center;
}

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

.section_easy_f349 .wrapper-dynamic-6965 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.widget-purple-01e7 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-1d04 {
    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;
}

.chip-1d04.plasma-865c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.gallery-iron-5f04 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .element-38b2 {
        flex-direction: column;
    }
    .surface-out-7193 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.link-fast-6fd4 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.article-static-886d .media-3fba {
    color: #666;
    margin: 0 8px;
}

.article-static-886d .aside-b444 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.breadcrumb-center-d44d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.button-1dee strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.image_b823 {
    font-size: 2rem;
}

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

.selected-b07c strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.tiny-2ab4 strong {
    color: #00ff88;
}

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

.border-clean-19b3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.breadcrumb-9bd3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.active-9c5a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.paper-dbd3 strong {
    color: #d4af37;
}

.hover-b843 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-2843 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;
}

.left-2843 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.dropdown_5fed strong {
    color: #d4af37;
}

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

.surface-huge-63dd {
    color: #888;
    font-size: 0.9rem;
}

.surface-huge-63dd strong {
    color: #00ff88;
}

.surface-huge-63dd span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.sort-down-2084 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-current-7ffd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.secondary-current-7ffd li {
    margin-bottom: 5px;
}

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

.secondary-current-7ffd a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.slow_16ba strong {
    color: #00ff88;
}

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

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

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

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

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

.texture-top-c342 {
    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;
}

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

@media (max-width: 768px) {
    .paragraph-8485 {
        flex-direction: column;
    }
    
    .box_fd21 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .background_east_dd0e {
        padding: 30px 15px;
    }
    
    .background_east_dd0e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .feature-ef58 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .shade_7a22 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .message_a8ca {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_a8ca .video-ab06 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .video_mini_5367 {
        font-size: 1.3rem;
    }
    
    .easy-2926 {
        font-size: 0.7rem;
    }
    
    .message_bronze_74a4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .message_bronze_74a4 .overlay_f612 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .steel-e5e4 {
        display: none;
    }
    
    .first-fcd6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .advanced-ea67 {
        padding: 20px 10px;
    }
    
    .shadow_fresh_76f7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget_fast_9f14,
    .avatar_d4af {
        padding: 15px;
    }
    
    .frame_green_92b9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .modal-d6a6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .huge-28f9 {
        padding: 30px 10px;
    }
    
    .fluid_0e1d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden-0f03 {
        padding: 20px 15px;
    }
    
    .border_b3cd {
        font-size: 2rem;
    }
    
    .hidden-0f03 h3 {
        font-size: 1.1rem;
    }
    
    .hidden-0f03 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .nav-cold-6c75 {
        padding: 20px 5px;
    }
    
    .nav-cold-6c75 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .pagination_warm_90b0 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .row_7bed {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .row_7bed th,
    .row_7bed td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .box-dynamic-48d3 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .list_pink_ce7c {
        padding: 20px 10px;
    }
    
    .element_dirty_5104 h2 {
        font-size: 1.3rem;
    }
    
    .article-42ee {
        font-size: 0.9rem;
    }
    
    .gradient_top_c895 h3 {
        font-size: 1.1rem;
    }
    
    .gradient_top_c895 p {
        font-size: 0.9rem;
    }
    
    .left-2843 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .aside_2002 {
        grid-template-columns: 1fr;
    }
    
    .dropdown_5fed {
        font-size: 0.85rem;
    }
    
    .message_purple_9d5a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input_selected_0e5a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .input_selected_0e5a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thick_0276 {
        padding: 30px 10px;
    }
    
    .gold-7641 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .complex-19be {
        padding: 15px 10px;
    }
    
    .complex-19be h4 {
        font-size: 0.9rem;
    }
    
    .complex-19be p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gas-96f3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gold-7641 {
        grid-template-columns: 1fr;
    }
    
    .complex-19be p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .left_4f7f {
        padding: 30px 10px;
    }
    
    .outline_focused_5f2f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .frame-b276 {
        padding: 15px;
    }
    
    .old-185a {
        font-size: 0.9rem;
    }
    
    .stale_3379 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .stale_3379 .background_focused_ec7c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .dynamic-a50b {
        padding: 30px 10px;
    }
    
    .dynamic-a50b h2 {
        font-size: 1.2rem;
    }
    
    .wide_c8d8 {
        gap: 10px;
    }
    
    .disabled-stone-b452 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .disabled-stone-b452 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .clean_9c3b {
        padding: 30px 10px;
    }
    
    .clean_9c3b h2 {
        font-size: 1.2rem;
    }
    
    .popup-south-7d10 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail-f8df {
        padding: 15px 10px;
    }
    
    .detail-f8df h4 {
        font-size: 0.85rem;
    }
    
    .detail-f8df p {
        font-size: 0.75rem;
    }
    
    .hard_3a23 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .banner_b3b2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .popup-south-7d10 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pressed_334e {
        padding: 20px 10px;
    }
    
    .secondary_hot_d0a1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary_f96f,
    .large_07d7,
    .texture-current-2ff6 {
        width: 100%;
    }
    
    .tertiary_f96f h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_f96f p {
        font-size: 0.8rem;
    }
    
    .hidden-33ec {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .sort-focused-36b4 {
        padding: 30px 15px;
    }
    
    .sort-focused-36b4 h2 {
        font-size: 1.3rem;
    }
    
    .sort-focused-36b4 p {
        font-size: 0.85rem;
    }
    
    .brown-674b {
        flex-direction: column;
        gap: 10px;
    }
    
    .brown-674b .overlay_f612 {
        width: 100%;
    }
    
    .progress-outer-68ff {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text_ba15 {
        padding: 30px 15px;
    }
    
    .form_bottom_7d3f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .section_b674 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .badge_soft_3d2a h4 {
        font-size: 0.9rem;
    }
    
    .badge_soft_3d2a a {
        font-size: 0.8rem;
    }
    
    .up_3fe2 {
        font-size: 0.8rem;
    }
    
    .chip-7d77 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .wrapper-e23d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu_smooth_41fc {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f723 */
.promo-block-s5 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
