/* Inner Page Styles */

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

.highlight-south-4b08 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);
}

.highlight-south-4b08 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);
}

.highlight-south-4b08 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

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

.first_285d .label-pressed-0c8d {
    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;
}

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

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

.first_285d .label-pressed-0c8d:hover::before {
    left: 100%;
}

.first_285d .label-pressed-0c8d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.layout-easy-fa35 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.picture-9132 {
    color: var(--casino-gold-light);
}

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

.picture-9132 a:hover {
    color: var(--casino-gold-light);
}

.picture-9132.fn-active-4714 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.notification-left-3a95 {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

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

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

.notification-left-3a95 h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.notification-left-3a95 p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.notification-left-3a95 .tertiary-1611 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.notification-left-3a95 .tertiary-1611:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.small-3132 .tertiary-1611 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.small-3132 .tertiary-1611:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .highlight-south-4b08 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .highlight-south-4b08 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .highlight-south-4b08 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .first_285d {
        justify-content: center;
    }
    
    .complex_cca2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .logo-c41f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .detail_easy_e719 {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo_yellow_046b {
        padding: var(--md-spacing-md);
    }
    
    .focused_28c3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .down-e82c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .small-3132 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .form-narrow-3495 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .logo_yellow_046b {
        padding: var(--md-spacing-sm);
    }
    
    .button-north-a5eb {
        padding: var(--md-spacing-md);
    }
    
    .down-e82c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.button-north-a5eb,
.down-e82c,
.small-3132 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.liquid_f2cb {
    font-size: 1.5rem;
}

.popup-32a4 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.row-d470 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.warm-8156 strong {
    color: #00ff88;
}

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

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

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

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

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

.status-easy-1f26::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;
}

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

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

.narrow_143f.gas_763a .icon-303c {
    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); }
}

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

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

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

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

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

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

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

.short-4a24 {
    font-size: 1.2rem;
}

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

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

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

.component-solid-600a {
    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;
}

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

.component-solid-600a.preview-out-fea7::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.component-solid-600a.panel_e250::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.component-solid-600a.notice_7027::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.component-solid-600a.pagination-ac2c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.info_1503 {
    font-size: 1.2rem;
}

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

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

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

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

.warm_cc5c.focused-11de { background: linear-gradient(90deg, #00ccff, #0088ff); }
.warm_cc5c.fn-active-4714 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.hero-504c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.footer-selected-b3aa {
    background: #0a0a0a;
    padding: 60px 0;
}

.thumbnail-bronze-10d0 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.text_last_0c38 { border-top: 3px solid #00ccff; }
.aside-bd08 { border-top: 3px solid #00ff88; }
.popup_def3 { border-top: 3px solid #d4af37; }
.border_liquid_5a37 { border-top: 3px solid #ff6b6b; }
.wide_7845 { border-top: 3px solid #8b5cf6; }

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

.caption_c4a6 {
    overflow-x: auto;
}

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

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

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

.column_e4fd td {
    color: #ccc;
}

.column_e4fd .hero-solid-ee20 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.card-4ee4 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.filter-2c4a {
    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;
}

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

.summary-yellow-f3c4 {
    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;
}

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

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

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

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

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

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

.outline-a1d1 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.prev-50c3 {
    background: #0a0a0a;
    padding: 60px 0;
}

.primary-cold-5a0c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .primary-cold-5a0c::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

.focus_pressed_64f5 {
    font-size: 1.5rem;
}

.simple-13b0 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.gas-960e strong {
    color: #fff;
    display: block;
}

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

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

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

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

.light_2027 .element_next_5071 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.video-pro-b388 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.banner-north-e8b8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

.carousel-pro-26a2 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.carousel-pro-26a2 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.component-clean-32cc p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.component-clean-32cc span {
    color: #666;
    font-size: 0.8rem;
}

.component-clean-32cc a {
    color: #ff6b6b;
}

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

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

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

.row_811b {
    text-align: center;
}

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

.row_811b .media-pro-fecc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.dropdown-25d7 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.steel-b4fa.texture_94d5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .title_hard_c511 {
        flex-direction: column;
    }
    .wrapper-44ca {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.avatar-1dfb {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.picture-blue-aa14 .highlight_f54e {
    color: #666;
    margin: 0 8px;
}

.picture-blue-aa14 .item-4ab3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.gallery-lite-dfa7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.component_5e08 {
    font-size: 2rem;
}

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

.steel-305b strong {
    color: #d4af37;
}

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

.item-490a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.carousel-454d {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.fast-f997 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.accent-fb88 strong {
    color: #d4af37;
}

.hard_3f28 {
    color: #aaa;
}

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

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

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

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

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

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

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

.middle-2bb4:last-child {
    border-bottom: none;
}

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

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

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

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

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

.narrow-c507 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;
}

.narrow-c507 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.pro-07d9 strong {
    color: #d4af37;
}

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

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

.popup-bcc7 strong {
    color: #00ff88;
}

.popup-bcc7 span {
    color: #d4af37;
}

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

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

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

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

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

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

.prev-53c7 {
    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;
}

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

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

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

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

.active_7398 {
    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_19df {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.light_ddc9 strong {
    color: #00ff88;
}

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

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

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

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

.focused-6f0c {
    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;
}

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

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

@media (max-width: 768px) {
    .pattern_solid_6020 {
        flex-direction: column;
    }
    
    .focused-6f0c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.gradient-dim-4990 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .aside-over-a4c4 {
        padding: 30px 15px;
    }
    
    .aside-over-a4c4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .primary_3ab3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .middle_2b3f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slider_silver_85de {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slider_silver_85de .fresh_aa93 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture-3c99 {
        font-size: 1.3rem;
    }
    
    .badge-452c {
        font-size: 0.7rem;
    }
    
    .fresh_8a0c {
        flex-direction: column;
        gap: 10px;
    }
    
    .fresh_8a0c .tertiary-1611 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .summary-cool-1ae2 {
        display: none;
    }
    
    .huge_7e99 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wrapper_f779 {
        padding: 20px 10px;
    }
    
    .pro_0f06 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_4f54,
    .copper-4fac {
        padding: 15px;
    }
    
    .text-b32e {
        flex-direction: column;
        gap: 5px;
    }
    
    .active_7398 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .blue-4e97 {
        padding: 30px 10px;
    }
    
    .focused-42a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header_glass_6347 {
        padding: 20px 15px;
    }
    
    .main_928f {
        font-size: 2rem;
    }
    
    .header_glass_6347 h3 {
        font-size: 1.1rem;
    }
    
    .header_glass_6347 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .purple_9e07 {
        padding: 20px 10px;
    }
    
    .header_80fe h2 {
        font-size: 1.3rem;
    }
    
    .module_26f9 {
        font-size: 0.9rem;
    }
    
    .middle-2bb4 h3 {
        font-size: 1.1rem;
    }
    
    .middle-2bb4 p {
        font-size: 0.9rem;
    }
    
    .narrow-c507 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .stale-2cfd {
        grid-template-columns: 1fr;
    }
    
    .pro-07d9 {
        font-size: 0.85rem;
    }
    
    .alert-344d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section-c226 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .section-c226 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .center_12e3 {
        padding: 30px 10px;
    }
    
    .frame-03e0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-46b8 {
        padding: 15px 10px;
    }
    
    .tertiary-46b8 h4 {
        font-size: 0.9rem;
    }
    
    .tertiary-46b8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .short_4bcc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .frame-03e0 {
        grid-template-columns: 1fr;
    }
    
    .tertiary-46b8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hard-57a8 {
        padding: 30px 10px;
    }
    
    .title_selected_1efc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary-7a89 {
        padding: 15px;
    }
    
    .aside-left-a587 {
        font-size: 0.9rem;
    }
    
    .section-98b5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .section-98b5 .title_outer_b8e7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .summary_59c9 {
        padding: 30px 10px;
    }
    
    .summary_59c9 h2 {
        font-size: 1.2rem;
    }
    
    .large_a32c {
        gap: 10px;
    }
    
    .down-35f9 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .down-35f9 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mini_8bea {
        padding: 30px 10px;
    }
    
    .mini_8bea h2 {
        font-size: 1.2rem;
    }
    
    .progress-7fb2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow_1f32 {
        padding: 15px 10px;
    }
    
    .shadow_1f32 h4 {
        font-size: 0.85rem;
    }
    
    .shadow_1f32 p {
        font-size: 0.75rem;
    }
    
    .sort_prev_7242 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .panel_right_c936 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .message-b895 {
        padding: 20px 10px;
    }
    
    .section_hot_f916 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .carousel-pro-26a2,
    .gallery_upper_5cba,
    .component-clean-32cc {
        width: 100%;
    }
    
    .carousel-pro-26a2 h3 {
        font-size: 1.1rem;
    }
    
    .carousel-pro-26a2 p {
        font-size: 0.8rem;
    }
    
    .slow_1e27 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .plasma-f204 {
        padding: 30px 15px;
    }
    
    .plasma-f204 h2 {
        font-size: 1.3rem;
    }
    
    .plasma-f204 p {
        font-size: 0.85rem;
    }
    
    .title-solid-db5d {
        flex-direction: column;
        gap: 10px;
    }
    
    .title-solid-db5d .tertiary-1611 {
        width: 100%;
    }
    
    .top-2087 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .filter-tiny-2600 {
        padding: 30px 10px;
    }
    
    .filter-tiny-2600 h3 {
        font-size: 1.2rem;
    }
    
    .mini_4ba5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small-3132 {
        padding: 15px 10px;
    }
    
    .small-3132 h4 {
        font-size: 0.85rem;
    }
    
    .small-3132 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .current-de04 {
        padding: 30px 15px;
    }
    
    .grid_easy_12f6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .secondary_a8bb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .block_1b98 h4 {
        font-size: 0.9rem;
    }
    
    .block_1b98 a {
        font-size: 0.8rem;
    }
    
    .focused_5003 {
        font-size: 0.8rem;
    }
    
    .warm-0886 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .lower_7a4b {
        padding: 8px 10px;
    }
    
    .module-rough-fdba {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .filter-6389 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .module-rough-fdba {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .filter-6389 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e307 */
.widget-item-u7 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
