/* Inner Page Styles */

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

.panel-old-9e84 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);
}

.panel-old-9e84 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);
}

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

.outline-18cd {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.outline-18cd .gallery_out_72fd {
    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;
}

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

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

.outline-18cd .gallery_out_72fd:hover::before {
    left: 100%;
}

.outline-18cd .gallery_out_72fd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.filter-upper-6400 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-b4d7.fn-active-23fc {
    color: var(--casino-gold-light);
}

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

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

.huge-47bb {
    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);
}

.huge-47bb 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);
}

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

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

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

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

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

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

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

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

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

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

.photo-silver-2efa {
    padding: var(--md-spacing-md) 0;
}

.table-87ff {
    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%;
}

.table-87ff 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 */
.current_3789 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.east-7126:hover::before {
    left: 100%;
}

.east-7126 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;
}

.east-7126 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;
}

.east-7126 .hover-static-5df8 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.east-7126 .hover-static-5df8:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.texture-short-082b {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.section-gas-81d7 {
    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);
}

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

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

.section-gas-81d7 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.section-gas-81d7 .hover-static-5df8 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.section-gas-81d7 .hover-static-5df8:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .panel-old-9e84 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .panel-old-9e84 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .panel-old-9e84 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .outline-18cd {
        justify-content: center;
    }
    
    .out_bfa6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .thumbnail-06bc {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .prev_d0a1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .huge-47bb {
        padding: var(--md-spacing-md);
    }
    
    .caption-green-2c78 {
        padding: var(--md-spacing-md) 0;
    }
    
    .table-87ff {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .section-gas-81d7 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .slow-a7ac {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .huge-47bb {
        padding: var(--md-spacing-sm);
    }
    
    .hot-46c1 {
        padding: var(--md-spacing-md);
    }
    
    .table-87ff {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hot-46c1,
.table-87ff,
.section-gas-81d7 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.disabled-180f::-webkit-scrollbar {
    width: 8px;
}

.disabled-180f::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.disabled-180f::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.disabled-180f::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.table-af16 {
    font-size: 1.5rem;
}

.short_1b19 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .carousel-copper-bf7e {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .input-f2f9 {
        margin-left: 0;
    }
}

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

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

.summary-tall-6283 {
    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;
}

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

.summary-tall-6283 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.summary-tall-6283 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.shade-under-6b18 {
    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;
}

.shade-under-6b18 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.tooltip-hard-ca5b {
    text-align: center;
    margin-bottom: 30px;
}

.icon-short-02b8 {
    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;
}

.icon-short-02b8.aside_medium_ddeb .middle_b8ee {
    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); }
}

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

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

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

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

.active-light-8045 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;
}

.active-light-8045 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);
}

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

.alert_red_144b {
    font-size: 1.2rem;
}

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

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

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

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

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

.shade-smooth-9110.advanced-9dc9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.shade-smooth-9110.wrapper_fixed_96d7::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shade-smooth-9110.complex-38a7::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.shade-smooth-9110.pink_17e8::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.section_dynamic_ea45 {
    font-size: 1.2rem;
}

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

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

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

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

.focus_dfb0.light_ad68 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focus_dfb0.fn-active-23fc { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.detail-3f0a {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.light-383a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.disabled_south_c80e.status-fixed-7e99 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.popup-fast-e1b7 { border-top: 3px solid #00ccff; }
.preview-ef54 { border-top: 3px solid #00ff88; }
.tertiary_34fb { border-top: 3px solid #d4af37; }
.module-pressed-5f68 { border-top: 3px solid #ff6b6b; }
.sort_da46 { border-top: 3px solid #8b5cf6; }

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

.pagination_easy_f26d {
    overflow-x: auto;
}

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

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

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

.wrapper_new_b116 td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .status-old-9e41 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

.widget-west-0ab6 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

.status-prev-8b7c {
    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;
}

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

.primary-2b30 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.sort_c6c1 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-west-6fd6 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.grid_west_fefb {
    font-size: 1.5rem;
}

.photo-liquid-2854 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.advanced-9f22 strong {
    color: #fff;
    display: block;
}

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

.aside-paper-024a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.aside-paper-024a .focus-02f4 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.backdrop_white_a475 .large_ab8f {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.photo-east-ece6 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.section-dim-d91d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.row-green-ab9c {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.link-5e04 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.link-5e04 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.border_f0a1 a {
    color: #ff6b6b;
}

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

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

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

.simple-bbee {
    text-align: center;
}

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

.simple-bbee .silver-0812 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.content-9bb8 {
    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;
}

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

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

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

.breadcrumb-full-75ab {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.red-2f29 {
    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;
}

.red-2f29.status-fixed-7e99 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .button-083e {
        flex-direction: column;
    }
    .focused_627a {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.bronze-03af .fast_183e {
    color: #666;
    margin: 0 8px;
}

.bronze-03af .badge_a5fa {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.west-8f6c {
    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;
}

.first_c4ba {
    font-size: 2rem;
}

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

.primary-a9d1 strong {
    color: #d4af37;
}

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

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

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

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

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

.picture-13ba {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.fast_43ca strong {
    color: #00ff88;
}

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

.medium-66c2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.dirty-1dad h3,
.status-fresh-c897 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.tertiary-bright-8f21 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.tertiary-bright-8f21 strong {
    color: #d4af37;
}

.info-narrow-0bcc {
    color: #aaa;
}

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

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

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

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

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

.secondary-2d53 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.chip-0a88 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.chip-0a88 li strong {
    color: #00ff88;
}

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

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

.column-95f9 {
    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;
}

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

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

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

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

.preview-698b strong {
    color: #d4af37;
}

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

.background-hard-9e54 {
    color: #888;
    font-size: 0.9rem;
}

.background-hard-9e54 strong {
    color: #00ff88;
}

.background-hard-9e54 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.video-new-f767 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-9168 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.item-gold-943a {
    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;
}

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

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

.hover-d36f strong {
    color: #00ff88;
}

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

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

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

.picture-middle-37a0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.row-green-ab9c {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .picture-middle-37a0 {
        flex-direction: column;
    }
    
    .notice-c424 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .east-931f {
        padding: 30px 15px;
    }
    
    .east-931f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dropdown_0010 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .background_down_883a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .brown_e6b6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .brown_e6b6 .static_0762 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .module-fresh-c169 {
        font-size: 1.3rem;
    }
    
    .table-ca27 {
        font-size: 0.7rem;
    }
    
    .border_732f {
        flex-direction: column;
        gap: 10px;
    }
    
    .border_732f .hover-static-5df8 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .header_cool_aab2 {
        display: none;
    }
    
    .thumbnail-8ba0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wrapper-selected-484c {
        padding: 20px 10px;
    }
    
    .yellow_5e4a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .item-14de,
    .lite-255e {
        padding: 15px;
    }
    
    .yellow-dde3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .video-new-f767 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .red_4ebc {
        padding: 30px 10px;
    }
    
    .border_c565 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .middle-bd4c {
        padding: 20px 15px;
    }
    
    .fluid-e8cc {
        font-size: 2rem;
    }
    
    .middle-bd4c h3 {
        font-size: 1.1rem;
    }
    
    .middle-bd4c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .south_7750 {
        padding: 20px 10px;
    }
    
    .hover-086f h2 {
        font-size: 1.3rem;
    }
    
    .full-e72d {
        font-size: 0.9rem;
    }
    
    .clean_04db h3 {
        font-size: 1.1rem;
    }
    
    .clean_04db p {
        font-size: 0.9rem;
    }
    
    .chip-0a88 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hidden_south_2b2f {
        grid-template-columns: 1fr;
    }
    
    .preview-698b {
        font-size: 0.85rem;
    }
    
    .wrapper_in_ce1f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-95f9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .column-95f9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .medium_2163 {
        padding: 30px 10px;
    }
    
    .hot-6ba9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .info-eff2 {
        padding: 15px 10px;
    }
    
    .info-eff2 h4 {
        font-size: 0.9rem;
    }
    
    .info-eff2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .gallery_next_e78f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hot-6ba9 {
        grid-template-columns: 1fr;
    }
    
    .info-eff2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .copper-1b48 {
        padding: 30px 10px;
    }
    
    .sort_stone_3097 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .item_ae52 {
        padding: 15px;
    }
    
    .upper_a8da {
        font-size: 0.9rem;
    }
    
    .message_clean_d1ae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_clean_d1ae .logo_ea84 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .shadow_stale_882d {
        padding: 30px 10px;
    }
    
    .shadow_stale_882d h2 {
        font-size: 1.2rem;
    }
    
    .accent-green-f973 {
        gap: 10px;
    }
    
    .silver_5a21 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .silver_5a21 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .hot-b774 {
        padding: 30px 10px;
    }
    
    .hot-b774 h2 {
        font-size: 1.2rem;
    }
    
    .breadcrumb_stale_b3d4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .preview_9323 {
        padding: 15px 10px;
    }
    
    .preview_9323 h4 {
        font-size: 0.85rem;
    }
    
    .preview_9323 p {
        font-size: 0.75rem;
    }
    
    .avatar-893d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .input_full_e56f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .thick_a4a5 {
        padding: 20px 10px;
    }
    
    .stone-1e6e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .badge_upper_36e5,
    .link-5e04,
    .border_f0a1 {
        width: 100%;
    }
    
    .badge_upper_36e5 h3 {
        font-size: 1.1rem;
    }
    
    .badge_upper_36e5 p {
        font-size: 0.8rem;
    }
    
    .pink_aa70 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .badge-bronze-6870 {
        padding: 30px 15px;
    }
    
    .badge-bronze-6870 h2 {
        font-size: 1.3rem;
    }
    
    .badge-bronze-6870 p {
        font-size: 0.85rem;
    }
    
    .down_cc9b {
        flex-direction: column;
        gap: 10px;
    }
    
    .down_cc9b .hover-static-5df8 {
        width: 100%;
    }
    
    .liquid_8b8c {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .static-8275 {
        padding: 30px 15px;
    }
    
    .last-c119 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .active_bdc8 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .form-in-8354 h4 {
        font-size: 0.9rem;
    }
    
    .form-in-8354 a {
        font-size: 0.8rem;
    }
    
    .component-cold-9732 {
        font-size: 0.8rem;
    }
    
    .shadow_b409 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .wood-a7b0 {
        padding: 8px 10px;
    }
    
    .title_mini_b290 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .texture-c702 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .title_mini_b290 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .texture-c702 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 996a */
.phantom-card-n1 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
