/* Inner Page Styles */

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

.item-fixed-c8b4 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);
}

.item-fixed-c8b4 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);
}

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

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

.filter-9779 .slider_north_900f {
    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;
}

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

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

.filter-9779 .slider_north_900f:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow-4d23 {
    color: var(--casino-gold-light);
}

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

.slow-4d23 a:hover {
    color: var(--casino-gold-light);
}

.slow-4d23.fn-active-3951 {
    color: var(--casino-gold-light);
}

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

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

.aside-hot-fe49 {
    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);
}

.aside-hot-fe49 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);
}

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

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

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

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

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

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

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

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

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

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

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

.accent-advanced-d846 {
    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%;
}

.accent-advanced-d846 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 */
.brown-b9c4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.text_short_60c4 {
    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_short_60c4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

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

.text_short_60c4 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_short_60c4 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_short_60c4 .alert-white-d842 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.text_short_60c4 .alert-white-d842:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.modal-0c6a {
    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);
}

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

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

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

.element-basic-7501 {
    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);
}

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

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

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

.element-basic-7501 .alert-white-d842 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.element-basic-7501 .alert-white-d842:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .item-fixed-c8b4 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .item-fixed-c8b4 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .item-fixed-c8b4 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .filter-9779 {
        justify-content: center;
    }
    
    .card_silver_66fb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .row-4244 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .glass_27f3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .aside-hot-fe49 {
        padding: var(--md-spacing-md);
    }
    
    .nav-static-587d {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent-advanced-d846 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element-basic-7501 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .bronze_dff8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .aside-hot-fe49 {
        padding: var(--md-spacing-sm);
    }
    
    .slider_93b1 {
        padding: var(--md-spacing-md);
    }
    
    .accent-advanced-d846 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.slider_93b1,
.accent-advanced-d846,
.element-basic-7501 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.short-54f8::-webkit-scrollbar {
    width: 8px;
}

.short-54f8::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.frame_rough_5d0a {
    font-size: 1.5rem;
}

.outline-pressed-daeb strong {
    color: #00ff88;
}

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

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

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

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

.wrapper-bottom-3750 {
    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;
}

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

.wrapper-bottom-3750 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.left_4fba strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.cool_6ed6.glass_392c .prev-2d9e {
    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); }
}

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

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

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

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

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

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

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

.yellow_3519 {
    font-size: 1.2rem;
}

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

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

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

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

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

.component_2620.copper_dc4f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.component_2620.pink-620d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.component_2620.current-44dd::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.component_2620.summary-6296::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gradient_warm_e724 {
    font-size: 1.2rem;
}

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

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

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

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

.summary_45e3.full_5e8a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary_45e3.fn-active-3951 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

.cool_23dd.short-37b8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.picture_top_bb92 { border-top: 3px solid #00ccff; }
.gold_2a3e { border-top: 3px solid #00ff88; }
.aside-0a19 { border-top: 3px solid #d4af37; }
.main-0635 { border-top: 3px solid #ff6b6b; }
.title_c626 { border-top: 3px solid #8b5cf6; }

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

.heading_5745 {
    overflow-x: auto;
}

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

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

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

.fixed-b59b td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.filter-lower-f12f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.breadcrumb-inner-5c61 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.orange_fdd0 {
    font-size: 2rem;
}

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

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

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

.link-iron-c71c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.active_8373 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.top-9f91 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.top-9f91 .slider-991b {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.backdrop-last-d513 .top-fa31 {
    margin-bottom: 10px;
}

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

.backdrop-last-d513 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.bottom-5bd1 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.popup_old_b7f8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

.button-bottom-9df9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.row-fast-0fad {
    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;
}

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

.logo-up-4d75 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.logo-up-4d75 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

.highlight-c1a6 a {
    color: #ff6b6b;
}

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

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

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

.photo_south_978c {
    text-align: center;
}

.photo_south_978c .photo-paper-1813 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.photo_south_978c .clean-8ab7 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_steel_44e5.short-37b8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .full_95f2 {
        flex-direction: column;
    }
    .black-5a33 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.carousel-wood-5023 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.active_2747 .overlay_clean_eb7d {
    color: #666;
    margin: 0 8px;
}

.active_2747 .disabled-west-cf55 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.carousel-c902 {
    font-size: 2rem;
}

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

.mini_f8ed strong {
    color: #d4af37;
}

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

.sidebar-dim-7287 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.filter-2e3d h3,
.steel_b070 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.bottom_43d2 strong {
    color: #00ff88;
}

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

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

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

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

.static-90be {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.row-90eb summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.icon-60ea strong {
    color: #d4af37;
}

.focused-a8c7 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.link-east-cca6 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.link-east-cca6 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;
}

.link-east-cca6 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.accent_906a strong {
    color: #d4af37;
}

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

.grid-0e6f {
    color: #888;
    font-size: 0.9rem;
}

.grid-0e6f strong {
    color: #00ff88;
}

.grid-0e6f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.accent-fresh-8d46 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.label-under-0160 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-short-deea {
    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;
}

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

.filter-glass-3504 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .wrapper_stone_8de5 {
        padding: 30px 15px;
    }
    
    .wrapper_stone_8de5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dropdown-2b46 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .main_2b3f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .icon-fluid-b544 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon-fluid-b544 .static_a40d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .table-short-35bd {
        font-size: 1.3rem;
    }
    
    .stone-9835 {
        font-size: 0.7rem;
    }
    
    .description-c719 {
        flex-direction: column;
        gap: 10px;
    }
    
    .description-c719 .alert-white-d842 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .thick_440f {
        display: none;
    }
    
    .element_71d8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .aside_286e {
        padding: 20px 10px;
    }
    
    .tag-b81a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary_hard_1f1d,
    .hover-soft-1023 {
        padding: 15px;
    }
    
    .module-ac05 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hover_dirty_89b7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .header-yellow-e418 {
        padding: 30px 10px;
    }
    
    .up_f5a6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background_115b {
        padding: 20px 15px;
    }
    
    .label-f448 {
        font-size: 2rem;
    }
    
    .background_115b h3 {
        font-size: 1.1rem;
    }
    
    .background_115b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .cold_5780 {
        padding: 20px 10px;
    }
    
    .up-91e6 h2 {
        font-size: 1.3rem;
    }
    
    .tabs-3420 {
        font-size: 0.9rem;
    }
    
    .fast_81bf h3 {
        font-size: 1.1rem;
    }
    
    .fast_81bf p {
        font-size: 0.9rem;
    }
    
    .link-east-cca6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pressed-5f60 {
        grid-template-columns: 1fr;
    }
    
    .accent_906a {
        font-size: 0.85rem;
    }
    
    .footer-right-ad58 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out_d212 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .out_d212 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .column_c260 {
        padding: 30px 10px;
    }
    
    .accent-2337 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup-in-292c {
        padding: 15px 10px;
    }
    
    .popup-in-292c h4 {
        font-size: 0.9rem;
    }
    
    .popup-in-292c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notice-liquid-02b5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accent-2337 {
        grid-template-columns: 1fr;
    }
    
    .popup-in-292c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pink-14b2 {
        padding: 30px 10px;
    }
    
    .menu_c498 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pressed_50ea {
        padding: 15px;
    }
    
    .texture-current-a2c8 {
        font-size: 0.9rem;
    }
    
    .tag-pro-2db0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-pro-2db0 .widget-353f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .in_0b55 {
        padding: 30px 10px;
    }
    
    .in_0b55 h2 {
        font-size: 1.2rem;
    }
    
    .frame-8a17 {
        gap: 10px;
    }
    
    .sidebar_bc4b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .sidebar_bc4b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .tertiary-a2c7 {
        padding: 30px 10px;
    }
    
    .tertiary-a2c7 h2 {
        font-size: 1.2rem;
    }
    
    .element-green-7b9d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow_33d8 {
        padding: 15px 10px;
    }
    
    .narrow_33d8 h4 {
        font-size: 0.85rem;
    }
    
    .narrow_33d8 p {
        font-size: 0.75rem;
    }
    
    .bronze_b199 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .solid-ee27 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .element-green-7b9d {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .row-fast-0fad {
        padding: 20px 10px;
    }
    
    .component-7954 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .logo-up-4d75,
    .dirty-ca42,
    .highlight-c1a6 {
        width: 100%;
    }
    
    .logo-up-4d75 h3 {
        font-size: 1.1rem;
    }
    
    .logo-up-4d75 p {
        font-size: 0.8rem;
    }
    
    .solid_d421 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .current_7502 {
        padding: 30px 15px;
    }
    
    .current_7502 h2 {
        font-size: 1.3rem;
    }
    
    .current_7502 p {
        font-size: 0.85rem;
    }
    
    .nav-36a0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-36a0 .alert-white-d842 {
        width: 100%;
    }
    
    .outline_a74c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .slow-bf3b {
        padding: 30px 10px;
    }
    
    .slow-bf3b h3 {
        font-size: 1.2rem;
    }
    
    .panel-fc0e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-basic-7501 {
        padding: 15px 10px;
    }
    
    .element-basic-7501 h4 {
        font-size: 0.85rem;
    }
    
    .element-basic-7501 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .article-blue-d3ba {
        padding: 30px 15px;
    }
    
    .card-active-9260 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .rough-c488 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .highlight-974f h4 {
        font-size: 0.9rem;
    }
    
    .highlight-974f a {
        font-size: 0.8rem;
    }
    
    .form-advanced-6e7b {
        font-size: 0.8rem;
    }
    
    .element-b822 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .logo-warm-8c8a {
        padding: 8px 10px;
    }
    
    .hero-4295 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .preview_west_8211 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero-4295 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .preview_west_8211 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3516 */
.ghost-box-e7 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
