/* Inner Page Styles */

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

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

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

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

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

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

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

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

.photo_1899 .texture_steel_2274:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.disabled-liquid-374d {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.article-653b {
    color: var(--casino-gold-light);
}

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

.article-653b a:hover {
    color: var(--casino-gold-light);
}

.article-653b.fn-active-9769 {
    color: var(--casino-gold-light);
}

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

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

.accent_inner_df7d {
    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_inner_df7d 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_inner_df7d p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-30ed:hover::before {
    left: 100%;
}

.right-30ed 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;
}

.right-30ed 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;
}

.right-30ed .tabs-750f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.right-30ed .tabs-750f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.section-6b30 {
    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);
}

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

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

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

.section-6b30 .tabs-750f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.section-6b30 .tabs-750f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar_wood_7b2a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .sidebar_wood_7b2a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .sidebar_wood_7b2a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .photo_1899 {
        justify-content: center;
    }
    
    .slow-b0ac {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slider-rough-cb8a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pro-ce4a {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent_inner_df7d {
        padding: var(--md-spacing-md);
    }
    
    .aside_basic_7295 {
        padding: var(--md-spacing-md) 0;
    }
    
    .banner_20f4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .section-6b30 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .link_d56a {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accent_inner_df7d {
        padding: var(--md-spacing-sm);
    }
    
    .main_last_ffd1 {
        padding: var(--md-spacing-md);
    }
    
    .banner_20f4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.main_last_ffd1,
.banner_20f4,
.section-6b30 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.wrapper-clean-0205::-webkit-scrollbar {
    width: 8px;
}

.wrapper-clean-0205::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.gallery-fluid-a2a6 {
    font-size: 1.5rem;
}

.under_7efe strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.background-smooth-2dcd {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .pagination-pink-189f {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.motion-dbd6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.summary_slow_522e.black_bbb1 .main-373a {
    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); }
}

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

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

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

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

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

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

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

.disabled_complex_91cf {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .article-over-320d {
        grid-template-columns: 1fr;
    }
}

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

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

.accordion_static_c721.outline_fluid_3bb6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.accordion_static_c721.hero-up-bad7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.accordion_static_c721.card-8f72::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.accordion_static_c721.link_114e::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.wood_a27a {
    font-size: 1.2rem;
}

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

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

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

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

.description_active_974f.solid_4d6b { background: linear-gradient(90deg, #00ccff, #0088ff); }
.description_active_974f.fn-active-9769 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.summary-hard-be3e {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.block-040b {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.notification_slow_afaa { border-top: 3px solid #00ccff; }
.bottom-1c74 { border-top: 3px solid #00ff88; }
.dropdown_wide_9f7c { border-top: 3px solid #d4af37; }
.list_pink_f707 { border-top: 3px solid #ff6b6b; }
.heading_5e90 { border-top: 3px solid #8b5cf6; }

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

.new-0dba {
    overflow-x: auto;
}

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

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

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

.over-e825 td {
    color: #ccc;
}

.over-e825 .gallery-d322 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.slider-9fc3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.row-bright-704b {
    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-de11 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.component-4feb {
    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;
}

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

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

.component-hard-5b56 {
    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;
}

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

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

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

.backdrop_first_2cef {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.purple-99e0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.feature-ec5d .alert-medium-ec4e {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.fresh-668e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.focused-87d1 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.logo_0ad7 a {
    color: #ff6b6b;
}

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

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

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

.chip_bd58 {
    text-align: center;
}

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

.chip_bd58 .new_28c8 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.frame-upper-74d0 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

.layout-gas-1ba6 {
    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;
}

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

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

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

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

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

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

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

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

.item-bright-14a2 {
    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;
}

.item-bright-14a2.pink_b939 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.inner-9ac1 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .box-wood-c161 {
        flex-direction: column;
    }
    .clean_88e5 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.hidden-03a2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.item_medium_9151 .frame-3e1c {
    color: #666;
    margin: 0 8px;
}

.item_medium_9151 .description-stone-19c9 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.content-brown-a311 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.border-7af8 {
    font-size: 2rem;
}

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

.tabs_lower_21da strong {
    color: #d4af37;
}

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

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

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

.primary_silver_7c86 h3,
.image-wood-e937 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.input-cool-4c51 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.description-4a87 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.media-fe74 strong {
    color: #00ff88;
}

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

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

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

.banner-hard-2f94 h3,
.highlight_e7ff h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.frame-15dc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.gold_4d53 strong {
    color: #d4af37;
}

.notification-silver-152d {
    color: #aaa;
}

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

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

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

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

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

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

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

.soft-0127:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .frame-slow-6b71 {
        grid-template-columns: 1fr;
    }
}

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

.notice-91b7 strong {
    color: #d4af37;
}

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

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

.table_blue_34bb strong {
    color: #00ff88;
}

.table_blue_34bb span {
    color: #d4af37;
}

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

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

.input-advanced-7e08 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-29dc strong {
    color: #00ff88;
}

.gradient-center-7aa3 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

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

.focused-87d1 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.texture-3d9a {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .brown-97f9 {
        padding: 30px 15px;
    }
    
    .brown-97f9 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .layout-7a12 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tag-f0e8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus-ef09 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-ef09 .small-24b1 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .column-gas-9788 {
        font-size: 1.3rem;
    }
    
    .message_plasma_fd0b {
        font-size: 0.7rem;
    }
    
    .lower-8a23 {
        flex-direction: column;
        gap: 10px;
    }
    
    .lower-8a23 .tabs-750f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .thumbnail_fluid_4364 {
        display: none;
    }
    
    .secondary_1181 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .alert-844c {
        padding: 20px 10px;
    }
    
    .input-advanced-7e08 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .secondary_08a1,
    .tabs-4306 {
        padding: 15px;
    }
    
    .slider-b630 {
        flex-direction: column;
        gap: 5px;
    }
    
    .accordion_2a85 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .down-5de1 {
        padding: 30px 10px;
    }
    
    .basic_5bee {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .outer-0f50 {
        padding: 20px 15px;
    }
    
    .filter_f524 {
        font-size: 2rem;
    }
    
    .outer-0f50 h3 {
        font-size: 1.1rem;
    }
    
    .outer-0f50 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .box-pressed-bae5 {
        padding: 20px 10px;
    }
    
    .hover_0d03 h2 {
        font-size: 1.3rem;
    }
    
    .east_e13f {
        font-size: 0.9rem;
    }
    
    .soft-0127 h3 {
        font-size: 1.1rem;
    }
    
    .soft-0127 p {
        font-size: 0.9rem;
    }
    
    .paragraph_up_85e9 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .frame-slow-6b71 {
        grid-template-columns: 1fr;
    }
    
    .notice-91b7 {
        font-size: 0.85rem;
    }
    
    .surface-a785 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_4917 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .header_4917 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .up_b96f {
        padding: 30px 10px;
    }
    
    .label-6bc7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_6d30 {
        padding: 15px 10px;
    }
    
    .media_6d30 h4 {
        font-size: 0.9rem;
    }
    
    .media_6d30 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hard-3fa9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label-6bc7 {
        grid-template-columns: 1fr;
    }
    
    .media_6d30 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .header_bottom_7b65 {
        padding: 30px 10px;
    }
    
    .up_6364 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture-8204 {
        padding: 15px;
    }
    
    .sidebar_0c9e {
        font-size: 0.9rem;
    }
    
    .wrapper-ed1b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .wrapper-ed1b .orange-8f39 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .red_5675 {
        padding: 30px 10px;
    }
    
    .red_5675 h2 {
        font-size: 1.2rem;
    }
    
    .block-simple-9961 {
        gap: 10px;
    }
    
    .description_hot_2670 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .description_hot_2670 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .mini_17bf {
        padding: 30px 10px;
    }
    
    .mini_17bf h2 {
        font-size: 1.2rem;
    }
    
    .summary_bfbe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .north_8d30 {
        padding: 15px 10px;
    }
    
    .north_8d30 h4 {
        font-size: 0.85rem;
    }
    
    .north_8d30 p {
        font-size: 0.75rem;
    }
    
    .widget_dd97 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .gold_f06e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .avatar-fdbc {
        padding: 20px 10px;
    }
    
    .sort-5937 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .carousel-current-aca4,
    .panel_cold_5c74,
    .logo_0ad7 {
        width: 100%;
    }
    
    .carousel-current-aca4 h3 {
        font-size: 1.1rem;
    }
    
    .carousel-current-aca4 p {
        font-size: 0.8rem;
    }
    
    .fresh-e2b4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .paragraph-simple-442a {
        padding: 30px 15px;
    }
    
    .paragraph-simple-442a h2 {
        font-size: 1.3rem;
    }
    
    .paragraph-simple-442a p {
        font-size: 0.85rem;
    }
    
    .gas_7a2e {
        flex-direction: column;
        gap: 10px;
    }
    
    .gas_7a2e .tabs-750f {
        width: 100%;
    }
    
    .first_ebca {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .west_28ad {
        padding: 30px 10px;
    }
    
    .west_28ad h3 {
        font-size: 1.2rem;
    }
    
    .section_2ae4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section-6b30 {
        padding: 15px 10px;
    }
    
    .section-6b30 h4 {
        font-size: 0.85rem;
    }
    
    .section-6b30 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .brown_dd94 {
        padding: 30px 15px;
    }
    
    .stone-14aa {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .notice-last-b828 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .mask_active_5db4 h4 {
        font-size: 0.9rem;
    }
    
    .mask_active_5db4 a {
        font-size: 0.8rem;
    }
    
    .prev-c6a1 {
        font-size: 0.8rem;
    }
    
    .input_large_9dbd p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .detail_83ca {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .under-b7eb {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: dcf0 */
.widget-item-q8 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
