/* Inner Page Styles */

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

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

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

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

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

.tertiary-bbf2 .soft-1b02 {
    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;
}

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

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

.tertiary-bbf2 .soft-1b02:hover::before {
    left: 100%;
}

.tertiary-bbf2 .soft-1b02:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lower_5f68.fn-active-b673 {
    color: var(--casino-gold-light);
}

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

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

.active-5ff1 {
    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);
}

.active-5ff1 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);
}

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

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

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

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

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

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

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

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

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

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

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

.mask-stone-1b6d {
    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%;
}

.mask-stone-1b6d 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 */
.footer-out-db2c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-out-db2c li {
    margin-bottom: var(--md-spacing-xs);
}

.footer-out-db2c 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);
}

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

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

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

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

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

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

.mini_4472 .component-prev-d774 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.mini_4472 .component-prev-d774:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.detail-complex-5902 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.card_5e3e .component-prev-d774 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.card_5e3e .component-prev-d774:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pro-b8d1 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .pro-b8d1 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .pro-b8d1 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tertiary-bbf2 {
        justify-content: center;
    }
    
    .easy_653b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .next_a40d {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gradient_next_990f {
        padding: var(--md-spacing-md) 0;
    }
    
    .active-5ff1 {
        padding: var(--md-spacing-md);
    }
    
    .preview_silver_77f4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask-stone-1b6d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .card_5e3e {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .accent-4f8f {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .active-5ff1 {
        padding: var(--md-spacing-sm);
    }
    
    .progress-rough-d1ea {
        padding: var(--md-spacing-md);
    }
    
    .mask-stone-1b6d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.progress-rough-d1ea,
.mask-stone-1b6d,
.card_5e3e {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.next-9b5b::-webkit-scrollbar {
    width: 8px;
}

.next-9b5b::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.next-9b5b::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.next-9b5b::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.hover_ca8a {
    font-size: 1.5rem;
}

.frame_complex_d056 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.dark-7248 {
    padding: 30px 0;
}

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

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

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

.light-7a5b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.light-7a5b li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.pattern-outer-5a91 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

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

.badge_wood_1bf1 strong {
    color: #00ff88;
}

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

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

.box-cold-65ed h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

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

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

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

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

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

.rough_632c.button-short-d232 .short-081f {
    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); }
}

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

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

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

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

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

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

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

.aside-wide-3c09 {
    font-size: 1.2rem;
}

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

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

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

.tag-stone-e53d {
    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;
}

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

.tag-stone-e53d.light_d14f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tag-stone-e53d.yellow-45ce::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag-stone-e53d.item-bottom-8aa3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tag-stone-e53d.out_9d9a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.red-9da5 {
    font-size: 1.2rem;
}

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

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

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

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

.shade_top_7c6a.outline_iron_facf { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shade_top_7c6a.fn-active-b673 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.under-9a82 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.sort-steel-e11f {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.tag-556e {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.panel_middle_e0f6 { border-top: 3px solid #00ccff; }
.block_right_9116 { border-top: 3px solid #00ff88; }
.lower_2965 { border-top: 3px solid #d4af37; }
.logo_in_fd34 { border-top: 3px solid #ff6b6b; }
.panel_dim_7c7e { border-top: 3px solid #8b5cf6; }

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

.outline-1892 {
    overflow-x: auto;
}

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

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

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

.dim-7e63 td {
    color: #ccc;
}

.dim-7e63 .accordion-05fc {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.dim-7e63 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.middle-95b2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.content_inner_076a {
    font-size: 2rem;
}

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

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

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

.thick-05cb {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.feature-lower-e4a5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.menu-a4d0 {
    font-size: 1.5rem;
}

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

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

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

.secondary-first-f085 {
    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;
}

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

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

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

.sidebar-a80f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.preview_657c .container-cold-13f1 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-left-165b h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.row-left-165b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.popup-9d73 {
    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;
}

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

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

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

.yellow_4e8e a {
    color: #ff6b6b;
}

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

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

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

.preview-6a8b {
    text-align: center;
}

.preview-6a8b .warm-365f {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.preview-6a8b .easy-4da1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .up_a676 {
        flex-direction: column;
    }
    .alert-smooth-e9dc {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.wide-4c11 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.link_cd78 .sort-8269 {
    color: #666;
    margin: 0 8px;
}

.link_cd78 .icon-outer-f81d {
    color: #ff6b6b;
    text-decoration: line-through;
}

.small-6b60 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.chip-416d {
    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_f4c2 {
    font-size: 2rem;
}

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

.active-cold-fb68 strong {
    color: #d4af37;
}

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

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

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

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

.gold-7a74 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.shadow-left-8946 strong {
    color: #00ff88;
}

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

.main-9d40 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.heading-cold-d6de {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.complex_3ede strong {
    color: #d4af37;
}

.outline_hard_669c {
    color: #aaa;
}

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

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

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

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

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

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

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

.caption-active-1993:last-child {
    border-bottom: none;
}

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

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

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

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

.content-lite-0f48 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.content-lite-0f48 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;
}

.content-lite-0f48 li strong {
    color: #00ff88;
}

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

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

.popup-13ef {
    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;
}

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

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

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

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

.accordion-glass-1a85 strong {
    color: #d4af37;
}

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

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

.current_6140 strong {
    color: #00ff88;
}

.current_6140 span {
    color: #d4af37;
}

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

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

.heading-917d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.primary-242f {
    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;
}

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

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

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

.notice-3fdd {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .surface-narrow-24ec {
        grid-template-columns: 1fr;
    }
}

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

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

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

.thick-f74d li {
    margin-bottom: 5px;
}

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

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

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

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

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

.large_01b0 strong {
    color: #00ff88;
}

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

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

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

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

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

.component-tall-3e53 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .badge_fluid_db64 {
        padding: 30px 15px;
    }
    
    .badge_fluid_db64 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .panel-7dbd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .text_fc56 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .green-411a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .green-411a .icon_thick_ede0 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .footer-7726 {
        font-size: 1.3rem;
    }
    
    .upper-74a8 {
        font-size: 0.7rem;
    }
    
    .tertiary-878d {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary-878d .component-prev-d774 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container-right-6750 {
        display: none;
    }
    
    .gas-f81e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tag_slow_a3fb {
        padding: 20px 10px;
    }
    
    .heading-917d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight_4143,
    .alert-c0e3 {
        padding: 15px;
    }
    
    .notice-3fdd {
        flex-direction: column;
        gap: 5px;
    }
    
    .prev_13a5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .purple-7ff5 {
        padding: 30px 10px;
    }
    
    .bronze_0a21 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .card_north_715b {
        padding: 20px 15px;
    }
    
    .fixed-0079 {
        font-size: 2rem;
    }
    
    .card_north_715b h3 {
        font-size: 1.1rem;
    }
    
    .card_north_715b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .smooth-236d {
        padding: 20px 10px;
    }
    
    .header_5b3f h2 {
        font-size: 1.3rem;
    }
    
    .grid_dirty_44e4 {
        font-size: 0.9rem;
    }
    
    .caption-active-1993 h3 {
        font-size: 1.1rem;
    }
    
    .caption-active-1993 p {
        font-size: 0.9rem;
    }
    
    .content-lite-0f48 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .new-bbba {
        grid-template-columns: 1fr;
    }
    
    .accordion-glass-1a85 {
        font-size: 0.85rem;
    }
    
    .hard-2214 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .popup-13ef {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .popup-13ef strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .button_8a5b {
        padding: 30px 10px;
    }
    
    .wrapper_dim_720c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pressed-fcd3 {
        padding: 15px 10px;
    }
    
    .pressed-fcd3 h4 {
        font-size: 0.9rem;
    }
    
    .pressed-fcd3 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header_5b1e {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .media-4b88 {
        padding: 30px 10px;
    }
    
    .chip-huge-e4b9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_blue_1508 {
        padding: 15px;
    }
    
    .texture_e7e2 {
        font-size: 0.9rem;
    }
    
    .form_hard_5c7e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .form_hard_5c7e .solid_21dd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tooltip-basic-b014 {
        padding: 30px 10px;
    }
    
    .tooltip-basic-b014 h2 {
        font-size: 1.2rem;
    }
    
    .summary-1a6c {
        gap: 10px;
    }
    
    .item_035f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .item_035f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .south_ea7b {
        padding: 30px 10px;
    }
    
    .south_ea7b h2 {
        font-size: 1.2rem;
    }
    
    .light-462f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop-26a4 {
        padding: 15px 10px;
    }
    
    .backdrop-26a4 h4 {
        font-size: 0.85rem;
    }
    
    .backdrop-26a4 p {
        font-size: 0.75rem;
    }
    
    .fast-1edf {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .shade_44d5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .detail-6816 {
        padding: 20px 10px;
    }
    
    .preview_center_5743 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .row-left-165b,
    .advanced_fa05,
    .yellow_4e8e {
        width: 100%;
    }
    
    .row-left-165b h3 {
        font-size: 1.1rem;
    }
    
    .row-left-165b p {
        font-size: 0.8rem;
    }
    
    .popup-9d73 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .dynamic_a85e {
        padding: 30px 15px;
    }
    
    .dynamic_a85e h2 {
        font-size: 1.3rem;
    }
    
    .dynamic_a85e p {
        font-size: 0.85rem;
    }
    
    .over-1572 {
        flex-direction: column;
        gap: 10px;
    }
    
    .over-1572 .component-prev-d774 {
        width: 100%;
    }
    
    .center-a65b {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .main_fea1 {
        padding: 30px 15px;
    }
    
    .header_warm_fe9d {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .gold-d8b9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter_fluid_2989 h4 {
        font-size: 0.9rem;
    }
    
    .filter_fluid_2989 a {
        font-size: 0.8rem;
    }
    
    .input-6bb9 {
        font-size: 0.8rem;
    }
    
    .accordion-f687 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tabs-82a1 {
        padding: 8px 10px;
    }
    
    .gas-a321 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .active_af20 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gas-a321 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .active_af20 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 831a */
.phantom-card-v4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
