/* Inner Page Styles */

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

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

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

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

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

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

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

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

.disabled_fbec .search_outer_5116:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-bd8f.fn-active-2a48 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright_dca1 .outer_235f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.form-302f {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.red_1302 .outer_235f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .rough_7db7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .rough_7db7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .rough_7db7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .disabled_fbec {
        justify-content: center;
    }
    
    .tooltip_af2b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .footer_1f7c {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .column_ebd9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .orange_2b80 {
        padding: var(--md-spacing-md);
    }
    
    .shadow_outer_f138 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar_e490 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .red_1302 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .video-93a4 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .orange_2b80 {
        padding: var(--md-spacing-sm);
    }
    
    .column_plasma_49bf {
        padding: var(--md-spacing-md);
    }
    
    .avatar_e490 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.column_plasma_49bf,
.avatar_e490,
.red_1302 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.soft_eadd {
    font-size: 1.5rem;
}

.sidebar_north_b7b6 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.message-562c {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.complex_1d1e strong {
    color: #00ff88;
}

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

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

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

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

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

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

.input-040e {
    text-align: center;
    margin-bottom: 30px;
}

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

.dirty_faee.block_d733 .aside-hovered-66ab {
    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); }
}

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

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

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

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

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

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

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

.gradient_out_5e8f {
    font-size: 1.2rem;
}

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

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

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

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

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

.steel_bde0.title-fcc3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.steel_bde0.advanced-82ae::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.steel_bde0.simple_ad11::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.steel_bde0.cold-12d3::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.outer_cd5b {
    font-size: 1.2rem;
}

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

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

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

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

.backdrop-53f8.item-58b3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.backdrop-53f8.fn-active-2a48 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.warm-693f {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.surface-small-26d6 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.row-1892 { border-top: 3px solid #00ccff; }
.primary-center-972b { border-top: 3px solid #00ff88; }
.popup-c781 { border-top: 3px solid #d4af37; }
.east_1e53 { border-top: 3px solid #ff6b6b; }
.notification-fixed-3dc1 { border-top: 3px solid #8b5cf6; }

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

.notification_silver_bd68 {
    overflow-x: auto;
}

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

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

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

.detail_8281 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.advanced-71aa {
    color: #888;
    font-size: 0.85rem;
}

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

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

.title-focused-660f {
    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;
}

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

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

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

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

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

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

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

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

.surface_new_9a4f {
    font-size: 2rem;
}

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

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

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

.icon-left-4507 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.summary-483a {
    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;
}

.summary-483a::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);
}

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

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

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

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

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

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

.breadcrumb_1125 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.selected-ad8e .up-c030 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.footer-large-939e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.dim-32a5 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 */
.north-3cb2 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-62ee {
    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;
}

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

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

.sort-8fdb span {
    color: #666;
    font-size: 0.8rem;
}

.sort-8fdb a {
    color: #ff6b6b;
}

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

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

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

.rough_e589 {
    text-align: center;
}

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

.rough_e589 .card_light_43b3 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.label-medium-c6bb {
    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;
}

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

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

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

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

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

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

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

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

.sidebar_silver_08d6 {
    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_silver_08d6.bronze_2afc {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.pagination-6423 .widget-9718 {
    color: #666;
    margin: 0 8px;
}

.pagination-6423 .shadow-iron-55f7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.progress_paper_72fc {
    font-size: 2rem;
}

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

.dim_6646 strong {
    color: #d4af37;
}

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

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

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

.sidebar_first_3e10 h3,
.liquid-1803 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.title-fast-b212 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.summary-4c09 strong {
    color: #d4af37;
    margin-right: 8px;
}

.container-bronze-5525 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hard_6464 strong {
    color: #00ff88;
}

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

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

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

.item_blue_006f h3,
.hovered-c5b0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.badge-91b8 strong {
    color: #d4af37;
}

.heading-blue-7058 {
    color: #aaa;
}

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

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

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

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

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

.old-7b1b {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-easy-a4ee strong {
    color: #d4af37;
}

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

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

.box-c9fc strong {
    color: #00ff88;
}

.box-c9fc span {
    color: #d4af37;
}

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

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

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

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

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

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

.aside-1a77 {
    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;
}

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

.sort-86cb {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.slider-left-ab2d {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-17d7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-17d7 li {
    margin-bottom: 5px;
}

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

.modal-17d7 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.hovered_1d3d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.text-fast-b252 .logo_tall_2ce4 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .mask_rough_cf0f {
        padding: 30px 15px;
    }
    
    .mask_rough_cf0f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .description-b5f6 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .lite-7eea {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .caption_9fb0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .caption_9fb0 .panel_260c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .slider_2ecc {
        font-size: 1.3rem;
    }
    
    .image_10e5 {
        font-size: 0.7rem;
    }
    
    .item_narrow_cb44 {
        flex-direction: column;
        gap: 10px;
    }
    
    .item_narrow_cb44 .outer_235f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fast_36b7 {
        display: none;
    }
    
    .icon_d2a3 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .search_fe6b {
        padding: 20px 10px;
    }
    
    .summary_d790 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery_23c0,
    .hot_a9c7 {
        padding: 15px;
    }
    
    .paragraph_gold_b5c5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .preview_old_4549 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .last-616a {
        padding: 30px 10px;
    }
    
    .input_red_79ab {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .liquid-650e {
        padding: 20px 15px;
    }
    
    .summary-small-c21e {
        font-size: 2rem;
    }
    
    .liquid-650e h3 {
        font-size: 1.1rem;
    }
    
    .liquid-650e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .rough_1eb6 {
        padding: 20px 10px;
    }
    
    .steel-bdbc h2 {
        font-size: 1.3rem;
    }
    
    .pagination-52e3 {
        font-size: 0.9rem;
    }
    
    .thumbnail_e416 h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail_e416 p {
        font-size: 0.9rem;
    }
    
    .filter_5fc6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .status_a1a4 {
        grid-template-columns: 1fr;
    }
    
    .frame-easy-a4ee {
        font-size: 0.85rem;
    }
    
    .south-a7e3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail_d0f9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .detail_d0f9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .focus_18c5 {
        padding: 30px 10px;
    }
    
    .column_copper_b790 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_7555 {
        padding: 15px 10px;
    }
    
    .header_7555 h4 {
        font-size: 0.9rem;
    }
    
    .header_7555 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .logo-middle-6b41 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .fast-63ab {
        padding: 30px 10px;
    }
    
    .pressed-1551 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .badge_active_ecb4 {
        padding: 15px;
    }
    
    .hidden_2d45 {
        font-size: 0.9rem;
    }
    
    .dropdown_basic_f65a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .dropdown_basic_f65a .warm_9317 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .red_a98e {
        padding: 30px 10px;
    }
    
    .red_a98e h2 {
        font-size: 1.2rem;
    }
    
    .chip-502d {
        gap: 10px;
    }
    
    .steel-1159 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .steel-1159 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .text_dirty_eebf {
        padding: 30px 10px;
    }
    
    .text_dirty_eebf h2 {
        font-size: 1.2rem;
    }
    
    .filter-motion-7aa1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-446e {
        padding: 15px 10px;
    }
    
    .button-446e h4 {
        font-size: 0.85rem;
    }
    
    .button-446e p {
        font-size: 0.75rem;
    }
    
    .header-wood-7ab9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .light-39ce {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .filter-motion-7aa1 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .title_under_c855 {
        padding: 20px 10px;
    }
    
    .frame-e8cc {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .stone-83bc,
    .border_yellow_936e,
    .sort-8fdb {
        width: 100%;
    }
    
    .stone-83bc h3 {
        font-size: 1.1rem;
    }
    
    .stone-83bc p {
        font-size: 0.8rem;
    }
    
    .new-62ee {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .aside_right_6aac {
        padding: 30px 15px;
    }
    
    .fixed-3f61 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sidebar-paper-2bea {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .module-4841 h4 {
        font-size: 0.9rem;
    }
    
    .module-4841 a {
        font-size: 0.8rem;
    }
    
    .disabled_e667 {
        font-size: 0.8rem;
    }
    
    .gradient-ccb6 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .steel_f2d7 {
        padding: 8px 10px;
    }
    
    .under-f96f {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .disabled-basic-8f65 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .under-f96f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .disabled-basic-8f65 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b05a */
.ghost-box-e5 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
