/* Inner Page Styles */

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

.hero-new-9c22 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);
}

.hero-new-9c22 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);
}

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

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

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

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

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

.media_out_a7d9 .chip_7045:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_ace0.fn-active-7fe0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-9a1c {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

/* Promo Cards */
.panel-middle-e372 {
    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;
}

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

.panel-middle-e372:hover::before {
    left: 100%;
}

.panel-middle-e372 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;
}

.panel-middle-e372 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;
}

.panel-middle-e372 .banner-action-554b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.panel-middle-e372 .banner-action-554b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.status-south-86b4 {
    margin-top: var(--md-spacing-sm);
}

.dim-8c0d {
    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);
}

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

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

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

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

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

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

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

.article_8230 .banner-action-554b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.article_8230 .banner-action-554b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-new-9c22 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hero-new-9c22 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hero-new-9c22 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .media_out_a7d9 {
        justify-content: center;
    }
    
    .bottom_49a7 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .popup-bbcb {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .focused_1b30 {
        padding: var(--md-spacing-md) 0;
    }
    
    .middle-b7c1 {
        padding: var(--md-spacing-md);
    }
    
    .nav_9cf2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .info_a956 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .article_8230 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .summary_463b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .middle-b7c1 {
        padding: var(--md-spacing-sm);
    }
    
    .wide-5020 {
        padding: var(--md-spacing-md);
    }
    
    .info_a956 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wide-5020,
.info_a956,
.article_8230 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.surface_37bf {
    font-size: 1.5rem;
}

.caption_top_8c49 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .chip-94c3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .image_inner_fa09 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.green-8d66 {
    padding: 30px 0;
}

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

.sort-gold-13b2 {
    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;
}

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

.sort-gold-13b2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.sort-gold-13b2 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.nav-prev-283f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.action-294c {
    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;
}

.action-294c.blue-b08a .breadcrumb_medium_28e4 {
    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); }
}

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

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

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

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

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

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

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

.button_9e63 {
    font-size: 1.2rem;
}

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

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

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

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

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

.sort_a376.tag-9fce::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.sort_a376.tertiary-wide-8663::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sort_a376.slider_8fe0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.sort_a376.modal-3b99::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.next-f78b {
    font-size: 1.2rem;
}

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

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

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

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

.focus_bfca.list_over_2f9c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focus_bfca.fn-active-7fe0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.picture-tiny-e44c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.background-next-656d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.nav-094e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.outer_2cda.label-inner-c8f8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.label-blue-996f {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.slow_2e50 { border-top: 3px solid #00ccff; }
.notice_dirty_903f { border-top: 3px solid #00ff88; }
.sidebar-768c { border-top: 3px solid #d4af37; }
.logo_glass_fafc { border-top: 3px solid #ff6b6b; }
.selected_fb80 { border-top: 3px solid #8b5cf6; }

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

.content_mini_332c {
    overflow-x: auto;
}

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

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

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

.avatar_huge_59f7 td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .shadow-motion-11bc {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.heading-23a1 {
    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;
}

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

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

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

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

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

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

.shade_yellow_dbc8 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.element-dynamic-6830 {
    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;
}

.element-dynamic-6830::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);
}

.fixed-56bc {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.element-505d {
    font-size: 1.5rem;
}

.tooltip-blue-5aaf {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.stone_1cb1 .chip_90c2 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.article-right-97d7 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.badge-587f {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.hidden-52fc {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.hidden-52fc span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.texture_7ec3 a {
    color: #ff6b6b;
}

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

.frame-lower-0974 {
    max-width: 800px;
    margin: 0 auto;
}

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

.red-5e79 {
    text-align: center;
}

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

.red-5e79 .link_6886 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.frame-lower-0974 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down-5f30 {
    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;
}

.down-5f30.label-inner-c8f8 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.center-6e6c {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .item-31e8 {
        flex-direction: column;
    }
    .steel_8e8b {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.pagination-tiny-dbe2 .pink-ccd0 {
    color: #666;
    margin: 0 8px;
}

.pagination-tiny-dbe2 .component-cool-86b7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.popup-gas-bde8 strong {
    color: #d4af37;
    margin-right: 8px;
}

.disabled-18e1 {
    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;
}

.active-ac66 {
    font-size: 2rem;
}

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

.first-ba90 strong {
    color: #d4af37;
}

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

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

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

.fresh_aef2 h3,
.paragraph-91dc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.aside-medium-7d91 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.badge-dark-3645 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.detail_8438 strong {
    color: #00ff88;
}

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

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

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

.focus-4b61 h3,
.background-2a31 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.status-070b summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.icon_paper_8c31 strong {
    color: #d4af37;
}

.accordion_hovered_e74f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-in-aaf0 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.modal-in-aaf0 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;
}

.modal-in-aaf0 li strong {
    color: #00ff88;
}

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

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

.nav-1f2e {
    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;
}

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

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

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

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

.center-73a8 strong {
    color: #d4af37;
}

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

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

.bottom_c3bf strong {
    color: #00ff88;
}

.bottom_c3bf span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.section-over-9df4 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.aside-pro-0abf {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.center-2fff {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-mini-ccf6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chip-mini-ccf6 li {
    margin-bottom: 5px;
}

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

.chip-mini-ccf6 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.glass-731a {
    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;
}

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

.lower_4159 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .action-c8d8 {
        flex-direction: column;
    }
    
    .plasma-c1a5 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

.east-6ac6 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .wrapper-black-636d {
        padding: 30px 15px;
    }
    
    .wrapper-black-636d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .video-b2dd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dirty_4442 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .popup_focused_4c34 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .popup_focused_4c34 .popup_old_d753 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hero_stone_f20a {
        font-size: 1.3rem;
    }
    
    .cool_ae7f {
        font-size: 0.7rem;
    }
    
    .purple_df36 {
        flex-direction: column;
        gap: 10px;
    }
    
    .purple_df36 .banner-action-554b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .main_bc51 {
        display: none;
    }
    
    .tertiary-clean-a689 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .background-1e78 {
        padding: 20px 10px;
    }
    
    .container_selected_cd81 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_hovered_3196,
    .secondary_c9eb {
        padding: 15px;
    }
    
    .aside-pro-0abf {
        flex-direction: column;
        gap: 5px;
    }
    
    .center-2fff {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .fluid_a090 {
        padding: 30px 10px;
    }
    
    .sort-5036 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .south_6dfc {
        padding: 20px 15px;
    }
    
    .main_1857 {
        font-size: 2rem;
    }
    
    .south_6dfc h3 {
        font-size: 1.1rem;
    }
    
    .south_6dfc p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .stale-8432 {
        padding: 20px 10px;
    }
    
    .motion-b410 h2 {
        font-size: 1.3rem;
    }
    
    .last_02f4 {
        font-size: 0.9rem;
    }
    
    .footer_simple_005b h3 {
        font-size: 1.1rem;
    }
    
    .footer_simple_005b p {
        font-size: 0.9rem;
    }
    
    .modal-in-aaf0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .upper_b5df {
        grid-template-columns: 1fr;
    }
    
    .center-73a8 {
        font-size: 0.85rem;
    }
    
    .copper_3ae5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav-1f2e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .nav-1f2e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .backdrop_brown_f8e7 {
        padding: 30px 10px;
    }
    
    .frame-c626 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-6fb7 {
        padding: 15px 10px;
    }
    
    .black-6fb7 h4 {
        font-size: 0.9rem;
    }
    
    .black-6fb7 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .texture-yellow-e51f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .frame-c626 {
        grid-template-columns: 1fr;
    }
    
    .black-6fb7 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .red_7cdc {
        padding: 30px 10px;
    }
    
    .small_f42e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mini-f767 {
        padding: 15px;
    }
    
    .pro_0caa {
        font-size: 0.9rem;
    }
    
    .huge_c34c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .huge_c34c .in_d5c5 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .menu-bright-d306 {
        padding: 30px 10px;
    }
    
    .menu-bright-d306 h2 {
        font-size: 1.2rem;
    }
    
    .search-c9ef {
        gap: 10px;
    }
    
    .card-bronze-0b63 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .card-bronze-0b63 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .box_6fcb {
        padding: 30px 10px;
    }
    
    .box_6fcb h2 {
        font-size: 1.2rem;
    }
    
    .rough-19dc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard_11c3 {
        padding: 15px 10px;
    }
    
    .hard_11c3 h4 {
        font-size: 0.85rem;
    }
    
    .hard_11c3 p {
        font-size: 0.75rem;
    }
    
    .static_8c39 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .link-f481 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .slider_lower_aa10 {
        padding: 20px 10px;
    }
    
    .logo_fa0d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .wrapper_next_d0a8,
    .hidden-52fc,
    .texture_7ec3 {
        width: 100%;
    }
    
    .wrapper_next_d0a8 h3 {
        font-size: 1.1rem;
    }
    
    .wrapper_next_d0a8 p {
        font-size: 0.8rem;
    }
    
    .frame_inner_d914 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .wide-9813 {
        padding: 30px 15px;
    }
    
    .wide-9813 h2 {
        font-size: 1.3rem;
    }
    
    .wide-9813 p {
        font-size: 0.85rem;
    }
    
    .thumbnail_aab0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .thumbnail_aab0 .banner-action-554b {
        width: 100%;
    }
    
    .highlight-hovered-cf4e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .button-steel-98d3 {
        padding: 30px 10px;
    }
    
    .button-steel-98d3 h3 {
        font-size: 1.2rem;
    }
    
    .summary-e596 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article_8230 {
        padding: 15px 10px;
    }
    
    .article_8230 h4 {
        font-size: 0.85rem;
    }
    
    .article_8230 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .layout-full-850f {
        padding: 30px 15px;
    }
    
    .out_41d1 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .small_e40d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sort_action_7c70 h4 {
        font-size: 0.9rem;
    }
    
    .sort_action_7c70 a {
        font-size: 0.8rem;
    }
    
    .medium_219b {
        font-size: 0.8rem;
    }
    
    .text_fresh_c574 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .accent-up-426a {
        padding: 8px 10px;
    }
    
    .component-7d6c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .item-bc74 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .component-7d6c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .item-bc74 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9613 */
.phantom-card-w1 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
