/* Inner Page Styles */

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

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

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

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

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

.active_a2a1 .preview-a558 {
    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;
}

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

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

.active_a2a1 .preview-a558:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.highlight-yellow-87e5 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.wide_f31e.fn-active-f48e {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.title-lower-45cf {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail_wood_0ea6 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 */
.footer-current-72cc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-current-72cc li {
    margin-bottom: var(--md-spacing-xs);
}

.footer-current-72cc 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);
}

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

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

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

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

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

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

.inner_374d .dim-fdb4 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.inner_374d .dim-fdb4:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.nav_green_3e12 .dim-fdb4:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pagination-7470 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pagination-7470 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pagination-7470 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .active_a2a1 {
        justify-content: center;
    }
    
    .right-da33 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .current-00d2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .title-lower-45cf {
        padding: var(--md-spacing-md) 0;
    }
    
    .easy_61bd {
        padding: var(--md-spacing-md);
    }
    
    .menu_lower_5fcc {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail_wood_0ea6 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .nav_green_3e12 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .form-fba6 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .easy_61bd {
        padding: var(--md-spacing-sm);
    }
    
    .component_middle_e2b4 {
        padding: var(--md-spacing-md);
    }
    
    .detail_wood_0ea6 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.component_middle_e2b4,
.detail_wood_0ea6,
.nav_green_3e12 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hidden_4766 {
    font-size: 1.5rem;
}

.tabs-623d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-9038 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.notice-action-9a51 {
    text-align: center;
    margin-bottom: 30px;
}

.text-liquid-e790 {
    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;
}

.text-liquid-e790.primary-pressed-e3dc .wood-eed7 {
    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); }
}

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

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

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

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

.message-hard-aceb 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;
}

.message-hard-aceb 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);
}

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

.label_prev_4766 {
    font-size: 1.2rem;
}

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

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

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

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

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

.panel_pro_4e33.bright_8fdc::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.panel_pro_4e33.grid_complex_983d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.panel_pro_4e33.section_fixed_de98::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.panel_pro_4e33.row_7935::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.table_old_3d55 {
    font-size: 1.2rem;
}

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

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

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

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

.sidebar-91a7.old-5618 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sidebar-91a7.fn-active-f48e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.detail-fluid-72ee {
    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;
}

.detail-fluid-72ee:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.detail-fluid-72ee.panel-d019 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.thumbnail-middle-4a40 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.clean-24fc { border-top: 3px solid #00ccff; }
.focus-right-aca5 { border-top: 3px solid #00ff88; }
.accordion-cc52 { border-top: 3px solid #d4af37; }
.accordion_ebe5 { border-top: 3px solid #ff6b6b; }
.element-solid-04ba { border-top: 3px solid #8b5cf6; }

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

.liquid_c00b {
    overflow-x: auto;
}

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

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

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

.shadow_pro_99cc td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-advanced-d21f {
    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;
}

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

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

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

.tooltip-inner-9ea5 {
    font-size: 2rem;
}

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

.pattern-huge-5c13 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.advanced-625a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.red-771b {
    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;
}

.red-771b::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);
}

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

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

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

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

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

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

.image_6c15 {
    font-size: 1.5rem;
}

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

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

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

.alert-4c6f {
    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;
}

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

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

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

.element-fffc strong {
    color: #fff;
    display: block;
}

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

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

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

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

.search-fixed-84f8 .container_17cb {
    margin-bottom: 10px;
}

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

.search-fixed-84f8 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

@media (max-width: 768px) {
    .disabled-cold-343e {
        grid-template-columns: 1fr;
    }
}

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

.menu-3d2e {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right_0eda a {
    color: #ff6b6b;
}

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

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

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

.form-6b67 {
    text-align: center;
}

.form-6b67 .widget-hard-e69a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.form-6b67 .focus_hot_20e1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hot-3e0e {
        flex-direction: column;
    }
    .filter_5e2b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.next_80e0 .info-basic-7075 {
    color: #666;
    margin: 0 8px;
}

.next_80e0 .banner_purple_86e0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.table_copper_7fd6 {
    font-size: 2rem;
}

.layout-6bfd {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.layout-6bfd strong {
    color: #d4af37;
}

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

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

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

.media_solid_8e43 h3,
.aside-iron-7262 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.active-green-478a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.slow_96c9 strong {
    color: #00ff88;
}

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

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

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

.fluid-739f h3,
.bright-8918 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.summary-fast-37ae {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.filter-9ef6 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.tertiary_ab2a strong {
    color: #d4af37;
}

.block_f0b8 {
    color: #aaa;
}

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

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

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

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

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

.overlay-stale-2b21 {
    max-width: 900px;
    margin: 0 auto;
}

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

.paper-2928:last-child {
    border-bottom: none;
}

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

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

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

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

.table-9c3d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.table-9c3d 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;
}

.table-9c3d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.layout-0ac7 strong {
    color: #d4af37;
}

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

.panel-first-b258 {
    color: #888;
    font-size: 0.9rem;
}

.panel-first-b258 strong {
    color: #00ff88;
}

.panel-first-b258 span {
    color: #d4af37;
}

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

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

.image-thick-dc63 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-e9b3 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.aside-20bf strong {
    color: #00ff88;
}

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

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

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

.popup-short-8c4f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .popup-short-8c4f {
        flex-direction: column;
    }
    
    .pro_15fb {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.avatar-3b41 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .motion_9eba {
        padding: 30px 15px;
    }
    
    .motion_9eba h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .shadow_black_d63d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .photo-brown-7364 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .message_70fc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_70fc .smooth-2742 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .last-76f2 {
        font-size: 1.3rem;
    }
    
    .summary_97fa {
        font-size: 0.7rem;
    }
    
    .video_1d3d {
        flex-direction: column;
        gap: 10px;
    }
    
    .video_1d3d .dim-fdb4 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .full_1e2b {
        display: none;
    }
    
    .badge-solid-c78f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .logo-0faf {
        padding: 20px 10px;
    }
    
    .image-thick-dc63 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress-dim-a2e0,
    .right-3549 {
        padding: 15px;
    }
    
    .paragraph_ab6d {
        flex-direction: column;
        gap: 5px;
    }
    
    .text-6793 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element-0e87 {
        padding: 30px 10px;
    }
    
    .carousel-279b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface-plasma-a4f1 {
        padding: 20px 15px;
    }
    
    .card-bottom-9b80 {
        font-size: 2rem;
    }
    
    .surface-plasma-a4f1 h3 {
        font-size: 1.1rem;
    }
    
    .surface-plasma-a4f1 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .module_8099 {
        padding: 20px 10px;
    }
    
    .red_2db9 h2 {
        font-size: 1.3rem;
    }
    
    .footer-2006 {
        font-size: 0.9rem;
    }
    
    .paper-2928 h3 {
        font-size: 1.1rem;
    }
    
    .paper-2928 p {
        font-size: 0.9rem;
    }
    
    .table-9c3d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .sort_complex_f991 {
        grid-template-columns: 1fr;
    }
    
    .layout-0ac7 {
        font-size: 0.85rem;
    }
    
    .video_1ce8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold-f577 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gold-f577 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .nav_430e {
        padding: 30px 10px;
    }
    
    .dark-e0b0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slow-3aa4 {
        padding: 15px 10px;
    }
    
    .slow-3aa4 h4 {
        font-size: 0.9rem;
    }
    
    .slow-3aa4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .layout_f51d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dark-e0b0 {
        grid-template-columns: 1fr;
    }
    
    .slow-3aa4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus_1490 {
        padding: 30px 10px;
    }
    
    .message_df68 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dynamic-d216 {
        padding: 15px;
    }
    
    .badge_purple_b8e9 {
        font-size: 0.9rem;
    }
    
    .footer_smooth_8084 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer_smooth_8084 .over-537e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gold_32b3 {
        padding: 30px 10px;
    }
    
    .gold_32b3 h2 {
        font-size: 1.2rem;
    }
    
    .down-7811 {
        gap: 10px;
    }
    
    .card_fast_73e1 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .card_fast_73e1 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .thick-3553 {
        padding: 30px 10px;
    }
    
    .thick-3553 h2 {
        font-size: 1.2rem;
    }
    
    .badge_de93 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-30f3 {
        padding: 15px 10px;
    }
    
    .heading-30f3 h4 {
        font-size: 0.85rem;
    }
    
    .heading-30f3 p {
        font-size: 0.75rem;
    }
    
    .image_gas_20c0 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .slider_e55d {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .texture_top_c9b4 {
        padding: 20px 10px;
    }
    
    .hero_9049 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .cool_0096,
    .under_ae7c,
    .right_0eda {
        width: 100%;
    }
    
    .cool_0096 h3 {
        font-size: 1.1rem;
    }
    
    .cool_0096 p {
        font-size: 0.8rem;
    }
    
    .green-f607 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .fast_0e32 {
        padding: 30px 15px;
    }
    
    .fast_0e32 h2 {
        font-size: 1.3rem;
    }
    
    .fast_0e32 p {
        font-size: 0.85rem;
    }
    
    .bright_46b0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .bright_46b0 .dim-fdb4 {
        width: 100%;
    }
    
    .full_1dc2 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .container-1f96 {
        padding: 30px 15px;
    }
    
    .message_3362 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .under_2c06 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .preview_small_bfe5 h4 {
        font-size: 0.9rem;
    }
    
    .preview_small_bfe5 a {
        font-size: 0.8rem;
    }
    
    .gallery-pressed-8c1c {
        font-size: 0.8rem;
    }
    
    .accordion_right_35e6 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .footer-f33b {
        padding: 8px 10px;
    }
    
    .iron-4a95 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .label_07d7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .iron-4a95 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .label_07d7 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1d21 */
.widget-item-x5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
