/* Inner Page Styles */

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

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

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

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

.menu-5fd5 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.menu-5fd5 .main_2110 {
    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;
}

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

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

.menu-5fd5 .main_2110:hover::before {
    left: 100%;
}

.menu-5fd5 .main_2110:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

.link-cb66 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-cb66 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

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

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

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

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

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

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

.black_f1a5.fn-active-60de {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.photo-red-22dc {
    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);
}

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

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

.photo-red-22dc p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.panel-easy-0b7d {
    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;
}

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

.panel-easy-0b7d:hover::before {
    left: 100%;
}

.panel-easy-0b7d 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;
}

.panel-easy-0b7d 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;
}

.panel-easy-0b7d .new-a7db {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.panel-easy-0b7d .new-a7db:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.avatar-steel-6417 .new-a7db {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.avatar-steel-6417 .new-a7db:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .copper-7aca {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .copper-7aca h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .copper-7aca h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .menu-5fd5 {
        justify-content: center;
    }
    
    .iron_bcdd {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .grid_cold_6370 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notice_down_3cf9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .highlight-e941 {
        padding: var(--md-spacing-md);
    }
    
    .first_3181 {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper_smooth_a16d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .avatar-steel-6417 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .rough-c7a7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .highlight-e941 {
        padding: var(--md-spacing-sm);
    }
    
    .photo-red-22dc {
        padding: var(--md-spacing-md);
    }
    
    .wrapper_smooth_a16d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.photo-red-22dc,
.wrapper_smooth_a16d,
.avatar-steel-6417 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.widget_4457 {
    font-size: 1.5rem;
}

.frame_454f strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.filter-steel-fccc {
    padding: 30px 0;
}

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

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

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

.image-plasma-cb73 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.image-plasma-cb73 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.dynamic-94ea {
    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;
}

.dynamic-94ea strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.block_babe.shadow_f25b .thick_a94c {
    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); }
}

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

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

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

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

.current-7cc4 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;
}

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

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

.article_bb3d {
    font-size: 1.2rem;
}

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

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

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

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

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

.status_e854.photo-iron-d424::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.status_e854.clean_3973::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status_e854.text-thick-1980::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.status_e854.search-dea4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.module_1d65 {
    font-size: 1.2rem;
}

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

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

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

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

.fixed_005a.icon_east_1f4d { background: linear-gradient(90deg, #00ccff, #0088ff); }
.fixed_005a.fn-active-60de { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

.purple_f4cb {
    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_47b3 {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

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

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

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

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

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

.message-wide-475e {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.label-short-4eab { border-top: 3px solid #00ccff; }
.plasma_df4b { border-top: 3px solid #00ff88; }
.shade-solid-0db4 { border-top: 3px solid #d4af37; }
.sort_e066 { border-top: 3px solid #ff6b6b; }
.input_fast_e227 { border-top: 3px solid #8b5cf6; }

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

.slider-action-8949 {
    overflow-x: auto;
}

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

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

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

.list-a22e td {
    color: #ccc;
}

.list-a22e .photo-wood-4b56 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.column-tiny-e145 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.caption-lower-8b4f {
    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;
}

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

.pagination-small-3700 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.paragraph-tiny-b8f9 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.active-over-9c3e {
    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;
}

.active-over-9c3e::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);
}

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

.active-over-9c3e h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.active-over-9c3e p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.thumbnail-f311 {
    font-size: 1.5rem;
}

.white-3d1c {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.shadow-west-46fd strong {
    color: #fff;
    display: block;
}

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

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

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

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

.focused-afa1 .pattern_center_458f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.media-middle-2260 {
    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;
}

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

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

.glass-10d1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.column-inner-1d2a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.column-inner-1d2a span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.fixed_eff6 a {
    color: #ff6b6b;
}

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

.filter-left-db9d {
    max-width: 800px;
    margin: 0 auto;
}

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

.hot-f6bf {
    text-align: center;
}

.hot-f6bf .content-890b {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.hot-f6bf .dark-ddb8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.filter-left-db9d > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.frame-glass-da7a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .stone_0d16 {
        flex-direction: column;
    }
    .tertiary-2d94 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.summary-next-f49b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.texture_7316 .hidden_b2de {
    color: #666;
    margin: 0 8px;
}

.texture_7316 .block_c842 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.breadcrumb-yellow-209f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.accordion-glass-74f1 {
    font-size: 2rem;
}

.summary-over-8c86 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.summary-over-8c86 strong {
    color: #d4af37;
}

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

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

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

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

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

.logo-over-191b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.solid-235c strong {
    color: #00ff88;
}

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

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

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

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

.selected-7ed5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.caption-liquid-2add summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.caption-liquid-2add summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.upper-943a strong {
    color: #d4af37;
}

.banner_basic_84fe {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.upper-0665 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;
}

.upper-0665 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.active_f832 strong {
    color: #d4af37;
}

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

.accent-west-aae6 {
    color: #888;
    font-size: 0.9rem;
}

.accent-west-aae6 strong {
    color: #00ff88;
}

.accent-west-aae6 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-huge-4e7b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row-huge-4e7b li {
    margin-bottom: 5px;
}

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

.row-huge-4e7b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.column-blue-f8a6 strong {
    color: #00ff88;
}

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

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

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

.tabs-medium-f792 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.menu-first-6af1 {
    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;
}

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

@media (max-width: 768px) {
    .tabs-medium-f792 {
        flex-direction: column;
    }
    
    .east-bddc {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface_7cc4 {
        padding: 30px 15px;
    }
    
    .surface_7cc4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slider-liquid-5be8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .status_dynamic_b0ea {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .accent-e2f2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accent-e2f2 .surface_orange_2d14 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .gas_77e6 {
        font-size: 1.3rem;
    }
    
    .prev_b701 {
        font-size: 0.7rem;
    }
    
    .module-8d36 {
        flex-direction: column;
        gap: 10px;
    }
    
    .module-8d36 .new-a7db {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .filter-plasma-5643 {
        display: none;
    }
    
    .outline_dirty_f499 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .fast_10c9 {
        padding: 20px 10px;
    }
    
    .tall_d538 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .old-7880,
    .highlight_5380 {
        padding: 15px;
    }
    
    .tiny-8c7e {
        flex-direction: column;
        gap: 5px;
    }
    
    .notification_60df {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .photo-84c9 {
        padding: 30px 10px;
    }
    
    .lite-ea13 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower_1eb8 {
        padding: 20px 15px;
    }
    
    .pattern-ccc0 {
        font-size: 2rem;
    }
    
    .lower_1eb8 h3 {
        font-size: 1.1rem;
    }
    
    .lower_1eb8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .notification-5f92 {
        padding: 20px 5px;
    }
    
    .notification-5f92 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tooltip-active-0bdb {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .list-a22e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .list-a22e th,
    .list-a22e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tiny_c2c4 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .copper-b97b {
        padding: 20px 10px;
    }
    
    .thumbnail_in_5610 h2 {
        font-size: 1.3rem;
    }
    
    .frame_a849 {
        font-size: 0.9rem;
    }
    
    .photo_4689 h3 {
        font-size: 1.1rem;
    }
    
    .photo_4689 p {
        font-size: 0.9rem;
    }
    
    .upper-0665 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .old_f0a9 {
        grid-template-columns: 1fr;
    }
    
    .active_f832 {
        font-size: 0.85rem;
    }
    
    .right-691c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fresh_7830 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fresh_7830 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .medium-89e0 {
        padding: 30px 10px;
    }
    
    .caption-hot-a4fb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_gas_4f54 {
        padding: 15px 10px;
    }
    
    .widget_gas_4f54 h4 {
        font-size: 0.9rem;
    }
    
    .widget_gas_4f54 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .overlay-6908 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .caption-hot-a4fb {
        grid-template-columns: 1fr;
    }
    
    .widget_gas_4f54 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .gradient-e7b1 {
        padding: 30px 10px;
    }
    
    .grid-cold-b232 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .large-e139 {
        padding: 15px;
    }
    
    .selected_b4d9 {
        font-size: 0.9rem;
    }
    
    .disabled_7fc8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .disabled_7fc8 .article-1b8f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .fluid-17e0 {
        padding: 30px 10px;
    }
    
    .fluid-17e0 h2 {
        font-size: 1.2rem;
    }
    
    .panel_pink_7793 {
        gap: 10px;
    }
    
    .plasma-b3e9 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .plasma-b3e9 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .upper-324f {
        padding: 30px 10px;
    }
    
    .upper-324f h2 {
        font-size: 1.2rem;
    }
    
    .input-d410 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .easy-fe49 {
        padding: 15px 10px;
    }
    
    .easy-fe49 h4 {
        font-size: 0.85rem;
    }
    
    .easy-fe49 p {
        font-size: 0.75rem;
    }
    
    .disabled_slow_ea20 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .notification-5309 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .overlay_ed9f {
        padding: 20px 10px;
    }
    
    .form-purple-e4f1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .info-22fa,
    .column-inner-1d2a,
    .fixed_eff6 {
        width: 100%;
    }
    
    .info-22fa h3 {
        font-size: 1.1rem;
    }
    
    .info-22fa p {
        font-size: 0.8rem;
    }
    
    .gas_29a1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .thumbnail-4609 {
        padding: 30px 15px;
    }
    
    .thumbnail-4609 h2 {
        font-size: 1.3rem;
    }
    
    .thumbnail-4609 p {
        font-size: 0.85rem;
    }
    
    .medium-fc4c {
        flex-direction: column;
        gap: 10px;
    }
    
    .medium-fc4c .new-a7db {
        width: 100%;
    }
    
    .main_662b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .light-0ca6 {
        padding: 30px 10px;
    }
    
    .light-0ca6 h3 {
        font-size: 1.2rem;
    }
    
    .summary-2208 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar-steel-6417 {
        padding: 15px 10px;
    }
    
    .avatar-steel-6417 h4 {
        font-size: 0.85rem;
    }
    
    .avatar-steel-6417 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .new-8557 {
        padding: 30px 15px;
    }
    
    .yellow_8e1a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gallery_mini_e41c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .caption_067e h4 {
        font-size: 0.9rem;
    }
    
    .caption_067e a {
        font-size: 0.8rem;
    }
    
    .shadow-9f78 {
        font-size: 0.8rem;
    }
    
    .badge_43d4 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .mini-40b5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .first_3ac3 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: a572 */
.widget-item-f5 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
