/* Inner Page Styles */

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

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

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

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

.sidebar-upper-5c18 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.sidebar-upper-5c18 .message-lower-eccd {
    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;
}

.sidebar-upper-5c18 .message-lower-eccd::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.sidebar-upper-5c18 .message-lower-eccd:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.sidebar-upper-5c18 .message-lower-eccd:hover::before {
    left: 100%;
}

.sidebar-upper-5c18 .message-lower-eccd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.dropdown-static-0533 {
    margin-bottom: var(--md-spacing-lg);
}

.table-yellow-092a {
    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);
}

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

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

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

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

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

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

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

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

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

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

.lower-6aac {
    color: var(--casino-gold-light);
}

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

.lower-6aac a:hover {
    color: var(--casino-gold-light);
}

.lower-6aac.fn-active-8056 {
    color: var(--casino-gold-light);
}

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

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

.message-under-5bf3 {
    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-under-5bf3 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-under-5bf3 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

.new-fa47 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.box-e39a:hover::before {
    left: 100%;
}

.box-e39a 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;
}

.box-e39a 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;
}

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

.box-e39a .sort_a821:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.solid_3b1e .sort_a821:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .content_hard_3ea1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .content_hard_3ea1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .content_hard_3ea1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .sidebar-upper-5c18 {
        justify-content: center;
    }
    
    .table-yellow-092a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column_01b1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .nav_18ee {
        padding: var(--md-spacing-md) 0;
    }
    
    .message-under-5bf3 {
        padding: var(--md-spacing-md);
    }
    
    .notification-tiny-d570 {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert_yellow_7cdd {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .solid_3b1e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slider_orange_6ea0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .message-under-5bf3 {
        padding: var(--md-spacing-sm);
    }
    
    .carousel_steel_1945 {
        padding: var(--md-spacing-md);
    }
    
    .alert_yellow_7cdd {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.carousel_steel_1945,
.alert_yellow_7cdd,
.solid_3b1e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.thumbnail_ea19 {
    font-size: 1.5rem;
}

.down-ad6b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge_d071 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .text-east-11e8 {
        grid-template-columns: 1fr;
    }
}

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

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

.primary-0abd {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

.static-8be3 {
    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;
}

.static-8be3.huge-4a38 .avatar-action-be12 {
    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); }
}

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

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

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

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

.item-top-7542 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-top-7542 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);
}

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

.popup-clean-5aa5 {
    font-size: 1.2rem;
}

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

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

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

.active-2f34 {
    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;
}

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

.active-2f34.backdrop_c997::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active-2f34.pro_3231::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-2f34.logo-d19e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active-2f34.feature-prev-9af1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.orange-c47c {
    font-size: 1.2rem;
}

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

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

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

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

.hidden-solid-3dfd.text-last-5174 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hidden-solid-3dfd.fn-active-8056 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.alert-easy-8679 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.white-5d86 { border-top: 3px solid #00ccff; }
.frame_lower_3d33 { border-top: 3px solid #00ff88; }
.sort_b6e0 { border-top: 3px solid #d4af37; }
.title-pressed-9e8a { border-top: 3px solid #ff6b6b; }
.carousel_cool_3a4d { border-top: 3px solid #8b5cf6; }

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

.image_4454 {
    overflow-x: auto;
}

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

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

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

.shadow-81c2 td {
    color: #ccc;
}

.shadow-81c2 .primary_27f2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.shadow-81c2 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.alert-down-88aa {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.shade-action-e3df {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.breadcrumb-cold-4b02 {
    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;
}

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

.bottom-0e32 p {
    color: #888;
    font-size: 0.9rem;
}

.image-warm-aa46 {
    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;
}

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

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

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

.steel-d1da {
    font-size: 2rem;
}

.tertiary-pressed-7ae6 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

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

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

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

.gallery-cold-11d8 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.complex-7d35 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.info-ecf5 .notice_gas_a950 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.next-4dc8 {
    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;
}

.filter-white-217a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.filter-white-217a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.wrapper-dim-bc53 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.notification-3c63 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.up-a7a3 a {
    color: #ff6b6b;
}

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

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

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

.modal_mini_4ab9 {
    text-align: center;
}

.modal_mini_4ab9 .picture-under-7d98 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-soft-ed96 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .slow_2471 {
        flex-direction: column;
    }
    .box-soft-ed96 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.steel-32c9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.mask-4b31 .down_92dc {
    color: #666;
    margin: 0 8px;
}

.mask-4b31 .glass_db1d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.main-1b2f strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.footer_b88e {
    font-size: 2rem;
}

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

.selected-ccf1 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.component-532b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.surface-in-bd00 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.up-66c8 {
    background: #0a0a0a;
    padding: 30px 0;
}

.logo-outer-77d4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .logo-outer-77d4 {
        grid-template-columns: 1fr;
    }
}

.breadcrumb-slow-2203 h3,
.bottom_e560 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.hovered-d318 strong {
    color: #d4af37;
}

.media-49bf {
    color: #aaa;
}

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

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

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

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

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

.element-down-9488 {
    max-width: 900px;
    margin: 0 auto;
}

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

.progress-66af:last-child {
    border-bottom: none;
}

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

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

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

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

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

.list-aa58 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;
}

.list-aa58 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.gas_0d62 strong {
    color: #d4af37;
}

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

.highlight-wide-0f55 {
    color: #888;
    font-size: 0.9rem;
}

.highlight-wide-0f55 strong {
    color: #00ff88;
}

.highlight-wide-0f55 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.background-97a5 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.soft-36be {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.disabled-3cec {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-first-af03 {
    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;
}

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

.menu_1d99 strong {
    color: #00ff88;
}

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

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

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

.filter-gold-de8d {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.action-67d3 {
    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;
}

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

@media (max-width: 768px) {
    .filter-gold-de8d {
        flex-direction: column;
    }
    
    .dirty-acec {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

@media (max-width: 480px) {
    .heading_4ae1 {
        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;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .disabled-65d7 {
        padding: 30px 15px;
    }
    
    .disabled-65d7 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cold-0f0b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pressed-d582 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .row_4247 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .row_4247 .badge_over_0d07 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .light_9cad {
        font-size: 1.3rem;
    }
    
    .footer_a588 {
        font-size: 0.7rem;
    }
    
    .picture_1d7b {
        flex-direction: column;
        gap: 10px;
    }
    
    .picture_1d7b .sort_a821 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .list-copper-1994 {
        display: none;
    }
    
    .widget-fcf2 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gold_b2f7 {
        padding: 20px 10px;
    }
    
    .in_1edd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight_dim_fc98,
    .advanced-8bfc {
        padding: 15px;
    }
    
    .soft-36be {
        flex-direction: column;
        gap: 5px;
    }
    
    .disabled-3cec {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .breadcrumb_yellow_8595 {
        padding: 30px 10px;
    }
    
    .label-silver-1774 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider-dc8d {
        padding: 20px 15px;
    }
    
    .list-36c7 {
        font-size: 2rem;
    }
    
    .slider-dc8d h3 {
        font-size: 1.1rem;
    }
    
    .slider-dc8d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hard-897a {
        padding: 20px 10px;
    }
    
    .photo_small_0edf h2 {
        font-size: 1.3rem;
    }
    
    .table-advanced-c8a6 {
        font-size: 0.9rem;
    }
    
    .progress-66af h3 {
        font-size: 1.1rem;
    }
    
    .progress-66af p {
        font-size: 0.9rem;
    }
    
    .list-aa58 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .backdrop_stone_eb7f {
        grid-template-columns: 1fr;
    }
    
    .gas_0d62 {
        font-size: 0.85rem;
    }
    
    .hot_977f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_hovered_1f2c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .box_hovered_1f2c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tag-dfca {
        padding: 30px 10px;
    }
    
    .container-in-497a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .small_03ac {
        padding: 15px 10px;
    }
    
    .small_03ac h4 {
        font-size: 0.9rem;
    }
    
    .small_03ac p {
        font-size: 0.75rem;
        display: none;
    }
    
    .title-670a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .container-in-497a {
        grid-template-columns: 1fr;
    }
    
    .small_03ac p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .title_b15b {
        padding: 30px 10px;
    }
    
    .popup_fixed_526d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary_bb91 {
        padding: 15px;
    }
    
    .article_paper_67a0 {
        font-size: 0.9rem;
    }
    
    .avatar-upper-def0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .avatar-upper-def0 .search_8c84 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .complex-a821 {
        padding: 30px 10px;
    }
    
    .complex-a821 h2 {
        font-size: 1.2rem;
    }
    
    .in-46df {
        gap: 10px;
    }
    
    .primary_cool_2291 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .primary_cool_2291 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .active_c9f3 {
        padding: 30px 10px;
    }
    
    .active_c9f3 h2 {
        font-size: 1.2rem;
    }
    
    .upper_b066 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .medium-8f1d {
        padding: 15px 10px;
    }
    
    .medium-8f1d h4 {
        font-size: 0.85rem;
    }
    
    .medium-8f1d p {
        font-size: 0.75rem;
    }
    
    .surface_paper_15e0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .pattern-simple-5363 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .new-7e48 {
        padding: 20px 10px;
    }
    
    .first-3286 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .right_a91d,
    .primary_4eb5,
    .up-a7a3 {
        width: 100%;
    }
    
    .right_a91d h3 {
        font-size: 1.1rem;
    }
    
    .right_a91d p {
        font-size: 0.8rem;
    }
    
    .shade-0149 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .picture-old-4311 {
        padding: 30px 15px;
    }
    
    .picture-old-4311 h2 {
        font-size: 1.3rem;
    }
    
    .picture-old-4311 p {
        font-size: 0.85rem;
    }
    
    .carousel-in-6df2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .carousel-in-6df2 .sort_a821 {
        width: 100%;
    }
    
    .nav_down_5fff {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .widget-stone-a4d3 {
        padding: 30px 10px;
    }
    
    .widget-stone-a4d3 h3 {
        font-size: 1.2rem;
    }
    
    .wrapper_16b7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid_3b1e {
        padding: 15px 10px;
    }
    
    .solid_3b1e h4 {
        font-size: 0.85rem;
    }
    
    .solid_3b1e p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .next_58ed {
        padding: 30px 15px;
    }
    
    .component-79a2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header_north_c912 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .banner-soft-61a0 h4 {
        font-size: 0.9rem;
    }
    
    .banner-soft-61a0 a {
        font-size: 0.8rem;
    }
    
    .tiny_a64f {
        font-size: 0.8rem;
    }
    
    .image_874c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .caption_d67c {
        padding: 8px 10px;
    }
    
    .hero_hard_bd70 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .thumbnail-new-70df {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero_hard_bd70 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .thumbnail-new-70df {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 37fc */
.promo-block-k5 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
