/* Inner Page Styles */

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

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

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

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

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

.button-bb8a .dropdown_stale_f1ec {
    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;
}

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

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

.button-bb8a .dropdown_stale_f1ec:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-e794.fn-active-1880 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled-3384 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 */
.widget-glass-edfa {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-glass-edfa li {
    margin-bottom: var(--md-spacing-xs);
}

.widget-glass-edfa 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);
}

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

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

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

.tall-6b25:hover::before {
    left: 100%;
}

.tall-6b25 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;
}

.tall-6b25 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;
}

.tall-6b25 .new_c53c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tall-6b25 .new_c53c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.element-brown-fdce {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.action-dac0 .new_c53c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .basic-dfed {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .basic-dfed h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .basic-dfed h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .button-bb8a {
        justify-content: center;
    }
    
    .detail-b7ed {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .dynamic_0a08 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .west_959e {
        padding: var(--md-spacing-md) 0;
    }
    
    .silver_6dcb {
        padding: var(--md-spacing-md);
    }
    
    .top_ffc5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .disabled-3384 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .action-dac0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .selected-0b3f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .silver_6dcb {
        padding: var(--md-spacing-sm);
    }
    
    .chip-last-a01f {
        padding: var(--md-spacing-md);
    }
    
    .disabled-3384 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.chip-last-a01f,
.disabled-3384,
.action-dac0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.status-stone-2972::-webkit-scrollbar {
    width: 8px;
}

.status-stone-2972::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.left-b70c {
    font-size: 1.5rem;
}

.notice-350c strong {
    color: #00ff88;
}

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

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

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

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

.search-new-20db {
    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;
}

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

.search-new-20db ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.search-new-20db li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.card_c6ea strong {
    color: #00ff88;
}

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

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

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

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

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

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

.main-basic-a39e {
    text-align: center;
    margin-bottom: 30px;
}

.nav-bronze-9459 {
    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;
}

.nav-bronze-9459.label-dark-ab6f .tall_5d14 {
    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); }
}

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

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

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

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

.primary-purple-a9c2 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;
}

.primary-purple-a9c2 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);
}

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

.container_yellow_a3bd {
    font-size: 1.2rem;
}

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

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

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

.banner-light-6566 {
    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;
}

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

.banner-light-6566.aside-d0b6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.banner-light-6566.accordion-8401::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.banner-light-6566.section-narrow-f4a6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.banner-light-6566.pattern-e427::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.current_7ba8 {
    font-size: 1.2rem;
}

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

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

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

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

.carousel-2ed3.accordion_inner_7b12 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.carousel-2ed3.fn-active-1880 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline_8ec9 { border-top: 3px solid #00ccff; }
.row-a98d { border-top: 3px solid #00ff88; }
.detail-8df3 { border-top: 3px solid #d4af37; }
.hot-fa45 { border-top: 3px solid #ff6b6b; }
.row_8095 { border-top: 3px solid #8b5cf6; }

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

.copper-ab0d {
    overflow-x: auto;
}

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

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

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

.hero_basic_bc1f td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_7a90 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy-82db {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.widget_hovered_7969 {
    font-size: 1.5rem;
}

.stale-9c67 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.fast_c346 {
    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-stale-670e {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

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

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

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

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

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

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

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

.container_out_0401 .tiny-9354 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-75b3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.hero-75b3 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.disabled_06fd a {
    color: #ff6b6b;
}

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

.notice-west-ae76 {
    max-width: 800px;
    margin: 0 auto;
}

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

.input_1ae0 {
    text-align: center;
}

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

.input_1ae0 .texture-static-76bd {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.notice-west-ae76 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.sidebar-7dca {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.gradient-523b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.info-complex-695c .accordion-short-da41 {
    color: #666;
    margin: 0 8px;
}

.info-complex-695c .complex-619b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.frame-hot-68b0 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.complex_093f {
    font-size: 2rem;
}

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

.border_center_bd0b strong {
    color: #d4af37;
}

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

.thumbnail-0fab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.popup-cc72 h3,
.link-black-576c h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.active-fluid-d4d9 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.section-193b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tiny_bf39 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blue-609c strong {
    color: #d4af37;
}

.hover-new-3775 {
    color: #aaa;
}

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

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

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

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

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

.picture-2cf6 {
    max-width: 900px;
    margin: 0 auto;
}

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

.steel-02a5:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.search-f82b {
    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-f82b strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

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

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

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

.element_inner_023a strong {
    color: #d4af37;
}

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

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

.backdrop_b377 strong {
    color: #00ff88;
}

.backdrop_b377 span {
    color: #d4af37;
}

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

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

.video-150a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.carousel-narrow-0db1 {
    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);
}

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

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

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

.easy-389b {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.easy-389b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification_fluid_6a87 strong {
    color: #00ff88;
}

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

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

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

.breadcrumb-bright-b96f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .breadcrumb-bright-b96f {
        flex-direction: column;
    }
    
    .focus-c654 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .grid-easy-d7f0 {
        padding: 30px 15px;
    }
    
    .grid-easy-d7f0 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .column-aa16 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .widget_dim_43d5 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .caption_pressed_eca5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption_pressed_eca5 .hard_9a21 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .stale-afe5 {
        font-size: 1.3rem;
    }
    
    .container_prev_a6ac {
        font-size: 0.7rem;
    }
    
    .content_ba46 {
        flex-direction: column;
        gap: 10px;
    }
    
    .content_ba46 .new_c53c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .full_8699 {
        display: none;
    }
    
    .element_55c7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .next_a549 {
        padding: 20px 10px;
    }
    
    .video-150a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header-simple-a860,
    .pattern-steel-a6e7 {
        padding: 15px;
    }
    
    .action-f20d {
        flex-direction: column;
        gap: 5px;
    }
    
    .carousel-narrow-0db1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wide_d6f6 {
        padding: 30px 10px;
    }
    
    .status-0498 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .content_2617 {
        padding: 20px 15px;
    }
    
    .next-0891 {
        font-size: 2rem;
    }
    
    .content_2617 h3 {
        font-size: 1.1rem;
    }
    
    .content_2617 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .icon-slow-abb0 {
        padding: 20px 10px;
    }
    
    .list-0f5e h2 {
        font-size: 1.3rem;
    }
    
    .pattern-62d1 {
        font-size: 0.9rem;
    }
    
    .steel-02a5 h3 {
        font-size: 1.1rem;
    }
    
    .steel-02a5 p {
        font-size: 0.9rem;
    }
    
    .sidebar_solid_cda1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .article_light_2992 {
        grid-template-columns: 1fr;
    }
    
    .element_inner_023a {
        font-size: 0.85rem;
    }
    
    .preview_fluid_a18b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-f82b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .search-f82b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .content-2ae1 {
        padding: 30px 10px;
    }
    
    .over-7c26 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient-right-950d {
        padding: 15px 10px;
    }
    
    .gradient-right-950d h4 {
        font-size: 0.9rem;
    }
    
    .gradient-right-950d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .under-15fb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .over-7c26 {
        grid-template-columns: 1fr;
    }
    
    .gradient-right-950d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .progress-basic-e539 {
        padding: 30px 10px;
    }
    
    .menu_bronze_2504 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .alert_5f51 {
        padding: 15px;
    }
    
    .alert_gas_7c19 {
        font-size: 0.9rem;
    }
    
    .shadow_gold_12b5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow_gold_12b5 .list-north-5e76 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .stale-022b {
        padding: 30px 10px;
    }
    
    .stale-022b h2 {
        font-size: 1.2rem;
    }
    
    .tall-651d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .white_821f {
        padding: 15px 10px;
    }
    
    .white_821f h4 {
        font-size: 0.85rem;
    }
    
    .white_821f p {
        font-size: 0.75rem;
    }
    
    .glass_5d6f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .title_last_e697 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .menu_stale_e45c {
        padding: 20px 10px;
    }
    
    .left-61cd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .video-b0e8,
    .hero-75b3,
    .disabled_06fd {
        width: 100%;
    }
    
    .video-b0e8 h3 {
        font-size: 1.1rem;
    }
    
    .video-b0e8 p {
        font-size: 0.8rem;
    }
    
    .static_fcb0 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .box-top-c9ef {
        padding: 30px 15px;
    }
    
    .box-top-c9ef h2 {
        font-size: 1.3rem;
    }
    
    .box-top-c9ef p {
        font-size: 0.85rem;
    }
    
    .alert-99dc {
        flex-direction: column;
        gap: 10px;
    }
    
    .alert-99dc .new_c53c {
        width: 100%;
    }
    
    .huge_407e {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .filter-large-2a0a {
        padding: 30px 10px;
    }
    
    .filter-large-2a0a h3 {
        font-size: 1.2rem;
    }
    
    .info-e355 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .action-dac0 {
        padding: 15px 10px;
    }
    
    .action-dac0 h4 {
        font-size: 0.85rem;
    }
    
    .action-dac0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .short-04db {
        padding: 30px 15px;
    }
    
    .alert-south-2dcd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .card-9228 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .disabled_wood_8fe5 h4 {
        font-size: 0.9rem;
    }
    
    .disabled_wood_8fe5 a {
        font-size: 0.8rem;
    }
    
    .accent-plasma-022c {
        font-size: 0.8rem;
    }
    
    .modal-b72c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pattern-clean-d29d {
        padding: 8px 10px;
    }
    
    .shade_3b34 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .white_df6f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .shade_3b34 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .white_df6f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: d7e4 */
.phantom-card-z2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
