/* Inner Page Styles */

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

.picture-bottom-2f64 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);
}

.picture-bottom-2f64 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);
}

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

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

.thick_860f .secondary-eaa4 {
    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;
}

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

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

.thick_860f .secondary-eaa4:hover::before {
    left: 100%;
}

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

.component-6fb7 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-bfa6.fn-active-711d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-56ad {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.fresh-1e13:hover::before {
    left: 100%;
}

.fresh-1e13 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;
}

.fresh-1e13 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;
}

.fresh-1e13 .backdrop-bb4f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.fresh-1e13 .backdrop-bb4f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.status_7728 .backdrop-bb4f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .picture-bottom-2f64 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .picture-bottom-2f64 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .picture-bottom-2f64 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .thick_860f {
        justify-content: center;
    }
    
    .down_af51 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .picture_rough_7dee {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .border-84e3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .east_d0af {
        padding: var(--md-spacing-md);
    }
    
    .wrapper-307b {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert_7762 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .status_7728 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gold-3913 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .east_d0af {
        padding: var(--md-spacing-sm);
    }
    
    .image-cool-b169 {
        padding: var(--md-spacing-md);
    }
    
    .alert_7762 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.image-cool-b169,
.alert_7762,
.status_7728 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.form-fixed-468c::-webkit-scrollbar {
    width: 8px;
}

.form-fixed-468c::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.form-fixed-468c::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.form-fixed-468c::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.summary-e0c3 {
    font-size: 1.5rem;
}

.summary-5503 strong {
    color: #00ff88;
}

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

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

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

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

.module-easy-b8a7 {
    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;
}

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

.module-easy-b8a7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.module-easy-b8a7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.button_8978 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.south_281f.active-cfd5 .gradient_tall_42b0 {
    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); }
}

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

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

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

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

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

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

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

.disabled_blue_3c2a {
    font-size: 1.2rem;
}

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

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

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

.up-5d69 {
    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;
}

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

.up-5d69.element_outer_11ee::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.up-5d69.bottom-0f94::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.up-5d69.filter-next-1851::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.up-5d69.static_a001::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.container-749b {
    font-size: 1.2rem;
}

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

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

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

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

.paragraph-f4cb.wrapper-new-45c1 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paragraph-f4cb.fn-active-711d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.pagination-0ce0 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.yellow-3ee1 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.video-down-8cc1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.thick_e388.east-4fe0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.notice_rough_3beb { border-top: 3px solid #00ccff; }
.alert-fb69 { border-top: 3px solid #00ff88; }
.slow_9766 { border-top: 3px solid #d4af37; }
.wrapper_clean_863f { border-top: 3px solid #ff6b6b; }
.widget-advanced-f68b { border-top: 3px solid #8b5cf6; }

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

.frame_center_2076 {
    overflow-x: auto;
}

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

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

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

.progress_286e td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-3c0c {
    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;
}

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

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

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

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

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

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

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

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

.active-ff59 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-under-80b7 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.card-ea5a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.outline-371d strong {
    color: #fff;
    display: block;
}

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

.panel-prev-1be3 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.panel-prev-1be3 .hard-7c32 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.header-b8b6 .rough-d2df {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-cold-960a {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.message-motion-c2c7 span {
    color: #666;
    font-size: 0.8rem;
}

.message-motion-c2c7 a {
    color: #ff6b6b;
}

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

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

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

.stale-a003 {
    text-align: center;
}

.stale-a003 .feature-083c {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.stale-a003 .modal-hot-5076 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.logo-4e96 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.caption-north-2e91 {
    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;
}

.caption-north-2e91.east-4fe0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.picture-soft-a480 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .black_f176 {
        flex-direction: column;
    }
    .chip-3569 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.description_aeb0 .info_solid_42e1 {
    color: #666;
    margin: 0 8px;
}

.description_aeb0 .hidden_slow_096a {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.tabs-1b90 {
    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;
}

.orange_21ce {
    font-size: 2rem;
}

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

.primary-fb5d strong {
    color: #d4af37;
}

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

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

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

.stale_5961 h3,
.secondary-bronze-adc2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.action_46cb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.row-72e6 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.primary-6829 strong {
    color: #d4af37;
}

.notification_f93b {
    color: #aaa;
}

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

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

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

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

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

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

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

.soft-50ef:last-child {
    border-bottom: none;
}

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

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

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

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

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

.hidden-be48 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;
}

.hidden-be48 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.fluid_52f0 strong {
    color: #d4af37;
}

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

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

.cold_9cf2 strong {
    color: #00ff88;
}

.cold_9cf2 span {
    color: #d4af37;
}

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

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

.video-7a3a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.aside-copper-7621 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-bba4 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.frame_solid_c8a9 strong {
    color: #00ff88;
}

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

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

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

.label-0ae1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.tabs-cold-960a {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .label-0ae1 {
        flex-direction: column;
    }
    
    .short_de4a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .panel_7446 {
        padding: 30px 15px;
    }
    
    .panel_7446 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .outline_huge_503e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .selected_7f19 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tertiary-2f13 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tertiary-2f13 .warm_9d0c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .summary_56b2 {
        font-size: 1.3rem;
    }
    
    .secondary_west_7599 {
        font-size: 0.7rem;
    }
    
    .dim-8bc1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dim-8bc1 .backdrop-bb4f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .panel-0e71 {
        display: none;
    }
    
    .breadcrumb-pressed-b8a9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .feature_dc69 {
        padding: 20px 10px;
    }
    
    .video-7a3a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle-062b,
    .label_new_bdae {
        padding: 15px;
    }
    
    .menu-4750 {
        flex-direction: column;
        gap: 5px;
    }
    
    .aside-copper-7621 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .cold-edc9 {
        padding: 30px 10px;
    }
    
    .easy_07eb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outline_6030 {
        padding: 20px 15px;
    }
    
    .down-1455 {
        font-size: 2rem;
    }
    
    .outline_6030 h3 {
        font-size: 1.1rem;
    }
    
    .outline_6030 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .static-69bb {
        padding: 20px 5px;
    }
    
    .static-69bb h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tag_tall_51ef {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .progress_286e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .progress_286e th,
    .progress_286e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .summary_huge_31b9 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tall_9483 {
        padding: 20px 10px;
    }
    
    .block-inner-7f02 h2 {
        font-size: 1.3rem;
    }
    
    .border-19d9 {
        font-size: 0.9rem;
    }
    
    .soft-50ef h3 {
        font-size: 1.1rem;
    }
    
    .soft-50ef p {
        font-size: 0.9rem;
    }
    
    .hidden-be48 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .prev-5b4d {
        grid-template-columns: 1fr;
    }
    
    .fluid_52f0 {
        font-size: 0.85rem;
    }
    
    .solid_deda {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .blue_ec82 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .blue_ec82 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .accent-2d01 {
        padding: 30px 10px;
    }
    
    .menu_brown_fb86 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .next-c61d {
        padding: 15px 10px;
    }
    
    .next-c61d h4 {
        font-size: 0.9rem;
    }
    
    .next-c61d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article_c405 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .up-3600 {
        padding: 30px 10px;
    }
    
    .huge_0206 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading-9fba {
        padding: 15px;
    }
    
    .media_5b73 {
        font-size: 0.9rem;
    }
    
    .action_62ac {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .action_62ac .sidebar_aacd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .overlay-658e {
        padding: 30px 10px;
    }
    
    .overlay-658e h2 {
        font-size: 1.2rem;
    }
    
    .gallery-pro-772f {
        gap: 10px;
    }
    
    .center_2df6 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .center_2df6 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .info_pressed_d814 {
        padding: 30px 10px;
    }
    
    .info_pressed_d814 h2 {
        font-size: 1.2rem;
    }
    
    .sidebar-red-c563 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link-661a {
        padding: 15px 10px;
    }
    
    .link-661a h4 {
        font-size: 0.85rem;
    }
    
    .link-661a p {
        font-size: 0.75rem;
    }
    
    .tag-small-61d3 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .table-636c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .section-7164 {
        padding: 20px 10px;
    }
    
    .south_488f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .accordion_efd9,
    .copper_3bd9,
    .message-motion-c2c7 {
        width: 100%;
    }
    
    .accordion_efd9 h3 {
        font-size: 1.1rem;
    }
    
    .accordion_efd9 p {
        font-size: 0.8rem;
    }
    
    .pink_b1d2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip-smooth-2394 {
        padding: 30px 15px;
    }
    
    .chip-smooth-2394 h2 {
        font-size: 1.3rem;
    }
    
    .chip-smooth-2394 p {
        font-size: 0.85rem;
    }
    
    .logo-4d11 {
        flex-direction: column;
        gap: 10px;
    }
    
    .logo-4d11 .backdrop-bb4f {
        width: 100%;
    }
    
    .carousel-d5b0 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .last_5484 {
        padding: 30px 10px;
    }
    
    .last_5484 h3 {
        font-size: 1.2rem;
    }
    
    .pattern-0b15 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_7728 {
        padding: 15px 10px;
    }
    
    .status_7728 h4 {
        font-size: 0.85rem;
    }
    
    .status_7728 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .preview_263e {
        padding: 30px 15px;
    }
    
    .lower-aa1d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .carousel-top-402f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .plasma_0ea8 h4 {
        font-size: 0.9rem;
    }
    
    .plasma_0ea8 a {
        font-size: 0.8rem;
    }
    
    .prev-1e20 {
        font-size: 0.8rem;
    }
    
    .detail_simple_e38f p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .mask_a2d9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .content-9043 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 799a */
.ghost-box-b0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
