/* Inner Page Styles */

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

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

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

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

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

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

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

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

.paper_f7d3 .background_east_1f62:hover::before {
    left: 100%;
}

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

.logo-liquid-983c {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slow-a1e1.fn-active-ed97 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-small-0ecf {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.grid-plasma-8b2c {
    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;
}

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

.grid-plasma-8b2c:hover::before {
    left: 100%;
}

.grid-plasma-8b2c 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;
}

.grid-plasma-8b2c 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;
}

.grid-plasma-8b2c .badge-4117 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.grid-plasma-8b2c .badge-4117:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.frame-purple-98a6 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.layout-dirty-97ec {
    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);
}

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

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

.layout-dirty-97ec p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.layout-dirty-97ec .badge-4117 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.layout-dirty-97ec .badge-4117:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section_9ae1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .section_9ae1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .section_9ae1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .paper_f7d3 {
        justify-content: center;
    }
    
    .nav_easy_1012 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .item-bba3 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .button-300d {
        padding: var(--md-spacing-md) 0;
    }
    
    .box_14ea {
        padding: var(--md-spacing-md);
    }
    
    .image_8839 {
        padding: var(--md-spacing-md) 0;
    }
    
    .text_c95a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .layout-dirty-97ec {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .heading-large-1f6f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .box_14ea {
        padding: var(--md-spacing-sm);
    }
    
    .lite-eded {
        padding: var(--md-spacing-md);
    }
    
    .text_c95a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.lite-eded,
.text_c95a,
.layout-dirty-97ec {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.progress-24b5::-webkit-scrollbar {
    width: 8px;
}

.progress-24b5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.media_fixed_4342 {
    font-size: 1.5rem;
}

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

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

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

/* Main Content Compact */
.tall-78cd {
    padding: 30px 0;
}

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

.filter-in-b65c {
    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;
}

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

.filter-in-b65c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.filter-in-b65c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.message-bright-5096 {
    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;
}

.message-bright-5096 strong {
    color: #00ff88;
}

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

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

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

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

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

.surface-0c6a::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;
}

.banner-basic-4f82 {
    text-align: center;
    margin-bottom: 30px;
}

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

.rough-1944.upper_5c30 .orange_f021 {
    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); }
}

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

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

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

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

.button-88cf 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;
}

.button-88cf 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);
}

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

.down_5550 {
    font-size: 1.2rem;
}

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

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

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

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

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

.rough-fa75.fixed-eb4b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.rough-fa75.title-dirty-cda8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.rough-fa75.badge_e726::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.rough-fa75.texture_hard_3768::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.solid_e5d9 {
    font-size: 1.2rem;
}

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

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

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

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

.label-dirty-22e4.outer-4290 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.label-dirty-22e4.fn-active-ed97 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.module-down-6a36 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.surface-pink-696d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.active-action-557e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.filter-4195 { border-top: 3px solid #00ccff; }
.full-2e17 { border-top: 3px solid #00ff88; }
.secondary-liquid-81cc { border-top: 3px solid #d4af37; }
.module-749a { border-top: 3px solid #ff6b6b; }
.progress-thick-debd { border-top: 3px solid #8b5cf6; }

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

.focus-out-bfd0 {
    overflow-x: auto;
}

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

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

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

.gallery-7c73 td {
    color: #ccc;
}

.gallery-7c73 .dim-37b7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.gallery-7c73 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.south-0f9b {
    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;
}

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

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

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

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

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

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

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

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

.warm_b0bf {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_right_d7d3 {
    font-size: 1.5rem;
}

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

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

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

.warm-5bdb {
    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;
}

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

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

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

.east-ef06 strong {
    color: #fff;
    display: block;
}

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

.gold-365d {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.next-17f4 .down_167b {
    margin-bottom: 10px;
}

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

.next-17f4 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.silver-7b5f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.feature-pro-f6e1 {
    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;
}

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

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

.tertiary-plasma-3aee {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.active-upper-16c3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.active-7a1c {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.form_motion_0db4 a {
    color: #ff6b6b;
}

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

.progress-next-a7f0 {
    max-width: 800px;
    margin: 0 auto;
}

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

.media-white-4bfe {
    text-align: center;
}

.media-white-4bfe .alert-c6b0 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.media-white-4bfe .pattern_91e4 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.progress-next-a7f0 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium-7596.shade-ff4b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .selected-a04a {
        flex-direction: column;
    }
    .caption_bright_9190 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.left-1b4a .detail_blue_ce11 {
    color: #666;
    margin: 0 8px;
}

.left-1b4a .button_yellow_896b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.element-new-c5c2 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.card_outer_5f52 {
    font-size: 2rem;
}

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

.middle_6ac4 strong {
    color: #d4af37;
}

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

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

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

.main-pressed-b4cb h3,
.sidebar_in_923f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.menu-prev-c9c3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.under_8c93 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.shadow-218b {
    background: #0a0a0a;
    padding: 30px 0;
}

.icon-up-b4f4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.overlay_fb78 h3,
.card-outer-6abc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.carousel-solid-53f2 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.carousel-solid-53f2 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.carousel-solid-53f2 summary::-webkit-details-marker {
    display: none;
}

.carousel-solid-53f2 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.primary-cold-e181 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.overlay-09c2 strong {
    color: #d4af37;
}

.pressed-a74f {
    color: #aaa;
}

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

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

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

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

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

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

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

.item-6009:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.copper_e52b li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.green_e02c strong {
    color: #d4af37;
}

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

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

.in_285c strong {
    color: #00ff88;
}

.in_285c span {
    color: #d4af37;
}

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

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

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

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

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

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

.menu-easy-1a33 {
    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;
}

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

.green-3b96 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.fresh-80d6 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.south-6d79 {
    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);
}

.south-0daa {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-0e85 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.component_next_821f strong {
    color: #00ff88;
}

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

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

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

.image-bronze-e137 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.active-7a1c {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .image-bronze-e137 {
        flex-direction: column;
    }
    
    .brown_2781 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.photo-cool-ffae {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .modal-advanced-5cd1 {
        padding: 30px 15px;
    }
    
    .modal-advanced-5cd1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .search-short-02c5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .badge-96c4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .narrow_8625 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .narrow_8625 .widget_e5bd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron-f969 {
        font-size: 1.3rem;
    }
    
    .hot_5c36 {
        font-size: 0.7rem;
    }
    
    .sidebar-last-5c71 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sidebar-last-5c71 .badge-4117 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .basic_26cd {
        display: none;
    }
    
    .right_df4c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .summary-liquid-3986 {
        padding: 20px 10px;
    }
    
    .current-ad83 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .footer-aa27,
    .over-daa0 {
        padding: 15px;
    }
    
    .fresh-80d6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .south-6d79 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .purple_be04 {
        padding: 30px 10px;
    }
    
    .chip_dde3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay_05f5 {
        padding: 20px 15px;
    }
    
    .gold-33cd {
        font-size: 2rem;
    }
    
    .overlay_05f5 h3 {
        font-size: 1.1rem;
    }
    
    .overlay_05f5 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .input-dim-122d {
        padding: 20px 5px;
    }
    
    .input-dim-122d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .feature_8e33 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .gallery-7c73 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .gallery-7c73 th,
    .gallery-7c73 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .dropdown-4a16 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .section-ec61 {
        padding: 20px 10px;
    }
    
    .mask-tall-4cb9 h2 {
        font-size: 1.3rem;
    }
    
    .carousel_7fe1 {
        font-size: 0.9rem;
    }
    
    .item-6009 h3 {
        font-size: 1.1rem;
    }
    
    .item-6009 p {
        font-size: 0.9rem;
    }
    
    .copper_e52b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .card_red_91f3 {
        grid-template-columns: 1fr;
    }
    
    .green_e02c {
        font-size: 0.85rem;
    }
    
    .accent-pressed-daf3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_4502 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .container_4502 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .secondary_64f8 {
        padding: 30px 10px;
    }
    
    .breadcrumb_blue_a05e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outer_6ed7 {
        padding: 15px 10px;
    }
    
    .outer_6ed7 h4 {
        font-size: 0.9rem;
    }
    
    .outer_6ed7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thick_56c8 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .sort-3145 {
        padding: 30px 10px;
    }
    
    .red-85f6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .copper-3446 {
        padding: 15px;
    }
    
    .dim_7817 {
        font-size: 0.9rem;
    }
    
    .breadcrumb-670d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .breadcrumb-670d .picture_b55d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .photo-058d {
        padding: 30px 10px;
    }
    
    .photo-058d h2 {
        font-size: 1.2rem;
    }
    
    .content_d439 {
        gap: 10px;
    }
    
    .pattern_easy_dd72 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .pattern_easy_dd72 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .avatar-cold-bb18 {
        padding: 30px 10px;
    }
    
    .avatar-cold-bb18 h2 {
        font-size: 1.2rem;
    }
    
    .content_fresh_2cd9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_1c46 {
        padding: 15px 10px;
    }
    
    .media_1c46 h4 {
        font-size: 0.85rem;
    }
    
    .media_1c46 p {
        font-size: 0.75rem;
    }
    
    .caption_over_5e2b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tertiary-ec32 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .heading_large_bfd7 {
        padding: 20px 10px;
    }
    
    .backdrop-upper-f109 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .icon-a35d,
    .top_e9ec,
    .form_motion_0db4 {
        width: 100%;
    }
    
    .icon-a35d h3 {
        font-size: 1.1rem;
    }
    
    .icon-a35d p {
        font-size: 0.8rem;
    }
    
    .dirty-be6d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .texture_south_5b29 {
        padding: 30px 15px;
    }
    
    .texture_south_5b29 h2 {
        font-size: 1.3rem;
    }
    
    .texture_south_5b29 p {
        font-size: 0.85rem;
    }
    
    .popup_up_afcc {
        flex-direction: column;
        gap: 10px;
    }
    
    .popup_up_afcc .badge-4117 {
        width: 100%;
    }
    
    .component_short_5832 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tabs-advanced-12e4 {
        padding: 30px 10px;
    }
    
    .tabs-advanced-12e4 h3 {
        font-size: 1.2rem;
    }
    
    .header-754f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout-dirty-97ec {
        padding: 15px 10px;
    }
    
    .layout-dirty-97ec h4 {
        font-size: 0.85rem;
    }
    
    .layout-dirty-97ec p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .block_ad97 {
        padding: 30px 15px;
    }
    
    .in-13b3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .shade_pink_6d98 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .mask_e7bf h4 {
        font-size: 0.9rem;
    }
    
    .mask_e7bf a {
        font-size: 0.8rem;
    }
    
    .next-0a80 {
        font-size: 0.8rem;
    }
    
    .gallery-copper-a193 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .primary-8504 {
        padding: 8px 10px;
    }
    
    .widget-6ede {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .filter-caf0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .widget-6ede {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .filter-caf0 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 94f2 */
.widget-item-b1 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
