/* Inner Page Styles */

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

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

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

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

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

.notification_dirty_5b08 .input-da42 {
    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;
}

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

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

.notification_dirty_5b08 .input-da42:hover::before {
    left: 100%;
}

.notification_dirty_5b08 .input-da42:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.focus-west-0fb7 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.column_pink_633b.fn-active-ab6d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.slider-dynamic-9b3e {
    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);
}

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

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

.slider-dynamic-9b3e p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

.module-bright-5fee {
    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%;
}

.module-bright-5fee 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 */
.highlight-765a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-765a li {
    margin-bottom: var(--md-spacing-xs);
}

.highlight-765a 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);
}

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

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

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

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

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

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

.thumbnail_center_f328 .detail-29a9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.thumbnail_center_f328 .detail-29a9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.aside-active-e4ee {
    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);
}

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

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

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

.aside-active-e4ee .detail-29a9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.aside-active-e4ee .detail-29a9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .new-c356 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .new-c356 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .new-c356 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .notification_dirty_5b08 {
        justify-content: center;
    }
    
    .filter_up_8bb2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .next_e466 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mini_1d74 {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption_fixed_ff6d {
        padding: var(--md-spacing-md);
    }
    
    .active_bright_b196 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module-bright-5fee {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .aside-active-e4ee {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .box_fluid_a2bb {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .caption_fixed_ff6d {
        padding: var(--md-spacing-sm);
    }
    
    .slider-dynamic-9b3e {
        padding: var(--md-spacing-md);
    }
    
    .module-bright-5fee {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.slider-dynamic-9b3e,
.module-bright-5fee,
.aside-active-e4ee {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.status-903c::-webkit-scrollbar {
    width: 8px;
}

.status-903c::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.black-4155 {
    font-size: 1.5rem;
}

.small_7919 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .carousel-soft-c733 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .icon-67f7 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.clean-145d {
    padding: 30px 0;
}

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

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

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

.footer-new-a013 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-new-a013 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.filter-30a9 {
    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;
}

.filter-30a9 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.sidebar-hard-6c03 {
    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;
}

.sidebar-hard-6c03.focus-84e1 .middle-56b3 {
    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); }
}

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

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

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

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

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

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

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

.section_blue_692e {
    font-size: 1.2rem;
}

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

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

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

.info-copper-265b {
    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;
}

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

.info-copper-265b.warm-6f2d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.info-copper-265b.pressed-2794::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info-copper-265b.secondary_63bc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.info-copper-265b.avatar-2f84::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.heading_top_9112 {
    font-size: 1.2rem;
}

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

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

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

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

.top_b471.message_upper_7219 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.top_b471.fn-active-ab6d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.paragraph-up-23b9 {
    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-up-23b9:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.paragraph-up-23b9.badge_mini_3f54 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.fresh_002a { border-top: 3px solid #00ccff; }
.glass-8343 { border-top: 3px solid #00ff88; }
.outer-00b4 { border-top: 3px solid #d4af37; }
.wood_cbc6 { border-top: 3px solid #ff6b6b; }
.bottom-3b62 { border-top: 3px solid #8b5cf6; }

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

.next_8f12 {
    overflow-x: auto;
}

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

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

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

.gold_c4d4 td {
    color: #ccc;
}

.gold_c4d4 .table-thick-5b00 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.title-16cf {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.search-selected-bd5f {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.filter_rough_d652 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.text-370b {
    background: #0a0a0a;
    padding: 60px 0;
}

.carousel-over-44b5 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .carousel-over-44b5::before {
        left: 30px;
    }
}

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

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

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

.outline_9c6f::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.glass_19df {
    font-size: 1.5rem;
}

.card-lite-be1b {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.table-focused-c65a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.west_ddf1 .title-c917 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.frame-silver-8d10 {
    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_27ce h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

.light-9e5c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.layout-slow-1fd6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.logo-liquid-4ab4 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.up-565e {
    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;
}

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

.border-paper-00c8 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.border-paper-00c8 span {
    color: #666;
    font-size: 0.8rem;
}

.border-paper-00c8 a {
    color: #ff6b6b;
}

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

.plasma-8f5a {
    max-width: 800px;
    margin: 0 auto;
}

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

.paragraph_north_743e {
    text-align: center;
}

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

.paragraph_north_743e .backdrop-left-20b7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.plasma-8f5a > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-iron-7277 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.pro-e630 .chip_current_321f {
    color: #666;
    margin: 0 8px;
}

.pro-e630 .section_5ee0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.secondary-over-3883 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.glass_2716 {
    font-size: 2rem;
}

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

.status-8f6d strong {
    color: #d4af37;
}

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

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

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

.hover_1d99 h3,
.description-dirty-2241 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.item-ff57 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.sort-fixed-706d summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.sort-fixed-706d summary::-webkit-details-marker {
    display: none;
}

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

.gas-4c6e {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.box-f272 strong {
    color: #d4af37;
}

.filter_d483 {
    color: #aaa;
}

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

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

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

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

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

.component-8cbd {
    max-width: 900px;
    margin: 0 auto;
}

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

.thumbnail-short-8ed5:last-child {
    border-bottom: none;
}

.thumbnail-short-8ed5 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.thumbnail-short-8ed5 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.hover_5cae strong {
    color: #d4af37;
}

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

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

.notice_steel_c7a0 strong {
    color: #00ff88;
}

.notice_steel_c7a0 span {
    color: #d4af37;
}

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

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

.progress-dim-9fdc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-be7a strong {
    color: #00ff88;
}

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

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

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

.south-401f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.logo-liquid-4ab4 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .south-401f {
        flex-direction: column;
    }
    
    .box_large_445e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .frame-ae11 {
        padding: 30px 15px;
    }
    
    .frame-ae11 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .article_7773 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .container_fa1e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hover_746f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hover_746f .tiny-647b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .block-prev-8e73 {
        font-size: 1.3rem;
    }
    
    .border_14c9 {
        font-size: 0.7rem;
    }
    
    .menu_active_ef48 {
        flex-direction: column;
        gap: 10px;
    }
    
    .menu_active_ef48 .detail-29a9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .overlay-0613 {
        display: none;
    }
    
    .background_liquid_a6eb {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .down_7e37 {
        padding: 20px 10px;
    }
    
    .progress-dim-9fdc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .soft-98db,
    .tooltip-4d49 {
        padding: 15px;
    }
    
    .medium-5a76 {
        flex-direction: column;
        gap: 5px;
    }
    
    .first_3856 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .shade-lite-3aef {
        padding: 20px 5px;
    }
    
    .shade-lite-3aef h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .wrapper-plasma-4883 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .gold_c4d4 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .gold_c4d4 th,
    .gold_c4d4 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .backdrop_ec61 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .pattern_5be4 {
        padding: 20px 10px;
    }
    
    .copper-afd1 h2 {
        font-size: 1.3rem;
    }
    
    .backdrop_392b {
        font-size: 0.9rem;
    }
    
    .thumbnail-short-8ed5 h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-short-8ed5 p {
        font-size: 0.9rem;
    }
    
    .icon_004b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .east_f2ed {
        grid-template-columns: 1fr;
    }
    
    .hover_5cae {
        font-size: 0.85rem;
    }
    
    .preview_pressed_633a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .medium-8838 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .medium-8838 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fresh_a32b {
        padding: 30px 10px;
    }
    
    .border_dynamic_fac2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower-0e49 {
        padding: 15px;
    }
    
    .outline_simple_48d4 {
        font-size: 0.9rem;
    }
    
    .overlay_iron_20cb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay_iron_20cb .warm_4533 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .slider-0d90 {
        padding: 30px 10px;
    }
    
    .slider-0d90 h2 {
        font-size: 1.2rem;
    }
    
    .info-2be9 {
        gap: 10px;
    }
    
    .tertiary_fda5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .tertiary_fda5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .disabled-4834 {
        padding: 20px 10px;
    }
    
    .component-south-e9c2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .border-71ad,
    .chip-aebb,
    .border-paper-00c8 {
        width: 100%;
    }
    
    .border-71ad h3 {
        font-size: 1.1rem;
    }
    
    .border-71ad p {
        font-size: 0.8rem;
    }
    
    .up-565e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .texture-steel-c59a {
        padding: 30px 15px;
    }
    
    .texture-steel-c59a h2 {
        font-size: 1.3rem;
    }
    
    .texture-steel-c59a p {
        font-size: 0.85rem;
    }
    
    .tabs-2d53 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tabs-2d53 .detail-29a9 {
        width: 100%;
    }
    
    .outline_4e99 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .chip-89c1 {
        padding: 30px 10px;
    }
    
    .chip-89c1 h3 {
        font-size: 1.2rem;
    }
    
    .header_in_b03f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside-active-e4ee {
        padding: 15px 10px;
    }
    
    .aside-active-e4ee h4 {
        font-size: 0.85rem;
    }
    
    .aside-active-e4ee p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .motion-49ff {
        padding: 30px 15px;
    }
    
    .silver-1b4b {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header_plasma_9f50 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .lite-6d47 h4 {
        font-size: 0.9rem;
    }
    
    .lite-6d47 a {
        font-size: 0.8rem;
    }
    
    .over-5019 {
        font-size: 0.8rem;
    }
    
    .plasma-e9f5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .form_bf21 {
        padding: 8px 10px;
    }
    
    .center-4a91 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .info-05b1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .center-4a91 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .info-05b1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 12e7 */
.promo-block-v6 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
