/* Inner Page Styles */

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

.tabs-warm-7381 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);
}

.tabs-warm-7381 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);
}

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

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

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

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

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

.copper_1445 .form_bronze_759b:hover::before {
    left: 100%;
}

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

.card-white-aef4 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title_upper_31c7.fn-active-20c6 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* CTA Section */
.border-dark-e01a {
    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-158b {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.text_c3cf .picture-wide-6aef {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.text_c3cf .picture-wide-6aef:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.widget-3df0 {
    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);
}

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

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

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

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

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

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

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

.stone-cfc8 .picture-wide-6aef {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.stone-cfc8 .picture-wide-6aef:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tabs-warm-7381 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tabs-warm-7381 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tabs-warm-7381 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .copper_1445 {
        justify-content: center;
    }
    
    .icon_warm_0455 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu-2c47 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dynamic_9b04 {
        padding: var(--md-spacing-md) 0;
    }
    
    .summary_north_5ece {
        padding: var(--md-spacing-md);
    }
    
    .menu-158b {
        padding: var(--md-spacing-md) 0;
    }
    
    .photo_glass_b743 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .stone-cfc8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .input_c6d4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .summary_north_5ece {
        padding: var(--md-spacing-sm);
    }
    
    .element-pressed-e614 {
        padding: var(--md-spacing-md);
    }
    
    .photo_glass_b743 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.element-pressed-e614,
.photo_glass_b743,
.stone-cfc8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.border_11c3 {
    font-size: 1.5rem;
}

.info-8af6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-rough-395c {
    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;
}

.chip-rough-395c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.frame_48d0.wrapper-9c1e .sidebar-34a9 {
    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); }
}

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

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

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

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

.easy-ecce 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;
}

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

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

.paper_2fe9 {
    font-size: 1.2rem;
}

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

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

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

.stale-90fa {
    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;
}

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

.stale-90fa.tag-huge-261c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.stale-90fa.menu_blue_a0e2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stale-90fa.gallery_f006::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.stale-90fa.up_d366::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.lite_3b1c {
    font-size: 1.2rem;
}

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

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

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

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

.old_2760.layout_clean_00f5 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.old_2760.fn-active-20c6 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.component-hot-7ec1 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

.logo-solid-41f2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.bottom-ab67 { border-top: 3px solid #00ccff; }
.filter_645b { border-top: 3px solid #00ff88; }
.search-thick-1d9c { border-top: 3px solid #d4af37; }
.light-840a { border-top: 3px solid #ff6b6b; }
.easy-72ff { border-top: 3px solid #8b5cf6; }

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

.outline-f4c8 {
    overflow-x: auto;
}

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

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

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

.center_3f99 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-simple-68ad {
    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;
}

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

.primary-upper-4068 {
    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;
}

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

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

.notice-13ad {
    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;
}

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

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

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

.dirty-4ef7 {
    font-size: 2rem;
}

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

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

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

.clean-44b7 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.smooth_ae3a {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.hidden-cold-769d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.down_7333 .accent_out_ffcf {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active-advanced-370a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.last-1a77 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.rough-2a87 span {
    color: #666;
    font-size: 0.8rem;
}

.rough-2a87 a {
    color: #ff6b6b;
}

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

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

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

.avatar-pink-b5e7 {
    text-align: center;
}

.avatar-pink-b5e7 .block-02c4 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.avatar-pink-b5e7 .container_b72a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-bronze-467d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.background-stone-98d0 {
    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;
}

.background-stone-98d0.focused_b448 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.thumbnail-dynamic-f63a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .text-bronze-467d {
        flex-direction: column;
    }
    .modal-d665 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.summary-84a3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.slider-first-66b7 .short_722c {
    color: #666;
    margin: 0 8px;
}

.slider-first-66b7 .top-ef51 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.notice_fast_2fb4 {
    font-size: 2rem;
}

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

.notice-6f34 strong {
    color: #d4af37;
}

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

.border-050f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.selected-5317 h3,
.sidebar-slow-3da2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.table-90dd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.module_top_1dde strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tooltip-new-249b summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.tooltip-new-249b summary::-webkit-details-marker {
    display: none;
}

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

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

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

.dropdown-cool-638c {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.dropdown-cool-638c strong {
    color: #d4af37;
}

.hot-ccfd {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.under-ec59 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;
}

.under-ec59 li strong {
    color: #00ff88;
}

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

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

.notice-dirty-3bd5 {
    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;
}

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

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

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

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

.focus-top-2579 strong {
    color: #d4af37;
}

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

.pagination-pro-d9d5 {
    color: #888;
    font-size: 0.9rem;
}

.pagination-pro-d9d5 strong {
    color: #00ff88;
}

.pagination-pro-d9d5 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.caption-pressed-1430 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_lower_6180 strong {
    color: #00ff88;
}

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

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

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

.tag-out-977c {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.status-35d9 {
    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;
}

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

.last-1a77 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tag-out-977c {
        flex-direction: column;
    }
    
    .status-35d9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.sidebar-soft-02b5 {
    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;
}

.sidebar-soft-02b5: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) {
    .sidebar-soft-02b5 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .sidebar-soft-02b5 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hover_4d3e {
        padding: 30px 15px;
    }
    
    .hover_4d3e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .red-4b73 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hovered_8182 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .caption_wood_b2d1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption_wood_b2d1 .summary_1a1b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron-2069 {
        font-size: 1.3rem;
    }
    
    .feature-c820 {
        font-size: 0.7rem;
    }
    
    .element-e01e {
        flex-direction: column;
        gap: 10px;
    }
    
    .element-e01e .picture-wide-6aef {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .wood_e4a6 {
        display: none;
    }
    
    .slider-d24f {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .fluid_176b {
        padding: 20px 10px;
    }
    
    .yellow-c8a2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wrapper_731e,
    .warm-d3c7 {
        padding: 15px;
    }
    
    .active-9506 {
        flex-direction: column;
        gap: 5px;
    }
    
    .caption_2530 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper-627a {
        padding: 30px 10px;
    }
    
    .action-94fb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .white-8a00 {
        padding: 20px 15px;
    }
    
    .wood-31ac {
        font-size: 2rem;
    }
    
    .white-8a00 h3 {
        font-size: 1.1rem;
    }
    
    .white-8a00 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .heading_a6d6 {
        padding: 20px 10px;
    }
    
    .tabs_iron_8d04 h2 {
        font-size: 1.3rem;
    }
    
    .border-fresh-5dd8 {
        font-size: 0.9rem;
    }
    
    .heading_8ec5 h3 {
        font-size: 1.1rem;
    }
    
    .heading_8ec5 p {
        font-size: 0.9rem;
    }
    
    .under-ec59 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .huge_2473 {
        grid-template-columns: 1fr;
    }
    
    .focus-top-2579 {
        font-size: 0.85rem;
    }
    
    .module-0843 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice-dirty-3bd5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .notice-dirty-3bd5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .footer_tall_b5fd {
        padding: 30px 10px;
    }
    
    .dropdown-hard-76d3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter_yellow_7564 {
        padding: 15px 10px;
    }
    
    .filter_yellow_7564 h4 {
        font-size: 0.9rem;
    }
    
    .filter_yellow_7564 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .pagination_silver_70a9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dropdown-hard-76d3 {
        grid-template-columns: 1fr;
    }
    
    .filter_yellow_7564 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pagination-simple-25e6 {
        padding: 30px 10px;
    }
    
    .iron_5181 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature_fa24 {
        padding: 15px;
    }
    
    .form-955b {
        font-size: 0.9rem;
    }
    
    .item-1116 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item-1116 .tag_black_e043 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .popup-00de {
        padding: 30px 10px;
    }
    
    .popup-00de h2 {
        font-size: 1.2rem;
    }
    
    .accordion-2562 {
        gap: 10px;
    }
    
    .widget-fresh-0786 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .widget-fresh-0786 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .chip_f192 {
        padding: 30px 10px;
    }
    
    .chip_f192 h2 {
        font-size: 1.2rem;
    }
    
    .complex_b207 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_eecc {
        padding: 15px 10px;
    }
    
    .nav_eecc h4 {
        font-size: 0.85rem;
    }
    
    .nav_eecc p {
        font-size: 0.75rem;
    }
    
    .background-854f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .focused_6723 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .picture_lower_0d79 {
        padding: 20px 10px;
    }
    
    .dark-7222 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hard_735a,
    .last_efb7,
    .rough-2a87 {
        width: 100%;
    }
    
    .hard_735a h3 {
        font-size: 1.1rem;
    }
    
    .hard_735a p {
        font-size: 0.8rem;
    }
    
    .photo_eed2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .popup-north-139c {
        padding: 30px 15px;
    }
    
    .popup-north-139c h2 {
        font-size: 1.3rem;
    }
    
    .popup-north-139c p {
        font-size: 0.85rem;
    }
    
    .outline_hard_72fe {
        flex-direction: column;
        gap: 10px;
    }
    
    .outline_hard_72fe .picture-wide-6aef {
        width: 100%;
    }
    
    .static-9ea4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .gallery-under-7268 {
        padding: 30px 15px;
    }
    
    .down-5e97 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .filter-1d67 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .west-0a40 h4 {
        font-size: 0.9rem;
    }
    
    .west-0a40 a {
        font-size: 0.8rem;
    }
    
    .background_9721 {
        font-size: 0.8rem;
    }
    
    .prev-30ff p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .heading_df5e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .accent_wide_7637 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 0505 */
.promo-block-t2 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
