/* Inner Page Styles */

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

.grid-54ce 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);
}

.grid-54ce 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);
}

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

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

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

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

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

.disabled_9310 .breadcrumb_cfef:hover::before {
    left: 100%;
}

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

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

.upper-3e4e {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-13ce {
    padding: var(--md-spacing-md) 0;
}

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

.outline_7e75 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 */
.accordion-pro-7869 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-pro-7869 li {
    margin-bottom: var(--md-spacing-xs);
}

.accordion-pro-7869 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);
}

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

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

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

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

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

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

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

.hidden_active_b173 .video_9e44:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.banner-hot-a1cc {
    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);
}

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

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

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

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

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

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

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

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

.outline_focused_b4dd .video_9e44:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .grid-54ce {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .grid-54ce h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .grid-54ce h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .disabled_9310 {
        justify-content: center;
    }
    
    .upper-3e4e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .simple-e402 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .copper-e9b1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .yellow_54c3 {
        padding: var(--md-spacing-md);
    }
    
    .block-5f54 {
        padding: var(--md-spacing-md) 0;
    }
    
    .outline_7e75 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .outline_focused_b4dd {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .button-85bf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .yellow_54c3 {
        padding: var(--md-spacing-sm);
    }
    
    .narrow_faa9 {
        padding: var(--md-spacing-md);
    }
    
    .outline_7e75 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.narrow_faa9,
.outline_7e75,
.outline_focused_b4dd {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.nav-5f15 {
    font-size: 1.5rem;
}

.alert-4e74 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .modal-9e98 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .dynamic-ee6a {
        margin-left: 0;
    }
}

/* Main Content Compact */
.backdrop-thick-385e {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .menu-iron-59b7 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.warm_f83f strong {
    color: #00ff88;
}

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

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

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

.input-current-3b50 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.media_black_c990.white-2b6b .pink-781c {
    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); }
}

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

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

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

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

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

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

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

.title-huge-8563 {
    font-size: 1.2rem;
}

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

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

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

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

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

.main-d05b.filter-f2cf::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.main-d05b.slow-4264::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.main-d05b.tag_under_c081::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.main-d05b.stone-7ced::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notification_febe {
    font-size: 1.2rem;
}

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

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

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

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

.chip_inner_2e3f.hero-prev-327f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip_inner_2e3f.fn-active-2f7b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.link-green-129a {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.fixed-104e {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.status-green-88a8 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.description_over_b5d0 { border-top: 3px solid #00ccff; }
.liquid_1a37 { border-top: 3px solid #00ff88; }
.component-a67c { border-top: 3px solid #d4af37; }
.breadcrumb_mini_e185 { border-top: 3px solid #ff6b6b; }
.surface-7e81 { border-top: 3px solid #8b5cf6; }

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

.lite-404b {
    overflow-x: auto;
}

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

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

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

.description_6d71 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.search-05d8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.input-under-125e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.slider-narrow-9cae {
    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;
}

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

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

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

.card-4f99 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.chip-soft-a947 {
    background: #0a0a0a;
    padding: 60px 0;
}

.aside-bottom-29a9 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .aside-bottom-29a9::before {
        left: 30px;
    }
}

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

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

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

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

.sidebar-in-a408 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.backdrop-6b6c {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.huge-10b4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.item-2702 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.hero_130c .modal-wood-81cd {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.media-7d7c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.banner-1d94 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-98bf {
    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;
}

.banner-1d94 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.gradient_full_837c a {
    color: #ff6b6b;
}

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

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

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

.panel-5cde {
    text-align: center;
}

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

.panel-5cde .wrapper_under_6f3a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.shade-1c5c {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.notice-paper-5bb9 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .active-966a {
        flex-direction: column;
    }
    .notice-paper-5bb9 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.new_e348 .highlight_1cc9 {
    color: #666;
    margin: 0 8px;
}

.new_e348 .accordion-ce70 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.dim-fecb {
    font-size: 2rem;
}

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

.popup_ae55 strong {
    color: #d4af37;
}

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

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

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

.text-a782 h3,
.component-south-5ded h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.chip-advanced-174d {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.link-warm-2cf6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.notification-dark-e26b strong {
    color: #00ff88;
}

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

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

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

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

.form-stale-9c1d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.block-6ec3 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.block-6ec3 summary::-webkit-details-marker {
    display: none;
}

.block-6ec3 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

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

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

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

.stale_d158 strong {
    color: #d4af37;
}

.alert_gas_9444 {
    color: #aaa;
}

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

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

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

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

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

.wide-c6d2 {
    max-width: 900px;
    margin: 0 auto;
}

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

.badge-paper-a2d9:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-action-6ef9 strong {
    color: #d4af37;
}

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

.secondary-890c {
    color: #888;
    font-size: 0.9rem;
}

.secondary-890c strong {
    color: #00ff88;
}

.secondary-890c span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge-glass-e615 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-steel-1b79 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-steel-1b79 li {
    margin-bottom: 5px;
}

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

.table-steel-1b79 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.layout-ca8c strong {
    color: #00ff88;
}

.highlight-complex-9d3a {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.list-35b6 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.wide-29f7 {
    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;
}

.shadow-motion-8ac9 {
    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;
}

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

@media (max-width: 768px) {
    .list-35b6 {
        flex-direction: column;
    }
    
    .wide-29f7 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .container_steel_4dbf {
        padding: 30px 15px;
    }
    
    .container_steel_4dbf h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .backdrop-5fa8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .preview-old-e394 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .menu_1ebf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu_1ebf .focus-cb9c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .breadcrumb_hard_61c5 {
        font-size: 1.3rem;
    }
    
    .right-8846 {
        font-size: 0.7rem;
    }
    
    .dropdown-bfb2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown-bfb2 .video_9e44 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .box_f8a8 {
        display: none;
    }
    
    .caption-glass-2a05 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .aside_a075 {
        padding: 20px 10px;
    }
    
    .sidebar-be4a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element_2fbf,
    .header_3b02 {
        padding: 15px;
    }
    
    .notification_clean_6e83 {
        flex-direction: column;
        gap: 5px;
    }
    
    .widget_over_2418 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .old-0cd1 {
        padding: 20px 5px;
    }
    
    .old-0cd1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .input_right_d514 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .description_6d71 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .description_6d71 th,
    .description_6d71 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .hero-thick-6fbf {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .footer-e370 {
        padding: 20px 10px;
    }
    
    .alert-outer-fefc h2 {
        font-size: 1.3rem;
    }
    
    .article_plasma_4482 {
        font-size: 0.9rem;
    }
    
    .badge-paper-a2d9 h3 {
        font-size: 1.1rem;
    }
    
    .badge-paper-a2d9 p {
        font-size: 0.9rem;
    }
    
    .tag_1745 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .overlay-static-1021 {
        grid-template-columns: 1fr;
    }
    
    .panel-action-6ef9 {
        font-size: 0.85rem;
    }
    
    .liquid-31c3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .static_f851 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .static_f851 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .middle_8e6a {
        padding: 30px 10px;
    }
    
    .wrapper_61f5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview_orange_7707 {
        padding: 15px;
    }
    
    .lower-211f {
        font-size: 0.9rem;
    }
    
    .link-6a3d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .link-6a3d .shade-54cb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .tooltip_full_c193 {
        padding: 30px 10px;
    }
    
    .tooltip_full_c193 h2 {
        font-size: 1.2rem;
    }
    
    .hover-prev-d9d8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow-6392 {
        padding: 15px 10px;
    }
    
    .shadow-6392 h4 {
        font-size: 0.85rem;
    }
    
    .shadow-6392 p {
        font-size: 0.75rem;
    }
    
    .modal-26aa {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .row_8bd8 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .texture_advanced_73c4 {
        padding: 20px 10px;
    }
    
    .input-19ed {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .text-tall-4173,
    .banner-1d94,
    .gradient_full_837c {
        width: 100%;
    }
    
    .text-tall-4173 h3 {
        font-size: 1.1rem;
    }
    
    .text-tall-4173 p {
        font-size: 0.8rem;
    }
    
    .video-98bf {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wide_c792 {
        padding: 30px 15px;
    }
    
    .wide_c792 h2 {
        font-size: 1.3rem;
    }
    
    .wide_c792 p {
        font-size: 0.85rem;
    }
    
    .last-bd7b {
        flex-direction: column;
        gap: 10px;
    }
    
    .last-bd7b .video_9e44 {
        width: 100%;
    }
    
    .image-outer-101f {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .current-7494 {
        padding: 30px 10px;
    }
    
    .current-7494 h3 {
        font-size: 1.2rem;
    }
    
    .column-purple-4b16 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline_focused_b4dd {
        padding: 15px 10px;
    }
    
    .outline_focused_b4dd h4 {
        font-size: 0.85rem;
    }
    
    .outline_focused_b4dd p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .column-purple-4b16 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .background-7035 {
        padding: 30px 15px;
    }
    
    .solid_80c2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .image-basic-dd11 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .green_f659 h4 {
        font-size: 0.9rem;
    }
    
    .green_f659 a {
        font-size: 0.8rem;
    }
    
    .menu-1a2c {
        font-size: 0.8rem;
    }
    
    .under_c9f2 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .block_a227 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu_0193 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2e43 */
.shadow-element-a5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
