/* Inner Page Styles */

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

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

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

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

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

.gas_efad .fluid-e965 {
    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;
}

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

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

.gas_efad .fluid-e965:hover::before {
    left: 100%;
}

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

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

.slider-44c6 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.center-0f0a {
    color: var(--casino-gold-light);
}

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

.center-0f0a a:hover {
    color: var(--casino-gold-light);
}

.center-0f0a.fn-active-8e25 {
    color: var(--casino-gold-light);
}

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

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

.box-north-59e8 {
    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);
}

.box-north-59e8 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);
}

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

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

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

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

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

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

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

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

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

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

.top-7f7d {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.filter_e9d2:hover::before {
    left: 100%;
}

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

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

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

.filter_e9d2 .fast_5fee:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.orange-65d0 {
    margin-top: var(--md-spacing-sm);
}

.container-motion-31f0 {
    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);
}

.container-motion-31f0:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.footer-in-4a7a {
    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);
}

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

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

.footer-in-4a7a p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.footer-in-4a7a .fast_5fee {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.footer-in-4a7a .fast_5fee:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .article_9514 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .article_9514 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .article_9514 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gas_efad {
        justify-content: center;
    }
    
    .slider-44c6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .secondary-58de {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .popup_wide_9fd6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .box-north-59e8 {
        padding: var(--md-spacing-md);
    }
    
    .green-7991 {
        padding: var(--md-spacing-md) 0;
    }
    
    .north_7b1a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .footer-in-4a7a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .prev-2da9 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .box-north-59e8 {
        padding: var(--md-spacing-sm);
    }
    
    .up-5607 {
        padding: var(--md-spacing-md);
    }
    
    .north_7b1a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.up-5607,
.north_7b1a,
.footer-in-4a7a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.focus-6f30::-webkit-scrollbar {
    width: 8px;
}

.focus-6f30::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.detail-brown-cb6c {
    font-size: 1.5rem;
}

.module_red_003d strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .wide-f0b0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .tertiary-1677 {
        margin-left: 0;
    }
}

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

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

.advanced-55f8 {
    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;
}

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

.advanced-55f8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.advanced-55f8 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.content-in-298a {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.background-focused-9631 {
    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;
}

.background-focused-9631 strong {
    color: #00ff88;
}

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

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

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

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

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

.over-2d03::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;
}

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

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

.video_97f1.left-dc59 .carousel_wide_ce90 {
    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); }
}

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

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

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

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

.element-action-ad3b 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;
}

.element-action-ad3b 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);
}

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

.paragraph-static-b84c {
    font-size: 1.2rem;
}

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

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

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

.active-over-d0cf {
    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;
}

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

.active-over-d0cf.surface-plasma-bbfa::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active-over-d0cf.pink_ea11::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active-over-d0cf.logo-medium-e688::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active-over-d0cf.fresh_6f1f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.paragraph-cold-0db1 {
    font-size: 1.2rem;
}

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

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

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

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

.overlay_fdda.table-hovered-a34f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.overlay_fdda.fn-active-8e25 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.accordion-solid-65cf {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

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

.mask-under-400c {
    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;
}

.mask-under-400c:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.mask-under-400c.notification-70a5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.selected-8126 { border-top: 3px solid #00ccff; }
.dirty-3fb4 { border-top: 3px solid #00ff88; }
.carousel-hot-0850 { border-top: 3px solid #d4af37; }
.module_ac3e { border-top: 3px solid #ff6b6b; }
.photo_new_af84 { border-top: 3px solid #8b5cf6; }

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

.pink-beb6 {
    overflow-x: auto;
}

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

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

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

.smooth_2827 td {
    color: #ccc;
}

.smooth_2827 .accent-north-cc2a {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.footer-59ab {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-focused-409f {
    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;
}

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

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

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

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

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

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

.item-hard-0823 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.wrapper-brown-4f90 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.header-dynamic-9e80 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.text-selected-db76 {
    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;
}

.text-selected-db76::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);
}

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

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

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

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

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

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

.tall_5e77 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.chip-lite-aa84 .element-7c7c {
    margin-bottom: 10px;
}

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

.chip-lite-aa84 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.banner-liquid-0d7c {
    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;
}

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

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

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

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

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

.grid-focused-0a5a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.hidden-52a6 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.card-4360 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.card-4360 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.card-5edc span {
    color: #666;
    font-size: 0.8rem;
}

.card-5edc a {
    color: #ff6b6b;
}

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

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

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

.alert-huge-e48f {
    text-align: center;
}

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

.alert-huge-e48f .paragraph-west-387f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.aside-fresh-0cef {
    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;
}

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

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

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

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

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

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

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

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

.link-bright-ea0d {
    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;
}

.link-bright-ea0d.notification-70a5 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.caption-0b45 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .module-liquid-c6cd {
        flex-direction: column;
    }
    .info_rough_cea5 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.card_10da .photo_center_9673 {
    color: #666;
    margin: 0 8px;
}

.card_10da .heading-2b16 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.slider-complex-59e3 strong {
    color: #d4af37;
    margin-right: 8px;
}

.silver-70c4 {
    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;
}

.photo_4381 {
    font-size: 2rem;
}

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

.red-cf95 strong {
    color: #d4af37;
}

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

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

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

.modal_8b38 h3,
.banner-532c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.huge-745b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.outline_804a strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.text-652c {
    background: #0a0a0a;
    padding: 30px 0;
}

.gradient-white-a203 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

.layout_56f0 strong {
    color: #d4af37;
}

.action_328c {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-steel-1d18 {
    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;
}

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

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

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

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

.surface_brown_e504 strong {
    color: #d4af37;
}

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

.stale-36fd {
    color: #888;
    font-size: 0.9rem;
}

.stale-36fd strong {
    color: #00ff88;
}

.stale-36fd span {
    color: #d4af37;
}

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

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

.notice-out-9b5d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.focus-north-65f5 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.orange-55f3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.orange-55f3 li {
    margin-bottom: 5px;
}

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

.orange-55f3 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.info-a94c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.hidden-52a6 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .old-5075 {
        flex-direction: column;
    }
    
    .border-glass-c521 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-basic-b9d5 {
        padding: 30px 15px;
    }
    
    .breadcrumb-basic-b9d5 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .liquid-0395 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .box-21e2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .aside-48e0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside-48e0 .bronze-5cf9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .image_full_6a36 {
        font-size: 1.3rem;
    }
    
    .texture_rough_5eb0 {
        font-size: 0.7rem;
    }
    
    .pattern-clean-e72e {
        flex-direction: column;
        gap: 10px;
    }
    
    .pattern-clean-e72e .fast_5fee {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .accent-west-7f96 {
        display: none;
    }
    
    .accent-36b0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .huge_819d {
        padding: 20px 10px;
    }
    
    .notice-out-9b5d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick_62e4,
    .texture-left-f455 {
        padding: 15px;
    }
    
    .tag_e221 {
        flex-direction: column;
        gap: 5px;
    }
    
    .bottom-e025 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .focus-16fa {
        padding: 30px 10px;
    }
    
    .dropdown-dim-28a6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold_7a60 {
        padding: 20px 15px;
    }
    
    .text_1467 {
        font-size: 2rem;
    }
    
    .cold_7a60 h3 {
        font-size: 1.1rem;
    }
    
    .cold_7a60 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .aside-down-d896 {
        padding: 20px 10px;
    }
    
    .progress-3eb6 h2 {
        font-size: 1.3rem;
    }
    
    .content-glass-a1db {
        font-size: 0.9rem;
    }
    
    .gas_8ab6 h3 {
        font-size: 1.1rem;
    }
    
    .gas_8ab6 p {
        font-size: 0.9rem;
    }
    
    .hot_99c1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .info_complex_a189 {
        grid-template-columns: 1fr;
    }
    
    .surface_brown_e504 {
        font-size: 0.85rem;
    }
    
    .border-basic-87e7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-steel-1d18 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .search-steel-1d18 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .medium-57f4 {
        padding: 30px 10px;
    }
    
    .breadcrumb_e20a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shadow_east_613f {
        padding: 15px 10px;
    }
    
    .shadow_east_613f h4 {
        font-size: 0.9rem;
    }
    
    .shadow_east_613f p {
        font-size: 0.75rem;
        display: none;
    }
    
    .main-ddf3 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo-018a {
        padding: 30px 10px;
    }
    
    .card_ea6a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb_e04f {
        padding: 15px;
    }
    
    .text-7673 {
        font-size: 0.9rem;
    }
    
    .soft_2c8f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .soft_2c8f .down-d9e0 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .title_5234 {
        padding: 30px 10px;
    }
    
    .title_5234 h2 {
        font-size: 1.2rem;
    }
    
    .pink-b401 {
        gap: 10px;
    }
    
    .search-4ddc summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .search-4ddc p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .module-static-1038 {
        padding: 30px 10px;
    }
    
    .module-static-1038 h2 {
        font-size: 1.2rem;
    }
    
    .icon-fe58 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .element-first-9f10 {
        padding: 15px 10px;
    }
    
    .element-first-9f10 h4 {
        font-size: 0.85rem;
    }
    
    .element-first-9f10 p {
        font-size: 0.75rem;
    }
    
    .box-68cb {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fresh_df0e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .item-d229 {
        padding: 20px 10px;
    }
    
    .container_c226 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .short_7bd9,
    .card-4360,
    .card-5edc {
        width: 100%;
    }
    
    .short_7bd9 h3 {
        font-size: 1.1rem;
    }
    
    .short_7bd9 p {
        font-size: 0.8rem;
    }
    
    .inner-3328 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .panel-bbcf {
        padding: 30px 15px;
    }
    
    .panel-bbcf h2 {
        font-size: 1.3rem;
    }
    
    .panel-bbcf p {
        font-size: 0.85rem;
    }
    
    .rough-ca6f {
        flex-direction: column;
        gap: 10px;
    }
    
    .rough-ca6f .fast_5fee {
        width: 100%;
    }
    
    .focus_complex_e05a {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .element_3d3b {
        padding: 30px 10px;
    }
    
    .element_3d3b h3 {
        font-size: 1.2rem;
    }
    
    .link-dbfa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer-in-4a7a {
        padding: 15px 10px;
    }
    
    .footer-in-4a7a h4 {
        font-size: 0.85rem;
    }
    
    .footer-in-4a7a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .menu_eaf7 {
        padding: 30px 15px;
    }
    
    .input-e179 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column-b0ea {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .focus_b222 h4 {
        font-size: 0.9rem;
    }
    
    .focus_b222 a {
        font-size: 0.8rem;
    }
    
    .label_blue_9d9c {
        font-size: 0.8rem;
    }
    
    .hot-2d98 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tertiary-574e {
        padding: 8px 10px;
    }
    
    .section_cool_6471 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tertiary_warm_a9e4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .section_cool_6471 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tertiary_warm_a9e4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 796e */
.phantom-card-e7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
