/* Inner Page Styles */

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

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

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

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

.mask-gold-16f6 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.mask-gold-16f6 .nav-under-eb42 {
    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;
}

.mask-gold-16f6 .nav-under-eb42::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.mask-gold-16f6 .nav-under-eb42:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.mask-gold-16f6 .nav-under-eb42:hover::before {
    left: 100%;
}

.mask-gold-16f6 .nav-under-eb42:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.rough-4a0c {
    margin-bottom: var(--md-spacing-lg);
}

.preview-fresh-e627 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-e3b9.fn-active-1dac {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-e7f5 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 */
.active-7355 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.surface_2e9e:hover::before {
    left: 100%;
}

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

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

.surface_2e9e .alert_medium_fd5e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.surface_2e9e .alert_medium_fd5e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.chip-2c98 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.layout_right_9d15 .alert_medium_fd5e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .stale_e272 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .stale_e272 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .stale_e272 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mask-gold-16f6 {
        justify-content: center;
    }
    
    .preview-fresh-e627 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .status-basic-eac5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .slow-54fd {
        padding: var(--md-spacing-md) 0;
    }
    
    .input-f7ef {
        padding: var(--md-spacing-md);
    }
    
    .image_white_879c {
        padding: var(--md-spacing-md) 0;
    }
    
    .layout-e7f5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .layout_right_9d15 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .widget-center-761e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .input-f7ef {
        padding: var(--md-spacing-sm);
    }
    
    .focused_6af0 {
        padding: var(--md-spacing-md);
    }
    
    .layout-e7f5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.focused_6af0,
.layout-e7f5,
.layout_right_9d15 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.shadow-74f6::-webkit-scrollbar {
    width: 8px;
}

.shadow-74f6::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.hover-narrow-5f88 {
    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);
}

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

.table-44a5 {
    font-size: 1.5rem;
}

.heading_1e1f strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .module-cool-98ed {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .lite-2521 {
        margin-left: 0;
    }
}

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

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

.icon-6da3 {
    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;
}

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

.icon-6da3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.icon-6da3 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.motion-6d61 {
    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;
}

.motion-6d61 strong {
    color: #00ff88;
}

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

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

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

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

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

.preview-bottom-08f8::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;
}

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

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

.stone-a3ff.main-2a9f .wrapper_bottom_02d5 {
    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); }
}

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

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

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

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

.text-brown-13c8 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;
}

.text-brown-13c8 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);
}

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

.detail_946f {
    font-size: 1.2rem;
}

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

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

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

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

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

.gradient_black_4daa.primary_95fd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gradient_black_4daa.carousel_copper_72f1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_black_4daa.video_right_89fd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gradient_black_4daa.notice_79c2::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tertiary_89d0 {
    font-size: 1.2rem;
}

.hover-down-7a6b {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.full_dee6.link_07d6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.full_dee6.fn-active-1dac { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.nav-mini-0a28 {
    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;
}

.nav-mini-0a28:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.nav-mini-0a28.component_glass_1967 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pink-d54b { border-top: 3px solid #00ccff; }
.primary_1859 { border-top: 3px solid #00ff88; }
.primary_65db { border-top: 3px solid #d4af37; }
.box-new-a267 { border-top: 3px solid #ff6b6b; }
.over_e146 { border-top: 3px solid #8b5cf6; }

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

.copper_1952 {
    overflow-x: auto;
}

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

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

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

.link_orange_c6c2 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.gradient-3c2a {
    color: #888;
    font-size: 0.85rem;
}

.carousel-stone-6fcf {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.aside-4c6d {
    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;
}

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

.banner-fluid-3c3f {
    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;
}

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

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

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

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

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

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

.pattern-soft-88bb {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.silver-448d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.badge-left-66c0 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.main-bottom-0307 {
    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-bottom-0307::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);
}

.texture-57a9 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.badge_e4f6 {
    font-size: 1.5rem;
}

.card-5c73 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .breadcrumb-paper-44f5 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.accordion-easy-eb46 .video_right_7dc8 {
    margin-bottom: 10px;
}

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

.accordion-easy-eb46 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.pagination-lite-b3a7 {
    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;
}

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

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

.footer-action-b24e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.slider-complex-7885 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.slider-complex-7885 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.article-29bf span {
    color: #666;
    font-size: 0.8rem;
}

.article-29bf a {
    color: #ff6b6b;
}

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

.mini-47fe {
    max-width: 800px;
    margin: 0 auto;
}

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

.disabled-out-ba10 {
    text-align: center;
}

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

.disabled-out-ba10 .section-89d1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.mini-47fe > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.layout-paper-19bb {
    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;
}

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

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

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

.tertiary-simple-d5f8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.gallery-1e9d {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .upper-1af3 {
        flex-direction: column;
    }
    .hover_copper_67d4 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.text-e264 .info-green-b25f {
    color: #666;
    margin: 0 8px;
}

.text-e264 .article_medium_fe8e {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.white-6a7c {
    font-size: 2rem;
}

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

.panel_6a50 strong {
    color: #d4af37;
}

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

.filter-fixed-3982 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.column_e073 h3,
.advanced-114c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.active-left-882f strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.frame-light-299a {
    background: #0a0a0a;
    padding: 30px 0;
}

.notification-79ab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

.modal-steel-25a1 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.modal-steel-25a1 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.background-easy-f433 strong {
    color: #d4af37;
}

.outline_top_5963 {
    color: #aaa;
}

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

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

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

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

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

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

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

.tiny-6a2b:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.sidebar_action_f06c li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.breadcrumb-4354 strong {
    color: #d4af37;
}

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

.background-glass-8d5f {
    color: #888;
    font-size: 0.9rem;
}

.background-glass-8d5f strong {
    color: #00ff88;
}

.background-glass-8d5f span {
    color: #d4af37;
}

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

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

.medium-6cf5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.list-current-331d {
    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;
}

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

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

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

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

.active-tall-70a3 {
    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);
}

.outer-5f80 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fast-0833 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.sidebar-next-ab70 strong {
    color: #00ff88;
}

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

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

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

.short-3a7c {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.mask-bright-d1aa {
    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;
}

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

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

@media (max-width: 768px) {
    .short-3a7c {
        flex-direction: column;
    }
    
    .mask-bright-d1aa {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.paper-506e {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .out-6d39 {
        padding: 30px 15px;
    }
    
    .out-6d39 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .huge-9d8e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pressed_8844 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .current_35d2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .current_35d2 .element_d7a0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .icon_plasma_23e2 {
        font-size: 1.3rem;
    }
    
    .secondary_silver_ecc5 {
        font-size: 0.7rem;
    }
    
    .hot-b2c7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hot-b2c7 .alert_medium_fd5e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pink-b0f3 {
        display: none;
    }
    
    .container_smooth_d446 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dark-ac40 {
        padding: 20px 10px;
    }
    
    .medium-6cf5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .caption-lite-7ac7,
    .tertiary-bc15 {
        padding: 15px;
    }
    
    .status_ced9 {
        flex-direction: column;
        gap: 5px;
    }
    
    .active-tall-70a3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .accent-6a33 {
        padding: 30px 10px;
    }
    
    .warm-daf8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification-07d9 {
        padding: 20px 15px;
    }
    
    .new_70b7 {
        font-size: 2rem;
    }
    
    .notification-07d9 h3 {
        font-size: 1.1rem;
    }
    
    .notification-07d9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .main-7535 {
        padding: 20px 5px;
    }
    
    .main-7535 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .button-current-16c9 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .link_orange_c6c2 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .link_orange_c6c2 th,
    .link_orange_c6c2 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .paragraph-2d57 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .tertiary_tall_2376 {
        padding: 20px 10px;
    }
    
    .frame_fast_8840 h2 {
        font-size: 1.3rem;
    }
    
    .soft-09dd {
        font-size: 0.9rem;
    }
    
    .tiny-6a2b h3 {
        font-size: 1.1rem;
    }
    
    .tiny-6a2b p {
        font-size: 0.9rem;
    }
    
    .sidebar_action_f06c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .summary_focused_49c8 {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb-4354 {
        font-size: 0.85rem;
    }
    
    .header_f44b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pink-7f0a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pink-7f0a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .east-b1d9 {
        padding: 30px 10px;
    }
    
    .breadcrumb-cool-afc3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination_south_51f8 {
        padding: 15px 10px;
    }
    
    .pagination_south_51f8 h4 {
        font-size: 0.9rem;
    }
    
    .pagination_south_51f8 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .card-39ac {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-cool-afc3 {
        grid-template-columns: 1fr;
    }
    
    .pagination_south_51f8 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hidden-inner-147f {
        padding: 30px 10px;
    }
    
    .dropdown_891b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menu-thick-2bb1 {
        padding: 15px;
    }
    
    .media_rough_5825 {
        font-size: 0.9rem;
    }
    
    .hero-new-290a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero-new-290a .focus_4f7f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .backdrop_a226 {
        padding: 30px 10px;
    }
    
    .backdrop_a226 h2 {
        font-size: 1.2rem;
    }
    
    .wide-11f7 {
        gap: 10px;
    }
    
    .upper_8b76 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .upper_8b76 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .wrapper_e0b7 {
        padding: 30px 10px;
    }
    
    .wrapper_e0b7 h2 {
        font-size: 1.2rem;
    }
    
    .status_middle_2410 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .up-43fa {
        padding: 15px 10px;
    }
    
    .up-43fa h4 {
        font-size: 0.85rem;
    }
    
    .up-43fa p {
        font-size: 0.75rem;
    }
    
    .layout_5434 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .background_smooth_7c92 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .shade_c202 {
        padding: 20px 10px;
    }
    
    .element-yellow-9304 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .summary-3858,
    .slider-complex-7885,
    .article-29bf {
        width: 100%;
    }
    
    .summary-3858 h3 {
        font-size: 1.1rem;
    }
    
    .summary-3858 p {
        font-size: 0.8rem;
    }
    
    .fresh-f2e2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .item_static_fa55 {
        padding: 30px 15px;
    }
    
    .item_static_fa55 h2 {
        font-size: 1.3rem;
    }
    
    .item_static_fa55 p {
        font-size: 0.85rem;
    }
    
    .red-22c0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .red-22c0 .alert_medium_fd5e {
        width: 100%;
    }
    
    .backdrop_gold_b812 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .notice_upper_9896 {
        padding: 30px 15px;
    }
    
    .smooth_8177 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .middle_ef27 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .overlay_1cd1 h4 {
        font-size: 0.9rem;
    }
    
    .overlay_1cd1 a {
        font-size: 0.8rem;
    }
    
    .block-a3cf {
        font-size: 0.8rem;
    }
    
    .hovered-a7f8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .accordion-wood-7545 {
        padding: 8px 10px;
    }
    
    .section-tall-558f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hover-fast-8120 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .section-tall-558f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hover-fast-8120 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3a77 */
.phantom-card-g1 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
