/* Inner Page Styles */

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

.link-soft-2b84 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);
}

.link-soft-2b84 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);
}

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

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

.feature_under_3d84 .container-b550 {
    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;
}

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

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

.feature_under_3d84 .container-b550:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-hard-6908 {
    color: var(--casino-gold-light);
}

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

.list-hard-6908 a:hover {
    color: var(--casino-gold-light);
}

.list-hard-6908.fn-active-25b2 {
    color: var(--casino-gold-light);
}

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

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

.accent-advanced-c2ee {
    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);
}

.accent-advanced-c2ee 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label_8037 .active-advanced-23f5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.label_8037 .active-advanced-23f5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.menu-dark-3680 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.shade-down-df09 {
    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);
}

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

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

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

.shade-down-df09 .active-advanced-23f5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.shade-down-df09 .active-advanced-23f5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .link-soft-2b84 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .link-soft-2b84 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .link-soft-2b84 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature_under_3d84 {
        justify-content: center;
    }
    
    .highlight-a726 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .icon_hovered_82ea {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .fresh_ccff {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent-advanced-c2ee {
        padding: var(--md-spacing-md);
    }
    
    .copper-72e1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .article-f41f {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .shade-down-df09 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .inner-05bf {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accent-advanced-c2ee {
        padding: var(--md-spacing-sm);
    }
    
    .paper-fdeb {
        padding: var(--md-spacing-md);
    }
    
    .article-f41f {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.paper-fdeb,
.article-f41f,
.shade-down-df09 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.avatar-advanced-04eb {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.texture_828d {
    font-size: 1.5rem;
}

.progress_3b0d strong {
    color: #00ff88;
}

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

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

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

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

.row-hot-aa9c {
    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;
}

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

.row-hot-aa9c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.row-hot-aa9c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.preview-narrow-bfc8 {
    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;
}

.preview-narrow-bfc8 strong {
    color: #00ff88;
}

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

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

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

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

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

.accent-yellow-c281::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_2677 {
    text-align: center;
    margin-bottom: 30px;
}

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

.outer-dc2f.carousel-narrow-d171 .background_current_08cb {
    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); }
}

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

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

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

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

.white-50fe 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;
}

.white-50fe 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);
}

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

.paper_6232 {
    font-size: 1.2rem;
}

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

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

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

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

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

.pattern_00b4.logo_bright_3593::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pattern_00b4.slow_2fe7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pattern_00b4.breadcrumb-basic-7f20::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pattern_00b4.tag_dynamic_a50b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.block_glass_be03 {
    font-size: 1.2rem;
}

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

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

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

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

.white-3d5a.input_liquid_c8b6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.white-3d5a.fn-active-25b2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.silver-27a5 {
    color: #666;
    font-size: 0.8rem;
}

.list-plasma-9d2e {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

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

.full-337e {
    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;
}

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

.full-337e.focused_494d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.widget_4992 { border-top: 3px solid #00ccff; }
.up-99e3 { border-top: 3px solid #00ff88; }
.item-529b { border-top: 3px solid #d4af37; }
.detail_e0c1 { border-top: 3px solid #ff6b6b; }
.block_2b68 { border-top: 3px solid #8b5cf6; }

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

.text-cold-762a {
    overflow-x: auto;
}

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

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

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

.photo_last_cb59 td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .layout-clean-400a {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.dropdown-tall-ad5f {
    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;
}

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

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

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

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

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

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

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

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

.grid-over-5578 {
    font-size: 2rem;
}

.link-glass-39e4 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.link-glass-39e4 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.dropdown-paper-97d4 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .dropdown-paper-97d4::before {
        left: 30px;
    }
}

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

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

.tertiary-brown-766a {
    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;
}

.tertiary-brown-766a::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);
}

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

.tertiary-brown-766a h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.tertiary-brown-766a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.wood-02d9 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.header_large_a6dc {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.carousel-static-99e0 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.container-right-cbc7 .pressed-1595 {
    margin-bottom: 10px;
}

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

.container-right-cbc7 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.carousel-58d4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .title-motion-4a87 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.focus-fixed-bc88 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.container-inner-2f7a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.hidden-prev-adc1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.outline-down-f159 {
    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;
}

.hidden-prev-adc1 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.section_down_7446 a {
    color: #ff6b6b;
}

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

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

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

.accordion_8e9c {
    text-align: center;
}

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

.accordion_8e9c .surface-wood-313f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.article-medium-6efd {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .light-4fd8 {
        flex-direction: column;
    }
    .fixed_6631 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.pagination-iron-fb20 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.list-brown-0d85 .input_advanced_d703 {
    color: #666;
    margin: 0 8px;
}

.list-brown-0d85 .preview_c9b8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.aside-bottom-c2e2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.focus_south_07d9 {
    font-size: 2rem;
}

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

.outline-c029 strong {
    color: #d4af37;
}

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

.pattern-slow-1f87 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.bronze-7d50 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.dropdown-99da strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.silver-8b27 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.large_7ca8 h3,
.lower-97c4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.cool-5d59 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.list_ad58 strong {
    color: #d4af37;
}

.background-purple-9e68 {
    color: #aaa;
}

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

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

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

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

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

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

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

.panel-89b0:last-child {
    border-bottom: none;
}

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

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

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

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

.shade-advanced-0c25 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.shade-advanced-0c25 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;
}

.shade-advanced-0c25 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.video_76c9 strong {
    color: #d4af37;
}

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

.box-over-5962 {
    color: #888;
    font-size: 0.9rem;
}

.box-over-5962 strong {
    color: #00ff88;
}

.box-over-5962 span {
    color: #d4af37;
}

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

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

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

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

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

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

.input-84fe {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

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

.logo-new-ae13 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.modal-active-4f20 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.heading-full-9674 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.heading-full-9674 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary_3156 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

.feature-9c56 {
    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;
}

.description-75cb {
    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;
}

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

@media (max-width: 768px) {
    .container_efe0 {
        flex-direction: column;
    }
    
    .feature-9c56 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .accent-old-ff10 {
        padding: 30px 15px;
    }
    
    .accent-old-ff10 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .first_3c4d {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sort-71fd {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .static_ea83 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .static_ea83 .iron-f4fd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .highlight-copper-cae6 {
        font-size: 1.3rem;
    }
    
    .first_69e7 {
        font-size: 0.7rem;
    }
    
    .overlay-ada0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .overlay-ada0 .active-advanced-23f5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .surface-8ea9 {
        display: none;
    }
    
    .menu_05ff {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .menu-1145 {
        padding: 20px 10px;
    }
    
    .tertiary_10a7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion-df0d,
    .glass_b951 {
        padding: 15px;
    }
    
    .text_df47 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hover_9ffb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .list_tiny_b158 {
        padding: 30px 10px;
    }
    
    .action_c468 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs-gold-79b2 {
        padding: 20px 15px;
    }
    
    .wood_9513 {
        font-size: 2rem;
    }
    
    .tabs-gold-79b2 h3 {
        font-size: 1.1rem;
    }
    
    .tabs-gold-79b2 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .photo_5c32 {
        padding: 20px 10px;
    }
    
    .lower_4bd0 h2 {
        font-size: 1.3rem;
    }
    
    .south_5e20 {
        font-size: 0.9rem;
    }
    
    .panel-89b0 h3 {
        font-size: 1.1rem;
    }
    
    .panel-89b0 p {
        font-size: 0.9rem;
    }
    
    .shade-advanced-0c25 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .nav-fedf {
        grid-template-columns: 1fr;
    }
    
    .video_76c9 {
        font-size: 0.85rem;
    }
    
    .stone-a179 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dim-cea3 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dim-cea3 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pagination-gas-f866 {
        padding: 30px 10px;
    }
    
    .pagination-tiny-41ad {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .white-4d91 {
        padding: 15px 10px;
    }
    
    .white-4d91 h4 {
        font-size: 0.9rem;
    }
    
    .white-4d91 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame_5770 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pagination-tiny-41ad {
        grid-template-columns: 1fr;
    }
    
    .white-4d91 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .accent-gold-032e {
        padding: 30px 10px;
    }
    
    .tabs_16f0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message_70bb {
        padding: 15px;
    }
    
    .search_last_01c1 {
        font-size: 0.9rem;
    }
    
    .form-liquid-4b3b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form-liquid-4b3b .element_gas_41ca {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .selected_8df7 {
        padding: 30px 10px;
    }
    
    .selected_8df7 h2 {
        font-size: 1.2rem;
    }
    
    .article-11b9 {
        gap: 10px;
    }
    
    .bronze-aabd summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .bronze-aabd p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .accordion-mini-84c7 {
        padding: 30px 10px;
    }
    
    .accordion-mini-84c7 h2 {
        font-size: 1.2rem;
    }
    
    .center-a635 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar_dim_7581 {
        padding: 15px 10px;
    }
    
    .avatar_dim_7581 h4 {
        font-size: 0.85rem;
    }
    
    .avatar_dim_7581 p {
        font-size: 0.75rem;
    }
    
    .hero-easy-1174 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hover-c7d3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .background_bcf8 {
        padding: 20px 10px;
    }
    
    .container-inner-2f7a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .caption_pressed_973f,
    .hidden-prev-adc1,
    .section_down_7446 {
        width: 100%;
    }
    
    .caption_pressed_973f h3 {
        font-size: 1.1rem;
    }
    
    .caption_pressed_973f p {
        font-size: 0.8rem;
    }
    
    .outline-down-f159 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .stale_0530 {
        padding: 30px 15px;
    }
    
    .stale_0530 h2 {
        font-size: 1.3rem;
    }
    
    .stale_0530 p {
        font-size: 0.85rem;
    }
    
    .shade-016a {
        flex-direction: column;
        gap: 10px;
    }
    
    .shade-016a .active-advanced-23f5 {
        width: 100%;
    }
    
    .east-c55c {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .container-7a79 {
        padding: 30px 10px;
    }
    
    .container-7a79 h3 {
        font-size: 1.2rem;
    }
    
    .summary_red_72a2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade-down-df09 {
        padding: 15px 10px;
    }
    
    .shade-down-df09 h4 {
        font-size: 0.85rem;
    }
    
    .shade-down-df09 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .thumbnail-motion-e81a {
        padding: 30px 15px;
    }
    
    .gallery-pro-4922 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .selected_f677 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .active_lower_dd7a h4 {
        font-size: 0.9rem;
    }
    
    .active_lower_dd7a a {
        font-size: 0.8rem;
    }
    
    .thumbnail_681c {
        font-size: 0.8rem;
    }
    
    .tall_ebd8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .column-iron-100b {
        padding: 8px 10px;
    }
    
    .picture_bright_0f78 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .media_wide_43cc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .picture_bright_0f78 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .media_wide_43cc {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: c1c0 */
.shadow-element-v4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
