/* Inner Page Styles */

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

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

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

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

.stale-5aa0 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.stale-5aa0 .shadow_35a0 {
    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;
}

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

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

.stale-5aa0 .shadow_35a0:hover::before {
    left: 100%;
}

.stale-5aa0 .shadow_35a0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.green-76e9 {
    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);
}

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

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

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

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

.primary-upper-6fb4 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.dynamic-bc0b.fn-active-39fd {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.light-7afe {
    padding: var(--md-spacing-md) 0;
}

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

.wrapper_eb8a 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 */
.form-last-326e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-last-326e li {
    margin-bottom: var(--md-spacing-xs);
}

.form-last-326e 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);
}

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

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

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

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

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

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

.mini_bb00 .component-lite-aa64 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.mini_bb00 .component-lite-aa64:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.detail-first-f320 {
    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);
}

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

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

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

.aside-d9df {
    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-d9df:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

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

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

.aside-d9df .component-lite-aa64 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.aside-d9df .component-lite-aa64:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main_wood_5158 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .main_wood_5158 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .main_wood_5158 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .stale-5aa0 {
        justify-content: center;
    }
    
    .green-76e9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .over-5568 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .button_4fed {
        padding: var(--md-spacing-md) 0;
    }
    
    .slow-e0ed {
        padding: var(--md-spacing-md);
    }
    
    .box-advanced-f0b6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper_eb8a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .aside-d9df {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .large_ea0a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .slow-e0ed {
        padding: var(--md-spacing-sm);
    }
    
    .down_e560 {
        padding: var(--md-spacing-md);
    }
    
    .wrapper_eb8a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.down_e560,
.wrapper_eb8a,
.aside-d9df {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.bright-0f42::-webkit-scrollbar {
    width: 8px;
}

.bright-0f42::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.article_48fd {
    font-size: 1.5rem;
}

.form-1125 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smooth_604b strong {
    color: #00ff88;
}

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

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

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

.wrapper-bronze-68b4 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.carousel-51a9 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.badge-purple-33c9 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.badge-purple-33c9::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;
}

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

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

.menu-ae99.widget-4e80 .block-simple-6b7c {
    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); }
}

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

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

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

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

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

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

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

.frame-liquid-d32a {
    font-size: 1.2rem;
}

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

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

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

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

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

.wrapper_liquid_9302.tag-df8a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.wrapper_liquid_9302.shadow-tiny-3a2b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper_liquid_9302.hot_308f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.wrapper_liquid_9302.accordion_e725::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.popup-large-0a13 {
    font-size: 1.2rem;
}

.filter-outer-86a0 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.frame_ed34.stale-a54c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame_ed34.fn-active-39fd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.focus-4d3d {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.slider-2f42 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.disabled-ce23.out-01e0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.button-089b { border-top: 3px solid #00ccff; }
.gradient-606a { border-top: 3px solid #00ff88; }
.breadcrumb_copper_4bb7 { border-top: 3px solid #d4af37; }
.basic_133e { border-top: 3px solid #ff6b6b; }
.preview_complex_2930 { border-top: 3px solid #8b5cf6; }

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

.iron-3ee1 {
    overflow-x: auto;
}

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

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

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

.primary-prev-2852 td {
    color: #ccc;
}

.primary-prev-2852 .tertiary-1dbf {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.primary-prev-2852 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.accent-5d70 {
    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;
}

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

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

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

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

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

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

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

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

.video-e1ec {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.popup-in-b1c5 {
    background: #0a0a0a;
    padding: 60px 0;
}

.link-down-78ab {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .link-down-78ab::before {
        left: 30px;
    }
}

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

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

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

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

.pattern-prev-b253 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.secondary_c4c3 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.selected-ee3f .icon-thick-580f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.box-0662 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notice-bbe4 a {
    color: #ff6b6b;
}

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

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

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

.thumbnail_thick_9860 {
    text-align: center;
}

.thumbnail_thick_9860 .east-dd7e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.thumbnail_thick_9860 .description-e517 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.wrapper-cold-ff15 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-2697.out-01e0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.video-4afb {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.medium_efba .slider_lower_f3e7 {
    color: #666;
    margin: 0 8px;
}

.medium_efba .alert_advanced_c57b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tabs-978e strong {
    color: #d4af37;
    margin-right: 8px;
}

.disabled-25c7 {
    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;
}

.footer_7894 {
    font-size: 2rem;
}

.filter-medium-429f {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.filter-medium-429f strong {
    color: #d4af37;
}

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

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

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

.popup-c784 h3,
.caption-7da1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.bright-3d78 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.copper-3606 strong {
    color: #00ff88;
}

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

.thumbnail-wood-464e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.modal-old-cb60 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.widget_north_02b0 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.white_acd9 strong {
    color: #d4af37;
}

.alert_active_599a {
    color: #aaa;
}

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

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

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

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

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

.medium-a72e {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.content-70a3 {
    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;
}

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

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

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

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

.gold-f44e strong {
    color: #d4af37;
}

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

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

.nav-dd2b strong {
    color: #00ff88;
}

.nav-dd2b span {
    color: #d4af37;
}

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

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

.picture-0b5d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-prev-3c19 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.element-prev-3c19 li {
    margin-bottom: 5px;
}

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

.element-prev-3c19 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.accordion-cold-6563 {
    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;
}

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

.search_next_8a08 strong {
    color: #00ff88;
}

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

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

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

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

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

.button-paper-4f93 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .paper_94ea {
        padding: 30px 15px;
    }
    
    .paper_94ea h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gallery_bright_4dce {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .filter-pro-27ad {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs-pink-73d0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-pink-73d0 .secondary-9869 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tall_8686 {
        font-size: 1.3rem;
    }
    
    .mask_d386 {
        font-size: 0.7rem;
    }
    
    .primary_dark_986d {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary_dark_986d .component-lite-aa64 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .warm-d080 {
        display: none;
    }
    
    .basic-3828 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .stone_5bfa {
        padding: 20px 10px;
    }
    
    .picture-0b5d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text_pro_e10e,
    .card_dbe5 {
        padding: 15px;
    }
    
    .gold_fe89 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pattern_slow_3e08 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .logo_7d9e {
        padding: 20px 5px;
    }
    
    .logo_7d9e h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .notice-be01 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .primary-prev-2852 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .primary-prev-2852 th,
    .primary-prev-2852 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .popup-fresh-8f3d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .summary_9b88 {
        padding: 20px 10px;
    }
    
    .iron-2451 h2 {
        font-size: 1.3rem;
    }
    
    .highlight-0c7e {
        font-size: 0.9rem;
    }
    
    .dropdown_dirty_7727 h3 {
        font-size: 1.1rem;
    }
    
    .dropdown_dirty_7727 p {
        font-size: 0.9rem;
    }
    
    .hero_dd2a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .slider_d2c8 {
        grid-template-columns: 1fr;
    }
    
    .gold-f44e {
        font-size: 0.85rem;
    }
    
    .top-649b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .content-70a3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .content-70a3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tooltip_bd64 {
        padding: 30px 10px;
    }
    
    .accent-6b04 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link_0e10 {
        padding: 15px 10px;
    }
    
    .link_0e10 h4 {
        font-size: 0.9rem;
    }
    
    .link_0e10 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .video-south-4c9a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accent-6b04 {
        grid-template-columns: 1fr;
    }
    
    .link_0e10 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .panel-ae5b {
        padding: 30px 10px;
    }
    
    .summary-short-4b4d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel_purple_a90f {
        padding: 15px;
    }
    
    .medium-7d51 {
        font-size: 0.9rem;
    }
    
    .info-40f6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info-40f6 .pattern-ef2b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .alert-b0ef {
        padding: 30px 10px;
    }
    
    .alert-b0ef h2 {
        font-size: 1.2rem;
    }
    
    .element-glass-ee1a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hero-4d9f {
        padding: 15px 10px;
    }
    
    .hero-4d9f h4 {
        font-size: 0.85rem;
    }
    
    .hero-4d9f p {
        font-size: 0.75rem;
    }
    
    .grid_pro_303b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .stale-9d1c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .pagination_next_ddc0 {
        padding: 20px 10px;
    }
    
    .next_a389 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shadow_47b2,
    .element_tiny_4c24,
    .notice-bbe4 {
        width: 100%;
    }
    
    .shadow_47b2 h3 {
        font-size: 1.1rem;
    }
    
    .shadow_47b2 p {
        font-size: 0.8rem;
    }
    
    .plasma_1b98 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .dynamic_613e {
        padding: 30px 15px;
    }
    
    .dynamic_613e h2 {
        font-size: 1.3rem;
    }
    
    .dynamic_613e p {
        font-size: 0.85rem;
    }
    
    .upper-c7d3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .upper-c7d3 .component-lite-aa64 {
        width: 100%;
    }
    
    .article_5a24 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .alert-pressed-aaf9 {
        padding: 30px 10px;
    }
    
    .alert-pressed-aaf9 h3 {
        font-size: 1.2rem;
    }
    
    .element-green-31a2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .aside-d9df {
        padding: 15px 10px;
    }
    
    .aside-d9df h4 {
        font-size: 0.85rem;
    }
    
    .aside-d9df p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element-green-31a2 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .slow_4f3e {
        padding: 30px 15px;
    }
    
    .soft_d1a3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .form_ec16 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pressed_c91a h4 {
        font-size: 0.9rem;
    }
    
    .pressed_c91a a {
        font-size: 0.8rem;
    }
    
    .tooltip_north_e5a2 {
        font-size: 0.8rem;
    }
    
    .active_left_08da p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .thick-64f2 {
        padding: 8px 10px;
    }
    
    .fresh_0077 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .out-30f0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fresh_0077 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .out-30f0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1781 */
.ghost-box-t9 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
