/* Inner Page Styles */

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

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

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

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

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

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

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

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

.main_out_1706 .first_ea3a:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item_5666.fn-active-0818 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message_north_f8db .backdrop_50b0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.logo-dark-c007 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.tall-91c6 {
    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);
}

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

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

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

.tall-91c6 .backdrop_50b0 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tall-91c6 .backdrop_50b0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gradient_db39 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gradient_db39 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gradient_db39 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .main_out_1706 {
        justify-content: center;
    }
    
    .border_hot_cfe6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hero_short_fafa {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .last_3d9c {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay_2ab8 {
        padding: var(--md-spacing-md);
    }
    
    .footer_a0ab {
        padding: var(--md-spacing-md) 0;
    }
    
    .red_690c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tall-91c6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .last_017c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .overlay_2ab8 {
        padding: var(--md-spacing-sm);
    }
    
    .badge_e8bd {
        padding: var(--md-spacing-md);
    }
    
    .red_690c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.badge_e8bd,
.red_690c,
.tall-91c6 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.paragraph_8b4f {
    font-size: 1.5rem;
}

.fixed-062f strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.input-01ea {
    padding: 30px 0;
}

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

.status-wood-a2c5 {
    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;
}

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

.status-wood-a2c5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.status-wood-a2c5 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.search-solid-73fd {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.wrapper_dirty_429c strong {
    color: #00ff88;
}

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

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

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

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

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

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

.selected-70f4 {
    text-align: center;
    margin-bottom: 30px;
}

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

.tabs_59e4.hard-a760 .liquid-8655 {
    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); }
}

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

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

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

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

.orange-c690 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;
}

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

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

.filter-af4c {
    font-size: 1.2rem;
}

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

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

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

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

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

.menu_fd8a.east_57de::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.menu_fd8a.border_stale_db2e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu_fd8a.breadcrumb-simple-98f4::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.menu_fd8a.steel_8de8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.info-7e93 {
    font-size: 1.2rem;
}

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

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

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

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

.notice-west-54e6.orange_49c0 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notice-west-54e6.fn-active-0818 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.info-9de1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.container-rough-880e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.search-steel-f2aa {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.description-f0d1.outer-ddba {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.basic-ef01 { border-top: 3px solid #00ccff; }
.preview-b9b5 { border-top: 3px solid #00ff88; }
.feature-18bf { border-top: 3px solid #d4af37; }
.layout_dee6 { border-top: 3px solid #ff6b6b; }
.mask-up-5919 { border-top: 3px solid #8b5cf6; }

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

.background-bdd9 {
    overflow-x: auto;
}

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

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

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

.hovered_d15b td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.notice-fresh-1bf4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.detail-red-2bea {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.caption_c184 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.old-4f21 {
    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;
}

.old-4f21::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);
}

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

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

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

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

.notice-short-86a1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.tertiary_light_4bf4 {
    font-size: 1.5rem;
}

.image-thick-ac66 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.item-231e {
    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;
}

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

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

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

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

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

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

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

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

.status-4ace .shade_c4c9 {
    margin-bottom: 10px;
}

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

.status-4ace strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.progress-7b7d {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.notice-complex-7e99 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.old-91a1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.old-91a1 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.stale-ad88 a {
    color: #ff6b6b;
}

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

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

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

.video-cc4c {
    text-align: center;
}

.video-cc4c .column_529f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.video-cc4c .accent-liquid-f6c0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.sort-4a1f {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_paper_b6ce.outer-ddba {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.media-top-12af {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.picture-complex-6d0e {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .aside_clean_9db6 {
        flex-direction: column;
    }
    .picture-complex-6d0e {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.logo-purple-15f2 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.badge-simple-4b01 .carousel-narrow-a472 {
    color: #666;
    margin: 0 8px;
}

.badge-simple-4b01 .prev-0df8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.center-95fa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.caption-478a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.frame-0743 {
    font-size: 2rem;
}

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

.frame-96d7 strong {
    color: #d4af37;
}

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

.over-32a5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.avatar-77fa h3,
.motion_758c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.border-bronze-8ede {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.shadow-south-87f3 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.info_dim_7553 strong {
    color: #00ff88;
}

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

.media-bright-d2f1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.footer-9363 h3,
.progress-out-1a39 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.message-9e5a summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.badge_ae2b strong {
    color: #d4af37;
}

.east-01fd {
    color: #aaa;
}

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

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

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

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

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

.main-970c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_82e5 strong {
    color: #d4af37;
}

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

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

.focus_c56f strong {
    color: #00ff88;
}

.focus_c56f span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.heading-south-1b49 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.accent-5e59 {
    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);
}

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

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

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

.header-pink-5a91 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.header-pink-5a91 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-prev-ae4e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .gallery-prev-ae4e {
        flex-direction: column;
    }
    
    .text_bright_cf2d {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .cold_f7b8 {
        padding: 30px 15px;
    }
    
    .cold_f7b8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .carousel_light_46d7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .image_be3b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .surface_2fd6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .surface_2fd6 .column-5dc3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .copper-8a2d {
        font-size: 1.3rem;
    }
    
    .backdrop-glass-b336 {
        font-size: 0.7rem;
    }
    
    .iron_63c5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .iron_63c5 .backdrop_50b0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .narrow_5d51 {
        display: none;
    }
    
    .left-f906 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .menu_left_6b5f {
        padding: 20px 10px;
    }
    
    .tag_complex_d6ee {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .disabled-51bc,
    .pro_cd9d {
        padding: 15px;
    }
    
    .caption_f3a7 {
        flex-direction: column;
        gap: 5px;
    }
    
    .accent-5e59 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .image_upper_7aca {
        padding: 30px 10px;
    }
    
    .next_405b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dark-d097 {
        padding: 20px 15px;
    }
    
    .menu-1111 {
        font-size: 2rem;
    }
    
    .dark-d097 h3 {
        font-size: 1.1rem;
    }
    
    .dark-d097 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .paragraph_baa1 {
        padding: 20px 10px;
    }
    
    .sort_liquid_8565 h2 {
        font-size: 1.3rem;
    }
    
    .element_short_cd33 {
        font-size: 0.9rem;
    }
    
    .bronze_eb64 h3 {
        font-size: 1.1rem;
    }
    
    .bronze_eb64 p {
        font-size: 0.9rem;
    }
    
    .description_b370 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .clean_4299 {
        grid-template-columns: 1fr;
    }
    
    .tooltip_82e5 {
        font-size: 0.85rem;
    }
    
    .preview-3415 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination-e58c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pagination-e58c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .list_dynamic_e90a {
        padding: 30px 10px;
    }
    
    .input-lite-6150 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .paragraph-cold-3c12 {
        padding: 15px 10px;
    }
    
    .paragraph-cold-3c12 h4 {
        font-size: 0.9rem;
    }
    
    .paragraph-cold-3c12 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .middle-1a04 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input-lite-6150 {
        grid-template-columns: 1fr;
    }
    
    .paragraph-cold-3c12 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo-easy-bc3a {
        padding: 30px 10px;
    }
    
    .menu_medium_2367 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip-south-2002 {
        padding: 15px;
    }
    
    .caption_north_f803 {
        font-size: 0.9rem;
    }
    
    .pattern_ffd5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pattern_ffd5 .surface_current_2432 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .row_5a46 {
        padding: 30px 10px;
    }
    
    .row_5a46 h2 {
        font-size: 1.2rem;
    }
    
    .heading-paper-5f56 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination_gold_906b {
        padding: 15px 10px;
    }
    
    .pagination_gold_906b h4 {
        font-size: 0.85rem;
    }
    
    .pagination_gold_906b p {
        font-size: 0.75rem;
    }
    
    .over-6d41 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hero-cool-404c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .thumbnail-mini-fa2c {
        padding: 20px 10px;
    }
    
    .notice-complex-7e99 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .overlay_purple_7931,
    .old-91a1,
    .stale-ad88 {
        width: 100%;
    }
    
    .overlay_purple_7931 h3 {
        font-size: 1.1rem;
    }
    
    .overlay_purple_7931 p {
        font-size: 0.8rem;
    }
    
    .hidden_bottom_4e00 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hovered-aa1d {
        padding: 30px 15px;
    }
    
    .hovered-aa1d h2 {
        font-size: 1.3rem;
    }
    
    .hovered-aa1d p {
        font-size: 0.85rem;
    }
    
    .chip-fea9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .chip-fea9 .backdrop_50b0 {
        width: 100%;
    }
    
    .search-fixed-9305 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .sort_soft_3177 {
        padding: 30px 10px;
    }
    
    .sort_soft_3177 h3 {
        font-size: 1.2rem;
    }
    
    .list-9da9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tall-91c6 {
        padding: 15px 10px;
    }
    
    .tall-91c6 h4 {
        font-size: 0.85rem;
    }
    
    .tall-91c6 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .background_c48e {
        padding: 30px 15px;
    }
    
    .motion-97ac {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .media_last_da89 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .aside-6f14 h4 {
        font-size: 0.9rem;
    }
    
    .aside-6f14 a {
        font-size: 0.8rem;
    }
    
    .main_f8d2 {
        font-size: 0.8rem;
    }
    
    .tabs-f46b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .focus-next-1d5f {
        padding: 8px 10px;
    }
    
    .red_a465 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .menu-b577 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .red_a465 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu-b577 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e9ad */
.promo-block-t8 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
