/* Inner Page Styles */

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

.table-large-8f9f 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);
}

.table-large-8f9f 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);
}

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

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

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

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

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

.motion_e89a .easy_3f15:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph_af08.fn-active-76f9 {
    color: var(--casino-gold-light);
}

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

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

.filter-fresh-1ac9 {
    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);
}

.filter-fresh-1ac9 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);
}

.filter-fresh-1ac9 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

.west-83b6 {
    padding: var(--md-spacing-md) 0;
}

.link-d8ac {
    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%;
}

.link-d8ac h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.active_8b51 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.active_8b51 a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

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

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

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

.up-4b50:hover::before {
    left: 100%;
}

.up-4b50 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;
}

.up-4b50 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;
}

.up-4b50 .alert-paper-4f17 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.up-4b50 .alert-paper-4f17:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.fluid-41e2 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.cool-2cf5 .alert-paper-4f17 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.cool-2cf5 .alert-paper-4f17:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .table-large-8f9f {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .table-large-8f9f h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .table-large-8f9f h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .motion_e89a {
        justify-content: center;
    }
    
    .photo_simple_9b58 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .detail_upper_3542 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard_13a4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .filter-fresh-1ac9 {
        padding: var(--md-spacing-md);
    }
    
    .overlay-north-c302 {
        padding: var(--md-spacing-md) 0;
    }
    
    .link-d8ac {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .cool-2cf5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .advanced-f20f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .filter-fresh-1ac9 {
        padding: var(--md-spacing-sm);
    }
    
    .media_b53d {
        padding: var(--md-spacing-md);
    }
    
    .link-d8ac {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.media_b53d,
.link-d8ac,
.cool-2cf5 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.message-outer-f1eb::-webkit-scrollbar {
    width: 8px;
}

.message-outer-f1eb::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.carousel-f3cb {
    font-size: 1.5rem;
}

.gradient_narrow_4163 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .gallery-8d77 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .article-effe {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.preview_b668 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.preview_b668 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hard-606b {
    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;
}

.hard-606b.element_last_90a7 .picture-a6b0 {
    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); }
}

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

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

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

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

.filter-bronze-cd40 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;
}

.filter-bronze-cd40 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);
}

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

.dynamic_2519 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .photo-cool-0cf8 {
        grid-template-columns: 1fr;
    }
}

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

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

.copper-041b.full_895f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.copper-041b.aside_brown_8e05::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.copper-041b.upper-4b2d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.copper-041b.popup_east_15d0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.logo-afa5 {
    font-size: 1.2rem;
}

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

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

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

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

.row-out-7f14.icon-22f8 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row-out-7f14.fn-active-76f9 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.image-basic-23b3 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.preview-focused-e40f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.summary-fixed-ec42 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tabs_f231 {
    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_f231:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

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

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

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

.description-smooth-217a {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.overlay-steel-9c53 { border-top: 3px solid #00ccff; }
.chip_71e9 { border-top: 3px solid #00ff88; }
.backdrop-f413 { border-top: 3px solid #d4af37; }
.fast-cfc7 { border-top: 3px solid #ff6b6b; }
.description-black-6c4e { border-top: 3px solid #8b5cf6; }

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

.huge-fa1c {
    overflow-x: auto;
}

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

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

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

.east_757c td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-current-c709 {
    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;
}

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

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

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

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

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

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

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

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

.hidden-liquid-e585 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-f01c {
    font-size: 1.5rem;
}

.hidden-wide-4bb2 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.notification-c597 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.widget-0134 .list_fa88 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.accordion-6bdc {
    background: #0a0a0a;
    padding: 60px 0;
}

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

@media (max-width: 768px) {
    .message-fixed-8fed {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-down-8cd5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

.pressed-09c0 span {
    color: #666;
    font-size: 0.8rem;
}

.pressed-09c0 a {
    color: #ff6b6b;
}

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

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

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

.block_6ccc {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.outline-prev-8527 {
    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;
}

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

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

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

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

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

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

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

.picture-gas-16d1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.header-plasma-fb22 {
    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;
}

.header-plasma-fb22.image-e2e6 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.disabled-dark-c33e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .picture-gas-16d1 {
        flex-direction: column;
    }
    .slow_c062 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.status-hot-bc3e .primary_4f86 {
    color: #666;
    margin: 0 8px;
}

.status-hot-bc3e .focus_03dd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.row_light_a9b3 {
    font-size: 2rem;
}

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

.tabs_brown_034c strong {
    color: #d4af37;
}

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

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

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

.block-7da9 h3,
.plasma_48e2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.heading_slow_82ab strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.badge-46e2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.rough-093b strong {
    color: #d4af37;
}

.nav-soft-cc04 {
    color: #aaa;
}

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

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

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

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

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

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

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

.element-98e9:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.outline-white-1065 {
    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;
}

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

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

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

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

.menu_38ab strong {
    color: #d4af37;
}

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

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

.inner-e653 strong {
    color: #00ff88;
}

.inner-e653 span {
    color: #d4af37;
}

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

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

.label-lite-5dad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .label-lite-5dad {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

.disabled-left-8101 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.info-action-e7cb {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-c180 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.backdrop-tiny-9a30 {
    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;
}

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

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

.pagination_yellow_0145 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.heading-3615 .caption-827c {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .cold-0a87 {
        padding: 30px 15px;
    }
    
    .cold-0a87 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .warm_7459 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .static_3399 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .info_clean_5fda {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info_clean_5fda .pagination-outer-d40b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .article_c8bb {
        font-size: 1.3rem;
    }
    
    .image-250e {
        font-size: 0.7rem;
    }
    
    .icon-8d9a {
        flex-direction: column;
        gap: 10px;
    }
    
    .icon-8d9a .alert-paper-4f17 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .aside-77d5 {
        display: none;
    }
    
    .white-561a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .shadow-dynamic-d123 {
        padding: 20px 10px;
    }
    
    .label-lite-5dad {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dropdown_green_f910,
    .caption_upper_1428 {
        padding: 15px;
    }
    
    .disabled-left-8101 {
        flex-direction: column;
        gap: 5px;
    }
    
    .info-action-e7cb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .caption-0aec {
        padding: 30px 10px;
    }
    
    .static_9995 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph_9f68 {
        padding: 20px 15px;
    }
    
    .media_b311 {
        font-size: 2rem;
    }
    
    .paragraph_9f68 h3 {
        font-size: 1.1rem;
    }
    
    .paragraph_9f68 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .large_18f2 {
        padding: 20px 10px;
    }
    
    .down_6da8 h2 {
        font-size: 1.3rem;
    }
    
    .sidebar_new_64c6 {
        font-size: 0.9rem;
    }
    
    .element-98e9 h3 {
        font-size: 1.1rem;
    }
    
    .element-98e9 p {
        font-size: 0.9rem;
    }
    
    .highlight_2303 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .basic_0ca4 {
        grid-template-columns: 1fr;
    }
    
    .menu_38ab {
        font-size: 0.85rem;
    }
    
    .component_cool_26ad {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline-white-1065 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .outline-white-1065 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .avatar_dynamic_7998 {
        padding: 30px 10px;
    }
    
    .medium-2fc1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden-rough-ac3a {
        padding: 15px 10px;
    }
    
    .hidden-rough-ac3a h4 {
        font-size: 0.9rem;
    }
    
    .hidden-rough-ac3a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .component_770f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .medium-2fc1 {
        grid-template-columns: 1fr;
    }
    
    .hidden-rough-ac3a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .focus_9222 {
        padding: 30px 10px;
    }
    
    .liquid_e594 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .rough-74c8 {
        padding: 15px;
    }
    
    .red_0fee {
        font-size: 0.9rem;
    }
    
    .plasma_0724 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .plasma_0724 .progress-ce4a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .panel_hovered_ef0d {
        padding: 30px 10px;
    }
    
    .panel_hovered_ef0d h2 {
        font-size: 1.2rem;
    }
    
    .primary_prev_319c {
        gap: 10px;
    }
    
    .paragraph-bottom-423f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .paragraph-bottom-423f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .fresh-e474 {
        padding: 30px 10px;
    }
    
    .fresh-e474 h2 {
        font-size: 1.2rem;
    }
    
    .brown-4f8c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .narrow_247e {
        padding: 15px 10px;
    }
    
    .narrow_247e h4 {
        font-size: 0.85rem;
    }
    
    .narrow_247e p {
        font-size: 0.75rem;
    }
    
    .simple-be36 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hero-1954 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .search_cool_fa18 {
        padding: 20px 10px;
    }
    
    .thumbnail-down-8cd5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .lite_a10e,
    .column-ff8b,
    .pressed-09c0 {
        width: 100%;
    }
    
    .lite_a10e h3 {
        font-size: 1.1rem;
    }
    
    .lite_a10e p {
        font-size: 0.8rem;
    }
    
    .black-ec55 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .glass-62b5 {
        padding: 30px 15px;
    }
    
    .glass-62b5 h2 {
        font-size: 1.3rem;
    }
    
    .glass-62b5 p {
        font-size: 0.85rem;
    }
    
    .status_left_9c1d {
        flex-direction: column;
        gap: 10px;
    }
    
    .status_left_9c1d .alert-paper-4f17 {
        width: 100%;
    }
    
    .sidebar-steel-35a0 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .icon-last-f9e9 {
        padding: 30px 15px;
    }
    
    .feature-yellow-99b4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .fluid_43d2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .search-3d3e h4 {
        font-size: 0.9rem;
    }
    
    .search-3d3e a {
        font-size: 0.8rem;
    }
    
    .link_3b8f {
        font-size: 0.8rem;
    }
    
    .section_plasma_fa4a p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .short_e4dc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .gallery_hard_0151 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f8ad */
.shadow-element-a5 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.3;
}
