/* Inner Page Styles */

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

.disabled-up-50e4 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);
}

.disabled-up-50e4 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);
}

.disabled-up-50e4 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

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

.copper_3d8c .info-full-ea06 {
    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;
}

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

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

.copper_3d8c .info-full-ea06:hover::before {
    left: 100%;
}

.copper_3d8c .info-full-ea06:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget_outer_b902.fn-active-1015 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-wide-97c2 {
    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%;
}

.input-wide-97c2 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 */
.caption_medium_8231 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.panel-east-c2a6 {
    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;
}

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

.panel-east-c2a6:hover::before {
    left: 100%;
}

.panel-east-c2a6 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;
}

.panel-east-c2a6 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;
}

.panel-east-c2a6 .thumbnail-c148 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.panel-east-c2a6 .thumbnail-c148:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.new-b445 .thumbnail-c148 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.new-b445 .thumbnail-c148:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .disabled-up-50e4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .disabled-up-50e4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .disabled-up-50e4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .copper_3d8c {
        justify-content: center;
    }
    
    .card_liquid_56e9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .alert-9736 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .element_black_f12f {
        padding: var(--md-spacing-md) 0;
    }
    
    .modal_inner_4466 {
        padding: var(--md-spacing-md);
    }
    
    .easy_e87b {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-wide-97c2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .new-b445 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .badge-steel-ebc0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .modal_inner_4466 {
        padding: var(--md-spacing-sm);
    }
    
    .message-active-b687 {
        padding: var(--md-spacing-md);
    }
    
    .input-wide-97c2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.message-active-b687,
.input-wide-97c2,
.new-b445 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.text-plasma-49fe {
    font-size: 1.5rem;
}

.copper_4115 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .sort-middle-3e11 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .card-7dd9 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.smooth-fb59 {
    padding: 30px 0;
}

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

.preview-full-5dde {
    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;
}

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

.preview-full-5dde ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.preview-full-5dde li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.carousel-last-55ef {
    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;
}

.carousel-last-55ef strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.progress-6197.shadow_center_54d4 .breadcrumb-cc6d {
    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); }
}

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

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

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

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

.focus-023f 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;
}

.focus-023f 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);
}

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

.text_9b2c {
    font-size: 1.2rem;
}

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

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

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

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

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

.chip_3665.top-3807::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.chip_3665.form-center-c9fb::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip_3665.texture-bronze-bdc8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.chip_3665.content-3d7c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel-center-fdd1 {
    font-size: 1.2rem;
}

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

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

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

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

.column-9ac0.aside-69d0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column-9ac0.fn-active-1015 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.caption-3b73 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.accordion-e975.shade-gas-90e4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.dark-8a1f {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.item-746a { border-top: 3px solid #00ccff; }
.active_huge_2eea { border-top: 3px solid #00ff88; }
.shade-complex-3f2c { border-top: 3px solid #d4af37; }
.basic_68b7 { border-top: 3px solid #ff6b6b; }
.text-5f20 { border-top: 3px solid #8b5cf6; }

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

.orange_a6a9 {
    overflow-x: auto;
}

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

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

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

.bottom-4780 td {
    color: #ccc;
}

.bottom-4780 .prev-b998 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.bottom-4780 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-8e03 {
    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;
}

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

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

.box-6e98 {
    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;
}

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

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

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

.mask_steel_43d3 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide-8af0 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.summary_medium_b16e {
    font-size: 1.5rem;
}

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

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

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

.light-505c {
    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;
}

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

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

.footer-large-33a2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.slider-easy-28da strong {
    color: #fff;
    display: block;
}

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

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

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

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

.column-old-491c .alert-ee4d {
    margin-bottom: 10px;
}

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

.column-old-491c strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.aside-out-333c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.picture-current-20e7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active_44d4 a {
    color: #ff6b6b;
}

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

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

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

.texture_c286 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.selected-82ea {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.focus-379d {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.pro-5356.shade-gas-90e4 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .accent-20f4 {
        flex-direction: column;
    }
    .tag_basic_0498 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.overlay_762f .pro-960d {
    color: #666;
    margin: 0 8px;
}

.overlay_762f .logo-stone-3d37 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.wide-2f68 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.modal_5669 {
    font-size: 2rem;
}

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

.button_0484 strong {
    color: #d4af37;
}

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

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

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

.form-last-300b h3,
.fast-52b0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.outline-9d53 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.button_1e02 strong {
    color: #00ff88;
}

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

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

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

.active_b926 h3,
.layout-90f5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.full-067f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.component-medium-8ea7 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.action_d964 strong {
    color: #d4af37;
}

.paragraph-548a {
    color: #aaa;
}

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

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

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

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

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

.component-41be {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.background-upper-fb62 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.background-upper-fb62 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;
}

.background-upper-fb62 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.pressed-314c strong {
    color: #d4af37;
}

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

.dropdown-51f2 {
    color: #888;
    font-size: 0.9rem;
}

.dropdown-51f2 strong {
    color: #00ff88;
}

.dropdown-51f2 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.border-5d86 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.card-5a2b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.card-5a2b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.black_e6ac strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.pagination-blue-c9a6 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .filter_016f {
        padding: 30px 15px;
    }
    
    .filter_016f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .up-8db8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .next_308b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .dynamic_cf94 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dynamic_cf94 .menu_inner_f053 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pink_c1a9 {
        font-size: 1.3rem;
    }
    
    .feature-7231 {
        font-size: 0.7rem;
    }
    
    .medium_ee4e {
        flex-direction: column;
        gap: 10px;
    }
    
    .medium_ee4e .thumbnail-c148 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .primary_daff {
        display: none;
    }
    
    .outline_brown_85cd {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .warm_5976 {
        padding: 20px 10px;
    }
    
    .gradient_hard_ceba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row-thick-1788,
    .new-994b {
        padding: 15px;
    }
    
    .border-5d86 {
        flex-direction: column;
        gap: 5px;
    }
    
    .frame_0328 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .surface-up-1d50 {
        padding: 20px 5px;
    }
    
    .surface-up-1d50 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .plasma_fb6b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .bottom-4780 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .bottom-4780 th,
    .bottom-4780 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tabs-744a {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .banner-dark-af73 {
        padding: 20px 10px;
    }
    
    .alert-fresh-f9c1 h2 {
        font-size: 1.3rem;
    }
    
    .hover_daab {
        font-size: 0.9rem;
    }
    
    .link_79ee h3 {
        font-size: 1.1rem;
    }
    
    .link_79ee p {
        font-size: 0.9rem;
    }
    
    .background-upper-fb62 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pagination-lower-b1f7 {
        grid-template-columns: 1fr;
    }
    
    .pressed-314c {
        font-size: 0.85rem;
    }
    
    .over-055e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .middle_b7f5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .middle_b7f5 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .logo-92d5 {
        padding: 30px 10px;
    }
    
    .article-fast-7001 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section-e57b {
        padding: 15px;
    }
    
    .form-pro-f534 {
        font-size: 0.9rem;
    }
    
    .image_right_7c4e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image_right_7c4e .secondary_selected_12d6 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .form_de4c {
        padding: 30px 10px;
    }
    
    .form_de4c h2 {
        font-size: 1.2rem;
    }
    
    .element_bronze_4607 {
        gap: 10px;
    }
    
    .preview-huge-e79f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .preview-huge-e79f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .icon-0172 {
        padding: 30px 10px;
    }
    
    .icon-0172 h2 {
        font-size: 1.2rem;
    }
    
    .outline_red_f65b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .simple-b427 {
        padding: 15px 10px;
    }
    
    .simple-b427 h4 {
        font-size: 0.85rem;
    }
    
    .simple-b427 p {
        font-size: 0.75rem;
    }
    
    .gas_881d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification-33f7 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .picture-5803 {
        padding: 20px 10px;
    }
    
    .aside_rough_910b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gas-7d4c,
    .list-3410,
    .active_44d4 {
        width: 100%;
    }
    
    .gas-7d4c h3 {
        font-size: 1.1rem;
    }
    
    .gas-7d4c p {
        font-size: 0.8rem;
    }
    
    .pattern-7c2a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .row_bottom_f328 {
        padding: 30px 15px;
    }
    
    .row_bottom_f328 h2 {
        font-size: 1.3rem;
    }
    
    .row_bottom_f328 p {
        font-size: 0.85rem;
    }
    
    .detail-basic-1745 {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail-basic-1745 .thumbnail-c148 {
        width: 100%;
    }
    
    .primary-soft-3da8 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .carousel-last-60a5 {
        padding: 30px 10px;
    }
    
    .carousel-last-60a5 h3 {
        font-size: 1.2rem;
    }
    
    .search_pro_12ce {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .new-b445 {
        padding: 15px 10px;
    }
    
    .new-b445 h4 {
        font-size: 0.85rem;
    }
    
    .new-b445 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .input-fluid-979d {
        padding: 30px 15px;
    }
    
    .tertiary-a838 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fluid-a978 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .link-hard-6128 h4 {
        font-size: 0.9rem;
    }
    
    .link-hard-6128 a {
        font-size: 0.8rem;
    }
    
    .badge_lite_97d0 {
        font-size: 0.8rem;
    }
    
    .avatar-black-6c90 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .menu_huge_5298 {
        padding: 8px 10px;
    }
    
    .info-fixed-f76f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .carousel-ed30 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info-fixed-f76f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .carousel-ed30 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b409 */
.phantom-card-v6 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
