/* Inner Page Styles */

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

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

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

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

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

.secondary_22d1 .alert-south-5b15 {
    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;
}

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

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

.secondary_22d1 .alert-south-5b15:hover::before {
    left: 100%;
}

.secondary_22d1 .alert-south-5b15:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.gallery-glass-3b73 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-7611.fn-active-c4a4 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-25d9 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.texture-gas-76d1 {
    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;
}

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

.texture-gas-76d1:hover::before {
    left: 100%;
}

.texture-gas-76d1 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;
}

.texture-gas-76d1 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;
}

.texture-gas-76d1 .progress-prev-fcb2 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.texture-gas-76d1 .progress-prev-fcb2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.narrow_58ca .progress-prev-fcb2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.narrow_58ca .progress-prev-fcb2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mini_feea {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .mini_feea h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .mini_feea h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .secondary_22d1 {
        justify-content: center;
    }
    
    .gallery-glass-3b73 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .banner-gas-3190 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .highlight_5cfd {
        padding: var(--md-spacing-md) 0;
    }
    
    .texture-6842 {
        padding: var(--md-spacing-md);
    }
    
    .feature_stone_5d7b {
        padding: var(--md-spacing-md) 0;
    }
    
    .tertiary_de8c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .narrow_58ca {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slider_342a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .texture-6842 {
        padding: var(--md-spacing-sm);
    }
    
    .widget-6ee8 {
        padding: var(--md-spacing-md);
    }
    
    .tertiary_de8c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.widget-6ee8,
.tertiary_de8c,
.narrow_58ca {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.new_ff40 {
    font-size: 1.5rem;
}

.backdrop_9731 strong {
    color: #00ff88;
}

.photo-focused-178f {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .block-out-85ac {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .photo-focused-178f {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo-silver-b653 {
    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;
}

.logo-silver-b653 strong {
    color: #00ff88;
}

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

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

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

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

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

.pro-51d7::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;
}

.logo-full-a5ec {
    text-align: center;
    margin-bottom: 30px;
}

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

.copper-8638.pagination-cc99 .pagination_bottom_8bd9 {
    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); }
}

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

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

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

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

.slider-faef 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;
}

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

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

.medium-f643 {
    font-size: 1.2rem;
}

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

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

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

.texture-2c31 {
    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;
}

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

.texture-2c31.container_f56d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.texture-2c31.frame-medium-7bcf::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.texture-2c31.link_glass_3855::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.texture-2c31.fluid-5e85::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.article-thick-1079 {
    font-size: 1.2rem;
}

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

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

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

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

.green_0b82.hover-liquid-b0dc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.green_0b82.fn-active-c4a4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.large-8f5b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.filter-8123 { border-top: 3px solid #00ccff; }
.footer_83e2 { border-top: 3px solid #00ff88; }
.image-stone-5831 { border-top: 3px solid #d4af37; }
.black_8cac { border-top: 3px solid #ff6b6b; }
.outline_wood_8f7f { border-top: 3px solid #8b5cf6; }

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

.focused_a1b7 {
    overflow-x: auto;
}

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

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

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

.up_db79 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.button-purple-f32d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

@media (max-width: 576px) {
    .block-tiny-73b8 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.module-42fc {
    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;
}

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

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

.focus-action-8b3d h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.focus-action-8b3d p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tabs_narrow_4745 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.hidden-over-bb24 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.icon_4213 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.row-action-3f8d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.frame-down-c9c0 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.mask-easy-2320 .secondary_east_5bcb {
    margin-bottom: 10px;
}

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

.mask-easy-2320 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.logo-small-e92b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.summary-iron-9fbb h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.summary-iron-9fbb p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.sidebar-medium-6830 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.sidebar-medium-6830 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.carousel-9e70 span {
    color: #666;
    font-size: 0.8rem;
}

.carousel-9e70 a {
    color: #ff6b6b;
}

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

.dropdown-brown-09e7 {
    max-width: 800px;
    margin: 0 auto;
}

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

.shadow-dirty-177f {
    text-align: center;
}

.shadow-dirty-177f .button-f195 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.shadow-dirty-177f .large_b1b5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dropdown-brown-09e7 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.dropdown-brown-09e7 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .bronze-2669 {
        flex-direction: column;
    }
    .accordion-7581 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.button-fluid-b2ad {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.fast_8ceb .overlay-green-021a {
    color: #666;
    margin: 0 8px;
}

.fast_8ceb .wide_da04 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.hero-591c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.gold-3aec strong {
    color: #d4af37;
    margin-right: 8px;
}

.breadcrumb-warm-3b0d {
    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;
}

.article_b8b1 {
    font-size: 2rem;
}

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

.video-top-e538 strong {
    color: #d4af37;
}

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

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

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

.next-b417 h3,
.active-tall-9d1a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.progress-35b1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shadow-244b strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.notice-stone-fca9 strong {
    color: #00ff88;
}

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

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

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

.article-brown-a910 h3,
.secondary-8b2f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.background-easy-7938 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.background-easy-7938 summary::-webkit-details-marker {
    display: none;
}

.background-easy-7938 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.focus-green-99d5 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.gas_0be6 strong {
    color: #d4af37;
}

.tertiary_pressed_d0ee {
    color: #aaa;
}

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

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

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

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

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

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

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

.media-hard-ab1a:last-child {
    border-bottom: none;
}

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

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

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

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

.modal-05c5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.modal-05c5 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;
}

.modal-05c5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.static_7a56 strong {
    color: #d4af37;
}

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

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

.gas_e025 strong {
    color: #00ff88;
}

.gas_e025 span {
    color: #d4af37;
}

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

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

.south-7a91 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.badge-93fc {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.content-mini-9cb2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simple-0cbd li {
    margin-bottom: 5px;
}

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

.simple-0cbd a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.label-black-5813 strong {
    color: #00ff88;
}

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

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

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

.black-157f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.solid-5b06 {
    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;
}

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

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

@media (max-width: 768px) {
    .black-157f {
        flex-direction: column;
    }
    
    .solid-5b06 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .feature_a3fb {
        padding: 30px 15px;
    }
    
    .feature_a3fb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .mask_2e78 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .caption-5157 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .main_full_1432 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main_full_1432 .hot-f134 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .pattern-7967 {
        font-size: 1.3rem;
    }
    
    .tall_9a29 {
        font-size: 0.7rem;
    }
    
    .notice_bb4e {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice_bb4e .progress-prev-fcb2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .popup-narrow-2fcb {
        display: none;
    }
    
    .status-2735 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .carousel_4ba5 {
        padding: 20px 10px;
    }
    
    .south-7a91 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .south-f4d4,
    .first-2da3 {
        padding: 15px;
    }
    
    .simple-12e2 {
        flex-direction: column;
        gap: 5px;
    }
    
    .dark-0c6a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .focused_92ca {
        padding: 30px 10px;
    }
    
    .active_0d76 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border-a2fb {
        padding: 20px 15px;
    }
    
    .popup-d5ce {
        font-size: 2rem;
    }
    
    .border-a2fb h3 {
        font-size: 1.1rem;
    }
    
    .border-a2fb p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .search-8617 {
        padding: 20px 10px;
    }
    
    .fast-1cd9 h2 {
        font-size: 1.3rem;
    }
    
    .aside_dfc7 {
        font-size: 0.9rem;
    }
    
    .media-hard-ab1a h3 {
        font-size: 1.1rem;
    }
    
    .media-hard-ab1a p {
        font-size: 0.9rem;
    }
    
    .modal-05c5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .thick_57d0 {
        grid-template-columns: 1fr;
    }
    
    .static_7a56 {
        font-size: 0.85rem;
    }
    
    .status-mini-14b0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-gold-e09e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focus-gold-e09e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .button_0027 {
        padding: 30px 10px;
    }
    
    .out_d613 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .down_143c {
        padding: 15px 10px;
    }
    
    .down_143c h4 {
        font-size: 0.9rem;
    }
    
    .down_143c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .carousel-9d6c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .heading_39da {
        padding: 30px 10px;
    }
    
    .dim-d0e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .alert_809b {
        padding: 15px;
    }
    
    .image-e511 {
        font-size: 0.9rem;
    }
    
    .icon_b1fa {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon_b1fa .shade_8deb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .gradient_bc15 {
        padding: 30px 10px;
    }
    
    .gradient_bc15 h2 {
        font-size: 1.2rem;
    }
    
    .modal_3c53 {
        gap: 10px;
    }
    
    .icon-7b0c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .icon-7b0c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .caption-rough-cbd4 {
        padding: 30px 10px;
    }
    
    .caption-rough-cbd4 h2 {
        font-size: 1.2rem;
    }
    
    .old_999a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-over-061a {
        padding: 15px 10px;
    }
    
    .video-over-061a h4 {
        font-size: 0.85rem;
    }
    
    .video-over-061a p {
        font-size: 0.75rem;
    }
    
    .description-518c {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .black_d07c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .active-af42 {
        padding: 20px 10px;
    }
    
    .hard-fb17 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .block-ab07,
    .sidebar-medium-6830,
    .carousel-9e70 {
        width: 100%;
    }
    
    .block-ab07 h3 {
        font-size: 1.1rem;
    }
    
    .block-ab07 p {
        font-size: 0.8rem;
    }
    
    .gold-170a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background_simple_8b93 {
        padding: 30px 15px;
    }
    
    .background_simple_8b93 h2 {
        font-size: 1.3rem;
    }
    
    .background_simple_8b93 p {
        font-size: 0.85rem;
    }
    
    .secondary_97c4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .secondary_97c4 .progress-prev-fcb2 {
        width: 100%;
    }
    
    .backdrop_narrow_be94 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hero-cb27 {
        padding: 30px 15px;
    }
    
    .hidden_north_51a5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .progress_liquid_819c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail_c133 h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail_c133 a {
        font-size: 0.8rem;
    }
    
    .hard_6252 {
        font-size: 0.8rem;
    }
    
    .section-small-59fb p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .heading_2447 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dropdown_6673 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ae96 */
.ghost-box-i3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
