/* Inner Page Styles */

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

.disabled-top-f93b 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);
}

.disabled-top-f93b 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);
}

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

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

.title-8906 .item-24f2 {
    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;
}

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

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

.title-8906 .item-24f2:hover::before {
    left: 100%;
}

.title-8906 .item-24f2:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.small-9e7a {
    margin-bottom: var(--md-spacing-lg);
}

.icon-0642 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-eca7.fn-active-34cd {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-fast-6a39 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

.middle_f00e .main-d39e {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.middle_f00e .main-d39e:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.frame-pressed-b35c {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.top-49b8 {
    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);
}

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

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

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

.top-49b8 .main-d39e {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.top-49b8 .main-d39e:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .disabled-top-f93b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .disabled-top-f93b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .disabled-top-f93b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .title-8906 {
        justify-content: center;
    }
    
    .icon-0642 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .row_easy_2c7c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .banner-37ef {
        padding: var(--md-spacing-md) 0;
    }
    
    .middle-b835 {
        padding: var(--md-spacing-md);
    }
    
    .middle-f85e {
        padding: var(--md-spacing-md) 0;
    }
    
    .banner_first_398b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .top-49b8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .thick_9376 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .middle-b835 {
        padding: var(--md-spacing-sm);
    }
    
    .detail_948e {
        padding: var(--md-spacing-md);
    }
    
    .banner_first_398b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.detail_948e,
.banner_first_398b,
.top-49b8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hot_5da1 {
    font-size: 1.5rem;
}

.module-east-6d42 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.secondary-4471 {
    padding: 30px 0;
}

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

.gradient-stone-bbbd {
    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;
}

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

.gradient-stone-bbbd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.gradient-stone-bbbd li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.shadow_over_dd69 strong {
    color: #00ff88;
}

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

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

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

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

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

.content-north-569e::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;
}

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

.menu-gas-9f41 {
    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;
}

.menu-gas-9f41.row-9a2e .gradient_7512 {
    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); }
}

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

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

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

.element-narrow-634e {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-narrow-634e 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;
}

.element-narrow-634e 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);
}

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

.dropdown-f5ba {
    font-size: 1.2rem;
}

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

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

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

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

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

.yellow-e3fa.input_30e5::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.yellow-e3fa.hero-68a5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.yellow-e3fa.badge-stale-5434::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.yellow-e3fa.silver_02b4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.focus-33da {
    font-size: 1.2rem;
}

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

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

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

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

.text-north-9fe7.mask-hard-926c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.text-north-9fe7.fn-active-34cd { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.header-huge-7533 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.basic-290d {
    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;
}

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

.basic-290d.liquid_f439 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.notice-yellow-9d34 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.accent-green-7e84 { border-top: 3px solid #00ccff; }
.stale-7ede { border-top: 3px solid #00ff88; }
.fresh-2e81 { border-top: 3px solid #d4af37; }
.wide-7425 { border-top: 3px solid #ff6b6b; }
.short-9b1e { border-top: 3px solid #8b5cf6; }

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

.sort-3317 {
    overflow-x: auto;
}

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

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

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

.active_4c5f td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.card-motion-1f10 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.prev-2c72 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.icon-static-98bc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.left-1ff6 {
    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;
}

.left-1ff6::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);
}

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

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

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

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

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

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

.fixed_b38f {
    font-size: 1.5rem;
}

.hero-stone-73b3 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.table_4cb6 .main-e61b {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.tabs-62d5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.up-03c5 {
    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;
}

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

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

.slider-large-486d {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.wide-4a0e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.avatar-right-8c28 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.summary-fixed-6c85 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.link-easy-432d {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tabs-dim-bd44 {
    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;
}

.link-easy-432d span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.layout_upper_bf34 a {
    color: #ff6b6b;
}

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

.up-5c54 {
    max-width: 800px;
    margin: 0 auto;
}

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

.simple_71be {
    text-align: center;
}

.simple_71be .disabled-right-d030 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.simple_71be .highlight-top-af42 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.up-5c54 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-7f67.liquid_f439 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.aside-367e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .plasma-14ce {
        flex-direction: column;
    }
    .cold-120b {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.steel-2b98 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.grid-slow-63f4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tertiary_f559 .outer-bd01 {
    color: #666;
    margin: 0 8px;
}

.tertiary_f559 .secondary_fresh_cf67 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.grid-small-7c47 {
    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;
}

.top_5351 {
    font-size: 2rem;
}

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

.gas_c145 strong {
    color: #d4af37;
}

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

.bright-8afb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

.surface-935d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.middle_17db strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.sidebar-hard-f163 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.bottom-c7ab h3,
.short-007a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.progress_184d summary::-webkit-details-marker {
    display: none;
}

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

.dim-921a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.search-blue-f486 strong {
    color: #d4af37;
}

.modal_ade6 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-advanced-98cc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

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

.alert-first-6552 {
    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;
}

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

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

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

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

.breadcrumb-3591 strong {
    color: #d4af37;
}

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

.breadcrumb-pink-09bb {
    color: #888;
    font-size: 0.9rem;
}

.breadcrumb-pink-09bb strong {
    color: #00ff88;
}

.breadcrumb-pink-09bb span {
    color: #d4af37;
}

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

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

.filter-wood-e65c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

.over-ad6e {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .element-silver-344c {
        grid-template-columns: 1fr;
    }
}

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

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

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

.disabled-e2af li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.new-63f3 {
    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_85c4 {
    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;
}

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

.last-f8fb strong {
    color: #00ff88;
}

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

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

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

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

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

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

.avatar-right-8c28 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .avatar_d053 {
        flex-direction: column;
    }
    
    .tabs-feda {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .label_pro_c20f {
        padding: 30px 15px;
    }
    
    .label_pro_c20f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .aside_9818 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dropdown-tall-c2d1 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .button_d955 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .button_d955 .primary_e744 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .prev-1177 {
        font-size: 1.3rem;
    }
    
    .box-fast-2245 {
        font-size: 0.7rem;
    }
    
    .list-fixed-b222 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list-fixed-b222 .main-d39e {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .filter-656c {
        display: none;
    }
    
    .outline-1c8e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .caption-down-7de1 {
        padding: 20px 10px;
    }
    
    .filter-wood-e65c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .steel_dbe7,
    .fluid_6144 {
        padding: 15px;
    }
    
    .over-ad6e {
        flex-direction: column;
        gap: 5px;
    }
    
    .aside-ab58 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .action_25a4 {
        padding: 30px 10px;
    }
    
    .chip_deaa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .red-49ef {
        padding: 20px 15px;
    }
    
    .detail_inner_9970 {
        font-size: 2rem;
    }
    
    .red-49ef h3 {
        font-size: 1.1rem;
    }
    
    .red-49ef p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .slider-c118 {
        padding: 20px 10px;
    }
    
    .old_c538 h2 {
        font-size: 1.3rem;
    }
    
    .card-dynamic-4a09 {
        font-size: 0.9rem;
    }
    
    .old_9e9f h3 {
        font-size: 1.1rem;
    }
    
    .old_9e9f p {
        font-size: 0.9rem;
    }
    
    .header_brown_462f li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .detail_green_5729 {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb-3591 {
        font-size: 0.85rem;
    }
    
    .pagination-advanced-98cc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-first-6552 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .alert-first-6552 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .outline-fluid-df7e {
        padding: 30px 10px;
    }
    
    .button_c8e2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .card-action-7f02 {
        padding: 15px;
    }
    
    .carousel_iron_0300 {
        font-size: 0.9rem;
    }
    
    .modal-slow-3fbb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .modal-slow-3fbb .list-fluid-bce7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .container_ed27 {
        padding: 30px 10px;
    }
    
    .container_ed27 h2 {
        font-size: 1.2rem;
    }
    
    .motion_822d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .row_9bdb {
        padding: 15px 10px;
    }
    
    .row_9bdb h4 {
        font-size: 0.85rem;
    }
    
    .row_9bdb p {
        font-size: 0.75rem;
    }
    
    .texture-copper-cab5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .element_8c05 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .logo-lite-da8f {
        padding: 20px 10px;
    }
    
    .summary-fixed-6c85 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .background_copper_ff40,
    .link-easy-432d,
    .layout_upper_bf34 {
        width: 100%;
    }
    
    .background_copper_ff40 h3 {
        font-size: 1.1rem;
    }
    
    .background_copper_ff40 p {
        font-size: 0.8rem;
    }
    
    .tabs-dim-bd44 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .active_606e {
        padding: 30px 15px;
    }
    
    .active_606e h2 {
        font-size: 1.3rem;
    }
    
    .active_606e p {
        font-size: 0.85rem;
    }
    
    .rough_5e4a {
        flex-direction: column;
        gap: 10px;
    }
    
    .rough_5e4a .main-d39e {
        width: 100%;
    }
    
    .complex_d74e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .text-3b2d {
        padding: 30px 10px;
    }
    
    .text-3b2d h3 {
        font-size: 1.2rem;
    }
    
    .modal-9b25 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .top-49b8 {
        padding: 15px 10px;
    }
    
    .top-49b8 h4 {
        font-size: 0.85rem;
    }
    
    .top-49b8 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .bright-ae9e {
        padding: 30px 15px;
    }
    
    .inner-e213 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tabs-5107 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .bronze-a245 h4 {
        font-size: 0.9rem;
    }
    
    .bronze-a245 a {
        font-size: 0.8rem;
    }
    
    .table_e320 {
        font-size: 0.8rem;
    }
    
    .out-41de p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .heading_cold_7a85 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .notification-10b4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8c9d */
.promo-block-t3 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
