/* Inner Page Styles */

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

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

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

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

.video-inner-95eb {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.video-inner-95eb .component-7c8d {
    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;
}

.video-inner-95eb .component-7c8d::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.video-inner-95eb .component-7c8d:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.video-inner-95eb .component-7c8d:hover::before {
    left: 100%;
}

.video-inner-95eb .component-7c8d:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider-05dc {
    color: var(--casino-gold-light);
}

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

.slider-05dc a:hover {
    color: var(--casino-gold-light);
}

.slider-05dc.fn-active-4675 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-2571 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

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

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

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

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

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

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

.small-d87f:hover::before {
    left: 100%;
}

.small-d87f 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;
}

.small-d87f 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;
}

.small-d87f .hot-8ff1 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.small-d87f .hot-8ff1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.description-9809 .hot-8ff1 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.description-9809 .hot-8ff1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tag_lite_c405 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tag_lite_c405 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tag_lite_c405 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .video-inner-95eb {
        justify-content: center;
    }
    
    .iron-9586 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .background-old-30e5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .stone-7df3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .feature-ff6d {
        padding: var(--md-spacing-md);
    }
    
    .easy_3ea4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .article-2571 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .description-9809 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dynamic-2860 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .feature-ff6d {
        padding: var(--md-spacing-sm);
    }
    
    .menu-0b2d {
        padding: var(--md-spacing-md);
    }
    
    .article-2571 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.menu-0b2d,
.article-2571,
.description-9809 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.copper-7eb4::-webkit-scrollbar {
    width: 8px;
}

.copper-7eb4::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.outer_5b09 {
    font-size: 1.5rem;
}

.menu-a064 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .summary_cold_eb9c {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .cold-7ec2 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.info_fd47 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.caption-bronze-b53d {
    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;
}

.caption-bronze-b53d.surface-ed75 .search-13a6 {
    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); }
}

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

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

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

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

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

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

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

.center_4b1e {
    font-size: 1.2rem;
}

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

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

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

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

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

.shade_smooth_2da9.row_outer_ab3a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.shade_smooth_2da9.image-2a4b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shade_smooth_2da9.accent-acef::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.shade_smooth_2da9.caption_9743::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.message_lower_3dce {
    font-size: 1.2rem;
}

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

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

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

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

.light_cf37.detail-5252 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.light_cf37.fn-active-4675 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.smooth-5b33 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.card-red-290a {
    background: #0a0a0a;
    padding: 60px 0;
}

.article-steel-574a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.tabs-3234.alert-light-197b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.container-north-7d30 { border-top: 3px solid #00ccff; }
.hover-c1e5 { border-top: 3px solid #00ff88; }
.wood_dfc7 { border-top: 3px solid #d4af37; }
.tertiary-cool-4ceb { border-top: 3px solid #ff6b6b; }
.message_c07b { border-top: 3px solid #8b5cf6; }

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

.narrow-624c {
    overflow-x: auto;
}

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

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

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

.caption-5c55 td {
    color: #ccc;
}

.caption-5c55 .image-d25a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.caption-5c55 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

.aside-stale-6e75 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.picture-fast-1b80 {
    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;
}

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

.button-74d4 {
    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;
}

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

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

.dynamic-4fff {
    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;
}

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

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

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

.link-tiny-d52e {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-hard-b66e {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.carousel-8a1e strong {
    color: #fff;
    display: block;
}

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

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

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

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

.message_thick_4845 .box_d14c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-current-1169 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.panel_fb58 a {
    color: #ff6b6b;
}

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

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

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

.list-next-ab70 {
    text-align: center;
}

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

.list-next-ab70 .detail_dark_4f85 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.warm-66a7 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.label-new-36c0 {
    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;
}

.label-new-36c0.alert-light-197b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.button-brown-afff {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.modal-6a80 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.primary-3916 .image_b836 {
    color: #666;
    margin: 0 8px;
}

.primary-3916 .border_5d47 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.prev-538a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.banner-4a1c {
    font-size: 2rem;
}

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

.large_5a87 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.thumbnail-wide-2853 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.detail_center_0c84 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.button-45cc summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.black-8302 strong {
    color: #d4af37;
}

.narrow-13ab {
    color: #aaa;
}

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

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

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

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

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

.secondary-huge-840b {
    max-width: 900px;
    margin: 0 auto;
}

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

.first-7ce3:last-child {
    border-bottom: none;
}

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

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

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

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

.tag-red-9d85 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.tag-red-9d85 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;
}

.tag-red-9d85 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.slider_4159 strong {
    color: #d4af37;
}

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

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

.box_18b4 strong {
    color: #00ff88;
}

.box_18b4 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-53c5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preview-53c5 li {
    margin-bottom: 5px;
}

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

.preview-53c5 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.solid_5972 {
    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_lite_ffed {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.search_lite_ffed strong {
    color: #00ff88;
}

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

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

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

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

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

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

.element-current-1169 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .progress-right-3936 {
        padding: 30px 15px;
    }
    
    .progress-right-3936 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .chip_rough_99ff {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .backdrop-c9c3 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .card-c3bb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .card-c3bb .selected_09d7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .green-11cb {
        font-size: 1.3rem;
    }
    
    .feature_dim_8b05 {
        font-size: 0.7rem;
    }
    
    .notice_warm_e3bb {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice_warm_e3bb .hot-8ff1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container_hard_8b1b {
        display: none;
    }
    
    .media_0555 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .primary_e3c9 {
        padding: 20px 10px;
    }
    
    .stale_53f3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slow-e750,
    .slow-3e2d {
        padding: 15px;
    }
    
    .main_6a16 {
        flex-direction: column;
        gap: 5px;
    }
    
    .component_c93a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .filter_static_61ce {
        padding: 30px 10px;
    }
    
    .under_31b5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component-white-3f79 {
        padding: 20px 15px;
    }
    
    .mask_c084 {
        font-size: 2rem;
    }
    
    .component-white-3f79 h3 {
        font-size: 1.1rem;
    }
    
    .component-white-3f79 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .blue_f291 {
        padding: 20px 10px;
    }
    
    .container_first_e025 h2 {
        font-size: 1.3rem;
    }
    
    .active-f322 {
        font-size: 0.9rem;
    }
    
    .first-7ce3 h3 {
        font-size: 1.1rem;
    }
    
    .first-7ce3 p {
        font-size: 0.9rem;
    }
    
    .tag-red-9d85 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .focus_stone_65c2 {
        grid-template-columns: 1fr;
    }
    
    .slider_4159 {
        font-size: 0.85rem;
    }
    
    .notice_basic_b7cd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .input-4524 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .input-4524 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .progress-c5bb {
        padding: 30px 10px;
    }
    
    .static-1f6b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold-203c {
        padding: 15px 10px;
    }
    
    .gold-203c h4 {
        font-size: 0.9rem;
    }
    
    .gold-203c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hover_c9ed {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .static-1f6b {
        grid-template-columns: 1fr;
    }
    
    .gold-203c p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .surface-d1d9 {
        padding: 30px 10px;
    }
    
    .south_a7a5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media-large-31c8 {
        padding: 15px;
    }
    
    .status_short_26d4 {
        font-size: 0.9rem;
    }
    
    .progress-1345 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-1345 .secondary_lite_2f8b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tall_7772 {
        padding: 30px 10px;
    }
    
    .tall_7772 h2 {
        font-size: 1.2rem;
    }
    
    .banner-671f {
        gap: 10px;
    }
    
    .info-west-232e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .info-west-232e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .card_f85f {
        padding: 30px 10px;
    }
    
    .card_f85f h2 {
        font-size: 1.2rem;
    }
    
    .description-plasma-498a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass_dd36 {
        padding: 15px 10px;
    }
    
    .glass_dd36 h4 {
        font-size: 0.85rem;
    }
    
    .glass_dd36 p {
        font-size: 0.75rem;
    }
    
    .breadcrumb_under_342d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .accent_small_04a0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .description-plasma-498a {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .accordion-e291 {
        padding: 20px 10px;
    }
    
    .shadow-medium-d249 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .notice-da91,
    .green_2e10,
    .panel_fb58 {
        width: 100%;
    }
    
    .notice-da91 h3 {
        font-size: 1.1rem;
    }
    
    .notice-da91 p {
        font-size: 0.8rem;
    }
    
    .soft_07aa {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .nav-pro-d5ad {
        padding: 30px 15px;
    }
    
    .nav-pro-d5ad h2 {
        font-size: 1.3rem;
    }
    
    .nav-pro-d5ad p {
        font-size: 0.85rem;
    }
    
    .tag_middle_9e71 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag_middle_9e71 .hot-8ff1 {
        width: 100%;
    }
    
    .complex-9048 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .card-9172 {
        padding: 30px 15px;
    }
    
    .breadcrumb_e425 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .component-4df5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pink_f844 h4 {
        font-size: 0.9rem;
    }
    
    .pink_f844 a {
        font-size: 0.8rem;
    }
    
    .focus-focused-17d9 {
        font-size: 0.8rem;
    }
    
    .pro_c0b3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .orange-d7dd {
        padding: 8px 10px;
    }
    
    .stale-867c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .clean-3d4f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .stale-867c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .clean-3d4f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b10d */
.ghost-box-l3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
