/* Inner Page Styles */

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

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

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

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

.picture-advanced-be05 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.picture-advanced-be05 .caption_smooth_d8a4 {
    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;
}

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

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

.picture-advanced-be05 .caption_smooth_d8a4:hover::before {
    left: 100%;
}

.picture-advanced-be05 .caption_smooth_d8a4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.tiny-5b87 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.logo-180a {
    color: var(--casino-gold-light);
}

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

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

.logo-180a.fn-active-9fda {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Promo Cards */
.widget-active-b4b0 {
    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;
}

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

.widget-active-b4b0:hover::before {
    left: 100%;
}

.widget-active-b4b0 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;
}

.widget-active-b4b0 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;
}

.widget-active-b4b0 .black_12d0 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.widget-active-b4b0 .black_12d0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.dirty_6bab .black_12d0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .paragraph_in_fbc8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .paragraph_in_fbc8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .paragraph_in_fbc8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .picture-advanced-be05 {
        justify-content: center;
    }
    
    .tiny-5b87 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gallery_945a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .mask_c7d3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag_iron_20c5 {
        padding: var(--md-spacing-md);
    }
    
    .info-ceb5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .picture_lite_e8a5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dirty_6bab {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .surface-dim-1433 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .tag_iron_20c5 {
        padding: var(--md-spacing-sm);
    }
    
    .info-d57d {
        padding: var(--md-spacing-md);
    }
    
    .picture_lite_e8a5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.info-d57d,
.picture_lite_e8a5,
.dirty_6bab {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.description-paper-2c61 {
    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);
}

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

.sidebar-old-3ff9 {
    font-size: 1.5rem;
}

.feature-6d49 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .shade-east-3a85 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .next-d59a {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold-b8c3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.next_e599.gold-00d1 .stone_8128 {
    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); }
}

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

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

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

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

.clean-36cd 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;
}

.clean-36cd 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);
}

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

.modal-bc26 {
    font-size: 1.2rem;
}

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

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

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

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

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

.tertiary_thick_8efe.under-e48c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tertiary_thick_8efe.bottom_5c04::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary_thick_8efe.tiny_8af0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tertiary_thick_8efe.basic-00da::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.text-eead {
    font-size: 1.2rem;
}

.overlay-red-1ffa {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.motion_d3bd.solid_bb08 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.motion_d3bd.fn-active-9fda { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.banner-middle-466c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.accent_fresh_ce95.out-c8bf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.hover-brown-9c60 { border-top: 3px solid #00ccff; }
.cool_7114 { border-top: 3px solid #00ff88; }
.menu-north-ddcd { border-top: 3px solid #d4af37; }
.content_f01a { border-top: 3px solid #ff6b6b; }
.table-prev-eef6 { border-top: 3px solid #8b5cf6; }

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

.pro-eea3 {
    overflow-x: auto;
}

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

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

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

.down-e299 td {
    color: #ccc;
}

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

.down-e299 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.aside-orange-6f8e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.breadcrumb-east-d264 {
    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;
}

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

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

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

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

.primary-right-46c6 {
    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;
}

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

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

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

.disabled_0338 {
    font-size: 2rem;
}

.widget-old-4fb6 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.widget-old-4fb6 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border_c6a2 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.selected-28e6 strong {
    color: #fff;
    display: block;
}

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

.tooltip-motion-1f83 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.section_pressed_e1a7 .secondary-a2c8 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.sort-025f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.large-43e4 {
    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;
}

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

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

.tall-07f0 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.accent-532c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.header-9ceb {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.header-9ceb span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.feature-plasma-aa81 span {
    color: #666;
    font-size: 0.8rem;
}

.feature-plasma-aa81 a {
    color: #ff6b6b;
}

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

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

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

.info-easy-a0a6 {
    text-align: center;
}

.info-easy-a0a6 .nav-58d6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.info-easy-a0a6 .badge_focused_2aca {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.label-dim-2197 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.container_764b.out-c8bf {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .dynamic_fa23 {
        flex-direction: column;
    }
    .sort-2a56 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.background-3eb9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.copper_f06d .picture_8fc5 {
    color: #666;
    margin: 0 8px;
}

.copper_f06d .accent-next-88c7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.border-9c0d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.panel_smooth_d4ab {
    font-size: 2rem;
}

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

.sidebar-f923 strong {
    color: #d4af37;
}

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

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

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

.paragraph-thick-a95f h3,
.fixed-3c8e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.highlight-16bc {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.tertiary_next_5541 strong {
    color: #00ff88;
}

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

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

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

.notification-basic-380c h3,
.search-under-eb12 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.panel-motion-8bb3 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.panel-motion-8bb3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.dark-6aad strong {
    color: #d4af37;
}

.input_7a93 {
    color: #aaa;
}

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

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

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

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

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

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

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

.narrow-6b6d:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled_wide_6240 strong {
    color: #d4af37;
}

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

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

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

.plasma-cc7b span {
    color: #d4af37;
}

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

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

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

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

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

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

.texture-cool-2902 {
    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;
}

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

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

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

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

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

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

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

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

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

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

.green-0f4a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.text-clean-8dff {
    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;
}

.caption-9a2c {
    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;
}

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

.medium_c8c2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tag_white_92c2 {
        flex-direction: column;
    }
    
    .progress-7b24 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.widget-red-e734 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .column_c222 {
        padding: 30px 15px;
    }
    
    .column_c222 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notification-down-f5dc {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sidebar_inner_be90 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .focus-e753 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .focus-e753 .dim_2cc5 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .east-3193 {
        font-size: 1.3rem;
    }
    
    .breadcrumb-ded8 {
        font-size: 0.7rem;
    }
    
    .card-slow-90d6 {
        flex-direction: column;
        gap: 10px;
    }
    
    .card-slow-90d6 .black_12d0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip-43f1 {
        display: none;
    }
    
    .media-c178 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gold_2802 {
        padding: 20px 10px;
    }
    
    .badge-a817 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .alert-bronze-c835,
    .active-c065 {
        padding: 15px;
    }
    
    .border_cold_67c4 {
        flex-direction: column;
        gap: 5px;
    }
    
    .gallery_1a16 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .footer_4611 {
        padding: 30px 10px;
    }
    
    .active_c11b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pink-1b21 {
        padding: 20px 15px;
    }
    
    .progress_ad9f {
        font-size: 2rem;
    }
    
    .pink-1b21 h3 {
        font-size: 1.1rem;
    }
    
    .pink-1b21 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .message-full-2847 {
        padding: 20px 10px;
    }
    
    .footer_south_3c59 h2 {
        font-size: 1.3rem;
    }
    
    .table-mini-20a6 {
        font-size: 0.9rem;
    }
    
    .narrow-6b6d h3 {
        font-size: 1.1rem;
    }
    
    .narrow-6b6d p {
        font-size: 0.9rem;
    }
    
    .widget_dark_d614 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .box_941d {
        grid-template-columns: 1fr;
    }
    
    .disabled_wide_6240 {
        font-size: 0.85rem;
    }
    
    .grid-c624 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary_hard_6b51 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .tertiary_hard_6b51 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .out_3404 {
        padding: 30px 10px;
    }
    
    .glass-2034 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade_red_38b0 {
        padding: 15px 10px;
    }
    
    .shade_red_38b0 h4 {
        font-size: 0.9rem;
    }
    
    .shade_red_38b0 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .wrapper-fa37 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card_fa65 {
        padding: 30px 10px;
    }
    
    .main_over_e076 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .upper_0a29 {
        padding: 15px;
    }
    
    .tooltip-fast-e6b8 {
        font-size: 0.9rem;
    }
    
    .chip-f6c8 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-f6c8 .card-blue-29ba {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .media-ef06 {
        padding: 30px 10px;
    }
    
    .media-ef06 h2 {
        font-size: 1.2rem;
    }
    
    .widget_9f32 {
        gap: 10px;
    }
    
    .badge-9cb5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .badge-9cb5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .filter_large_bccd {
        padding: 30px 10px;
    }
    
    .filter_large_bccd h2 {
        font-size: 1.2rem;
    }
    
    .item-9576 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-under-8f4d {
        padding: 15px 10px;
    }
    
    .column-under-8f4d h4 {
        font-size: 0.85rem;
    }
    
    .column-under-8f4d p {
        font-size: 0.75rem;
    }
    
    .advanced-206e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .dim_8bc5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gold_69d8 {
        padding: 20px 10px;
    }
    
    .banner-5034 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .badge-small-ae05,
    .header-9ceb,
    .feature-plasma-aa81 {
        width: 100%;
    }
    
    .badge-small-ae05 h3 {
        font-size: 1.1rem;
    }
    
    .badge-small-ae05 p {
        font-size: 0.8rem;
    }
    
    .button_hard_3b4e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .avatar_778b {
        padding: 30px 15px;
    }
    
    .avatar_778b h2 {
        font-size: 1.3rem;
    }
    
    .avatar_778b p {
        font-size: 0.85rem;
    }
    
    .breadcrumb-fba0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .breadcrumb-fba0 .black_12d0 {
        width: 100%;
    }
    
    .tertiary_yellow_4891 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .cold_d1cf {
        padding: 30px 15px;
    }
    
    .active-dim-a13c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .bottom-4a9e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fluid-110e h4 {
        font-size: 0.9rem;
    }
    
    .fluid-110e a {
        font-size: 0.8rem;
    }
    
    .avatar-light-8db7 {
        font-size: 0.8rem;
    }
    
    .image_58f6 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .row-old-3b36 {
        padding: 8px 10px;
    }
    
    .info_d3a7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .panel-blue-487e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .info_d3a7 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .panel-blue-487e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b983 */
.widget-item-r5 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
