/* Inner Page Styles */

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

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

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

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

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

.shade_4fa1 .large-4d01 {
    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;
}

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

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

.shade_4fa1 .large-4d01:hover::before {
    left: 100%;
}

.shade_4fa1 .large-4d01:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advanced-6200.fn-active-b8e0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-copper-dd85:hover::before {
    left: 100%;
}

.menu-copper-dd85 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;
}

.menu-copper-dd85 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;
}

.menu-copper-dd85 .dark_8c50 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.menu-copper-dd85 .dark_8c50:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.dynamic_efe2 .dark_8c50 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dynamic_efe2 .dark_8c50:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .glass_b408 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .glass_b408 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .glass_b408 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .shade_4fa1 {
        justify-content: center;
    }
    
    .article_87a8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .header_255b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .form-east-ffd1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .west-d6a6 {
        padding: var(--md-spacing-md);
    }
    
    .middle-4ce9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .top-a5a8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dynamic_efe2 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .preview-glass-96a1 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .west-d6a6 {
        padding: var(--md-spacing-sm);
    }
    
    .logo-a910 {
        padding: var(--md-spacing-md);
    }
    
    .top-a5a8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.logo-a910,
.top-a5a8,
.dynamic_efe2 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.overlay-next-d8f6 {
    font-size: 1.5rem;
}

.alert-fa4b strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .pink-eabf {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .fixed-500a {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-green-0314 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.avatar-02aa {
    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;
}

.avatar-02aa.filter-ed86 .fresh_123e {
    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); }
}

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

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

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

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

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

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

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

.outer-e2d0 {
    font-size: 1.2rem;
}

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

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

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

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

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

.input_mini_d69e.sort_de92::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.input_mini_d69e.row-complex-095a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.input_mini_d69e.caption-4e59::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.input_mini_d69e.info-old-f9ed::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.full-4002 {
    font-size: 1.2rem;
}

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

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

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

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

.gallery-dim-0525.main-21e2 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery-dim-0525.fn-active-b8e0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

.layout-next-75a5 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.yellow_dc55 { border-top: 3px solid #00ccff; }
.short_a2ea { border-top: 3px solid #00ff88; }
.highlight-dark-6b72 { border-top: 3px solid #d4af37; }
.hot_e8ec { border-top: 3px solid #ff6b6b; }
.active_9652 { border-top: 3px solid #8b5cf6; }

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

.pagination_8b19 {
    overflow-x: auto;
}

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

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

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

.list-west-afd3 td {
    color: #ccc;
}

.list-west-afd3 .stale-f379 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.list-west-afd3 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.message-stale-5a65 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.gallery-dynamic-268c h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.gallery-dynamic-268c p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.north_4245 {
    font-size: 2rem;
}

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

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

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

.brown-8fd6 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.out-782f {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.north-105e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.over-ab96 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.short-51a4 strong {
    color: #fff;
    display: block;
}

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

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

.progress-8928 .tooltip-down-4867 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.in-4915 .video_silver_3a1e {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.hover-thick-e213 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.preview-medium-3f53 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.pagination-e45d {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.prev_1f99 a {
    color: #ff6b6b;
}

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

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

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

.chip_2a06 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.notice-cool-9145 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-77b8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.advanced_4b07 .disabled-5869 {
    color: #666;
    margin: 0 8px;
}

.advanced_4b07 .tertiary-stone-e96c {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.orange-172b {
    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;
}

.dim-a1e2 {
    font-size: 2rem;
}

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

.block_0bee strong {
    color: #d4af37;
}

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

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

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

.dim-5d98 h3,
.column_fast_cc53 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.photo-right-368d strong {
    color: #d4af37;
    margin-right: 8px;
}

.input-tall-5c1a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.plasma-9f10 strong {
    color: #00ff88;
}

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

.narrow-746c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.text-89c5 h3,
.notice-7425 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.tag-mini-9e66 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.label-pink-0df5 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.label-pink-0df5 summary::-webkit-details-marker {
    display: none;
}

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

.focus-fluid-08ff {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.hard_d2ff strong {
    color: #d4af37;
}

.text_old_e64b {
    color: #aaa;
}

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

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

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

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

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

.outline-plasma-cc3a {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-bright-14a2 strong {
    color: #d4af37;
}

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

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

.pagination_bottom_13c7 strong {
    color: #00ff88;
}

.pagination_bottom_13c7 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero-dirty-2fa6 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-cool-ea56 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-cool-ea56 li {
    margin-bottom: 5px;
}

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

.form-cool-ea56 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.notification-plasma-163d {
    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;
}

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

.east_4892 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.pagination-e45d {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.prev-803f {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .block-complex-c867 {
        padding: 30px 15px;
    }
    
    .block-complex-c867 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .title-full-91a7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .inner_7956 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus-dae6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-dae6 .stale_6e54 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .primary-0e38 {
        font-size: 1.3rem;
    }
    
    .shadow-2959 {
        font-size: 0.7rem;
    }
    
    .modal_under_d5c2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal_under_d5c2 .dark_8c50 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .gradient_d304 {
        display: none;
    }
    
    .container-20ba {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gradient-34ca {
        padding: 20px 10px;
    }
    
    .article-2380 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .status_fresh_5bb5,
    .preview_d82f {
        padding: 15px;
    }
    
    .simple_87ea {
        flex-direction: column;
        gap: 5px;
    }
    
    .cool-d3f6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery-silver-da1c {
        padding: 30px 10px;
    }
    
    .first-b617 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image_basic_3109 {
        padding: 20px 15px;
    }
    
    .info-next-a220 {
        font-size: 2rem;
    }
    
    .image_basic_3109 h3 {
        font-size: 1.1rem;
    }
    
    .image_basic_3109 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hard-fde2 {
        padding: 20px 5px;
    }
    
    .hard-fde2 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .heading-3138 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .list-west-afd3 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .list-west-afd3 th,
    .list-west-afd3 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .smooth_2792 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .label_6348 {
        padding: 20px 10px;
    }
    
    .section-stone-cd6f h2 {
        font-size: 1.3rem;
    }
    
    .aside-under-d6d5 {
        font-size: 0.9rem;
    }
    
    .copper_68a5 h3 {
        font-size: 1.1rem;
    }
    
    .copper_68a5 p {
        font-size: 0.9rem;
    }
    
    .pagination_d57e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .mask-easy-b6c2 {
        grid-template-columns: 1fr;
    }
    
    .gallery-bright-14a2 {
        font-size: 0.85rem;
    }
    
    .active-rough-6c8b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .slider_medium_c18d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .slider_medium_c18d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .logo-warm-932d {
        padding: 30px 10px;
    }
    
    .video_silver_6ba5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination_dynamic_be3e {
        padding: 15px 10px;
    }
    
    .pagination_dynamic_be3e h4 {
        font-size: 0.9rem;
    }
    
    .pagination_dynamic_be3e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wrapper_last_0051 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .right_c2f7 {
        padding: 30px 10px;
    }
    
    .secondary-east-576d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thumbnail-9796 {
        padding: 15px;
    }
    
    .search-dark-12fa {
        font-size: 0.9rem;
    }
    
    .link_lite_6ff1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .link_lite_6ff1 .header_action_0752 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .notification-orange-9dbd {
        padding: 30px 10px;
    }
    
    .notification-orange-9dbd h2 {
        font-size: 1.2rem;
    }
    
    .liquid_bc27 {
        gap: 10px;
    }
    
    .description_4630 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .description_4630 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

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

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hovered_5866 {
        padding: 20px 10px;
    }
    
    .warm_9d8c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .info_f4c0,
    .shadow_down_c057,
    .prev_1f99 {
        width: 100%;
    }
    
    .info_f4c0 h3 {
        font-size: 1.1rem;
    }
    
    .info_f4c0 p {
        font-size: 0.8rem;
    }
    
    .detail_left_4648 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .container_cool_4d1e {
        padding: 30px 15px;
    }
    
    .container_cool_4d1e h2 {
        font-size: 1.3rem;
    }
    
    .container_cool_4d1e p {
        font-size: 0.85rem;
    }
    
    .first-0f6d {
        flex-direction: column;
        gap: 10px;
    }
    
    .first-0f6d .dark_8c50 {
        width: 100%;
    }
    
    .fresh-f4cd {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hover_stale_8ecb {
        padding: 30px 15px;
    }
    
    .hidden_fast_daa4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .large-923a {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .background_1a24 h4 {
        font-size: 0.9rem;
    }
    
    .background_1a24 a {
        font-size: 0.8rem;
    }
    
    .aside_easy_8b7b {
        font-size: 0.8rem;
    }
    
    .form_956e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .stale-50a2 {
        padding: 8px 10px;
    }
    
    .popup-f40b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .module_c467 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .popup-f40b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .module_c467 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3af8 */
.phantom-card-p8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
