/* Inner Page Styles */

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

.block-copper-b2ce 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);
}

.block-copper-b2ce 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);
}

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

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

.glass_d0cc .modal-3060 {
    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;
}

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

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

.glass_d0cc .modal-3060:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-007b {
    color: var(--casino-gold-light);
}

.motion-007b a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.motion-007b a:hover {
    color: var(--casino-gold-light);
}

.motion-007b.fn-active-f0cf {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium-ad14:hover::before {
    left: 100%;
}

.medium-ad14 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;
}

.medium-ad14 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;
}

.medium-ad14 .background-east-18e4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.medium-ad14 .background-east-18e4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.gas-bdb5 .background-east-18e4 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gas-bdb5 .background-east-18e4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .block-copper-b2ce {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .block-copper-b2ce h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .block-copper-b2ce h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .glass_d0cc {
        justify-content: center;
    }
    
    .text_wide_7341 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .secondary_dynamic_2807 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .easy_eca5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .header_2059 {
        padding: var(--md-spacing-md);
    }
    
    .notification_335e {
        padding: var(--md-spacing-md) 0;
    }
    
    .title_thick_c36f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gas-bdb5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .nav-fixed-2f89 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .header_2059 {
        padding: var(--md-spacing-sm);
    }
    
    .up-998f {
        padding: var(--md-spacing-md);
    }
    
    .title_thick_c36f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.up-998f,
.title_thick_c36f,
.gas-bdb5 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.image-5f8d {
    font-size: 1.5rem;
}

.input-tall-40e7 strong {
    color: #00ff88;
}

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

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

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

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

.thumbnail-prev-1993 {
    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;
}

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

.thumbnail-prev-1993 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.thumbnail-prev-1993 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.inner-5777 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.dropdown-8e53 {
    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;
}

.dropdown-8e53.preview-easy-c9b3 .widget-a159 {
    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); }
}

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

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

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

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

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

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

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

.new_5bea {
    font-size: 1.2rem;
}

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

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

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

.layout-smooth-94ab {
    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;
}

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

.layout-smooth-94ab.motion-a809::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.layout-smooth-94ab.overlay_pink_1117::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.layout-smooth-94ab.dynamic-7865::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.layout-smooth-94ab.tiny_f465::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.progress-a9f8 {
    font-size: 1.2rem;
}

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

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

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

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

.input_8675.prev_e4fe { background: linear-gradient(90deg, #00ccff, #0088ff); }
.input_8675.fn-active-f0cf { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.text_focused_fac7.button-pink-7e3c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.aside_7361 { border-top: 3px solid #00ccff; }
.block-0e21 { border-top: 3px solid #00ff88; }
.block_91f3 { border-top: 3px solid #d4af37; }
.wide-f53e { border-top: 3px solid #ff6b6b; }
.complex-18ee { border-top: 3px solid #8b5cf6; }

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

.medium_944c {
    overflow-x: auto;
}

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

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

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

.west-1ce1 td {
    color: #ccc;
}

.west-1ce1 .content-fast-1692 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.west-1ce1 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.popup-smooth-eca2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.accent_1547 {
    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_current_2ce3 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

.red-e092 {
    font-size: 2rem;
}

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

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

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

.nav-liquid-874a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .nav-liquid-874a::before {
        left: 30px;
    }
}

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

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

.thumbnail-8aed {
    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;
}

.thumbnail-8aed::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);
}

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

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

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

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

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

.texture-plasma-14ac {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tabs_dirty_11ee {
    font-size: 1.5rem;
}

.layout-hot-6842 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.next-4d22 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.basic_3f60 .pro_762d {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.picture-pressed-71f7 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.caption-static-4194 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.accent-next-a379 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.icon-bronze-2cc6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.icon-bronze-2cc6 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.button_39f2 a {
    color: #ff6b6b;
}

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

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

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

.prev-526a {
    text-align: center;
}

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

.prev-526a .bright-4ea1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.warm-676e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.main-action-a8f8 {
    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;
}

.main-action-a8f8.button-pink-7e3c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .row-c9ea {
        flex-direction: column;
    }
    .media_over_b161 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.complex-7e33 .picture-ed44 {
    color: #666;
    margin: 0 8px;
}

.complex-7e33 .table-next-def0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.sort-middle-0b37 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.hero_fluid_2974 {
    font-size: 2rem;
}

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

.nav_basic_dde6 strong {
    color: #d4af37;
}

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

.complex-14d7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.image-last-024c h3,
.hidden-dfaf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.alert-short-bf2d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.nav_selected_6361 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.tag-fresh-c7d1 {
    background: #0a0a0a;
    padding: 30px 0;
}

.blue-2c38 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.feature-4313 h3,
.component-pink-a682 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.grid-tiny-97c0 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.grid-tiny-97c0 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.bronze-3790 strong {
    color: #d4af37;
}

.description_a3a8 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover-upper-1287 strong {
    color: #d4af37;
}

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

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

.hover_81c5 strong {
    color: #00ff88;
}

.hover_81c5 span {
    color: #d4af37;
}

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

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

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

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

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

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

.medium-53c6 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wood-218b {
    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;
}

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

.hover_2662 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.accent-next-a379 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.paragraph-slow-9bf6 {
    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;
}

.paragraph-slow-9bf6: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) {
    .paragraph-slow-9bf6 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .paragraph-slow-9bf6 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .short-7538 {
        padding: 30px 15px;
    }
    
    .short-7538 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tertiary_9cf5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tertiary-c4af {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .outline-55b1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outline-55b1 .footer-7202 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hot-8a16 {
        font-size: 1.3rem;
    }
    
    .plasma_c7a9 {
        font-size: 0.7rem;
    }
    
    .first_29ff {
        flex-direction: column;
        gap: 10px;
    }
    
    .first_29ff .background-east-18e4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .video_plasma_078b {
        display: none;
    }
    
    .outline_fast_9794 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .red-a664 {
        padding: 20px 10px;
    }
    
    .logo-f170 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading_yellow_2c7d,
    .article-5db7 {
        padding: 15px;
    }
    
    .sidebar-ec14 {
        flex-direction: column;
        gap: 5px;
    }
    
    .input_bf7c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .input-dim-c8b3 {
        padding: 30px 10px;
    }
    
    .preview-complex-95c8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tertiary_2c53 {
        padding: 20px 15px;
    }
    
    .picture-4c3d {
        font-size: 2rem;
    }
    
    .tertiary_2c53 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_2c53 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .white_c7ca {
        padding: 20px 10px;
    }
    
    .label_smooth_9732 h2 {
        font-size: 1.3rem;
    }
    
    .frame_6f81 {
        font-size: 0.9rem;
    }
    
    .thick_38ca h3 {
        font-size: 1.1rem;
    }
    
    .thick_38ca p {
        font-size: 0.9rem;
    }
    
    .icon-narrow-c066 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .silver-a84c {
        grid-template-columns: 1fr;
    }
    
    .hover-upper-1287 {
        font-size: 0.85rem;
    }
    
    .easy_c9d2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link-b710 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .link-b710 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .component-iron-44b0 {
        padding: 30px 10px;
    }
    
    .tertiary-7911 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .search-23f5 {
        padding: 15px;
    }
    
    .header-cold-7a3c {
        font-size: 0.9rem;
    }
    
    .thumbnail_a70c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail_a70c .image-84a0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .silver_c69a {
        padding: 30px 10px;
    }
    
    .silver_c69a h2 {
        font-size: 1.2rem;
    }
    
    .easy_b62f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status_8558 {
        padding: 15px 10px;
    }
    
    .status_8558 h4 {
        font-size: 0.85rem;
    }
    
    .status_8558 p {
        font-size: 0.75rem;
    }
    
    .prev-68c4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .focus-5f61 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .basic-18e5 {
        padding: 20px 10px;
    }
    
    .highlight_bronze_0fd5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .bronze-9176,
    .icon-bronze-2cc6,
    .button_39f2 {
        width: 100%;
    }
    
    .bronze-9176 h3 {
        font-size: 1.1rem;
    }
    
    .bronze-9176 p {
        font-size: 0.8rem;
    }
    
    .south_1670 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .title-paper-6da5 {
        padding: 30px 15px;
    }
    
    .title-paper-6da5 h2 {
        font-size: 1.3rem;
    }
    
    .title-paper-6da5 p {
        font-size: 0.85rem;
    }
    
    .icon_bronze_9a3d {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon_bronze_9a3d .background-east-18e4 {
        width: 100%;
    }
    
    .hidden_72f5 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .current-1509 {
        padding: 30px 15px;
    }
    
    .icon-narrow-68f3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .green-3c90 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .icon-short-47a8 h4 {
        font-size: 0.9rem;
    }
    
    .icon-short-47a8 a {
        font-size: 0.8rem;
    }
    
    .focused-9565 {
        font-size: 0.8rem;
    }
    
    .photo_c5d2 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .progress_under_e5ac {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .label_warm_a46d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 785f */
.promo-block-k4 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
