/* Inner Page Styles */

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

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

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

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

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

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

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

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

.modal_d78e .preview_dim_05a7:hover::before {
    left: 100%;
}

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

.avatar-small-46d1 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.large_3701.fn-active-4a7a {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_under_5951 .red-7b51 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.link_under_5951 .red-7b51:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.component_fluid_617e .red-7b51 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.component_fluid_617e .red-7b51:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .silver_430a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .silver_430a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .silver_430a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .modal_d78e {
        justify-content: center;
    }
    
    .background_ffc0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .avatar_3bc9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .caption_cce9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hover-c9ed {
        padding: var(--md-spacing-md);
    }
    
    .blue_0439 {
        padding: var(--md-spacing-md) 0;
    }
    
    .video-f2d4 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .component_fluid_617e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tabs-b994 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hover-c9ed {
        padding: var(--md-spacing-sm);
    }
    
    .grid-fbd8 {
        padding: var(--md-spacing-md);
    }
    
    .video-f2d4 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.grid-fbd8,
.video-f2d4,
.component_fluid_617e {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.detail-simple-6f18 {
    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);
}

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

.bronze_c5b4 {
    font-size: 1.5rem;
}

.message_6d80 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .dropdown-hovered-68b6 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .active-5e77 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside_pro_2b0a strong {
    color: #00ff88;
}

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

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

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

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

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

.list-7f78::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;
}

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

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

.fresh_8f19.paragraph-hard-97bc .hero-orange-a2b5 {
    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); }
}

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

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

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

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

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

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

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

.full_7e6d {
    font-size: 1.2rem;
}

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

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

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

.banner-427d {
    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;
}

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

.banner-427d.media-orange-a7ea::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.banner-427d.motion_da09::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.banner-427d.status-280e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.banner-427d.main-silver-7612::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel_motion_6ffc {
    font-size: 1.2rem;
}

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

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

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

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

.up_be7c.media-hard-a073 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.up_be7c.fn-active-4a7a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_0a2d { border-top: 3px solid #00ccff; }
.hover-hard-5a23 { border-top: 3px solid #00ff88; }
.full-4d14 { border-top: 3px solid #d4af37; }
.modal_5fcd { border-top: 3px solid #ff6b6b; }
.aside-north-47a5 { border-top: 3px solid #8b5cf6; }

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

.message-881d {
    overflow-x: auto;
}

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

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

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

.message_f823 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.container-wood-afc5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-3bad {
    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;
}

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

.thumbnail-5eb7 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.surface_96db {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_c4a3 {
    font-size: 1.5rem;
}

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

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

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

.wide-37e8 {
    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;
}

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

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

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

.progress-complex-7778 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.section_5e30 .in_5666 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.footer_south_1d82 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .tooltip-iron-47c8 {
        grid-template-columns: 1fr;
    }
}

.container_17b9 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.solid-92ac {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

.wood-86d4 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.filter-6cb5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.easy-d313 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.steel-9b1b {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lite-5d75 {
    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;
}

.steel-9b1b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.disabled_center_f330 a {
    color: #ff6b6b;
}

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

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

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

.backdrop-8343 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .iron-ba1e {
        flex-direction: column;
    }
    .title-left-5278 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.in-90fb {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.slow-36dd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.chip_steel_04a1 .stale_8092 {
    color: #666;
    margin: 0 8px;
}

.chip_steel_04a1 .detail-0edd {
    color: #ff6b6b;
    text-decoration: line-through;
}

.widget-59be {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.background-9e53 strong {
    color: #d4af37;
    margin-right: 8px;
}

.button-gold-0d2d {
    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;
}

.iron_d8a8 {
    font-size: 2rem;
}

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

.banner_in_ecf0 strong {
    color: #d4af37;
}

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

.texture-short-554d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.content-wood-db9f h3,
.section-silver-1b5b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.tertiary_south_51cf strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.shade-yellow-09f5 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.section-b9ad h3,
.shadow-simple-310c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.frame-south-7d29 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.narrow-2b4d summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.content_1536 strong {
    color: #d4af37;
}

.secondary-north-63f5 {
    color: #aaa;
}

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

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

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

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

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

.active-1d27 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.active-86b5 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.active-86b5 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;
}

.active-86b5 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.accent_3a36 strong {
    color: #d4af37;
}

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

.texture-right-aa48 {
    color: #888;
    font-size: 0.9rem;
}

.texture-right-aa48 strong {
    color: #00ff88;
}

.texture-right-aa48 span {
    color: #d4af37;
}

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

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

.over-3f81 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.detail-4e61 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.header-29aa {
    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);
}

.fast-2ab7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.footer-brown-bde8 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.footer-brown-bde8 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-paper-4709 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.easy-d313 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .thumbnail_bottom_8e1e {
        padding: 30px 15px;
    }
    
    .thumbnail_bottom_8e1e h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .gradient-motion-efdc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .photo-active-23ff {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .background_8ccd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .background_8ccd .secondary_af0a {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .rough-abd8 {
        font-size: 1.3rem;
    }
    
    .secondary-bottom-1ec5 {
        font-size: 0.7rem;
    }
    
    .right_da30 {
        flex-direction: column;
        gap: 10px;
    }
    
    .right_da30 .red-7b51 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .row-e06d {
        display: none;
    }
    
    .sort-41c8 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hidden-prev-583b {
        padding: 20px 10px;
    }
    
    .over-3f81 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-green-9568,
    .last-303d {
        padding: 15px;
    }
    
    .fast_754c {
        flex-direction: column;
        gap: 5px;
    }
    
    .header-29aa {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .header-current-f6de {
        padding: 30px 10px;
    }
    
    .message-medium-50f5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter_e74f {
        padding: 20px 15px;
    }
    
    .article-ab47 {
        font-size: 2rem;
    }
    
    .filter_e74f h3 {
        font-size: 1.1rem;
    }
    
    .filter_e74f p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .header-ed6f {
        padding: 20px 5px;
    }
    
    .header-ed6f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .preview-3067 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .message_f823 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .message_f823 th,
    .message_f823 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .badge-hard-80b6 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .border_wood_ef66 {
        padding: 20px 10px;
    }
    
    .form_wide_14dd h2 {
        font-size: 1.3rem;
    }
    
    .sidebar-under-0ac3 {
        font-size: 0.9rem;
    }
    
    .tag_5baa h3 {
        font-size: 1.1rem;
    }
    
    .tag_5baa p {
        font-size: 0.9rem;
    }
    
    .active-86b5 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .backdrop-easy-f173 {
        grid-template-columns: 1fr;
    }
    
    .accent_3a36 {
        font-size: 0.85rem;
    }
    
    .footer_c2f3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .box_f066 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .box_f066 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .paragraph-top-e7d1 {
        padding: 30px 10px;
    }
    
    .hot-588c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article-cd74 {
        padding: 15px 10px;
    }
    
    .article-cd74 h4 {
        font-size: 0.9rem;
    }
    
    .article-cd74 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hero_new_068b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hot-588c {
        grid-template-columns: 1fr;
    }
    
    .article-cd74 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .yellow_0bdc {
        padding: 30px 10px;
    }
    
    .active-8d6f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .right_85d1 {
        padding: 15px;
    }
    
    .top-d949 {
        font-size: 0.9rem;
    }
    
    .focus-dynamic-975f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-dynamic-975f .top_31ca {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .highlight-02dd {
        padding: 30px 10px;
    }
    
    .highlight-02dd h2 {
        font-size: 1.2rem;
    }
    
    .nav_motion_ad89 {
        gap: 10px;
    }
    
    .dark-b436 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dark-b436 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .header_solid_b803 {
        padding: 30px 10px;
    }
    
    .header_solid_b803 h2 {
        font-size: 1.2rem;
    }
    
    .main_paper_a06f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar_3b6b {
        padding: 15px 10px;
    }
    
    .avatar_3b6b h4 {
        font-size: 0.85rem;
    }
    
    .avatar_3b6b p {
        font-size: 0.75rem;
    }
    
    .slider_lower_ec06 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .banner-lite-2167 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .focused-86d1 {
        padding: 20px 10px;
    }
    
    .narrow_6e8f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .menu_160c,
    .steel-9b1b,
    .disabled_center_f330 {
        width: 100%;
    }
    
    .menu_160c h3 {
        font-size: 1.1rem;
    }
    
    .menu_160c p {
        font-size: 0.8rem;
    }
    
    .lite-5d75 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .last_2e7b {
        padding: 30px 15px;
    }
    
    .last_2e7b h2 {
        font-size: 1.3rem;
    }
    
    .last_2e7b p {
        font-size: 0.85rem;
    }
    
    .blue_0b07 {
        flex-direction: column;
        gap: 10px;
    }
    
    .blue_0b07 .red-7b51 {
        width: 100%;
    }
    
    .texture-dynamic-d133 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .border_short_39fd {
        padding: 30px 15px;
    }
    
    .tag_e99d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .text_54d2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .slider-smooth-10e4 h4 {
        font-size: 0.9rem;
    }
    
    .slider-smooth-10e4 a {
        font-size: 0.8rem;
    }
    
    .glass-4556 {
        font-size: 0.8rem;
    }
    
    .outer-fc1f p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .text_db4f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .thumbnail_9262 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3985 */
.phantom-card-i0 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
