/* Inner Page Styles */

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

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

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

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

.feature-advanced-550a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.feature-advanced-550a .grid_216f {
    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;
}

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

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

.feature-advanced-550a .grid_216f:hover::before {
    left: 100%;
}

.feature-advanced-550a .grid_216f:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.filter-stale-e9ae {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_gas_b79b.fn-active-e50e {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary_8b66 .yellow-a7c3:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.primary-41ae {
    margin-top: var(--md-spacing-sm);
}

.component-in-8a88 {
    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);
}

.component-in-8a88:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.secondary-d568 .yellow-a7c3 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.secondary-d568 .yellow-a7c3:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-7f72 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .nav-7f72 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .nav-7f72 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .feature-advanced-550a {
        justify-content: center;
    }
    
    .tabs_8f96 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .link-over-046e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .column_d74f {
        padding: var(--md-spacing-md) 0;
    }
    
    .paragraph_action_71a4 {
        padding: var(--md-spacing-md);
    }
    
    .bottom_e7ca {
        padding: var(--md-spacing-md) 0;
    }
    
    .wrapper-8007 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .secondary-d568 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .content-hard-b4a5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .paragraph_action_71a4 {
        padding: var(--md-spacing-sm);
    }
    
    .block-d133 {
        padding: var(--md-spacing-md);
    }
    
    .wrapper-8007 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.block-d133,
.wrapper-8007,
.secondary-d568 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.tooltip_upper_004d {
    font-size: 1.5rem;
}

.clean_2f05 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .steel-51ed {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .form-huge-e758 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.accent-out-fcf3 {
    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;
}

.accent-out-fcf3 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.fluid_55b8.pagination_1d19 .overlay-12a3 {
    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); }
}

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

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

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

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

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

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

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

.tertiary_063d {
    font-size: 1.2rem;
}

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

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

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

.highlight-28e8 {
    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;
}

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

.highlight-28e8.sidebar-hovered-ebb3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.highlight-28e8.aside_last_ea67::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight-28e8.text_hot_471e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.highlight-28e8.pink-a5b0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.pressed-2080 {
    font-size: 1.2rem;
}

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

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

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

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

.slider_out_d51c.menu_bright_e6d3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.slider_out_d51c.fn-active-e50e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_4dc1 { border-top: 3px solid #00ccff; }
.texture_835a { border-top: 3px solid #00ff88; }
.active-f9ec { border-top: 3px solid #d4af37; }
.description_edc3 { border-top: 3px solid #ff6b6b; }
.slider_pro_df93 { border-top: 3px solid #8b5cf6; }

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

.solid-256b {
    overflow-x: auto;
}

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

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

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

.basic-e8da td {
    color: #ccc;
}

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

.basic-e8da tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.popup-914d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.picture-medium-3b55 {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

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

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

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

.input_ecb4 {
    font-size: 2rem;
}

.photo-bright-0d35 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

.pattern-fast-a987 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.glass-70a2 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.shadow-fixed-bcfb {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.video-stale-50d5 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.yellow-4933 .middle_7193 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.gold-194b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-ab15 a {
    color: #ff6b6b;
}

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

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

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

.shade-bright-cc51 {
    text-align: center;
}

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

.shade-bright-cc51 .south_575e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.link-purple-10e4 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sort-1f19 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.outline_red_6bcb .inner-c1fb {
    color: #666;
    margin: 0 8px;
}

.outline_red_6bcb .under-e529 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.carousel-current-dd71 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.fixed-efd9 {
    font-size: 2rem;
}

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

.banner-cool-7324 strong {
    color: #d4af37;
}

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

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

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

.surface_f414 h3,
.tertiary-west-a030 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.text-up-af53 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tabs-3d1b strong {
    color: #d4af37;
    margin-right: 8px;
}

.caption-tiny-7b84 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.under-9e44 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.preview-steel-9e20 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.hover_69c8 strong {
    color: #d4af37;
}

.gas_be23 {
    color: #aaa;
}

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

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

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

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

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

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

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

.disabled-simple-2116:last-child {
    border-bottom: none;
}

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

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

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

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

.status-stale-f672 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.status-stale-f672 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;
}

.status-stale-f672 li strong {
    color: #00ff88;
}

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

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

.lite-1b37 {
    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;
}

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

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

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

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

.pattern_9b18 strong {
    color: #d4af37;
}

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

.footer-warm-92fe {
    color: #888;
    font-size: 0.9rem;
}

.footer-warm-92fe strong {
    color: #00ff88;
}

.footer-warm-92fe span {
    color: #d4af37;
}

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

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

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

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

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

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

.preview-new-bb97 {
    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;
}

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

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

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

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

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

.list-cool-202a {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.current-c26a li {
    margin-bottom: 5px;
}

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

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

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

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

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

.section_hard_d0d9 strong {
    color: #00ff88;
}

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

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

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

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

.pro-1f20 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

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

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

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

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

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

.overlay-smooth-f801 {
    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;
}

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

@media (max-width: 480px) {
    .overlay-smooth-f801 {
        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;
}

.tiny_8169 .outline-710d {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .down-19f1 {
        padding: 30px 15px;
    }
    
    .down-19f1 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .first-01b7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .heading-0632 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .filter_east_92e1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter_east_92e1 .progress-plasma-0a6d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .complex_72f1 {
        font-size: 1.3rem;
    }
    
    .row-c77f {
        font-size: 0.7rem;
    }
    
    .hover_dirty_1acf {
        flex-direction: column;
        gap: 10px;
    }
    
    .hover_dirty_1acf .yellow-a7c3 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .menu_5b66 {
        display: none;
    }
    
    .focused_f878 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .shade-prev-1cab {
        padding: 20px 10px;
    }
    
    .status_68c2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon_1398,
    .image_bottom_579d {
        padding: 15px;
    }
    
    .thick_089c {
        flex-direction: column;
        gap: 5px;
    }
    
    .surface_59d4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery-bronze-c50b {
        padding: 30px 10px;
    }
    
    .form_de2b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stale_56e1 {
        padding: 20px 15px;
    }
    
    .glass-6616 {
        font-size: 2rem;
    }
    
    .stale_56e1 h3 {
        font-size: 1.1rem;
    }
    
    .stale_56e1 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .heading-0a20 {
        padding: 20px 10px;
    }
    
    .element_middle_50fd h2 {
        font-size: 1.3rem;
    }
    
    .red-3f73 {
        font-size: 0.9rem;
    }
    
    .disabled-simple-2116 h3 {
        font-size: 1.1rem;
    }
    
    .disabled-simple-2116 p {
        font-size: 0.9rem;
    }
    
    .status-stale-f672 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .wrapper_8ce3 {
        grid-template-columns: 1fr;
    }
    
    .pattern_9b18 {
        font-size: 0.85rem;
    }
    
    .widget-last-3c46 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lite-1b37 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .lite-1b37 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .wide-72b1 {
        padding: 30px 10px;
    }
    
    .wrapper_e867 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .accent_white_4619 {
        padding: 15px 10px;
    }
    
    .accent_white_4619 h4 {
        font-size: 0.9rem;
    }
    
    .accent_white_4619 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .cold_61df {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .warm_bd33 {
        padding: 30px 10px;
    }
    
    .footer_dd1c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .element-b98c {
        padding: 15px;
    }
    
    .north-a927 {
        font-size: 0.9rem;
    }
    
    .tiny_83ef {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tiny_83ef .info-e857 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .shade-18b8 {
        padding: 30px 10px;
    }
    
    .shade-18b8 h2 {
        font-size: 1.2rem;
    }
    
    .picture_tall_8567 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper_451a {
        padding: 15px 10px;
    }
    
    .wrapper_451a h4 {
        font-size: 0.85rem;
    }
    
    .wrapper_451a p {
        font-size: 0.75rem;
    }
    
    .center-5fd7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .filter-800a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .footer_outer_ecec {
        padding: 20px 10px;
    }
    
    .status_left_bf06 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .liquid-2a58,
    .blue_5837,
    .accent-ab15 {
        width: 100%;
    }
    
    .liquid-2a58 h3 {
        font-size: 1.1rem;
    }
    
    .liquid-2a58 p {
        font-size: 0.8rem;
    }
    
    .short-f143 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .header-0da1 {
        padding: 30px 15px;
    }
    
    .header-0da1 h2 {
        font-size: 1.3rem;
    }
    
    .header-0da1 p {
        font-size: 0.85rem;
    }
    
    .label-white-0e34 {
        flex-direction: column;
        gap: 10px;
    }
    
    .label-white-0e34 .yellow-a7c3 {
        width: 100%;
    }
    
    .layout_c666 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .motion_3d5c {
        padding: 30px 15px;
    }
    
    .label-5caa {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accordion_61c9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .liquid-0914 h4 {
        font-size: 0.9rem;
    }
    
    .liquid-0914 a {
        font-size: 0.8rem;
    }
    
    .column-0fa7 {
        font-size: 0.8rem;
    }
    
    .pressed-e25e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .text-bronze-ec21 {
        padding: 8px 10px;
    }
    
    .form_8636 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .menu-outer-0ba7 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .form_8636 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .menu-outer-0ba7 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 58d6 */
.ghost-box-u3 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
