/* Inner Page Styles */

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

.element-solid-c8ac 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);
}

.element-solid-c8ac 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);
}

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

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

.iron_f342 .light-0c2f {
    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;
}

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

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

.iron_f342 .light-0c2f:hover::before {
    left: 100%;
}

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

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

.list-8ddc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_liquid_7826.fn-active-6a8e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-413c {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.cool-4502:hover::before {
    left: 100%;
}

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

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

.cool-4502 .item-fa50 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.cool-4502 .item-fa50:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.border_bb9a .item-fa50:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .element-solid-c8ac {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .element-solid-c8ac h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .element-solid-c8ac h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .iron_f342 {
        justify-content: center;
    }
    
    .list-8ddc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .thumbnail_solid_144e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .primary_orange_bb26 {
        padding: var(--md-spacing-md) 0;
    }
    
    .rough_9c9a {
        padding: var(--md-spacing-md);
    }
    
    .header-e7c4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form_liquid_abe5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .border_bb9a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .link-static-8cbe {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .rough_9c9a {
        padding: var(--md-spacing-sm);
    }
    
    .wide-7be4 {
        padding: var(--md-spacing-md);
    }
    
    .form_liquid_abe5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wide-7be4,
.form_liquid_abe5,
.border_bb9a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hidden_light_9435 {
    font-size: 1.5rem;
}

.title-549f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-859a {
    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;
}

.center-859a strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tabs-first-575d {
    text-align: center;
    margin-bottom: 30px;
}

.nav-south-3832 {
    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;
}

.nav-south-3832.banner_bronze_b318 .container-be90 {
    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); }
}

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

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

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

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

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

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

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

.rough-2d88 {
    font-size: 1.2rem;
}

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

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

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

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

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

.module_1476.border-1a80::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.module_1476.top_85c9::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.module_1476.fast-0980::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.module_1476.top_d6e1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.module-new-2164 {
    font-size: 1.2rem;
}

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

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

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

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

.feature-2ab2.hero-a1a8 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.feature-2ab2.fn-active-6a8e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.item-old-b56b {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.filter-medium-b1ec {
    background: #0a0a0a;
    padding: 60px 0;
}

.avatar-iron-4bcf {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.dynamic-d599 { border-top: 3px solid #00ccff; }
.header_8003 { border-top: 3px solid #00ff88; }
.south_2c1f { border-top: 3px solid #d4af37; }
.popup_6de5 { border-top: 3px solid #ff6b6b; }
.dim_a112 { border-top: 3px solid #8b5cf6; }

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

.accent_34fd {
    overflow-x: auto;
}

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

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

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

.hover_down_1049 td {
    color: #ccc;
}

.hover_down_1049 .alert-73f0 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool-02ab p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.inner-371b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-copper-96b2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.east_e55e {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.over_4980 .purple-e6b3 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.red_4998 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

.paragraph-medium-2cc6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.primary-simple-dac2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.shade-pressed-c09a span {
    color: #666;
    font-size: 0.8rem;
}

.shade-pressed-c09a a {
    color: #ff6b6b;
}

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

.content-pro-8e61 {
    max-width: 800px;
    margin: 0 auto;
}

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

.middle-7362 {
    text-align: center;
}

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

.middle-7362 .background_5142 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-pro-8e61 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.content-pro-8e61 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.thumbnail-206a {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.backdrop-tiny-430e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.shade-hovered-515c {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .large-8ef7 {
        flex-direction: column;
    }
    .section-ffab {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.copper-134d .texture-d130 {
    color: #666;
    margin: 0 8px;
}

.copper-134d .column_7dd1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.dropdown-fast-c711 strong {
    color: #d4af37;
    margin-right: 8px;
}

.tag-4b6f {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.focus-top-5f15 {
    font-size: 2rem;
}

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

.lite-96b5 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.link-29a1 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.under-5009 strong {
    color: #00ff88;
}

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

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

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

.pattern-soft-8987 h3,
.dark_a3f4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.tabs-purple-3dbb {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.tabs-purple-3dbb strong {
    color: #d4af37;
}

.message-2557 {
    color: #aaa;
}

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

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

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

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

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

.column-99c8 {
    max-width: 900px;
    margin: 0 auto;
}

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

.banner-silver-58d4:last-child {
    border-bottom: none;
}

.banner-silver-58d4 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.banner-silver-58d4 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.hero-6130 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-6130 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hero-4621 strong {
    color: #d4af37;
}

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

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

.soft-8749 strong {
    color: #00ff88;
}

.soft-8749 span {
    color: #d4af37;
}

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

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

.glass-5e43 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.column-in-3707 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.narrow-967e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-liquid-2d29 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-liquid-2d29 li {
    margin-bottom: 5px;
}

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

.logo-liquid-2d29 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.paragraph_bright_f627 strong {
    color: #00ff88;
}

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

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

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

.upper-7a16 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.status-out-45f0 {
    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;
}

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

@media (max-width: 768px) {
    .upper-7a16 {
        flex-direction: column;
    }
    
    .form_c483 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .box-pressed-c40c {
        padding: 30px 15px;
    }
    
    .box-pressed-c40c h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .grid_new_fd8d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .banner-fc27 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .video_current_5cd7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .video_current_5cd7 .white-f525 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .yellow_5df0 {
        font-size: 1.3rem;
    }
    
    .modal-a998 {
        font-size: 0.7rem;
    }
    
    .west-b565 {
        flex-direction: column;
        gap: 10px;
    }
    
    .west-b565 .item-fa50 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .popup-gold-21e0 {
        display: none;
    }
    
    .media-light-9674 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .thick-eb10 {
        padding: 20px 10px;
    }
    
    .glass-5e43 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion_736b,
    .search_black_646b {
        padding: 15px;
    }
    
    .narrow-967e {
        flex-direction: column;
        gap: 5px;
    }
    
    .slow-a4b4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper-2cb8 {
        padding: 30px 10px;
    }
    
    .static_4f14 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .solid_0cba {
        padding: 20px 15px;
    }
    
    .menu-east-1af1 {
        font-size: 2rem;
    }
    
    .solid_0cba h3 {
        font-size: 1.1rem;
    }
    
    .solid_0cba p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .notice_bottom_435e {
        padding: 20px 10px;
    }
    
    .west_3829 h2 {
        font-size: 1.3rem;
    }
    
    .hard_3856 {
        font-size: 0.9rem;
    }
    
    .banner-silver-58d4 h3 {
        font-size: 1.1rem;
    }
    
    .banner-silver-58d4 p {
        font-size: 0.9rem;
    }
    
    .hero-6130 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .content-4e0b {
        grid-template-columns: 1fr;
    }
    
    .hero-4621 {
        font-size: 0.85rem;
    }
    
    .hard_e4aa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border_065f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .border_065f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .disabled_pro_970a {
        padding: 30px 10px;
    }
    
    .backdrop_af0e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mini-8233 {
        padding: 15px 10px;
    }
    
    .mini-8233 h4 {
        font-size: 0.9rem;
    }
    
    .mini-8233 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .south-628d {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .icon-upper-649f {
        padding: 30px 10px;
    }
    
    .column_orange_2f01 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lite-30bb {
        padding: 15px;
    }
    
    .pattern-524e {
        font-size: 0.9rem;
    }
    
    .tooltip-d637 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tooltip-d637 .tabs_ba53 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .carousel-gas-2d12 {
        padding: 30px 10px;
    }
    
    .carousel-gas-2d12 h2 {
        font-size: 1.2rem;
    }
    
    .surface_3f85 {
        gap: 10px;
    }
    
    .banner-97cf summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .banner-97cf p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .surface_6347 {
        padding: 30px 10px;
    }
    
    .surface_6347 h2 {
        font-size: 1.2rem;
    }
    
    .right-3841 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paper_2a54 {
        padding: 15px 10px;
    }
    
    .paper_2a54 h4 {
        font-size: 0.85rem;
    }
    
    .paper_2a54 p {
        font-size: 0.75rem;
    }
    
    .overlay_25e9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shade-d7c5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .element-c46b {
        padding: 20px 10px;
    }
    
    .thumbnail_46e5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .input_purple_8772,
    .paper_ba86,
    .shade-pressed-c09a {
        width: 100%;
    }
    
    .input_purple_8772 h3 {
        font-size: 1.1rem;
    }
    
    .input_purple_8772 p {
        font-size: 0.8rem;
    }
    
    .widget_ff89 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thick-83b1 {
        padding: 30px 15px;
    }
    
    .thick-83b1 h2 {
        font-size: 1.3rem;
    }
    
    .thick-83b1 p {
        font-size: 0.85rem;
    }
    
    .content_7611 {
        flex-direction: column;
        gap: 10px;
    }
    
    .content_7611 .item-fa50 {
        width: 100%;
    }
    
    .content_static_1695 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .paragraph_west_9c95 {
        padding: 30px 10px;
    }
    
    .paragraph_west_9c95 h3 {
        font-size: 1.2rem;
    }
    
    .logo-68c8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border_bb9a {
        padding: 15px 10px;
    }
    
    .border_bb9a h4 {
        font-size: 0.85rem;
    }
    
    .border_bb9a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hero-down-c0a6 {
        padding: 30px 15px;
    }
    
    .notice_gas_7ad6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .popup_current_fda5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hard_e138 h4 {
        font-size: 0.9rem;
    }
    
    .hard_e138 a {
        font-size: 0.8rem;
    }
    
    .header-ec7f {
        font-size: 0.8rem;
    }
    
    .complex_7e0c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .button-prev-b621 {
        padding: 8px 10px;
    }
    
    .green-a380 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .dropdown-90a3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .green-a380 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dropdown-90a3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0b0b */
.ghost-box-i0 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
