/* Inner Page Styles */

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

.preview-1e38 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);
}

.preview-1e38 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);
}

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

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

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

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

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

.media_a93a .badge_fae6:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-422c {
    color: var(--casino-gold-light);
}

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

.dark-422c a:hover {
    color: var(--casino-gold-light);
}

.dark-422c.fn-active-4a67 {
    color: var(--casino-gold-light);
}

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

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

.tertiary-gold-43fb {
    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);
}

.tertiary-gold-43fb 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);
}

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

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

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

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

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

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

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

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

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

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

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

.pattern-white-2d48 {
    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%;
}

.pattern-white-2d48 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 */
.down_1446 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.active_fixed_e36e .pressed_e063:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.avatar_1c1d {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

.hidden_bright_7b6c {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

.hidden_bright_7b6c .pressed_e063:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .preview-1e38 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .preview-1e38 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .preview-1e38 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .media_a93a {
        justify-content: center;
    }
    
    .south-e4de {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .preview_58c2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .avatar_fc8c {
        padding: var(--md-spacing-md) 0;
    }
    
    .tertiary-gold-43fb {
        padding: var(--md-spacing-md);
    }
    
    .surface-warm-6696 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pattern-white-2d48 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hidden_bright_7b6c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .input_green_fbe7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tertiary-gold-43fb {
        padding: var(--md-spacing-sm);
    }
    
    .west_3e18 {
        padding: var(--md-spacing-md);
    }
    
    .pattern-white-2d48 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.west_3e18,
.pattern-white-2d48,
.hidden_bright_7b6c {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.section_dark_0607 {
    font-size: 1.5rem;
}

.item-b56a strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .under-2da7 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .orange-03c8 {
        margin-left: 0;
    }
}

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

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

.primary-066c {
    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;
}

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

.primary-066c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.primary-066c li:last-child {
    border-bottom: none;
}

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

@media (max-width: 576px) {
    .pattern-green-496e {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.progress_dark_59bb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.white_eea0 {
    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_eea0.north-f8e7 .top-eb2a {
    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); }
}

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

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

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

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

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

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

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

.tooltip_8165 {
    font-size: 1.2rem;
}

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

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

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

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

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

.center_d9cf.pagination_75a3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.center_d9cf.pagination_22e1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.center_d9cf.tertiary-e2e8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.center_d9cf.picture_4d1c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pattern-orange-7230 {
    font-size: 1.2rem;
}

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

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

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

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

.summary-pressed-014f.secondary-ffb8 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary-pressed-014f.fn-active-4a67 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.sort-90b6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.summary_rough_e7e2.pagination-hovered-2362 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.image-under-0bb2 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.prev_5229 { border-top: 3px solid #00ccff; }
.over_959c { border-top: 3px solid #00ff88; }
.module_fdc3 { border-top: 3px solid #d4af37; }
.popup_steel_5f60 { border-top: 3px solid #ff6b6b; }
.active_ad61 { border-top: 3px solid #8b5cf6; }

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

.frame-bottom-b672 {
    overflow-x: auto;
}

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

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

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

.tertiary_2d0d td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.over-1b56 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.iron-0d8a {
    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;
}

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

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

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

.background-71c6 {
    font-size: 2rem;
}

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

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

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

.wrapper-8b26 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.hero-advanced-b784 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.label-copper-cbba {
    font-size: 1.5rem;
}

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

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

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

.footer-654c {
    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;
}

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

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

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

.table_f857 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.preview-3e10 .row_down_d1ec {
    margin-bottom: 10px;
}

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

.preview-3e10 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.tag-small-d9b6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.tabs-mini-d63c {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-hard-36c9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.hero-hard-36c9 span {
    color: #666;
    font-size: 0.8rem;
}

.hero-hard-36c9 a {
    color: #ff6b6b;
}

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

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

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

.motion_c895 {
    text-align: center;
}

.motion_c895 .summary-south-258e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.surface-10f6 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar_hot_be28.pagination-hovered-2362 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.easy-9c92 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .up_281f {
        flex-direction: column;
    }
    .button-clean-cddb {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.avatar-9f42 .main-872a {
    color: #666;
    margin: 0 8px;
}

.avatar-9f42 .liquid-d765 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.description_29ef {
    font-size: 2rem;
}

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

.form_9352 strong {
    color: #d4af37;
}

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

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

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

.primary-last-4404 h3,
.focus_up_5dbd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.container_43da strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.accent-purple-bfb8 summary::-webkit-details-marker {
    display: none;
}

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

.widget-green-8500 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.form-2303 strong {
    color: #d4af37;
}

.nav-98f1 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .form-blue-33da {
        grid-template-columns: 1fr;
    }
}

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

.hard_042a strong {
    color: #d4af37;
}

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

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

.old_cbfb strong {
    color: #00ff88;
}

.old_cbfb span {
    color: #d4af37;
}

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

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

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

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

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

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

.selected-370f {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale-8ebb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stale-8ebb li {
    margin-bottom: 5px;
}

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

.stale-8ebb a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.component-plasma-38f4 {
    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;
}

.progress-glass-0234 {
    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;
}

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

.panel-91d4 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.focus-purple-e4b3 {
    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;
}

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

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

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

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

.sidebar-first-6eef {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface-2afc {
        padding: 30px 15px;
    }
    
    .surface-2afc h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .message-bronze-7fa6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .media_fba4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .component_d310 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .component_d310 .easy_9181 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .fresh_d7c0 {
        font-size: 1.3rem;
    }
    
    .pattern-last-19df {
        font-size: 0.7rem;
    }
    
    .left-f4c3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left-f4c3 .pressed_e063 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal-stale-e361 {
        display: none;
    }
    
    .input_dirty_57be {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .shade-gas-b728 {
        padding: 20px 10px;
    }
    
    .notification_active_0482 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .south_c2f8,
    .title-over-fb83 {
        padding: 15px;
    }
    
    .active_80ef {
        flex-direction: column;
        gap: 5px;
    }
    
    .component-b991 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element-focused-1ef9 {
        padding: 30px 10px;
    }
    
    .inner-e4c9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .module_plasma_757e {
        padding: 20px 15px;
    }
    
    .surface_5278 {
        font-size: 2rem;
    }
    
    .module_plasma_757e h3 {
        font-size: 1.1rem;
    }
    
    .module_plasma_757e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .container-red-53b5 {
        padding: 20px 5px;
    }
    
    .container-red-53b5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .gradient_iron_8e18 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tertiary_2d0d {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tertiary_2d0d th,
    .tertiary_2d0d td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .over-b1d1 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .paper_0213 {
        padding: 20px 10px;
    }
    
    .content_d75a h2 {
        font-size: 1.3rem;
    }
    
    .notification_eea8 {
        font-size: 0.9rem;
    }
    
    .filter_clean_7be0 h3 {
        font-size: 1.1rem;
    }
    
    .filter_clean_7be0 p {
        font-size: 0.9rem;
    }
    
    .new_101b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .form-blue-33da {
        grid-template-columns: 1fr;
    }
    
    .hard_042a {
        font-size: 0.85rem;
    }
    
    .tabs_smooth_8eda {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .complex_33ee {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .complex_33ee strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .thumbnail-selected-7a9a {
        padding: 30px 10px;
    }
    
    .huge_9a0c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .article_medium_34c1 {
        padding: 15px;
    }
    
    .upper-dbf3 {
        font-size: 0.9rem;
    }
    
    .hero-a5b2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero-a5b2 .huge-9b82 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tertiary_9ddd {
        padding: 30px 10px;
    }
    
    .tertiary_9ddd h2 {
        font-size: 1.2rem;
    }
    
    .mask-over-cdb3 {
        gap: 10px;
    }
    
    .upper_c95d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .upper_c95d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .layout-115d {
        padding: 30px 10px;
    }
    
    .layout-115d h2 {
        font-size: 1.2rem;
    }
    
    .article_center_0d4b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .menu-next-3094 {
        padding: 15px 10px;
    }
    
    .menu-next-3094 h4 {
        font-size: 0.85rem;
    }
    
    .menu-next-3094 p {
        font-size: 0.75rem;
    }
    
    .title-2811 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .frame_bc6c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .first_cd93 {
        padding: 20px 10px;
    }
    
    .complex_031c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .warm-4ade,
    .blue_c6f5,
    .hero-hard-36c9 {
        width: 100%;
    }
    
    .warm-4ade h3 {
        font-size: 1.1rem;
    }
    
    .warm-4ade p {
        font-size: 0.8rem;
    }
    
    .logo-e899 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .fast-417d {
        padding: 30px 15px;
    }
    
    .fast-417d h2 {
        font-size: 1.3rem;
    }
    
    .fast-417d p {
        font-size: 0.85rem;
    }
    
    .warm-d1e9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .warm-d1e9 .pressed_e063 {
        width: 100%;
    }
    
    .focus-2ce6 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .cool-9425 {
        padding: 30px 10px;
    }
    
    .cool-9425 h3 {
        font-size: 1.2rem;
    }
    
    .notice-solid-ef67 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden_bright_7b6c {
        padding: 15px 10px;
    }
    
    .hidden_bright_7b6c h4 {
        font-size: 0.85rem;
    }
    
    .hidden_bright_7b6c p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .active_d71b {
        padding: 30px 15px;
    }
    
    .rough_386d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .search-advanced-d0ac {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .preview-west-72d4 h4 {
        font-size: 0.9rem;
    }
    
    .preview-west-72d4 a {
        font-size: 0.8rem;
    }
    
    .white_53ec {
        font-size: 0.8rem;
    }
    
    .accordion-bright-19eb p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .next_ab76 {
        padding: 8px 10px;
    }
    
    .card-7baa {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .sort-stone-3399 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .card-7baa {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sort-stone-3399 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a8e6 */
.shadow-element-s2 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
