/* Inner Page Styles */

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

.purple-975a 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);
}

.purple-975a 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);
}

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

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

.nav_smooth_ed3e .mask-44f4 {
    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;
}

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

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

.nav_smooth_ed3e .mask-44f4:hover::before {
    left: 100%;
}

.nav_smooth_ed3e .mask-44f4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.grid-8a16 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb-basic-6cfe {
    color: var(--casino-gold-light);
}

.breadcrumb-basic-6cfe a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.breadcrumb-basic-6cfe a:hover {
    color: var(--casino-gold-light);
}

.breadcrumb-basic-6cfe.fn-active-235b {
    color: var(--casino-gold-light);
}

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

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

.alert-yellow-d559 {
    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);
}

.alert-yellow-d559 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);
}

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

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

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

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

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

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

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

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

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

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

.current-4ef1 {
    padding: var(--md-spacing-md) 0;
}

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

.gradient_up_1b98 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 */
.slider-huge-1fa2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-huge-1fa2 li {
    margin-bottom: var(--md-spacing-xs);
}

.slider-huge-1fa2 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);
}

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

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

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

.thumbnail-advanced-f909:hover::before {
    left: 100%;
}

.thumbnail-advanced-f909 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;
}

.thumbnail-advanced-f909 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;
}

.thumbnail-advanced-f909 .preview-967c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.thumbnail-advanced-f909 .preview-967c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.hover-under-0d12 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.liquid-a7f8 .preview-967c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.liquid-a7f8 .preview-967c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .purple-975a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .purple-975a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .purple-975a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .nav_smooth_ed3e {
        justify-content: center;
    }
    
    .grid-8a16 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .huge_1284 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .layout-0b4c {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert-yellow-d559 {
        padding: var(--md-spacing-md);
    }
    
    .top-0ca6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient_up_1b98 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .liquid-a7f8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hard-d3d3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .alert-yellow-d559 {
        padding: var(--md-spacing-sm);
    }
    
    .shadow_6482 {
        padding: var(--md-spacing-md);
    }
    
    .gradient_up_1b98 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.shadow_6482,
.gradient_up_1b98,
.liquid-a7f8 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tertiary-motion-875f::-webkit-scrollbar {
    width: 8px;
}

.tertiary-motion-875f::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.tertiary-motion-875f::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.tertiary-motion-875f::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.fresh_ec28 {
    font-size: 1.5rem;
}

.footer_49ae strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .focus-344b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .nav-cfb5 {
        margin-left: 0;
    }
}

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

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

.surface-motion-68d0 {
    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;
}

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

.surface-motion-68d0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.surface-motion-68d0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.filter_cd2e strong {
    color: #00ff88;
}

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

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

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

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

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

.dropdown-easy-3a3a::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;
}

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

.footer-9cc9 {
    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;
}

.footer-9cc9.popup-ba1d .modal_gas_1110 {
    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); }
}

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

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

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

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

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

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

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

.message-b2e8 {
    font-size: 1.2rem;
}

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

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

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

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

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

.card_3cbe.row_fresh_5a42::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.card_3cbe.medium_2fb5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.card_3cbe.article-lower-b4d7::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.card_3cbe.module_prev_4fad::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.banner_cold_354e {
    font-size: 1.2rem;
}

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

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

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

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

.steel-9088.progress-0769 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.steel-9088.fn-active-235b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.light-51ef {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.badge-6d52 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.black-9afd { border-top: 3px solid #00ccff; }
.row_middle_fffb { border-top: 3px solid #00ff88; }
.menu_north_ad95 { border-top: 3px solid #d4af37; }
.row-motion-750a { border-top: 3px solid #ff6b6b; }
.header_f851 { border-top: 3px solid #8b5cf6; }

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

.container_lower_4598 {
    overflow-x: auto;
}

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

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

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

.footer-thick-2b66 td {
    color: #ccc;
}

.footer-thick-2b66 .bright_edcb {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.footer-thick-2b66 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.wide-2e89 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.modal_purple_808b {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.badge-86e1 {
    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;
}

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

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

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

.list_e5ef {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.hover-gold-5312 {
    background: #0a0a0a;
    padding: 60px 0;
}

.icon-center-1fdf {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .icon-center-1fdf::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

.preview-hovered-76cb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.smooth_e261 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fast-5956 .huge-c142 {
    margin-bottom: 10px;
}

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

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

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

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

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

.static_568f h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.glass_d36f {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

.shadow-hard-3baa {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.easy_5f81 a {
    color: #ff6b6b;
}

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

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

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

.outline_e9b0 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.primary-thick-6cb4 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.link-copper-1481 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.slider-white-9127 {
    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;
}

.slider-white-9127.brown-6810 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .pagination-6a67 {
        flex-direction: column;
    }
    .slider_top_fbd4 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.background-solid-2c74 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.large-29cb .rough_966a {
    color: #666;
    margin: 0 8px;
}

.large-29cb .module-bronze-3057 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.wrapper-narrow-3052 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.aside_cold_f629 {
    font-size: 2rem;
}

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

.tag-8f83 strong {
    color: #d4af37;
}

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

.logo-first-ac93 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.tabs-tiny-3baf {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.shadow-1193 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.down-5ed6 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.sort-6227 h3,
.full-540c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.table-8f3b summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.notification-plasma-8041 strong {
    color: #d4af37;
}

.list_c4ed {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-0fbb {
    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;
}

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

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

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

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

.carousel_422d strong {
    color: #d4af37;
}

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

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

.orange-b66a strong {
    color: #00ff88;
}

.orange-b66a span {
    color: #d4af37;
}

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

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

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

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

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

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

.secondary-56eb {
    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;
}

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

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

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

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

.preview-selected-397f {
    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);
}

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

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

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

.carousel-purple-3303 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.carousel-purple-3303 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.gradient-526b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gradient-526b li {
    margin-bottom: 5px;
}

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

.gradient-526b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.backdrop-pink-2bab {
    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;
}

.secondary-top-cdbf {
    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;
}

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

.hidden_8f18 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .popup_ffee {
        padding: 30px 15px;
    }
    
    .popup_ffee h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .icon_white_b917 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .under_5dfe {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hero-fd20 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero-fd20 .advanced_eb41 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .brown-9345 {
        font-size: 1.3rem;
    }
    
    .tooltip-94b5 {
        font-size: 0.7rem;
    }
    
    .container_upper_97f7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .container_upper_97f7 .preview-967c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .warm_c057 {
        display: none;
    }
    
    .media_dab2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-active-15f3 {
        padding: 20px 10px;
    }
    
    .module-ad8f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table-1263,
    .caption_886f {
        padding: 15px;
    }
    
    .container_gold_a3a7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .preview-selected-397f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accent-short-e9f1 {
        padding: 30px 10px;
    }
    
    .motion_dc5e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .soft-d265 {
        padding: 20px 15px;
    }
    
    .smooth_db43 {
        font-size: 2rem;
    }
    
    .soft-d265 h3 {
        font-size: 1.1rem;
    }
    
    .soft-d265 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .filter-73f8 {
        padding: 20px 5px;
    }
    
    .filter-73f8 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .picture_clean_7f9d {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .footer-thick-2b66 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .footer-thick-2b66 th,
    .footer-thick-2b66 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .middle_8f9c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .narrow_5299 {
        padding: 20px 10px;
    }
    
    .thumbnail-2e87 h2 {
        font-size: 1.3rem;
    }
    
    .search_last_88cc {
        font-size: 0.9rem;
    }
    
    .summary_iron_dd54 h3 {
        font-size: 1.1rem;
    }
    
    .summary_iron_dd54 p {
        font-size: 0.9rem;
    }
    
    .mask_e13d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .list_50ea {
        grid-template-columns: 1fr;
    }
    
    .carousel_422d {
        font-size: 0.85rem;
    }
    
    .dim-51fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-0fbb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .button-0fbb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .down-4e74 {
        padding: 30px 10px;
    }
    
    .chip-hovered-e06b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .purple-9fb5 {
        padding: 15px 10px;
    }
    
    .purple-9fb5 h4 {
        font-size: 0.9rem;
    }
    
    .purple-9fb5 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .surface-pink-dd3d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chip-hovered-e06b {
        grid-template-columns: 1fr;
    }
    
    .purple-9fb5 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .dynamic-88d3 {
        padding: 30px 10px;
    }
    
    .stone-b62a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .huge_1ad3 {
        padding: 15px;
    }
    
    .pattern-white-2912 {
        font-size: 0.9rem;
    }
    
    .backdrop-tiny-b0e4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .backdrop-tiny-b0e4 .status-f143 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .status_south_0f54 {
        padding: 30px 10px;
    }
    
    .status_south_0f54 h2 {
        font-size: 1.2rem;
    }
    
    .card_wide_fb77 {
        gap: 10px;
    }
    
    .medium-e73b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .medium-e73b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .warm_fda0 {
        padding: 30px 10px;
    }
    
    .warm_fda0 h2 {
        font-size: 1.2rem;
    }
    
    .tabs_02ef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice-bd01 {
        padding: 15px 10px;
    }
    
    .notice-bd01 h4 {
        font-size: 0.85rem;
    }
    
    .notice-bd01 p {
        font-size: 0.75rem;
    }
    
    .pressed_0233 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hero-7c7e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .active_c3ef {
        padding: 20px 10px;
    }
    
    .background-543f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .input_110d,
    .over-fbda,
    .easy_5f81 {
        width: 100%;
    }
    
    .input_110d h3 {
        font-size: 1.1rem;
    }
    
    .input_110d p {
        font-size: 0.8rem;
    }
    
    .silver_0321 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .down_291f {
        padding: 30px 15px;
    }
    
    .down_291f h2 {
        font-size: 1.3rem;
    }
    
    .down_291f p {
        font-size: 0.85rem;
    }
    
    .yellow_a0a6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .yellow_a0a6 .preview-967c {
        width: 100%;
    }
    
    .texture-iron-a544 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .sort-in-04b1 {
        padding: 30px 10px;
    }
    
    .sort-in-04b1 h3 {
        font-size: 1.2rem;
    }
    
    .table-6964 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .liquid-a7f8 {
        padding: 15px 10px;
    }
    
    .liquid-a7f8 h4 {
        font-size: 0.85rem;
    }
    
    .liquid-a7f8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .badge_1e4e {
        padding: 30px 15px;
    }
    
    .background_0205 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .clean-a9fd {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail_clean_c122 h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail_clean_c122 a {
        font-size: 0.8rem;
    }
    
    .photo-north-e352 {
        font-size: 0.8rem;
    }
    
    .dynamic_6815 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .prev-512d {
        padding: 8px 10px;
    }
    
    .pagination-c0f3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .component-7bc5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pagination-c0f3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .component-7bc5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3f71 */
.promo-block-j5 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
