/* Inner Page Styles */

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

.carousel-fixed-6bb5 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);
}

.carousel-fixed-6bb5 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);
}

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

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

.backdrop_paper_e636 .fast-c76c {
    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;
}

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

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

.backdrop_paper_e636 .fast-c76c:hover::before {
    left: 100%;
}

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

.tall-868b {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.slow-87e8 {
    color: var(--casino-gold-light);
}

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

.slow-87e8 a:hover {
    color: var(--casino-gold-light);
}

.slow-87e8.fn-active-5985 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.module-copper-9e81 {
    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);
}

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

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

.module-copper-9e81 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

.stone-1c5f {
    padding: var(--md-spacing-md) 0;
}

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

.silver_8df5 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 */
.notice-61df {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-61df li {
    margin-bottom: var(--md-spacing-xs);
}

.notice-61df 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);
}

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

/* Promo Cards */
.hover-over-43e5 {
    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;
}

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

.hover-over-43e5:hover::before {
    left: 100%;
}

.hover-over-43e5 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;
}

.hover-over-43e5 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;
}

.hover-over-43e5 .header-159f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hover-over-43e5 .header-159f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.badge_cb5b .header-159f {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.badge_cb5b .header-159f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-fixed-6bb5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .carousel-fixed-6bb5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .carousel-fixed-6bb5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .backdrop_paper_e636 {
        justify-content: center;
    }
    
    .logo_west_3e9d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hard_6ff7 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .fixed_7e01 {
        padding: var(--md-spacing-md) 0;
    }
    
    .next-cb87 {
        padding: var(--md-spacing-md);
    }
    
    .card-over-9ea8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .silver_8df5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .badge_cb5b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .feature-bright-0fe4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .next-cb87 {
        padding: var(--md-spacing-sm);
    }
    
    .module-copper-9e81 {
        padding: var(--md-spacing-md);
    }
    
    .silver_8df5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.module-copper-9e81,
.silver_8df5,
.badge_cb5b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.dim_95c9 {
    font-size: 1.5rem;
}

.preview-mini-6798 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tiny-1604 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .pattern-6fce {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal_ea41 strong {
    color: #00ff88;
}

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

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

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

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

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

.video-157c::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;
}

.motion-984d {
    text-align: center;
    margin-bottom: 30px;
}

.outline-dirty-6bbf {
    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;
}

.outline-dirty-6bbf.detail_0702 .wrapper_prev_9dff {
    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); }
}

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

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

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

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

.paper-d760 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;
}

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

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

.search-brown-be8e {
    font-size: 1.2rem;
}

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

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

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

.row-steel-5556 {
    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;
}

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

.row-steel-5556.focused-07fd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row-steel-5556.light_5ba5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row-steel-5556.tag_a562::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row-steel-5556.tag-865f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.element_aa32 {
    font-size: 1.2rem;
}

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

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

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

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

.article-dynamic-b726.full-eca7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article-dynamic-b726.fn-active-5985 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tall-9792 { border-top: 3px solid #00ccff; }
.tabs_full_3571 { border-top: 3px solid #00ff88; }
.west-efa4 { border-top: 3px solid #d4af37; }
.card_3b2f { border-top: 3px solid #ff6b6b; }
.sidebar-8c49 { border-top: 3px solid #8b5cf6; }

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

.detail_ca4a {
    overflow-x: auto;
}

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

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

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

.paragraph_glass_2f29 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.gallery-purple-008a {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static-8361 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-ba2e {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .element-new-6cf2 {
        grid-template-columns: 1fr;
    }
}

.static-2aba {
    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;
}

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

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

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

.section-solid-27c0 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.tiny-a852 .fluid_b546 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.layout-lite-25b5 {
    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;
}

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

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

.disabled-purple-204a {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.bronze-32cf {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

/* Responsible Banner */
.modal-bright-45ae {
    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;
}

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

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

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

.shade-west-76e0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.shade-west-76e0 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.dim_0ba2 a {
    color: #ff6b6b;
}

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

.blue-031c {
    max-width: 800px;
    margin: 0 auto;
}

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

.container-cold-3cb1 {
    text-align: center;
}

.container-cold-3cb1 .backdrop-d26d {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.container-cold-3cb1 .mask-warm-5138 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.blue-031c > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.container-east-054b {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.in-28da {
    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;
}

.in-28da.bottom-a7ef {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.notification-3b9a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.summary-red-4182 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.column_2baf .backdrop-fixed-9ce2 {
    color: #666;
    margin: 0 8px;
}

.column_2baf .hard_50ea {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tag-motion-cb8b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.summary-plasma-d732 {
    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;
}

.picture-basic-0809 {
    font-size: 2rem;
}

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

.header_5c2c strong {
    color: #d4af37;
}

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

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

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

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

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

.sidebar-copper-7b37 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.column-selected-4d20 strong {
    color: #d4af37;
    margin-right: 8px;
}

.component-stale-9690 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.message_06a8 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-over-b789 strong {
    color: #d4af37;
}

.module_down_f7d4 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.feature-90b4 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-90b4 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;
}

.feature-90b4 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.complex_dcd9 strong {
    color: #d4af37;
}

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

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

.container_fdc8 strong {
    color: #00ff88;
}

.container_fdc8 span {
    color: #d4af37;
}

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

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

.list-5e14 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.item-current-d722 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.modal-purple-22f2 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.layout-motion-1f74 {
    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);
}

.avatar-cold-9f7b {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-pro-058f {
    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;
}

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

.photo_1da9 strong {
    color: #00ff88;
}

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

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

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

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

.inner-41ec {
    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;
}

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

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

@media (max-width: 768px) {
    .yellow-a888 {
        flex-direction: column;
    }
    
    .inner-41ec {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.footer-plasma-a6af {
    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;
}

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

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

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

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

.main-up-3b83 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .lower-e95d {
        padding: 30px 15px;
    }
    
    .lower-e95d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .highlight-basic-b68b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .list_first_dfba {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .search-3b8a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .search-3b8a .red_64e2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .icon-d3b0 {
        font-size: 1.3rem;
    }
    
    .notice_purple_3205 {
        font-size: 0.7rem;
    }
    
    .info-dark-9d7f {
        flex-direction: column;
        gap: 10px;
    }
    
    .info-dark-9d7f .header-159f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .copper-1f5e {
        display: none;
    }
    
    .wrapper-66da {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .simple-d6a9 {
        padding: 20px 10px;
    }
    
    .list-5e14 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mini_c822,
    .caption-glass-d6cb {
        padding: 15px;
    }
    
    .modal-purple-22f2 {
        flex-direction: column;
        gap: 5px;
    }
    
    .layout-motion-1f74 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .mini_323a {
        padding: 30px 10px;
    }
    
    .texture_fac8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .prev_0ade {
        padding: 20px 15px;
    }
    
    .form-7a6f {
        font-size: 2rem;
    }
    
    .prev_0ade h3 {
        font-size: 1.1rem;
    }
    
    .prev_0ade p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .label-aa37 {
        padding: 20px 10px;
    }
    
    .pagination-aadc h2 {
        font-size: 1.3rem;
    }
    
    .next-efc2 {
        font-size: 0.9rem;
    }
    
    .filter_bottom_46f7 h3 {
        font-size: 1.1rem;
    }
    
    .filter_bottom_46f7 p {
        font-size: 0.9rem;
    }
    
    .feature-90b4 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .filter-59c2 {
        grid-template-columns: 1fr;
    }
    
    .complex_dcd9 {
        font-size: 0.85rem;
    }
    
    .primary_636f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out_aa26 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .out_aa26 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pink-5734 {
        padding: 30px 10px;
    }
    
    .status_79d0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel_inner_37ac {
        padding: 15px 10px;
    }
    
    .panel_inner_37ac h4 {
        font-size: 0.9rem;
    }
    
    .panel_inner_37ac p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thick_d7ac {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pink_08f6 {
        padding: 30px 10px;
    }
    
    .carousel-fresh-ef68 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-stale-347e {
        padding: 15px;
    }
    
    .text-2ab0 {
        font-size: 0.9rem;
    }
    
    .menu-orange-3dfc {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .menu-orange-3dfc .grid-steel-0446 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .disabled_e381 {
        padding: 30px 10px;
    }
    
    .disabled_e381 h2 {
        font-size: 1.2rem;
    }
    
    .east-0798 {
        gap: 10px;
    }
    
    .gallery_gas_eb71 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .gallery_gas_eb71 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .middle-cb5d {
        padding: 30px 10px;
    }
    
    .middle-cb5d h2 {
        font-size: 1.2rem;
    }
    
    .chip-7b98 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .breadcrumb-action-8bb9 {
        padding: 15px 10px;
    }
    
    .breadcrumb-action-8bb9 h4 {
        font-size: 0.85rem;
    }
    
    .breadcrumb-action-8bb9 p {
        font-size: 0.75rem;
    }
    
    .selected_02ef {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .black_1d87 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .modal-bright-45ae {
        padding: 20px 10px;
    }
    
    .border_b0f5 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .upper_9ccd,
    .shade-west-76e0,
    .dim_0ba2 {
        width: 100%;
    }
    
    .upper_9ccd h3 {
        font-size: 1.1rem;
    }
    
    .upper_9ccd p {
        font-size: 0.8rem;
    }
    
    .breadcrumb_solid_b0ae {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .search_in_9cf1 {
        padding: 30px 15px;
    }
    
    .search_in_9cf1 h2 {
        font-size: 1.3rem;
    }
    
    .search_in_9cf1 p {
        font-size: 0.85rem;
    }
    
    .message-bronze-32e4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .message-bronze-32e4 .header-159f {
        width: 100%;
    }
    
    .next_c357 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .liquid-e6eb {
        padding: 30px 15px;
    }
    
    .cool_c728 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .article-1bbb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .dim-596f h4 {
        font-size: 0.9rem;
    }
    
    .dim-596f a {
        font-size: 0.8rem;
    }
    
    .list_yellow_50db {
        font-size: 0.8rem;
    }
    
    .grid_baa1 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .item-a36c {
        padding: 8px 10px;
    }
    
    .notification-6f75 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .highlight-e675 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .notification-6f75 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .highlight-e675 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6079 */
.phantom-card-j3 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
