/* Inner Page Styles */

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

.component-over-8cf8 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);
}

.component-over-8cf8 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);
}

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

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

.highlight_thick_ab3e .steel-e165 {
    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;
}

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

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

.highlight_thick_ab3e .steel-e165:hover::before {
    left: 100%;
}

.highlight_thick_ab3e .steel-e165:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.status-5914 {
    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-5914:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

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

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

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

.outline-wide-9d44 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.backdrop-226d {
    color: var(--casino-gold-light);
}

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

.backdrop-226d a:hover {
    color: var(--casino-gold-light);
}

.backdrop-226d.fn-active-db2a {
    color: var(--casino-gold-light);
}

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

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

.label-5ca8 {
    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);
}

.label-5ca8 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);
}

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

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

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

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

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

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

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

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

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

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

.badge-1b8e {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.notification-ea1c:hover::before {
    left: 100%;
}

.notification-ea1c 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;
}

.notification-ea1c 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;
}

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

.notification-ea1c .aside_e697:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.status-up-03f1 {
    margin-top: var(--md-spacing-sm);
}

.image-liquid-4f11 {
    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);
}

.image-liquid-4f11:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.focus_b872 .aside_e697:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .component-over-8cf8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .component-over-8cf8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .component-over-8cf8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .highlight_thick_ab3e {
        justify-content: center;
    }
    
    .status-5914 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .popup-1789 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .paragraph-e57c {
        padding: var(--md-spacing-md) 0;
    }
    
    .label-5ca8 {
        padding: var(--md-spacing-md);
    }
    
    .frame-4750 {
        padding: var(--md-spacing-md) 0;
    }
    
    .background_under_b1f9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .focus_b872 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tooltip_light_798d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .label-5ca8 {
        padding: var(--md-spacing-sm);
    }
    
    .dark-dd7d {
        padding: var(--md-spacing-md);
    }
    
    .background_under_b1f9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dark-dd7d,
.background_under_b1f9,
.focus_b872 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.feature_paper_d890 {
    font-size: 1.5rem;
}

.south_a60f strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.hot_20d2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-0440 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.white_27c2.selected-6317 .mini-ee15 {
    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); }
}

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

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

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

.element-white-705c {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-white-705c 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;
}

.element-white-705c 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);
}

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

.notice_0beb {
    font-size: 1.2rem;
}

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

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

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

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

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

.disabled_4f29.tertiary_9b42::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.disabled_4f29.hot_1f78::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled_4f29.huge-704b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.disabled_4f29.wood_907e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accordion_c3ba {
    font-size: 1.2rem;
}

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

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

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

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

.article_yellow_08f6.breadcrumb-selected-1af2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article_yellow_08f6.fn-active-db2a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.backdrop-92fc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.accordion-purple-cf68 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.tabs_prev_24eb.tooltip-inner-3275 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.rough-970e { border-top: 3px solid #00ccff; }
.center_4202 { border-top: 3px solid #00ff88; }
.layout_305d { border-top: 3px solid #d4af37; }
.video-soft-4061 { border-top: 3px solid #ff6b6b; }
.west_b5eb { border-top: 3px solid #8b5cf6; }

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

.next_67c5 {
    overflow-x: auto;
}

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

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

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

.primary-smooth-10f3 td {
    color: #ccc;
}

.primary-smooth-10f3 .banner-wide-5dea {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.primary-smooth-10f3 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.video-18d0 {
    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;
}

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

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

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

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

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

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

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

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

.current-6d39 {
    font-size: 2rem;
}

.tabs-outer-6adb strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.tabs-outer-6adb p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium_433c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.current-fc39 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.focused_3c9e .caption-8472 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gold-62f3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

.picture-narrow-4ed1 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.picture-narrow-4ed1 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.preview_ca7c a {
    color: #ff6b6b;
}

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

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

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

.image_tiny_0237 {
    text-align: center;
}

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

.image_tiny_0237 .bronze-f918 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover-94c6 {
    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;
}

.hover-94c6.tooltip-inner-3275 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.notification-inner-4189 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .simple_dc73 {
        flex-direction: column;
    }
    .basic-3f21 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.article_ca87 .up_b033 {
    color: #666;
    margin: 0 8px;
}

.article_ca87 .lower_46ce {
    color: #ff6b6b;
    text-decoration: line-through;
}

.thumbnail-old-bd9c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.paragraph_ea39 {
    font-size: 2rem;
}

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

.module_92da strong {
    color: #d4af37;
}

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

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

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

.footer-paper-5c78 h3,
.avatar-bright-2383 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.dropdown_bb53 strong {
    color: #00ff88;
}

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

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

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

.panel-west-e111 h3,
.focus_silver_9361 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.easy-286d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.text-green-a504 strong {
    color: #d4af37;
}

.message_motion_3164 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .active-dynamic-6ebc {
        grid-template-columns: 1fr;
    }
}

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

.badge_hard_20e1 strong {
    color: #d4af37;
}

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

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

.wide-a8d3 strong {
    color: #00ff88;
}

.wide-a8d3 span {
    color: #d4af37;
}

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

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

.overlay-4d46 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.container-new-ca51 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero_new_ad95 strong {
    color: #00ff88;
}

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

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

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

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

.solid-3d18 {
    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;
}

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

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

@media (max-width: 768px) {
    .copper_3817 {
        flex-direction: column;
    }
    
    .solid-3d18 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.banner-left-b389 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tertiary_out_14ec {
        padding: 30px 15px;
    }
    
    .tertiary_out_14ec h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .list_c200 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .fast-281e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .white-a5f1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .white-a5f1 .shade_basic_7af1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .border_full_0ecb {
        font-size: 1.3rem;
    }
    
    .outline_a59d {
        font-size: 0.7rem;
    }
    
    .focused-1312 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused-1312 .aside_e697 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .popup_f244 {
        display: none;
    }
    
    .banner_top_e660 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .notice_9977 {
        padding: 20px 10px;
    }
    
    .overlay-4d46 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .description_a495,
    .tabs-new-6161 {
        padding: 15px;
    }
    
    .component-effd {
        flex-direction: column;
        gap: 5px;
    }
    
    .label-1268 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .widget_6879 {
        padding: 30px 10px;
    }
    
    .media-fresh-ffeb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_active_1396 {
        padding: 20px 15px;
    }
    
    .modal_9f83 {
        font-size: 2rem;
    }
    
    .heading_active_1396 h3 {
        font-size: 1.1rem;
    }
    
    .heading_active_1396 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .module-short-54f7 {
        padding: 20px 5px;
    }
    
    .module-short-54f7 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .box_advanced_7da1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .primary-smooth-10f3 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .primary-smooth-10f3 th,
    .primary-smooth-10f3 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .pro-d2ab {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .hard_59f1 {
        padding: 20px 10px;
    }
    
    .nav_clean_1051 h2 {
        font-size: 1.3rem;
    }
    
    .highlight-fixed-8f35 {
        font-size: 0.9rem;
    }
    
    .mask_9d21 h3 {
        font-size: 1.1rem;
    }
    
    .mask_9d21 p {
        font-size: 0.9rem;
    }
    
    .column_pro_ae30 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active-dynamic-6ebc {
        grid-template-columns: 1fr;
    }
    
    .badge_hard_20e1 {
        font-size: 0.85rem;
    }
    
    .sort-7ead {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade_cold_54d8 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .shade_cold_54d8 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thumbnail_selected_0ea8 {
        padding: 30px 10px;
    }
    
    .text-iron-43ad {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bottom_88f6 {
        padding: 15px 10px;
    }
    
    .bottom_88f6 h4 {
        font-size: 0.9rem;
    }
    
    .bottom_88f6 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .texture-5958 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .text-iron-43ad {
        grid-template-columns: 1fr;
    }
    
    .bottom_88f6 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .static-7857 {
        padding: 30px 10px;
    }
    
    .accent_static_c6c7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .old_6b10 {
        padding: 15px;
    }
    
    .bright-3a8b {
        font-size: 0.9rem;
    }
    
    .table-ba59 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .table-ba59 .slider_b38c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .bottom-6301 {
        padding: 30px 10px;
    }
    
    .bottom-6301 h2 {
        font-size: 1.2rem;
    }
    
    .list-short-8b57 {
        gap: 10px;
    }
    
    .media-2b17 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .media-2b17 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .last_6608 {
        padding: 30px 10px;
    }
    
    .last_6608 h2 {
        font-size: 1.2rem;
    }
    
    .slider_static_d9aa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface-short-3b32 {
        padding: 15px 10px;
    }
    
    .surface-short-3b32 h4 {
        font-size: 0.85rem;
    }
    
    .surface-short-3b32 p {
        font-size: 0.75rem;
    }
    
    .green_453a {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .east-6187 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .status_soft_341f {
        padding: 20px 10px;
    }
    
    .white_e334 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .picture-narrow-4ed1,
    .nav-c170,
    .preview_ca7c {
        width: 100%;
    }
    
    .picture-narrow-4ed1 h3 {
        font-size: 1.1rem;
    }
    
    .picture-narrow-4ed1 p {
        font-size: 0.8rem;
    }
    
    .soft_e1cf {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .element_ac6e {
        padding: 30px 15px;
    }
    
    .element_ac6e h2 {
        font-size: 1.3rem;
    }
    
    .element_ac6e p {
        font-size: 0.85rem;
    }
    
    .clean-0053 {
        flex-direction: column;
        gap: 10px;
    }
    
    .clean-0053 .aside_e697 {
        width: 100%;
    }
    
    .grid-3f55 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .outer-5587 {
        padding: 30px 15px;
    }
    
    .box-4627 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .heading-dirty-7f73 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row_a713 h4 {
        font-size: 0.9rem;
    }
    
    .row_a713 a {
        font-size: 0.8rem;
    }
    
    .element_copper_7b5a {
        font-size: 0.8rem;
    }
    
    .bronze-cc25 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .hover-gas-d045 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .backdrop_purple_af07 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: fb0c */
.shadow-element-g3 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
