/* Inner Page Styles */

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

.notification-next-7fc6 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);
}

.notification-next-7fc6 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);
}

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

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

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

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

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

.bright_fe1d .shadow_4853:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-cold-e789 {
    color: var(--casino-gold-light);
}

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

.notice-cold-e789 a:hover {
    color: var(--casino-gold-light);
}

.notice-cold-e789.fn-active-9eb0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-active-d9aa {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.hovered_8135 .element_5a0b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.media-focused-a17b {
    margin-top: var(--md-spacing-sm);
}

.tag-advanced-f6de {
    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);
}

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

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

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

.input-iron-732b {
    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);
}

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

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

.input-iron-732b p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.input-iron-732b .element_5a0b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.input-iron-732b .element_5a0b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notification-next-7fc6 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notification-next-7fc6 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notification-next-7fc6 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .bright_fe1d {
        justify-content: center;
    }
    
    .feature_slow_f9e6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .popup_outer_1ed3 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .column_purple_3bc9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pro-e013 {
        padding: var(--md-spacing-md);
    }
    
    .tertiary_ef75 {
        padding: var(--md-spacing-md) 0;
    }
    
    .border_inner_2ea3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .input-iron-732b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tertiary_first_1833 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pro-e013 {
        padding: var(--md-spacing-sm);
    }
    
    .tall-3288 {
        padding: var(--md-spacing-md);
    }
    
    .border_inner_2ea3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.tall-3288,
.border_inner_2ea3,
.input-iron-732b {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.preview-80ca::-webkit-scrollbar {
    width: 8px;
}

.preview-80ca::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.message_wide_1014 {
    font-size: 1.5rem;
}

.hero_accf strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.center-4d55 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.light_5e77 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.menu-21d1.slider-pressed-f6e1 .list-hovered-dcc2 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

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

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

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

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

.next-1f49 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;
}

.next-1f49 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);
}

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

.grid_2004 {
    font-size: 1.2rem;
}

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

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

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

.disabled_1d7f {
    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_1d7f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.disabled_1d7f.fresh-d865::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.disabled_1d7f.avatar_easy_2cda::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled_1d7f.layout_bfc0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.disabled_1d7f.yellow_817a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.caption_8141 {
    font-size: 1.2rem;
}

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

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

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

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

.container_6370.image-green-633a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container_6370.fn-active-9eb0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.thick-924b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.module_f57a { border-top: 3px solid #00ccff; }
.info-west-12e6 { border-top: 3px solid #00ff88; }
.accordion-in-aefb { border-top: 3px solid #d4af37; }
.chip_3a17 { border-top: 3px solid #ff6b6b; }
.black_4829 { border-top: 3px solid #8b5cf6; }

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

.highlight_19a1 {
    overflow-x: auto;
}

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

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

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

.row-dim-7e90 td {
    color: #ccc;
}

.row-dim-7e90 .accordion_1b89 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.row-dim-7e90 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.avatar-fixed-65da {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.bronze-2dfe {
    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;
}

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

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

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

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

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

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

.tag-last-f058 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.badge-1ad7 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_hovered_1ced {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.text-in-7c94 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.green-cb29 .row-ddd4 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-clean-84c8 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.modal-clean-84c8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.pressed-5a9a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.pressed-5a9a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.focused_1f4d a {
    color: #ff6b6b;
}

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

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

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

.modal_focused_af5e {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.content-purple-0b95 {
    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;
}

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

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

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

.tabs-next-753a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-bronze-3cec {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gallery_f64a .frame-new-99f3 {
    color: #666;
    margin: 0 8px;
}

.gallery_f64a .label_in_c0d9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.simple-7f7a {
    font-size: 2rem;
}

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

.wide-7628 strong {
    color: #d4af37;
}

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

.cool-3d6a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.highlight_3ae0 h3,
.primary-537f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.medium-b700 strong {
    color: #00ff88;
}

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

.content-hot-19bb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .content-hot-19bb {
        grid-template-columns: 1fr;
    }
}

.outline-dark-22ea h3,
.filter-2c8b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.mask-in-8496 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.right-4c17 strong {
    color: #d4af37;
}

.fixed_8c91 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-c848 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;
}

.table-c848 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.bottom_6806 strong {
    color: #d4af37;
}

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

.media-fast-908a {
    color: #888;
    font-size: 0.9rem;
}

.media-fast-908a strong {
    color: #00ff88;
}

.media-fast-908a span {
    color: #d4af37;
}

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

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

.active-soft-e0ae {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .photo-bottom-770b {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.texture_fa0b strong {
    color: #00ff88;
}

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

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

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

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

.slow-348a {
    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;
}

.button-active-4905 {
    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;
}

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

@media (max-width: 768px) {
    .pagination_wood_0097 {
        flex-direction: column;
    }
    
    .slow-348a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .menu_in_5d44 {
        padding: 30px 15px;
    }
    
    .menu_in_5d44 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .sidebar-dirty-6b88 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .nav_f9ff {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .widget_2df2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .widget_2df2 .west-ac7e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .panel-6a9c {
        font-size: 1.3rem;
    }
    
    .preview-under-31d8 {
        font-size: 0.7rem;
    }
    
    .pagination_f4a1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination_f4a1 .element_5a0b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dropdown_d60e {
        display: none;
    }
    
    .summary_small_9716 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hover-cold-a90b {
        padding: 20px 10px;
    }
    
    .active-soft-e0ae {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .steel_449d,
    .link_e46c {
        padding: 15px;
    }
    
    .nav_paper_36f4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .item_lower_f440 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sort_107c {
        padding: 30px 10px;
    }
    
    .preview-medium-3fd2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .panel_lower_4198 {
        padding: 20px 15px;
    }
    
    .logo_right_28ce {
        font-size: 2rem;
    }
    
    .panel_lower_4198 h3 {
        font-size: 1.1rem;
    }
    
    .panel_lower_4198 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .component-f5c6 {
        padding: 20px 5px;
    }
    
    .component-f5c6 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .huge_4604 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .row-dim-7e90 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .row-dim-7e90 th,
    .row-dim-7e90 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .link-copper-c24e {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .modal-3649 {
        padding: 20px 10px;
    }
    
    .down_1b9f h2 {
        font-size: 1.3rem;
    }
    
    .up-a2ea {
        font-size: 0.9rem;
    }
    
    .layout_bright_802a h3 {
        font-size: 1.1rem;
    }
    
    .layout_bright_802a p {
        font-size: 0.9rem;
    }
    
    .table-c848 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider-lower-0084 {
        grid-template-columns: 1fr;
    }
    
    .bottom_6806 {
        font-size: 0.85rem;
    }
    
    .primary_16da {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cold-d8c6 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .cold-d8c6 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tag-fast-c6a4 {
        padding: 30px 10px;
    }
    
    .upper-474a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle_64b4 {
        padding: 15px 10px;
    }
    
    .middle_64b4 h4 {
        font-size: 0.9rem;
    }
    
    .middle_64b4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .aside-8419 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .upper-474a {
        grid-template-columns: 1fr;
    }
    
    .middle_64b4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .article-d219 {
        padding: 30px 10px;
    }
    
    .footer-fast-c3c6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_down_1f18 {
        padding: 15px;
    }
    
    .wrapper-stone-d771 {
        font-size: 0.9rem;
    }
    
    .form_dde9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form_dde9 .shade-liquid-bc1f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .secondary_07f9 {
        padding: 30px 10px;
    }
    
    .secondary_07f9 h2 {
        font-size: 1.2rem;
    }
    
    .action-21fe {
        gap: 10px;
    }
    
    .grid-d8cd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .grid-d8cd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .slow_331a {
        padding: 30px 10px;
    }
    
    .slow_331a h2 {
        font-size: 1.2rem;
    }
    
    .column-94dd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading_c9cb {
        padding: 15px 10px;
    }
    
    .heading_c9cb h4 {
        font-size: 0.85rem;
    }
    
    .heading_c9cb p {
        font-size: 0.75rem;
    }
    
    .carousel_red_2559 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pattern_226d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .modal_f1ea {
        padding: 20px 10px;
    }
    
    .fixed_fb6e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .modal-clean-84c8,
    .pressed-5a9a,
    .focused_1f4d {
        width: 100%;
    }
    
    .modal-clean-84c8 h3 {
        font-size: 1.1rem;
    }
    
    .modal-clean-84c8 p {
        font-size: 0.8rem;
    }
    
    .focus_5075 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .stale_6e14 {
        padding: 30px 15px;
    }
    
    .stale_6e14 h2 {
        font-size: 1.3rem;
    }
    
    .stale_6e14 p {
        font-size: 0.85rem;
    }
    
    .wide-0a70 {
        flex-direction: column;
        gap: 10px;
    }
    
    .wide-0a70 .element_5a0b {
        width: 100%;
    }
    
    .primary_warm_c362 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .border-iron-be29 {
        padding: 30px 10px;
    }
    
    .border-iron-be29 h3 {
        font-size: 1.2rem;
    }
    
    .paragraph-f2e0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input-iron-732b {
        padding: 15px 10px;
    }
    
    .input-iron-732b h4 {
        font-size: 0.85rem;
    }
    
    .input-iron-732b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tertiary-bottom-1428 {
        padding: 30px 15px;
    }
    
    .filter_huge_7ed6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .widget-iron-9276 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter_1093 h4 {
        font-size: 0.9rem;
    }
    
    .filter_1093 a {
        font-size: 0.8rem;
    }
    
    .menu_selected_fbc4 {
        font-size: 0.8rem;
    }
    
    .summary-hard-a3fa p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .thumbnail_advanced_8784 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dim_e2f4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d793 */
.widget-item-k6 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
