/* Inner Page Styles */

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

.tooltip-73d2 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);
}

.tooltip-73d2 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);
}

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

.gradient-dim-4b42 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.gradient-dim-4b42 .narrow_040b {
    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;
}

.gradient-dim-4b42 .narrow_040b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.gradient-dim-4b42 .narrow_040b:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.gradient-dim-4b42 .narrow_040b:hover::before {
    left: 100%;
}

.gradient-dim-4b42 .narrow_040b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.middle-2b2c {
    margin-bottom: var(--md-spacing-lg);
}

.white-07eb {
    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);
}

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

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

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

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

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

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

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

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

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

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

.fluid-3d0e {
    color: var(--casino-gold-light);
}

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

.fluid-3d0e a:hover {
    color: var(--casino-gold-light);
}

.fluid-3d0e.fn-active-bff6 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outer-69cf {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.caption_9b23 .accordion_paper_0021:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.message_smooth_7431 .accordion_paper_0021:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tooltip-73d2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tooltip-73d2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tooltip-73d2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gradient-dim-4b42 {
        justify-content: center;
    }
    
    .white-07eb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .widget-old-361b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .next-45dc {
        padding: var(--md-spacing-md) 0;
    }
    
    .light-d0d6 {
        padding: var(--md-spacing-md);
    }
    
    .glass-032d {
        padding: var(--md-spacing-md) 0;
    }
    
    .left_eb89 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .message_smooth_7431 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .east-7456 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .light-d0d6 {
        padding: var(--md-spacing-sm);
    }
    
    .yellow_d581 {
        padding: var(--md-spacing-md);
    }
    
    .left_eb89 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.yellow_d581,
.left_eb89,
.message_smooth_7431 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.advanced-e6cf {
    font-size: 1.5rem;
}

.main_4393 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.content-f8b5 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fluid-e292 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hidden-prev-399d {
    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;
}

.hidden-prev-399d.bright_f49e .footer-b99b {
    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); }
}

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

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

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

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

.prev-8d46 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;
}

.prev-8d46 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);
}

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

.input_lite_793c {
    font-size: 1.2rem;
}

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

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

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

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

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

.nav_fast_21d9.pattern-top-0e44::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.nav_fast_21d9.image_north_95a6::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.nav_fast_21d9.secondary_hot_f252::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.nav_fast_21d9.paragraph-simple-9b86::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.texture-7912 {
    font-size: 1.2rem;
}

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

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

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

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

.thumbnail-last-dfec.feature-smooth-36e3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.thumbnail-last-dfec.fn-active-bff6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.paragraph-1ee1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.media-down-7460 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dynamic-5fcd {
    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;
}

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

.dynamic-5fcd.gallery-8b30 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.hidden-fast-4f42 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.main_cebf { border-top: 3px solid #00ccff; }
.banner-large-9b35 { border-top: 3px solid #00ff88; }
.focused-f908 { border-top: 3px solid #d4af37; }
.full-359c { border-top: 3px solid #ff6b6b; }
.photo-hard-57c6 { border-top: 3px solid #8b5cf6; }

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

.banner_short_5b5c {
    overflow-x: auto;
}

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

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

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

.avatar_smooth_2f5b td {
    color: #ccc;
}

.avatar_smooth_2f5b .tabs-liquid-3735 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.advanced-3b91 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail-short-ee81 {
    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;
}

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

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

.input-paper-46e5 {
    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;
}

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

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

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

.green-4182 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.picture-right-7cbd {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.prev-59a8 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.surface-gold-8053 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.shadow_prev_003b .focused_f4c0 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.west-5c78 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.label-slow-3da4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.label-slow-3da4 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.background_91bc a {
    color: #ff6b6b;
}

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

.active-517a {
    max-width: 800px;
    margin: 0 auto;
}

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

.brown-68c5 {
    text-align: center;
}

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

.brown-68c5 .tooltip_black_ec5e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.active-517a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.alert-steel-212b {
    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;
}

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

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

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

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

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

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

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

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

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

.selected-aeaf.gallery-8b30 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .smooth-5e5e {
        flex-direction: column;
    }
    .gradient_narrow_4d0e {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.left-28d7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.slider_liquid_d48d .upper-120c {
    color: #666;
    margin: 0 8px;
}

.slider_liquid_d48d .picture_prev_2c8d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.focus_solid_66e5 {
    font-size: 2rem;
}

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

.video-9aaa strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.warm_965d strong {
    color: #00ff88;
}

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

.plasma-9b51 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

.aside-blue-3d04 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.aside-blue-3d04 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.texture-soft-f8b3 strong {
    color: #d4af37;
}

.picture_1a39 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-21e1 {
    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;
}

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

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

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

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

.last-7407 strong {
    color: #d4af37;
}

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

.content-dynamic-3a8c {
    color: #888;
    font-size: 0.9rem;
}

.content-dynamic-3a8c strong {
    color: #00ff88;
}

.content-dynamic-3a8c span {
    color: #d4af37;
}

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

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

.accent-yellow-bca3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.thumbnail-outer-694e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.button-stone-1735 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth-9c9b strong {
    color: #00ff88;
}

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

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

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

.blue-67f6 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.sort-4c73 {
    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;
}

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

@media (max-width: 768px) {
    .blue-67f6 {
        flex-direction: column;
    }
    
    .highlight_center_44ae {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.under-710d {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .top-fd06 {
        padding: 30px 15px;
    }
    
    .top-fd06 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .caption-simple-0792 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .summary_pro_54a8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .aside_thick_3664 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside_thick_3664 .menu-right-0347 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .current-2053 {
        font-size: 1.3rem;
    }
    
    .pressed_9b89 {
        font-size: 0.7rem;
    }
    
    .lite_5536 {
        flex-direction: column;
        gap: 10px;
    }
    
    .lite_5536 .accordion_paper_0021 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .chip-70b4 {
        display: none;
    }
    
    .hard_c76c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .fresh_4bcb {
        padding: 20px 10px;
    }
    
    .accent-yellow-bca3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component-480b,
    .video_1269 {
        padding: 15px;
    }
    
    .thumbnail-outer-694e {
        flex-direction: column;
        gap: 5px;
    }
    
    .button-stone-1735 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .under_47e7 {
        padding: 30px 10px;
    }
    
    .soft-6406 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .west-8be3 {
        padding: 20px 15px;
    }
    
    .info-17be {
        font-size: 2rem;
    }
    
    .west-8be3 h3 {
        font-size: 1.1rem;
    }
    
    .west-8be3 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .header_8255 {
        padding: 20px 10px;
    }
    
    .border_east_b8b2 h2 {
        font-size: 1.3rem;
    }
    
    .narrow-e499 {
        font-size: 0.9rem;
    }
    
    .primary_current_95c4 h3 {
        font-size: 1.1rem;
    }
    
    .primary_current_95c4 p {
        font-size: 0.9rem;
    }
    
    .picture_498f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .lite_36c0 {
        grid-template-columns: 1fr;
    }
    
    .last-7407 {
        font-size: 0.85rem;
    }
    
    .content-edf1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old-21e1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .old-21e1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .filter-bba7 {
        padding: 30px 10px;
    }
    
    .fluid-9d21 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static_cfd9 {
        padding: 15px 10px;
    }
    
    .static_cfd9 h4 {
        font-size: 0.9rem;
    }
    
    .static_cfd9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .advanced_9ce2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fluid-9d21 {
        grid-template-columns: 1fr;
    }
    
    .static_cfd9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .up-fae4 {
        padding: 30px 10px;
    }
    
    .panel-4d05 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .medium-a9e9 {
        padding: 15px;
    }
    
    .north_a256 {
        font-size: 0.9rem;
    }
    
    .hero_fcc3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hero_fcc3 .column-401a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .hero-af42 {
        padding: 30px 10px;
    }
    
    .hero-af42 h2 {
        font-size: 1.2rem;
    }
    
    .hot_78e2 {
        gap: 10px;
    }
    
    .center-5436 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .center-5436 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .column_8658 {
        padding: 30px 10px;
    }
    
    .column_8658 h2 {
        font-size: 1.2rem;
    }
    
    .logo-4550 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination_ebd2 {
        padding: 15px 10px;
    }
    
    .pagination_ebd2 h4 {
        font-size: 0.85rem;
    }
    
    .pagination_ebd2 p {
        font-size: 0.75rem;
    }
    
    .light_4892 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shadow_soft_e45b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .soft-29da {
        padding: 20px 10px;
    }
    
    .middle-c4b3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gas_81f2,
    .label-slow-3da4,
    .background_91bc {
        width: 100%;
    }
    
    .gas_81f2 h3 {
        font-size: 1.1rem;
    }
    
    .gas_81f2 p {
        font-size: 0.8rem;
    }
    
    .media-warm-0229 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hover-huge-e531 {
        padding: 30px 15px;
    }
    
    .hover-huge-e531 h2 {
        font-size: 1.3rem;
    }
    
    .hover-huge-e531 p {
        font-size: 0.85rem;
    }
    
    .warm_613a {
        flex-direction: column;
        gap: 10px;
    }
    
    .warm_613a .accordion_paper_0021 {
        width: 100%;
    }
    
    .highlight_1c41 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tall_b648 {
        padding: 30px 15px;
    }
    
    .purple-7bbc {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .mini_e3a0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .last-5e3f h4 {
        font-size: 0.9rem;
    }
    
    .last-5e3f a {
        font-size: 0.8rem;
    }
    
    .banner-white-7b39 {
        font-size: 0.8rem;
    }
    
    .north-a206 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .section_glass_3b88 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .mask_602b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4fb0 */
.shadow-element-f2 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
