/* Inner Page Styles */

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

.image-glass-2fc5 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);
}

.image-glass-2fc5 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);
}

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

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

.paper_ef92 .modal-selected-0464 {
    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;
}

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

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

.paper_ef92 .modal-selected-0464:hover::before {
    left: 100%;
}

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

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

.hero-2fde {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary_1543.fn-active-9f56 {
    color: var(--casino-gold-light);
}

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

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

.progress-dirty-335c {
    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);
}

.progress-dirty-335c 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);
}

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

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

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

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

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

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

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

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

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

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

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

.summary-old-2b9c {
    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%;
}

.summary-old-2b9c 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 */
.module-plasma-f498 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-plasma-f498 li {
    margin-bottom: var(--md-spacing-xs);
}

.module-plasma-f498 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);
}

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

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

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

.banner-153e:hover::before {
    left: 100%;
}

.banner-153e 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;
}

.banner-153e 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;
}

.banner-153e .static_9bd8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.banner-153e .static_9bd8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.detail-tiny-6174 {
    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);
}

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

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

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

.panel-out-a428 {
    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);
}

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

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

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

.panel-out-a428 .static_9bd8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.panel-out-a428 .static_9bd8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .image-glass-2fc5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .image-glass-2fc5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .image-glass-2fc5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paper_ef92 {
        justify-content: center;
    }
    
    .hero-2fde {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .disabled-ba30 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .north_2084 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-dirty-335c {
        padding: var(--md-spacing-md);
    }
    
    .table_5afb {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary-old-2b9c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .panel-out-a428 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .hidden-2d06 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .progress-dirty-335c {
        padding: var(--md-spacing-sm);
    }
    
    .label-huge-d600 {
        padding: var(--md-spacing-md);
    }
    
    .summary-old-2b9c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.label-huge-d600,
.summary-old-2b9c,
.panel-out-a428 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.middle_16af {
    font-size: 1.5rem;
}

.video-paper-c9e6 strong {
    color: #00ff88;
}

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

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

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

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

.hot-95c3 {
    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;
}

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

.hot-95c3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.hot-95c3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.caption-7cf7 strong {
    color: #00ff88;
}

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

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

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

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

.popup-4b91 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.dropdown-dynamic-09e6 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.dropdown-dynamic-09e6::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;
}

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

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

.widget_bronze_ab26.primary-7211 .middle-90e2 {
    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); }
}

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

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

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

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

.pagination-d29c 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;
}

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

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

.notification_60f2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.lower-fc65.old_6efc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.lower-fc65.over-ba22::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.lower-fc65.pressed-5933::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.lower-fc65.texture_clean_851e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gradient_9612 {
    font-size: 1.2rem;
}

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

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

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

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

.alert-yellow-6462.modal-d50f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.alert-yellow-6462.fn-active-9f56 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-a166 { border-top: 3px solid #00ccff; }
.media_9d7c { border-top: 3px solid #00ff88; }
.chip_pro_95f0 { border-top: 3px solid #d4af37; }
.slider_thick_7231 { border-top: 3px solid #ff6b6b; }
.medium_c65a { border-top: 3px solid #8b5cf6; }

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

.north_c084 {
    overflow-x: auto;
}

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

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

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

.status-focused-a215 td {
    color: #ccc;
}

.status-focused-a215 .wrapper-573a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.status-focused-a215 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.simple-19b5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.panel-solid-882b {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.grid-4c0d {
    font-size: 2rem;
}

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

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

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

.gas-39f1 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gallery_blue_a702 {
    font-size: 1.5rem;
}

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

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

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

.box-glass-0f24 {
    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;
}

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

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

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

.tabs-ea8f strong {
    color: #fff;
    display: block;
}

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

.input-7afd {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.texture_cbfb .overlay-active-6b92 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.icon-top-5c26 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.picture-lite-5fae {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.huge-1d73 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-mini-0fb3 {
    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;
}

.huge-1d73 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.secondary-8138 a {
    color: #ff6b6b;
}

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

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

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

.narrow_a20f {
    text-align: center;
}

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

.narrow_a20f .dynamic-972d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.box-49ff {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.focus-8aab {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.active-large-9bd5 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .notice_fe02 {
        flex-direction: column;
    }
    .active-large-9bd5 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.grid-iron-3f6a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.table-complex-9e4c .card_dirty_d33b {
    color: #666;
    margin: 0 8px;
}

.table-complex-9e4c .disabled_2a1f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.preview-bottom-e764 {
    font-size: 2rem;
}

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

.fresh-c713 strong {
    color: #d4af37;
}

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

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

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

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

.accent-motion-f37d {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.bottom-629e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.paper-90af {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.huge-f7da strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_dark_774f strong {
    color: #d4af37;
}

.tabs_current_125c {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-dirty-a8f5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.paragraph-dirty-a8f5 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;
}

.paragraph-dirty-a8f5 li strong {
    color: #00ff88;
}

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

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

.message-tall-de39 {
    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;
}

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

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

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

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

.content-lower-9084 strong {
    color: #d4af37;
}

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

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

.article_motion_91a8 strong {
    color: #00ff88;
}

.article_motion_91a8 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .search-simple-3e34 {
        grid-template-columns: 1fr;
    }
}

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

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

.aside-stone-78fa ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aside-stone-78fa li {
    margin-bottom: 5px;
}

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

.aside-stone-78fa a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.nav-lite-48fd {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.nav-lite-48fd strong {
    color: #00ff88;
}

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

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

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

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

.layout-down-f646 {
    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;
}

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

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

@media (max-width: 768px) {
    .complex_af88 {
        flex-direction: column;
    }
    
    .layout-down-f646 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .accent-cc6b {
        padding: 30px 15px;
    }
    
    .accent-cc6b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .status_white_9649 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .container-warm-6618 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .icon-stale-319d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon-stale-319d .breadcrumb-stone-21ca {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .overlay_basic_e423 {
        font-size: 1.3rem;
    }
    
    .right-da3d {
        font-size: 0.7rem;
    }
    
    .sidebar_dynamic_b582 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sidebar_dynamic_b582 .static_9bd8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .dirty-2c2e {
        display: none;
    }
    
    .gradient-liquid-52f2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .alert-inner-e9c2 {
        padding: 20px 10px;
    }
    
    .pagination_7f54 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column_simple_60b7,
    .video_1f46 {
        padding: 15px;
    }
    
    .lower_88b3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hover_pink_8767 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .highlight_cfd8 {
        padding: 30px 10px;
    }
    
    .module_brown_328a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider_gold_dab5 {
        padding: 20px 15px;
    }
    
    .tag-0625 {
        font-size: 2rem;
    }
    
    .slider_gold_dab5 h3 {
        font-size: 1.1rem;
    }
    
    .slider_gold_dab5 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .full_1611 {
        padding: 20px 5px;
    }
    
    .full_1611 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .hidden_tiny_3d4c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .status-focused-a215 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .status-focused-a215 th,
    .status-focused-a215 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .glass-64de {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .avatar_pink_bbd5 {
        padding: 20px 10px;
    }
    
    .logo-middle-19c8 h2 {
        font-size: 1.3rem;
    }
    
    .gallery_hard_1652 {
        font-size: 0.9rem;
    }
    
    .gold_9a55 h3 {
        font-size: 1.1rem;
    }
    
    .gold_9a55 p {
        font-size: 0.9rem;
    }
    
    .paragraph-dirty-a8f5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pro-4b89 {
        grid-template-columns: 1fr;
    }
    
    .content-lower-9084 {
        font-size: 0.85rem;
    }
    
    .small-e201 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message-tall-de39 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .message-tall-de39 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pattern_96ab {
        padding: 30px 10px;
    }
    
    .focus_soft_73ff {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .selected-9594 {
        padding: 15px 10px;
    }
    
    .selected-9594 h4 {
        font-size: 0.9rem;
    }
    
    .selected-9594 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .right-2eb2 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .container-ffc1 {
        padding: 30px 10px;
    }
    
    .dropdown-wood-2cd6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .selected_4d52 {
        padding: 15px;
    }
    
    .upper-0784 {
        font-size: 0.9rem;
    }
    
    .sidebar_3bae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar_3bae .thumbnail_dynamic_60b0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .backdrop_wood_b3f0 {
        padding: 30px 10px;
    }
    
    .backdrop_wood_b3f0 h2 {
        font-size: 1.2rem;
    }
    
    .accent-over-2eb6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .overlay-7939 {
        padding: 15px 10px;
    }
    
    .overlay-7939 h4 {
        font-size: 0.85rem;
    }
    
    .overlay-7939 p {
        font-size: 0.75rem;
    }
    
    .plasma_b322 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .south-9bea {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .accent-over-2eb6 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .easy-0529 {
        padding: 20px 10px;
    }
    
    .clean_394d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .text-soft-c782,
    .huge-1d73,
    .secondary-8138 {
        width: 100%;
    }
    
    .text-soft-c782 h3 {
        font-size: 1.1rem;
    }
    
    .text-soft-c782 p {
        font-size: 0.8rem;
    }
    
    .modal-mini-0fb3 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .form-b36c {
        padding: 30px 15px;
    }
    
    .form-b36c h2 {
        font-size: 1.3rem;
    }
    
    .form-b36c p {
        font-size: 0.85rem;
    }
    
    .notification_d2d3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification_d2d3 .static_9bd8 {
        width: 100%;
    }
    
    .chip-pressed-f0c4 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .text-basic-8fc0 {
        padding: 30px 10px;
    }
    
    .text-basic-8fc0 h3 {
        font-size: 1.2rem;
    }
    
    .gas_2586 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel-out-a428 {
        padding: 15px 10px;
    }
    
    .panel-out-a428 h4 {
        font-size: 0.85rem;
    }
    
    .panel-out-a428 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .secondary-lite-7153 {
        padding: 30px 15px;
    }
    
    .accent_liquid_3a4c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sort_710d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .video-fdba h4 {
        font-size: 0.9rem;
    }
    
    .video-fdba a {
        font-size: 0.8rem;
    }
    
    .description-1e84 {
        font-size: 0.8rem;
    }
    
    .surface-118f p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .tag-2b37 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .frame_south_ae1d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6106 */
.shadow-element-a2 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.2;
}
