/* Inner Page Styles */

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

.alert-680a 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);
}

.alert-680a 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);
}

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

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

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

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

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

.popup_cceb .item_31ba:hover::before {
    left: 100%;
}

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

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

.bright-836e {
    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);
}

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

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

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

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

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

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

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

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

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

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

.form-first-c4cf {
    color: var(--casino-gold-light);
}

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

.form-first-c4cf a:hover {
    color: var(--casino-gold-light);
}

.form-first-c4cf.fn-active-438a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-bottom-5952 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 */
.secondary_smooth_e5db {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.row-8c59:hover::before {
    left: 100%;
}

.row-8c59 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;
}

.row-8c59 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;
}

.row-8c59 .hovered_b5b0 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.row-8c59 .hovered_b5b0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.sort-up-f6c9 {
    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);
}

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

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

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

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

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

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

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

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

.sidebar-d8bd .hovered_b5b0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .alert-680a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .alert-680a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .alert-680a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .popup_cceb {
        justify-content: center;
    }
    
    .bright-836e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .up-a6e5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .medium-9041 {
        padding: var(--md-spacing-md) 0;
    }
    
    .banner_4593 {
        padding: var(--md-spacing-md);
    }
    
    .wrapper-last-d50c {
        padding: var(--md-spacing-md) 0;
    }
    
    .media-bottom-5952 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sidebar-d8bd {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .mask_yellow_64c5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .banner_4593 {
        padding: var(--md-spacing-sm);
    }
    
    .soft_cb69 {
        padding: var(--md-spacing-md);
    }
    
    .media-bottom-5952 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.soft_cb69,
.media-bottom-5952,
.sidebar-d8bd {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.disabled-in-e487 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .panel-fast-06d2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .nav_9279 {
        margin-left: 0;
    }
}

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

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

.surface-191c {
    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;
}

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

.surface-191c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.surface-191c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.input-50b1 strong {
    color: #00ff88;
}

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

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

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

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

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

.current-5b81::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;
}

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

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

.container_upper_14b1.down_be1c .soft-93ea {
    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); }
}

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

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

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

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

.pattern-f35a 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;
}

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

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

.black-7f2c {
    font-size: 1.2rem;
}

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

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

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

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

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

.filter_medium_1bb5.chip-fresh-e0f8::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.filter_medium_1bb5.white-fb59::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.filter_medium_1bb5.liquid_c506::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.filter_medium_1bb5.lower-23f1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.complex-cb63 {
    font-size: 1.2rem;
}

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

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

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

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

.block_da06.tag_lite_071f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block_da06.fn-active-438a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_up_3daa { border-top: 3px solid #00ccff; }
.item-3595 { border-top: 3px solid #00ff88; }
.bronze-aecf { border-top: 3px solid #d4af37; }
.hero-54d1 { border-top: 3px solid #ff6b6b; }
.video-82b6 { border-top: 3px solid #8b5cf6; }

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

.lite_8097 {
    overflow-x: auto;
}

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

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

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

.rough-4506 td {
    color: #ccc;
}

.rough-4506 .hot-4e3f {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.tag-action-3b88 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.panel-down-bac7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.short-92cf p {
    color: #888;
    font-size: 0.9rem;
}

.photo-small-b769 {
    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;
}

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

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

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

.tertiary_dark_3828 {
    font-size: 2rem;
}

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

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

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

.progress-1e99 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_ed2b {
    font-size: 1.5rem;
}

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

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

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

.video-tall-b5b9 {
    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;
}

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

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

.status-dim-6c7c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.hard-ffe8 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.new_2388 .aside-93aa {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.picture-outer-ee27 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.slider-hovered-27f1 {
    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;
}

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

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

.backdrop-clean-c3a7 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.panel-6e37 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.outline-pressed-9d91 {
    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;
}

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

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

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

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

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

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

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

.fresh-ad46 span {
    color: #666;
    font-size: 0.8rem;
}

.fresh-ad46 a {
    color: #ff6b6b;
}

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

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

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

.clean_0c16 {
    text-align: center;
}

.clean_0c16 .accent-up-1d0d {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

/* Related Tech Section */
.outline-down-e82a {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hidden-8465 {
        flex-direction: column;
    }
    .primary-yellow-d157 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.message-north-93a0 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.element-mini-9422 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bright_c21b .footer-99f0 {
    color: #666;
    margin: 0 8px;
}

.bright_c21b .wood-0dd2 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.down-4947 {
    font-size: 2rem;
}

.notice-static-cb54 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.notice-static-cb54 strong {
    color: #d4af37;
}

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

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

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

.basic-948f h3,
.secondary-8919 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.cool-6013 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.medium-3b4c {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.right-ac66 h3,
.secondary-ba86 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.bottom-9ec3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.tooltip-c4fd strong {
    color: #d4af37;
}

.header-5bbc {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-cbdc {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

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

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

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

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

.wrapper-7206 strong {
    color: #d4af37;
}

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

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

.disabled_over_fd24 strong {
    color: #00ff88;
}

.disabled_over_fd24 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.nav-97fa {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.carousel-0e71 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.light-31ff ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.light-31ff li {
    margin-bottom: 5px;
}

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

.light-31ff a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.top-385a {
    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;
}

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

.banner-prev-f2d7 strong {
    color: #00ff88;
}

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

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

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

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

.south-25e9 {
    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;
}

.paper-002c {
    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;
}

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

@media (max-width: 768px) {
    .accordion_new_9442 {
        flex-direction: column;
    }
    
    .south-25e9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hidden-0970 {
        padding: 30px 15px;
    }
    
    .hidden-0970 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .copper-e03b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .modal_d564 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .selected-596a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .selected-596a .banner-ece2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .primary_hard_a7ee {
        font-size: 1.3rem;
    }
    
    .layout_1239 {
        font-size: 0.7rem;
    }
    
    .bronze-b485 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bronze-b485 .hovered_b5b0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .accent-green-a9ed {
        display: none;
    }
    
    .filter-e6db {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .video-eacb {
        padding: 20px 10px;
    }
    
    .narrow_476b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section-571f,
    .down-4462 {
        padding: 15px;
    }
    
    .nav-97fa {
        flex-direction: column;
        gap: 5px;
    }
    
    .article_fast_98b8 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .alert-black-040d {
        padding: 30px 10px;
    }
    
    .dirty-d682 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fixed_4e56 {
        padding: 20px 15px;
    }
    
    .nav-671e {
        font-size: 2rem;
    }
    
    .fixed_4e56 h3 {
        font-size: 1.1rem;
    }
    
    .fixed_4e56 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .form_65ad {
        padding: 20px 10px;
    }
    
    .shade-iron-1a1c h2 {
        font-size: 1.3rem;
    }
    
    .avatar_8436 {
        font-size: 0.9rem;
    }
    
    .surface_dark_7822 h3 {
        font-size: 1.1rem;
    }
    
    .surface_dark_7822 p {
        font-size: 0.9rem;
    }
    
    .filter_thick_e5ff li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active_fd5d {
        grid-template-columns: 1fr;
    }
    
    .wrapper-7206 {
        font-size: 0.85rem;
    }
    
    .shadow-3a0a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header-cbdc {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .header-cbdc strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .alert-e204 {
        padding: 30px 10px;
    }
    
    .east_8ecf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focused_e9ba {
        padding: 15px 10px;
    }
    
    .focused_e9ba h4 {
        font-size: 0.9rem;
    }
    
    .focused_e9ba p {
        font-size: 0.75rem;
        display: none;
    }
    
    .pattern_in_00c6 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .tabs-4f12 {
        padding: 30px 10px;
    }
    
    .avatar_thick_bdc2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification-0905 {
        padding: 15px;
    }
    
    .rough-c3a9 {
        font-size: 0.9rem;
    }
    
    .link_776f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .link_776f .focused-b00f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .notification_4a69 {
        padding: 30px 10px;
    }
    
    .notification_4a69 h2 {
        font-size: 1.2rem;
    }
    
    .hover-dynamic-a62f {
        gap: 10px;
    }
    
    .label-8bd5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .label-8bd5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .row-7286 {
        padding: 30px 10px;
    }
    
    .row-7286 h2 {
        font-size: 1.2rem;
    }
    
    .footer-932e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .message_9fbd {
        padding: 15px 10px;
    }
    
    .message_9fbd h4 {
        font-size: 0.85rem;
    }
    
    .message_9fbd p {
        font-size: 0.75rem;
    }
    
    .stale_44c7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .column_48d3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .outline-pressed-9d91 {
        padding: 20px 10px;
    }
    
    .badge_wood_6830 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .background_8675,
    .slider_ba07,
    .fresh-ad46 {
        width: 100%;
    }
    
    .background_8675 h3 {
        font-size: 1.1rem;
    }
    
    .background_8675 p {
        font-size: 0.8rem;
    }
    
    .active_stale_3780 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .tabs_8974 {
        padding: 30px 15px;
    }
    
    .tabs_8974 h2 {
        font-size: 1.3rem;
    }
    
    .tabs_8974 p {
        font-size: 0.85rem;
    }
    
    .column-tiny-1ba1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .column-tiny-1ba1 .hovered_b5b0 {
        width: 100%;
    }
    
    .out_9740 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .image-fresh-ef8f {
        padding: 30px 10px;
    }
    
    .image-fresh-ef8f h3 {
        font-size: 1.2rem;
    }
    
    .old-34c3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sidebar-d8bd {
        padding: 15px 10px;
    }
    
    .sidebar-d8bd h4 {
        font-size: 0.85rem;
    }
    
    .sidebar-d8bd p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hidden-bd3f {
        padding: 30px 15px;
    }
    
    .box_bottom_b579 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .feature-soft-23b2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .inner-d9d5 h4 {
        font-size: 0.9rem;
    }
    
    .inner-d9d5 a {
        font-size: 0.8rem;
    }
    
    .background-cf78 {
        font-size: 0.8rem;
    }
    
    .popup_0d59 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .yellow_c38f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .title_aa07 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bc97 */
.promo-block-a9 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
