/* Inner Page Styles */

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

.tag-57d8 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tag-57d8 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

.gallery-mini-5128 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.gallery-mini-5128 .outline_bronze_684c {
    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;
}

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

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

.gallery-mini-5128 .outline_bronze_684c:hover::before {
    left: 100%;
}

.gallery-mini-5128 .outline_bronze_684c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.badge-fluid-68a9 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.huge_864f.fn-active-d019 {
    color: var(--casino-gold-light);
}

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

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

.button-9c68 {
    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);
}

.button-9c68 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge_0358 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 */
.plasma-fcd7 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.motion-6400:hover::before {
    left: 100%;
}

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

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

.motion-6400 .bronze_940f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.motion-6400 .bronze_940f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.logo_cool_6fa1 .bronze_940f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tag-57d8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tag-57d8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tag-57d8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gallery-mini-5128 {
        justify-content: center;
    }
    
    .badge-fluid-68a9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .panel_73ae {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .row_e5c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .button-9c68 {
        padding: var(--md-spacing-md);
    }
    
    .wood_e1b8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge_0358 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .logo_cool_6fa1 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .liquid-3c6e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .button-9c68 {
        padding: var(--md-spacing-sm);
    }
    
    .pattern_upper_4349 {
        padding: var(--md-spacing-md);
    }
    
    .badge_0358 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pattern_upper_4349,
.badge_0358,
.logo_cool_6fa1 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.right-4abe::-webkit-scrollbar {
    width: 8px;
}

.right-4abe::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.footer-lower-5a6a {
    font-size: 1.5rem;
}

.banner_active_d385 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.label-outer-768f {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.preview_453e {
    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_453e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.bright_a7b0.popup-03de .wide_0349 {
    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); }
}

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

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

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

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

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

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

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

.next_19d9 {
    font-size: 1.2rem;
}

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

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

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

.input_rough_7174 {
    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_rough_7174::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.input_rough_7174.content_white_af8c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.input_rough_7174.border-static-739c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.input_rough_7174.cool_7d41::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.input_rough_7174.gas-8536::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.sort_black_078c {
    font-size: 1.2rem;
}

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

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

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

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

.stale_fead.selected_2c91 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.stale_fead.fn-active-d019 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.article-dynamic-aa4e {
    color: #666;
    font-size: 0.8rem;
}

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

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

.purple-321f {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.table-blue-cdd7 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.under-330c {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.sort-304b { border-top: 3px solid #00ccff; }
.fluid_255d { border-top: 3px solid #00ff88; }
.texture_black_3fe0 { border-top: 3px solid #d4af37; }
.old_c065 { border-top: 3px solid #ff6b6b; }
.complex-2d83 { border-top: 3px solid #8b5cf6; }

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

.link-new-8f44 {
    overflow-x: auto;
}

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

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

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

.dynamic-204d td {
    color: #ccc;
}

.dynamic-204d .yellow_eb4b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.dynamic-204d tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.section-north-7a66 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.alert-warm-c6d1 {
    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;
}

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

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

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

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

.green-841d {
    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;
}

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

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

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

.icon-7e20 {
    font-size: 2rem;
}

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

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

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

.action-22a3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.background-purple-7267 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.popup-silver-6864 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.wide-c9f0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.plasma-65d0 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.pressed-2153 .heading_a181 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.accent-active-337f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-slow-0308 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.outer_8f3d a {
    color: #ff6b6b;
}

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

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

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

.texture_dd6f {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.slow-98b6 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.solid-63c7 {
    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;
}

.solid-63c7.pressed-6628 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .carousel-5e63 {
        flex-direction: column;
    }
    .button-7e08 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.highlight-2e4b .mini-bf82 {
    color: #666;
    margin: 0 8px;
}

.highlight-2e4b .pagination_669b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.main-4485 {
    font-size: 2rem;
}

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

.status-bfe0 strong {
    color: #d4af37;
}

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

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

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

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

.dark-9fac {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.wrapper-dirty-f05a strong {
    color: #d4af37;
    margin-right: 8px;
}

.advanced-356b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.north_553e strong {
    color: #00ff88;
}

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

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

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

.info_clean_3abe h3,
.section-middle-4456 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.box-old-01f7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.description-5e7b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.iron_47fe strong {
    color: #d4af37;
}

.title-hovered-cb71 {
    color: #aaa;
}

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

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

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

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

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

.soft-27f6 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.row-hard-a85d {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.row-hard-a85d 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;
}

.row-hard-a85d li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.description_9c68 strong {
    color: #d4af37;
}

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

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

.top_f60b strong {
    color: #00ff88;
}

.top_f60b span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.warm-44f9 {
    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);
}

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

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

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

.fresh-102f {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.fresh-102f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-slow-0308 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

@media (max-width: 480px) {
    .gallery_inner_5229 {
        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;
}

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .link-glass-d4b0 {
        padding: 30px 15px;
    }
    
    .link-glass-d4b0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .purple_3158 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .steel_5f56 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hard_736d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hard_736d .cold_44d6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .action-d811 {
        font-size: 1.3rem;
    }
    
    .narrow_fa0e {
        font-size: 0.7rem;
    }
    
    .info_purple_1e42 {
        flex-direction: column;
        gap: 10px;
    }
    
    .info_purple_1e42 .bronze_940f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .search_tall_1b38 {
        display: none;
    }
    
    .blue-36cc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .slider-16e6 {
        padding: 20px 10px;
    }
    
    .surface-1b0b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary_453b,
    .background_advanced_a79e {
        padding: 15px;
    }
    
    .overlay-ea66 {
        flex-direction: column;
        gap: 5px;
    }
    
    .warm-44f9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery_2d7e {
        padding: 30px 10px;
    }
    
    .chip_hard_2a9d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paragraph-fixed-456b {
        padding: 20px 15px;
    }
    
    .rough-f9d6 {
        font-size: 2rem;
    }
    
    .paragraph-fixed-456b h3 {
        font-size: 1.1rem;
    }
    
    .paragraph-fixed-456b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .card_4ecd {
        padding: 20px 10px;
    }
    
    .backdrop_8812 h2 {
        font-size: 1.3rem;
    }
    
    .title_west_3c59 {
        font-size: 0.9rem;
    }
    
    .icon_78a1 h3 {
        font-size: 1.1rem;
    }
    
    .icon_78a1 p {
        font-size: 0.9rem;
    }
    
    .row-hard-a85d li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .icon-bronze-defe {
        grid-template-columns: 1fr;
    }
    
    .description_9c68 {
        font-size: 0.85rem;
    }
    
    .article-east-4daa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border-9887 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .border-9887 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .progress-hard-878d {
        padding: 30px 10px;
    }
    
    .clean_d835 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-new-63ed {
        padding: 15px 10px;
    }
    
    .pattern-new-63ed h4 {
        font-size: 0.9rem;
    }
    
    .pattern-new-63ed p {
        font-size: 0.75rem;
        display: none;
    }
    
    .full-8c27 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .clean_d835 {
        grid-template-columns: 1fr;
    }
    
    .pattern-new-63ed p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hard_dc46 {
        padding: 30px 10px;
    }
    
    .fast-eb54 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .shadow-e760 {
        padding: 15px;
    }
    
    .black-e0d7 {
        font-size: 0.9rem;
    }
    
    .focus_down_48ea {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus_down_48ea .old_6292 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .sidebar-0882 {
        padding: 30px 10px;
    }
    
    .sidebar-0882 h2 {
        font-size: 1.2rem;
    }
    
    .highlight-a130 {
        gap: 10px;
    }
    
    .paragraph_0c63 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .paragraph_0c63 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .short_3784 {
        padding: 30px 10px;
    }
    
    .short_3784 h2 {
        font-size: 1.2rem;
    }
    
    .gallery-selected-a7a7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .liquid_fedc {
        padding: 15px 10px;
    }
    
    .liquid_fedc h4 {
        font-size: 0.85rem;
    }
    
    .liquid_fedc p {
        font-size: 0.75rem;
    }
    
    .background_3aaa {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .south_290b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .surface-8b24 {
        padding: 20px 10px;
    }
    
    .fresh_1f26 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pink-b942,
    .disabled-c529,
    .outer_8f3d {
        width: 100%;
    }
    
    .pink-b942 h3 {
        font-size: 1.1rem;
    }
    
    .pink-b942 p {
        font-size: 0.8rem;
    }
    
    .description_out_ff57 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .notification_blue_43cf {
        padding: 30px 15px;
    }
    
    .notification_blue_43cf h2 {
        font-size: 1.3rem;
    }
    
    .notification_blue_43cf p {
        font-size: 0.85rem;
    }
    
    .cold_8564 {
        flex-direction: column;
        gap: 10px;
    }
    
    .cold_8564 .bronze_940f {
        width: 100%;
    }
    
    .banner-pressed-8b61 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .footer_prev_8476 {
        padding: 30px 15px;
    }
    
    .status_971a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .input_a4e7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero_pressed_2892 h4 {
        font-size: 0.9rem;
    }
    
    .hero_pressed_2892 a {
        font-size: 0.8rem;
    }
    
    .glass-8445 {
        font-size: 0.8rem;
    }
    
    .list-b2d7 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .complex_1d71 {
        padding: 8px 10px;
    }
    
    .caption_fbee {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .copper-3b56 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .caption_fbee {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .copper-3b56 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f487 */
.widget-item-v5 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
