/* Inner Page Styles */

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

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

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

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

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

.soft-9358 .hover-5ea6 {
    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;
}

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

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

.soft-9358 .hover-5ea6:hover::before {
    left: 100%;
}

.soft-9358 .hover-5ea6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.disabled-steel-4d59 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-e73e.fn-active-04e3 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.avatar-small-082c {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper_6b59 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

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

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

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

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

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

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

.complex-3ef1:hover::before {
    left: 100%;
}

.complex-3ef1 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;
}

.complex-3ef1 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;
}

.complex-3ef1 .slider_cbf4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.complex-3ef1 .slider_cbf4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.item-77a0 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.warm_4b45 .slider_cbf4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .info_medium_695a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .info_medium_695a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .info_medium_695a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .soft-9358 {
        justify-content: center;
    }
    
    .main_0fbf {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .frame-old-be7c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .avatar-small-082c {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar-e224 {
        padding: var(--md-spacing-md);
    }
    
    .border-6bd7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper_6b59 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .warm_4b45 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .thumbnail-small-d4df {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .avatar-e224 {
        padding: var(--md-spacing-sm);
    }
    
    .solid_0af9 {
        padding: var(--md-spacing-md);
    }
    
    .wrapper_6b59 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.solid_0af9,
.wrapper_6b59,
.warm_4b45 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.purple_24bb {
    font-size: 1.5rem;
}

.top-7f4c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clean-7dee strong {
    color: #00ff88;
}

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

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

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

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

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

.list-green-5f29::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;
}

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

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

.steel_902e.primary_cc3c .input_wood_e42e {
    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); }
}

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

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

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

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

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

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

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

.element-79b9 {
    font-size: 1.2rem;
}

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

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

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

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

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

.red_7413.notice_2bd8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.red_7413.label_2655::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.red_7413.copper_9434::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.red_7413.overlay_4905::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.label_current_9cc7 {
    font-size: 1.2rem;
}

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

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

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

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

.message-5ab0.aside-dynamic-5c37 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.message-5ab0.fn-active-04e3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.surface-bright-10df {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.box-upper-0536 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.pattern-medium-015f {
    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;
}

.pattern-medium-015f:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.pattern-medium-015f.item-4b9e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.shadow_fluid_0823 { border-top: 3px solid #00ccff; }
.yellow-37b0 { border-top: 3px solid #00ff88; }
.light-7d07 { border-top: 3px solid #d4af37; }
.description-71c6 { border-top: 3px solid #ff6b6b; }
.shadow_194a { border-top: 3px solid #8b5cf6; }

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

.sort-rough-440b {
    overflow-x: auto;
}

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

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

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

.iron-9310 td {
    color: #ccc;
}

.iron-9310 .content-hot-c210 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.iron-9310 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.panel-last-3f5c {
    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;
}

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

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

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

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

.slider-bright-4078 {
    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;
}

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

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

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

.paragraph-819c {
    font-size: 2rem;
}

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

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

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

.notice-down-1e9f {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .notice-down-1e9f::before {
        left: 30px;
    }
}

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

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

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

.up_d705::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.thumbnail-stale-cf51 {
    font-size: 1.5rem;
}

.border-911f {
    color: #888;
    font-size: 0.9rem;
}

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

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

.light-71c6 {
    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;
}

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

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

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

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

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

.alert-smooth-1f80 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.alert-smooth-1f80 .main-5784 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.first-ab80 .next_c46a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.widget-soft-ba9d {
    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;
}

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

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

.table-mini-2359 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.fast-9f31 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.primary-1e6e span {
    color: #666;
    font-size: 0.8rem;
}

.primary-1e6e a {
    color: #ff6b6b;
}

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

.module-6ffe {
    max-width: 800px;
    margin: 0 auto;
}

.preview-brown-0b34 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.shadow_e7d2 {
    text-align: center;
}

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

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

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

.module-6ffe > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.black-5f24 {
    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;
}

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

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

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

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

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

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

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

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

.in-6b06 {
    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;
}

.in-6b06.item-4b9e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .stale-eccb {
        flex-direction: column;
    }
    .focus_simple_1bbb {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.slow_1650 .avatar-b7c7 {
    color: #666;
    margin: 0 8px;
}

.slow_1650 .backdrop_bright_258e {
    color: #ff6b6b;
    text-decoration: line-through;
}

.aside-03c4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tooltip-dark-2915 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.dark_3b9d {
    font-size: 2rem;
}

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

.thumbnail-3bc2 strong {
    color: #d4af37;
}

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

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

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

.main-brown-f46b h3,
.hovered-d208 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.south-99ca {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.picture_static_a11d strong {
    color: #00ff88;
}

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

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

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

.modal-91e5 h3,
.shadow_e22a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.pattern-last-650b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.popup_orange_d998 strong {
    color: #d4af37;
}

.silver-4505 {
    color: #aaa;
}

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

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

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

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

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

.border-top-21d0 {
    max-width: 900px;
    margin: 0 auto;
}

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

.form-medium-6861:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_e9f9 strong {
    color: #d4af37;
}

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

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

.filter_mini_c590 strong {
    color: #00ff88;
}

.filter_mini_c590 span {
    color: #d4af37;
}

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

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

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

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

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

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

.liquid-9f78 {
    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;
}

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

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

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

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

.tooltip-west-b5c0 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_e000 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.fast-9f31 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.focused-9def {
    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;
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .black-519f {
        padding: 30px 15px;
    }
    
    .black-519f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .aside_55e9 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .title-ad50 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .media_paper_48ec {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .media_paper_48ec .basic-6bb0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .wrapper_bfaf {
        font-size: 1.3rem;
    }
    
    .stale_b753 {
        font-size: 0.7rem;
    }
    
    .background_green_fbd8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .background_green_fbd8 .slider_cbf4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .heading-9827 {
        display: none;
    }
    
    .column-68e0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .paragraph_7cfd {
        padding: 20px 10px;
    }
    
    .thumbnail_28b0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .caption_6ec0,
    .tag_dim_cbf2 {
        padding: 15px;
    }
    
    .heading_selected_058a {
        flex-direction: column;
        gap: 5px;
    }
    
    .tooltip-west-b5c0 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .icon-lite-8c8b {
        padding: 30px 10px;
    }
    
    .caption_8e1f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress-fixed-6a86 {
        padding: 20px 15px;
    }
    
    .hard_4c30 {
        font-size: 2rem;
    }
    
    .progress-fixed-6a86 h3 {
        font-size: 1.1rem;
    }
    
    .progress-fixed-6a86 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .alert_south_8f22 {
        padding: 20px 10px;
    }
    
    .header-over-3be9 h2 {
        font-size: 1.3rem;
    }
    
    .notification_ab84 {
        font-size: 0.9rem;
    }
    
    .form-medium-6861 h3 {
        font-size: 1.1rem;
    }
    
    .form-medium-6861 p {
        font-size: 0.9rem;
    }
    
    .article_99f2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .outer-2496 {
        grid-template-columns: 1fr;
    }
    
    .list_e9f9 {
        font-size: 0.85rem;
    }
    
    .caption_3840 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .block_c148 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .block_c148 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .block-next-05f9 {
        padding: 30px 10px;
    }
    
    .next_761f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black_0dfd {
        padding: 15px 10px;
    }
    
    .black_0dfd h4 {
        font-size: 0.9rem;
    }
    
    .black_0dfd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .modal_wood_92ac {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .breadcrumb_tiny_9009 {
        padding: 30px 10px;
    }
    
    .tooltip-up-1b40 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .backdrop_short_0282 {
        padding: 15px;
    }
    
    .under-ce28 {
        font-size: 0.9rem;
    }
    
    .frame_4bf4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame_4bf4 .text-3771 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .logo-f0a0 {
        padding: 30px 10px;
    }
    
    .logo-f0a0 h2 {
        font-size: 1.2rem;
    }
    
    .avatar_upper_5dae {
        gap: 10px;
    }
    
    .primary-wide-4b07 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .primary-wide-4b07 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .pressed_08ac {
        padding: 30px 10px;
    }
    
    .pressed_08ac h2 {
        font-size: 1.2rem;
    }
    
    .fixed_9289 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out-b06a {
        padding: 15px 10px;
    }
    
    .out-b06a h4 {
        font-size: 0.85rem;
    }
    
    .out-b06a p {
        font-size: 0.75rem;
    }
    
    .old-be9f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .heading_pink_1cd2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hidden-easy-d0f1 {
        padding: 20px 10px;
    }
    
    .picture-e356 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .video_6527,
    .active_fd42,
    .primary-1e6e {
        width: 100%;
    }
    
    .video_6527 h3 {
        font-size: 1.1rem;
    }
    
    .video_6527 p {
        font-size: 0.8rem;
    }
    
    .wide-f090 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gallery_yellow_17a6 {
        padding: 30px 15px;
    }
    
    .gallery_yellow_17a6 h2 {
        font-size: 1.3rem;
    }
    
    .gallery_yellow_17a6 p {
        font-size: 0.85rem;
    }
    
    .tertiary_fast_1fe6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary_fast_1fe6 .slider_cbf4 {
        width: 100%;
    }
    
    .accent-fluid-ad58 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .overlay-1e36 {
        padding: 30px 15px;
    }
    
    .modal_9cc0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .card-fresh-fa29 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .popup_dc64 h4 {
        font-size: 0.9rem;
    }
    
    .popup_dc64 a {
        font-size: 0.8rem;
    }
    
    .paragraph-complex-dda9 {
        font-size: 0.8rem;
    }
    
    .pagination-gold-747e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .backdrop_liquid_a345 {
        padding: 8px 10px;
    }
    
    .logo-focused-56ee {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .border_8196 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .logo-focused-56ee {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .border_8196 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 56d9 */
.shadow-element-h8 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
