/* Inner Page Styles */

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

.paragraph-dynamic-469a 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);
}

.paragraph-dynamic-469a 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);
}

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

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

.selected_6501 .breadcrumb-stone-2a50 {
    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;
}

.selected_6501 .breadcrumb-stone-2a50::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.selected_6501 .breadcrumb-stone-2a50:hover::before {
    left: 100%;
}

.selected_6501 .breadcrumb-stone-2a50:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary_5a30.fn-active-2f81 {
    color: var(--casino-gold-light);
}

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

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

.hovered-688a {
    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);
}

.hovered-688a 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);
}

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

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

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

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

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

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

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

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

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

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

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

.progress-dark-b8d4 {
    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%;
}

.progress-dark-b8d4 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 */
.liquid_1fb3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.accordion-prev-632c {
    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;
}

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

.accordion-prev-632c:hover::before {
    left: 100%;
}

.accordion-prev-632c 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;
}

.accordion-prev-632c 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;
}

.accordion-prev-632c .glass_dd0a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.accordion-prev-632c .glass_dd0a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.cold-6c9c {
    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-6c9c:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.gradient-wide-968a {
    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);
}

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

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

.gradient-wide-968a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.gradient-wide-968a .glass_dd0a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gradient-wide-968a .glass_dd0a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paragraph-dynamic-469a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paragraph-dynamic-469a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paragraph-dynamic-469a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .selected_6501 {
        justify-content: center;
    }
    
    .background_narrow_3a24 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .outline_tall_831d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notification_stale_e6ca {
        padding: var(--md-spacing-md) 0;
    }
    
    .hovered-688a {
        padding: var(--md-spacing-md);
    }
    
    .outline_d658 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress-dark-b8d4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gradient-wide-968a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tag-new-b4db {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hovered-688a {
        padding: var(--md-spacing-sm);
    }
    
    .wood-252d {
        padding: var(--md-spacing-md);
    }
    
    .progress-dark-b8d4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wood-252d,
.progress-dark-b8d4,
.gradient-wide-968a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.label_a279 {
    font-size: 1.5rem;
}

.light_88d1 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.thumbnail-809e {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.texture-right-9b0f {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.highlight_3e05 strong {
    color: #00ff88;
}

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

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

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

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

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

.badge-6e7c::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;
}

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

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

.right_4d55.tertiary_8de5 .narrow_d8ce {
    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); }
}

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

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

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

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

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

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

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

.info_1a1f {
    font-size: 1.2rem;
}

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

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

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

.thumbnail-motion-c061 {
    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;
}

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

.thumbnail-motion-c061.alert-west-291d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.thumbnail-motion-c061.panel-warm-63df::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.thumbnail-motion-c061.tooltip_081b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.thumbnail-motion-c061.west_0e7d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dark-23aa {
    font-size: 1.2rem;
}

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

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

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

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

.rough-a1c6.banner_246e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.rough-a1c6.fn-active-2f81 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.backdrop-green-2dd6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.paragraph_yellow_bc54.badge-left-26cf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.panel-b533 { border-top: 3px solid #00ccff; }
.yellow_ef71 { border-top: 3px solid #00ff88; }
.light-35ee { border-top: 3px solid #d4af37; }
.image_white_f5b6 { border-top: 3px solid #ff6b6b; }
.popup_last_3847 { border-top: 3px solid #8b5cf6; }

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

.preview-fcee {
    overflow-x: auto;
}

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

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

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

.shade_7282 td {
    color: #ccc;
}

.shade_7282 .silver-4333 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stale-478e {
    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;
}

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

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

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

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

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

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

.input_paper_d270 {
    font-size: 2rem;
}

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

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

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

.video-purple-e6d4 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.secondary-liquid-390c {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

.pattern-fluid-f969 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.pattern_over_d32b {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.hero-simple-569e strong {
    color: #fff;
    display: block;
}

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

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

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

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

.shade_4f82 .summary_steel_b31b {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input_selected_7654 a {
    color: #ff6b6b;
}

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

.hover-5a2a {
    max-width: 800px;
    margin: 0 auto;
}

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

.search-warm-c967 {
    text-align: center;
}

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

.search-warm-c967 .thick-7d23 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.hover-5a2a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.alert_blue_debf {
    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_blue_debf:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

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

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

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

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

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

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

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

.hard-5e6a {
    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;
}

.hard-5e6a.badge-left-26cf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.input-dynamic-564a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.outer-9d60 .gallery-3738 {
    color: #666;
    margin: 0 8px;
}

.outer-9d60 .tooltip_brown_0ae2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.silver-0a98 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.frame_76b5 {
    font-size: 2rem;
}

.mask-large-9dde {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.mask-large-9dde strong {
    color: #d4af37;
}

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

.background-6f5a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.dynamic-86b4 strong {
    color: #d4af37;
    margin-right: 8px;
}

.gallery-tall-6518 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gradient_1b1e strong {
    color: #00ff88;
}

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

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

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

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

.text-clean-03c0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.purple-597b summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.footer_rough_5997 strong {
    color: #d4af37;
}

.short_4bcd {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.summary-dim-715c {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.summary-dim-715c 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;
}

.summary-dim-715c li strong {
    color: #00ff88;
}

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

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

.feature-913a {
    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;
}

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

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

@media (max-width: 576px) {
    .surface-south-641a {
        grid-template-columns: 1fr;
    }
}

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

.solid-229c strong {
    color: #d4af37;
}

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

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

.fresh_077c strong {
    color: #00ff88;
}

.fresh_077c span {
    color: #d4af37;
}

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

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

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

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

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

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

.article-hard-3692 {
    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;
}

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

.search-middle-fb3c {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.smooth-6bd2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-cool-50e2 {
    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;
}

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

.grid_out_ba58 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .status-a2b3 {
        flex-direction: column;
    }
    
    .label_bcc2 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.primary-white-9b37 {
    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;
}

.primary-white-9b37: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) {
    .primary-white-9b37 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .primary-white-9b37 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .alert_b60f {
        padding: 30px 15px;
    }
    
    .alert_b60f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid_6ac2 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tall_f9bb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs-f4b5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-f4b5 .heading_bottom_45e5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .breadcrumb_wide_4c14 {
        font-size: 1.3rem;
    }
    
    .notification-cbd1 {
        font-size: 0.7rem;
    }
    
    .overlay-e58e {
        flex-direction: column;
        gap: 10px;
    }
    
    .overlay-e58e .glass_dd0a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .outline_ba27 {
        display: none;
    }
    
    .border_silver_fffa {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .footer_huge_ccc2 {
        padding: 20px 10px;
    }
    
    .rough_b35b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .button_paper_3d9a,
    .focused-7ad2 {
        padding: 15px;
    }
    
    .overlay_glass_e1bc {
        flex-direction: column;
        gap: 5px;
    }
    
    .status_d734 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery_80b6 {
        padding: 30px 10px;
    }
    
    .lite-44c6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modal-61f8 {
        padding: 20px 15px;
    }
    
    .sidebar_0fd0 {
        font-size: 2rem;
    }
    
    .modal-61f8 h3 {
        font-size: 1.1rem;
    }
    
    .modal-61f8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .gallery-focused-626f {
        padding: 20px 5px;
    }
    
    .gallery-focused-626f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .sort_old_83c7 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .shade_7282 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .shade_7282 th,
    .shade_7282 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .filter-67cd {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .message_5234 {
        padding: 20px 10px;
    }
    
    .thumbnail-center-8973 h2 {
        font-size: 1.3rem;
    }
    
    .active-cool-53cf {
        font-size: 0.9rem;
    }
    
    .dim_91c9 h3 {
        font-size: 1.1rem;
    }
    
    .dim_91c9 p {
        font-size: 0.9rem;
    }
    
    .summary-dim-715c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .surface-south-641a {
        grid-template-columns: 1fr;
    }
    
    .solid-229c {
        font-size: 0.85rem;
    }
    
    .shadow-next-74e1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-913a {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .feature-913a strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .container-selected-aaf9 {
        padding: 30px 10px;
    }
    
    .lite_9c5d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .motion_8bf1 {
        padding: 15px 10px;
    }
    
    .motion_8bf1 h4 {
        font-size: 0.9rem;
    }
    
    .motion_8bf1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slow_34cd {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wide-de32 {
        padding: 30px 10px;
    }
    
    .warm-7052 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_mini_4675 {
        padding: 15px;
    }
    
    .search-rough-ddff {
        font-size: 0.9rem;
    }
    
    .tag-3c09 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-3c09 .text_silver_1f42 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .dark_f75a {
        padding: 30px 10px;
    }
    
    .dark_f75a h2 {
        font-size: 1.2rem;
    }
    
    .hard_6e23 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bright-bf9f {
        padding: 15px 10px;
    }
    
    .bright-bf9f h4 {
        font-size: 0.85rem;
    }
    
    .bright-bf9f p {
        font-size: 0.75rem;
    }
    
    .upper_886c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .wood_8d5d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .main_bronze_b7ba {
        padding: 20px 10px;
    }
    
    .status_thick_aa8a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .prev-28d7,
    .grid_dim_2e43,
    .input_selected_7654 {
        width: 100%;
    }
    
    .prev-28d7 h3 {
        font-size: 1.1rem;
    }
    
    .prev-28d7 p {
        font-size: 0.8rem;
    }
    
    .image-0296 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .border_warm_12b8 {
        padding: 30px 15px;
    }
    
    .border_warm_12b8 h2 {
        font-size: 1.3rem;
    }
    
    .border_warm_12b8 p {
        font-size: 0.85rem;
    }
    
    .popup_d132 {
        flex-direction: column;
        gap: 10px;
    }
    
    .popup_d132 .glass_dd0a {
        width: 100%;
    }
    
    .info_ab12 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .gold-10d3 {
        padding: 30px 10px;
    }
    
    .gold-10d3 h3 {
        font-size: 1.2rem;
    }
    
    .preview-7100 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient-wide-968a {
        padding: 15px 10px;
    }
    
    .gradient-wide-968a h4 {
        font-size: 0.85rem;
    }
    
    .gradient-wide-968a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .row-center-c891 {
        padding: 30px 15px;
    }
    
    .caption-10c9 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fast-b8ed {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .layout_22c2 h4 {
        font-size: 0.9rem;
    }
    
    .layout_22c2 a {
        font-size: 0.8rem;
    }
    
    .container-bd83 {
        font-size: 0.8rem;
    }
    
    .tooltip_53f6 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .paragraph_rough_0a0c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .large_1d1b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 913a */
.promo-block-h6 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
