/* Inner Page Styles */

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

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

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

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

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

.clean-c4e8 .cold-5f58 {
    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;
}

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

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

.clean-c4e8 .cold-5f58:hover::before {
    left: 100%;
}

.clean-c4e8 .cold-5f58:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.mask-easy-a31e {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro_ab6c.fn-active-4a02 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-3a4f {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.filter_old_10d0 .hero-1576:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.background-e65c .hero-1576:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .dirty_3867 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .dirty_3867 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .dirty_3867 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .clean-c4e8 {
        justify-content: center;
    }
    
    .mask-easy-a31e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .logo-inner-3c44 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dark-3ab5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .message_down_34e4 {
        padding: var(--md-spacing-md);
    }
    
    .focused_c430 {
        padding: var(--md-spacing-md) 0;
    }
    
    .media_basic_8939 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .background-e65c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .cold_209c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .message_down_34e4 {
        padding: var(--md-spacing-sm);
    }
    
    .pro_5589 {
        padding: var(--md-spacing-md);
    }
    
    .media_basic_8939 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pro_5589,
.media_basic_8939,
.background-e65c {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.popup-dynamic-371a::-webkit-scrollbar {
    width: 8px;
}

.popup-dynamic-371a::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.popup-dynamic-371a::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.popup-dynamic-371a::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

/* Author Section Compact */
.picture-bronze-141f {
    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);
}

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

.caption-center-a464 {
    font-size: 1.5rem;
}

.row-green-8e54 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .alert-2954 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .hover-mini-c82e {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-8279 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.backdrop_small_fed4.out_4758 .simple-ebc1 {
    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); }
}

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

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

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

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

.item-current-f879 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;
}

.item-current-f879 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);
}

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

.tooltip-small-0704 {
    font-size: 1.2rem;
}

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

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

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

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

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

.footer_motion_adcf.large_ca5f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.footer_motion_adcf.hard_2f86::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer_motion_adcf.focus-dd12::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.footer_motion_adcf.advanced-8c2c::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.popup-steel-9cd5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.hard-275a {
    font-size: 1.2rem;
}

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

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

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

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

.notice_large_f62d.pressed-e5f4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notice_large_f62d.fn-active-4a02 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.thumbnail-dynamic-19cc {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.wrapper-7e58 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.steel_6f0e.frame-rough-71d0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.search-green-7ffa {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.outline_1d47 { border-top: 3px solid #00ccff; }
.plasma_0d0e { border-top: 3px solid #00ff88; }
.fixed_713d { border-top: 3px solid #d4af37; }
.wrapper-copper-695f { border-top: 3px solid #ff6b6b; }
.logo-723e { border-top: 3px solid #8b5cf6; }

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

.menu-4e17 {
    overflow-x: auto;
}

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

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

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

.status_91ff td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.detail-advanced-071d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.link-fluid-041b {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.popup-49f6 {
    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;
}

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

.border-clean-ec9d p {
    color: #888;
    font-size: 0.9rem;
}

.notice-simple-54e7 {
    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;
}

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

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

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

.medium-aba0 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.red-30f5 {
    background: #0a0a0a;
    padding: 60px 0;
}

.mask-fccd {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-easy-44d4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.thumbnail-f119 .focus-hot-364f {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.fixed-58fb .description_8043 {
    margin-bottom: 10px;
}

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

.fixed-58fb strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-9c01 span {
    color: #666;
    font-size: 0.8rem;
}

.dropdown-9c01 a {
    color: #ff6b6b;
}

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

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

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

.next_6ea3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_advanced_fc91.frame-rough-71d0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hidden-204e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .list_active_b21c {
        flex-direction: column;
    }
    .hover-cold-1212 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.panel-30f1 .summary_motion_9d01 {
    color: #666;
    margin: 0 8px;
}

.panel-30f1 .light_9b93 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.row_e3f4 {
    font-size: 2rem;
}

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

.small-da73 strong {
    color: #d4af37;
}

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

.smooth-3ec8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.paragraph-old-19a6 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.pagination-focused-4136 strong {
    color: #d4af37;
    margin-right: 8px;
}

.column-fixed-91cf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.dynamic-e1ae strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.dark-379b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.detail-stone-153b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.heading_ca7f strong {
    color: #d4af37;
}

.link_fast_29ae {
    color: #aaa;
}

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

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

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

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

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

.grid-out-9d31 {
    max-width: 900px;
    margin: 0 auto;
}

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

.white-f737:last-child {
    border-bottom: none;
}

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

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

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

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

.gradient-79ae {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.gradient-79ae 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;
}

.gradient-79ae li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.info_simple_f858 strong {
    color: #d4af37;
}

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

.media-inner-e224 {
    color: #888;
    font-size: 0.9rem;
}

.media-inner-e224 strong {
    color: #00ff88;
}

.media-inner-e224 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-c52b strong {
    color: #00ff88;
}

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

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

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

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

.photo-out-5c2f {
    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;
}

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

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

@media (max-width: 768px) {
    .action_6b88 {
        flex-direction: column;
    }
    
    .photo-out-5c2f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.info-0483 .under-404b {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .detail_huge_a7a2 {
        padding: 30px 15px;
    }
    
    .detail_huge_a7a2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cool_5c60 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .paragraph_d9ab {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .small-9f81 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .small-9f81 .dynamic_df70 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .photo-724d {
        font-size: 1.3rem;
    }
    
    .notice-fast-5a87 {
        font-size: 0.7rem;
    }
    
    .main-light-1761 {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-light-1761 .hero-1576 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .sidebar-smooth-12af {
        display: none;
    }
    
    .accordion-hot-28df {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .picture_left_4c44 {
        padding: 20px 10px;
    }
    
    .input_bottom_d3e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .small-037c,
    .pressed-b2be {
        padding: 15px;
    }
    
    .up_463c {
        flex-direction: column;
        gap: 5px;
    }
    
    .button-af75 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .green-7ab6 {
        padding: 30px 10px;
    }
    
    .lite_a206 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright_28ee {
        padding: 20px 15px;
    }
    
    .wrapper_east_3550 {
        font-size: 2rem;
    }
    
    .bright_28ee h3 {
        font-size: 1.1rem;
    }
    
    .bright_28ee p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .accent-pro-9266 {
        padding: 20px 10px;
    }
    
    .photo-feea h2 {
        font-size: 1.3rem;
    }
    
    .filter-69f8 {
        font-size: 0.9rem;
    }
    
    .white-f737 h3 {
        font-size: 1.1rem;
    }
    
    .white-f737 p {
        font-size: 0.9rem;
    }
    
    .gradient-79ae li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .steel-1b15 {
        grid-template-columns: 1fr;
    }
    
    .info_simple_f858 {
        font-size: 0.85rem;
    }
    
    .panel_159f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_soft_a52c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .header_soft_a52c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tabs_fee1 {
        padding: 30px 10px;
    }
    
    .widget-large-b00c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sort-advanced-a8c4 {
        padding: 15px 10px;
    }
    
    .sort-advanced-a8c4 h4 {
        font-size: 0.9rem;
    }
    
    .sort-advanced-a8c4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .element_7de9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .widget-large-b00c {
        grid-template-columns: 1fr;
    }
    
    .sort-advanced-a8c4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pagination_289f {
        padding: 30px 10px;
    }
    
    .block_bd41 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .full_602d {
        padding: 15px;
    }
    
    .notification_6712 {
        font-size: 0.9rem;
    }
    
    .middle-2077 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .middle-2077 .border_4103 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .search-cool-842a {
        padding: 30px 10px;
    }
    
    .search-cool-842a h2 {
        font-size: 1.2rem;
    }
    
    .component_dce8 {
        gap: 10px;
    }
    
    .banner_paper_8c53 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .banner_paper_8c53 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .huge_bba0 {
        padding: 30px 10px;
    }
    
    .huge_bba0 h2 {
        font-size: 1.2rem;
    }
    
    .content-stale-4859 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_dirty_d4f6 {
        padding: 15px 10px;
    }
    
    .row_dirty_d4f6 h4 {
        font-size: 0.85rem;
    }
    
    .row_dirty_d4f6 p {
        font-size: 0.75rem;
    }
    
    .image-2cfb {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .header_e658 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hidden-rough-ef2a {
        padding: 20px 10px;
    }
    
    .avatar_east_6b61 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .sidebar-rough-cfaf,
    .detail_50ad,
    .dropdown-9c01 {
        width: 100%;
    }
    
    .sidebar-rough-cfaf h3 {
        font-size: 1.1rem;
    }
    
    .sidebar-rough-cfaf p {
        font-size: 0.8rem;
    }
    
    .under_bd54 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hard_1fd4 {
        padding: 30px 15px;
    }
    
    .hard_1fd4 h2 {
        font-size: 1.3rem;
    }
    
    .hard_1fd4 p {
        font-size: 0.85rem;
    }
    
    .image-south-570f {
        flex-direction: column;
        gap: 10px;
    }
    
    .image-south-570f .hero-1576 {
        width: 100%;
    }
    
    .gallery_blue_ac2a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .progress_2383 {
        padding: 30px 10px;
    }
    
    .progress_2383 h3 {
        font-size: 1.2rem;
    }
    
    .west-95f6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .background-e65c {
        padding: 15px 10px;
    }
    
    .background-e65c h4 {
        font-size: 0.85rem;
    }
    
    .background-e65c p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .bright_79bf {
        padding: 30px 15px;
    }
    
    .form-c50d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fast-0810 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .footer-a5d4 h4 {
        font-size: 0.9rem;
    }
    
    .footer-a5d4 a {
        font-size: 0.8rem;
    }
    
    .gas_d78e {
        font-size: 0.8rem;
    }
    
    .box-d28c p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .dynamic-9647 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .mask_0af4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3ebf */
.widget-item-u0 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
