/* Inner Page Styles */

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

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

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

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

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

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

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

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

.soft_9c8f .iron_424c:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary_ad3d.fn-active-6dbf {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-soft-89cd {
    padding: var(--md-spacing-md) 0;
}

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

.focused_7e3b 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 */
.article-hard-4830 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-hard-4830 li {
    margin-bottom: var(--md-spacing-xs);
}

.article-hard-4830 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);
}

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

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

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

.middle-8fd0:hover::before {
    left: 100%;
}

.middle-8fd0 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;
}

.middle-8fd0 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;
}

.middle-8fd0 .preview_current_fc08 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.middle-8fd0 .preview_current_fc08:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.tag-pink-faec {
    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);
}

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

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

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

.tag-pink-faec .preview_current_fc08 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tag-pink-faec .preview_current_fc08:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .disabled_6d5a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .disabled_6d5a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .disabled_6d5a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .soft_9c8f {
        justify-content: center;
    }
    
    .hero-dedb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slow_7490 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .basic_85a7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame_cc52 {
        padding: var(--md-spacing-md);
    }
    
    .sidebar_101e {
        padding: var(--md-spacing-md) 0;
    }
    
    .focused_7e3b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag-pink-faec {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .widget-gold-a435 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .frame_cc52 {
        padding: var(--md-spacing-sm);
    }
    
    .static-82ff {
        padding: var(--md-spacing-md);
    }
    
    .focused_7e3b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.static-82ff,
.focused_7e3b,
.tag-pink-faec {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.accordion_rough_7d91 {
    font-size: 1.5rem;
}

.box_53bd strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .slider-92c4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .south_89eb {
        margin-left: 0;
    }
}

/* Main Content Compact */
.card-motion-baa3 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.easy-b780 strong {
    color: #00ff88;
}

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

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

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

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

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

.caption-2a05::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;
}

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

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

.clean_23c5.description-6bf5 .large_8aa7 {
    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); }
}

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

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

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

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

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

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

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

.alert_center_c319 {
    font-size: 1.2rem;
}

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

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

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

.frame-simple-17e6 {
    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;
}

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

.frame-simple-17e6.nav-a2d9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.frame-simple-17e6.box_gas_1445::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame-simple-17e6.dim-21d2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.frame-simple-17e6.dropdown-8908::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.item_inner_5ce4 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight_fc04.text-white-3f1e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight_fc04.fn-active-6dbf { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.wrapper-red-d156 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.surface-bronze-697d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

.copper-4cb3 {
    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;
}

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

.copper-4cb3.gradient-da9b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.west-ae8b { border-top: 3px solid #00ccff; }
.main-plasma-561c { border-top: 3px solid #00ff88; }
.light_e2b6 { border-top: 3px solid #d4af37; }
.stone-c741 { border-top: 3px solid #ff6b6b; }
.thick-7a7a { border-top: 3px solid #8b5cf6; }

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

.dynamic_fa89 {
    overflow-x: auto;
}

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

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

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

.active-5b1c td {
    color: #ccc;
}

.active-5b1c .nav-3f33 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.active-5b1c tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.out-02ed {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort-6e11 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.tag-hot-8990 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver-9da5 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.column-5831 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.section-60f4 strong {
    color: #fff;
    display: block;
}

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

.banner-simple-2b0c {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.banner-simple-2b0c .article-dim-851f {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.menu-action-da5b .orange-49e2 {
    margin-bottom: 10px;
}

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

.menu-action-da5b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

.element-upper-8e86 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

.bronze-3766 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.bronze-3766 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.main-e93b a {
    color: #ff6b6b;
}

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

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

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

.widget-cold-cc9b {
    text-align: center;
}

.widget-cold-cc9b .image_brown_5094 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.widget-cold-cc9b .over-f06a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

.title-wood-68c5 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.title-pink-0b3b {
    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;
}

.title-pink-0b3b.gradient-da9b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .fluid-92e5 {
        flex-direction: column;
    }
    .chip_smooth_4124 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.copper-2059 .active_6a57 {
    color: #666;
    margin: 0 8px;
}

.copper-2059 .disabled_red_b401 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.item_pressed_73b0 {
    font-size: 2rem;
}

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

.item-f1d2 strong {
    color: #d4af37;
}

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

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

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

.element_tiny_bf3a h3,
.disabled-4a98 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.selected_d715 strong {
    color: #00ff88;
}

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

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

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

.menu_8e85 h3,
.backdrop-inner-9b29 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.gas-3aef {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.section-short-ad0f strong {
    color: #d4af37;
}

.top-5826 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption_black_8f75 strong {
    color: #d4af37;
}

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

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

.tooltip_bdaa strong {
    color: #00ff88;
}

.tooltip_bdaa span {
    color: #d4af37;
}

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

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

.bright-59a0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.prev_7176 {
    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-0648 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.over-8d77 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

.header-brown-0270 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside-short-88ce {
    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;
}

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

.carousel_56a4 strong {
    color: #00ff88;
}

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

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

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

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

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

.paragraph-1a6a {
    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;
}

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

@media (max-width: 768px) {
    .search_large_705c {
        flex-direction: column;
    }
    
    .focused_de76 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .label-short-6577 {
        padding: 30px 15px;
    }
    
    .label-short-6577 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .plasma_9531 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .outline_old_c3dc {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .background_paper_1e90 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .background_paper_1e90 .thumbnail-clean-c1ea {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .solid-4318 {
        font-size: 1.3rem;
    }
    
    .outline_advanced_631c {
        font-size: 0.7rem;
    }
    
    .gas-27fc {
        flex-direction: column;
        gap: 10px;
    }
    
    .gas-27fc .preview_current_fc08 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .stale_8fa0 {
        display: none;
    }
    
    .gradient-up-1a5e {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .shade_yellow_dbf0 {
        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-selected-fb75 {
        padding: 20px 10px;
    }
    
    .bright-59a0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .advanced_96ae,
    .middle_20d2 {
        padding: 15px;
    }
    
    .menu_upper_b7d1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .header-brown-0270 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .badge-6057 {
        padding: 20px 5px;
    }
    
    .badge-6057 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .picture-676a {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .active-5b1c {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .active-5b1c th,
    .active-5b1c td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .outline-c303 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .list_complex_9fa5 {
        padding: 20px 10px;
    }
    
    .block-0168 h2 {
        font-size: 1.3rem;
    }
    
    .dropdown_wide_971b {
        font-size: 0.9rem;
    }
    
    .banner_slow_e8aa h3 {
        font-size: 1.1rem;
    }
    
    .banner_slow_e8aa p {
        font-size: 0.9rem;
    }
    
    .chip_pink_dbd7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .out-bfaf {
        grid-template-columns: 1fr;
    }
    
    .caption_black_8f75 {
        font-size: 0.85rem;
    }
    
    .info_9fe5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search_86c7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .search_86c7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .selected-0061 {
        padding: 30px 10px;
    }
    
    .tooltip_a5c1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text_cb32 {
        padding: 15px 10px;
    }
    
    .text_cb32 h4 {
        font-size: 0.9rem;
    }
    
    .text_cb32 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .pattern_6837 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .mini_0f33 {
        padding: 30px 10px;
    }
    
    .row-large-cf47 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .alert_static_f698 {
        padding: 15px;
    }
    
    .main_9b30 {
        font-size: 0.9rem;
    }
    
    .thumbnail_2ae4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .thumbnail_2ae4 .container-silver-5d04 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .last_2df2 {
        padding: 30px 10px;
    }
    
    .last_2df2 h2 {
        font-size: 1.2rem;
    }
    
    .info-glass-213b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture_west_8c0f {
        padding: 15px 10px;
    }
    
    .picture_west_8c0f h4 {
        font-size: 0.85rem;
    }
    
    .picture_west_8c0f p {
        font-size: 0.75rem;
    }
    
    .badge_3be6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .fresh_fc76 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .form_ad39 {
        padding: 20px 10px;
    }
    
    .panel_pro_fe8b {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .list_4f56,
    .bronze-3766,
    .main-e93b {
        width: 100%;
    }
    
    .list_4f56 h3 {
        font-size: 1.1rem;
    }
    
    .list_4f56 p {
        font-size: 0.8rem;
    }
    
    .dim-9012 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .east-42f2 {
        padding: 30px 15px;
    }
    
    .alert-east-a797 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .wrapper-right-394b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column_selected_ffe3 h4 {
        font-size: 0.9rem;
    }
    
    .column_selected_ffe3 a {
        font-size: 0.8rem;
    }
    
    .accent-liquid-e944 {
        font-size: 0.8rem;
    }
    
    .nav_first_6f0e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .component_left_3c6e {
        padding: 8px 10px;
    }
    
    .layout_under_401c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .wrapper-e5f4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .layout_under_401c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .wrapper-e5f4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 239c */
.phantom-card-v1 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
