/* Inner Page Styles */

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

.column-72c5 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);
}

.column-72c5 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);
}

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

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

.soft-f057 .silver-69d8 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

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

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

.soft-f057 .silver-69d8:hover::before {
    left: 100%;
}

.soft-f057 .silver-69d8:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.aside-cold-7961 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.module-2f18 {
    color: var(--casino-gold-light);
}

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

.module-2f18 a:hover {
    color: var(--casino-gold-light);
}

.module-2f18.fn-active-1ead {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-452b {
    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%;
}

.gradient-452b 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 */
.tabs_4497 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.stone_25ff .link-8d9a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.stone_25ff .link-8d9a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.grid_hovered_e12d .link-8d9a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.grid_hovered_e12d .link-8d9a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .column-72c5 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .column-72c5 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .column-72c5 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .soft-f057 {
        justify-content: center;
    }
    
    .aside-cold-7961 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column-stone-7823 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .in-65e2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero_fluid_a8aa {
        padding: var(--md-spacing-md);
    }
    
    .detail-91a8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient-452b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .grid_hovered_e12d {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .form_gas_0742 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero_fluid_a8aa {
        padding: var(--md-spacing-sm);
    }
    
    .next_8572 {
        padding: var(--md-spacing-md);
    }
    
    .gradient-452b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.next_8572,
.gradient-452b,
.grid_hovered_e12d {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.list_275e {
    font-size: 1.5rem;
}

.header-tall-d0e9 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.hard-e06a {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.banner_pink_2e20 strong {
    color: #00ff88;
}

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

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

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

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

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

.focus-light-a731::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;
}

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

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

.backdrop_4637.box_efbe .popup_d099 {
    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); }
}

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

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

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

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

.wide-5e03 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;
}

.wide-5e03 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);
}

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

.modal-bottom-f49e {
    font-size: 1.2rem;
}

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

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

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

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

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

.short_33e1.aside-6e97::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.short_33e1.pink_810f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.short_33e1.status_white_25d0::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.short_33e1.main_ac63::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.east-b4a8 {
    font-size: 1.2rem;
}

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

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

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

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

.primary_first_9c87.surface_3c58 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.primary_first_9c87.fn-active-1ead { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.tooltip-up-e95c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.copper-9359 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

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

.copper-9359.chip-3cfb {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.detail-dark-f13c { border-top: 3px solid #00ccff; }
.menu-top-e8f8 { border-top: 3px solid #00ff88; }
.inner_aa28 { border-top: 3px solid #d4af37; }
.backdrop_7bd5 { border-top: 3px solid #ff6b6b; }
.thumbnail_lite_0a60 { border-top: 3px solid #8b5cf6; }

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

.slow-f5cd {
    overflow-x: auto;
}

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

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

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

.iron_87b1 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-6a35 {
    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;
}

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

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

.panel-gas-82ab h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.panel-gas-82ab p {
    color: #888;
    font-size: 0.9rem;
}

.item-red-d0fd {
    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;
}

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

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

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

.video-orange-9aad {
    font-size: 2rem;
}

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

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

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

.alert-stone-1f75 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .alert-stone-1f75::before {
        left: 30px;
    }
}

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

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

.icon-over-528e {
    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;
}

.icon-over-528e::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);
}

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

.icon-over-528e h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.icon-over-528e p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.picture-0c5d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.tooltip-pressed-8bc0 {
    font-size: 1.5rem;
}

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

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

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

.picture-pink-13d0 {
    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;
}

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

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

.chip-steel-09c5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.article-a9f4 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.carousel-right-aa49 .surface-large-8cc9 {
    margin-bottom: 10px;
}

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

.carousel-right-aa49 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.search-tall-2cb1 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.search-tall-2cb1 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.gallery-475b {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.footer-022d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.breadcrumb-lower-14a4 {
    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;
}

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

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

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

.hovered_a8cf a {
    color: #ff6b6b;
}

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

.east-65fd {
    max-width: 800px;
    margin: 0 auto;
}

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

.primary-01a4 {
    text-align: center;
}

.primary-01a4 .cool-0030 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.primary-01a4 .fast_dace {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.east-65fd > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.action-73d7 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.container-north-35b0 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.small_8cff.chip-3cfb {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .box_6fd8 {
        flex-direction: column;
    }
    .selected-2eb9 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.surface-45b5 .title-plasma-2f3c {
    color: #666;
    margin: 0 8px;
}

.surface-45b5 .static_6bcb {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.main-4db0 {
    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;
}

.background_c202 {
    font-size: 2rem;
}

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

.panel_f41a strong {
    color: #d4af37;
}

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

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

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

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

.middle-40d4 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.block-571a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.aside-wood-3d85 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.small-353b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

.progress-over-296c {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.progress-over-296c strong {
    color: #d4af37;
}

.plasma_01cc {
    color: #aaa;
}

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

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

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

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

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

.element-last-18b7 {
    max-width: 900px;
    margin: 0 auto;
}

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

.table-copper-73dc:last-child {
    border-bottom: none;
}

.table-copper-73dc h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.table-copper-73dc p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.widget-first-8a3e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.widget-first-8a3e 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;
}

.widget-first-8a3e li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.sort_58ed strong {
    color: #d4af37;
}

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

.notification-fluid-1df3 {
    color: #888;
    font-size: 0.9rem;
}

.notification-fluid-1df3 strong {
    color: #00ff88;
}

.notification-fluid-1df3 span {
    color: #d4af37;
}

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

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

.bronze-8d6c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.thumbnail-3fda {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.accent-short-ba3a {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.component-73f7 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.component-73f7 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-current-a319 strong {
    color: #00ff88;
}

.surface-old-8c6b {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

.box-short-6e5f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .box-short-6e5f {
        flex-direction: column;
    }
    
    .frame_dd0f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .text_solid_f6da {
        padding: 30px 15px;
    }
    
    .text_solid_f6da h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .motion_23b4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .stone-34a4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pressed-be30 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pressed-be30 .shadow-full-e41e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .preview_bronze_36d8 {
        font-size: 1.3rem;
    }
    
    .plasma-5bcb {
        font-size: 0.7rem;
    }
    
    .grid_basic_deb8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .grid_basic_deb8 .link-8d9a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .tooltip_e177 {
        display: none;
    }
    
    .overlay-bottom-0417 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .highlight_upper_8dc8 {
        padding: 20px 10px;
    }
    
    .bronze-8d6c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-tall-146b,
    .element_prev_132e {
        padding: 15px;
    }
    
    .accent-short-ba3a {
        flex-direction: column;
        gap: 5px;
    }
    
    .thumbnail-8454 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .logo-8c7c {
        padding: 30px 10px;
    }
    
    .complex_fbac {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .link-b502 {
        padding: 20px 15px;
    }
    
    .dirty_dc28 {
        font-size: 2rem;
    }
    
    .link-b502 h3 {
        font-size: 1.1rem;
    }
    
    .link-b502 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .secondary-cold-3184 {
        padding: 20px 10px;
    }
    
    .overlay_static_1070 h2 {
        font-size: 1.3rem;
    }
    
    .image_dim_5e9c {
        font-size: 0.9rem;
    }
    
    .table-copper-73dc h3 {
        font-size: 1.1rem;
    }
    
    .table-copper-73dc p {
        font-size: 0.9rem;
    }
    
    .widget-first-8a3e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tag_out_c690 {
        grid-template-columns: 1fr;
    }
    
    .sort_58ed {
        font-size: 0.85rem;
    }
    
    .sort-pink-9706 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_9cc2 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .header_9cc2 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .red-d179 {
        padding: 30px 10px;
    }
    
    .surface-selected-0104 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notification_7443 {
        padding: 15px 10px;
    }
    
    .notification_7443 h4 {
        font-size: 0.9rem;
    }
    
    .notification_7443 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .content-new-d70f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .surface-selected-0104 {
        grid-template-columns: 1fr;
    }
    
    .notification_7443 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .component_out_27bb {
        padding: 30px 10px;
    }
    
    .preview_e71c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info_14da {
        padding: 15px;
    }
    
    .frame_blue_3fec {
        font-size: 0.9rem;
    }
    
    .small-14a0 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .small-14a0 .caption_hard_899c {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .advanced-6c82 {
        padding: 30px 10px;
    }
    
    .advanced-6c82 h2 {
        font-size: 1.2rem;
    }
    
    .backdrop_smooth_3507 {
        gap: 10px;
    }
    
    .cold-bf6f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .cold-bf6f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .menu-stale-b1e5 {
        padding: 30px 10px;
    }
    
    .menu-stale-b1e5 h2 {
        font-size: 1.2rem;
    }
    
    .tag-small-ca32 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info_iron_a20d {
        padding: 15px 10px;
    }
    
    .info_iron_a20d h4 {
        font-size: 0.85rem;
    }
    
    .info_iron_a20d p {
        font-size: 0.75rem;
    }
    
    .stone-ba39 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .modal_ee4a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .action-510f {
        padding: 20px 10px;
    }
    
    .video_0942 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .background_black_fe6c,
    .sort_8f17,
    .hovered_a8cf {
        width: 100%;
    }
    
    .background_black_fe6c h3 {
        font-size: 1.1rem;
    }
    
    .background_black_fe6c p {
        font-size: 0.8rem;
    }
    
    .breadcrumb-lower-14a4 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background_pressed_288a {
        padding: 30px 15px;
    }
    
    .background_pressed_288a h2 {
        font-size: 1.3rem;
    }
    
    .background_pressed_288a p {
        font-size: 0.85rem;
    }
    
    .pro-ee25 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pro-ee25 .link-8d9a {
        width: 100%;
    }
    
    .pressed-a5ac {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .small_52c6 {
        padding: 30px 15px;
    }
    
    .aside_gas_2be8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .description_gas_cf6d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .bottom_fefa h4 {
        font-size: 0.9rem;
    }
    
    .bottom_fefa a {
        font-size: 0.8rem;
    }
    
    .secondary-584a {
        font-size: 0.8rem;
    }
    
    .slider-2772 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .dynamic-dee1 {
        padding: 8px 10px;
    }
    
    .layout_70bc {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .header-soft-1311 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .layout_70bc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .header-soft-1311 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8f19 */
.widget-item-g9 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
