/* Inner Page Styles */

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

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

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

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

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

.mini-fb39 .hero-small-6029 {
    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;
}

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

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

.mini-fb39 .hero-small-6029:hover::before {
    left: 100%;
}

.mini-fb39 .hero-small-6029:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.background-black-f06a {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-4727.fn-active-1197 {
    color: var(--casino-gold-light);
}

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

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

.badge-right-d846 {
    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);
}

.badge-right-d846 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element_selected_c366 .dropdown_brown_baca:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.header-1ca7 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

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

.hard_5bca .dropdown_brown_baca:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .bright_b4ff {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .bright_b4ff h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .bright_b4ff h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mini-fb39 {
        justify-content: center;
    }
    
    .background-black-f06a {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .block_71bf {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .chip_04af {
        padding: var(--md-spacing-md) 0;
    }
    
    .badge-right-d846 {
        padding: var(--md-spacing-md);
    }
    
    .logo_3335 {
        padding: var(--md-spacing-md) 0;
    }
    
    .sort_bronze_5b3d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .hard_5bca {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .box-b3e3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .badge-right-d846 {
        padding: var(--md-spacing-sm);
    }
    
    .liquid_7e0a {
        padding: var(--md-spacing-md);
    }
    
    .sort_bronze_5b3d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.liquid_7e0a,
.sort_bronze_5b3d,
.hard_5bca {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.header-tiny-e2f6::-webkit-scrollbar {
    width: 8px;
}

.header-tiny-e2f6::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.header-tiny-e2f6::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.header-tiny-e2f6::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.pagination-2767 {
    font-size: 1.5rem;
}

.logo_clean_838c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .active-left-5e99 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.iron_f23f strong {
    color: #00ff88;
}

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

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

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

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

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

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

.wood-0e86 {
    text-align: center;
    margin-bottom: 30px;
}

.row-last-16e4 {
    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;
}

.row-last-16e4.dirty-fad7 .detail-wide-c926 {
    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); }
}

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

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

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

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

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

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

.sort-narrow-7e2b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.table_4209 {
    font-size: 1.2rem;
}

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

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

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

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

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

.picture-6584.logo-73c1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.picture-6584.content-2095::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.picture-6584.border_center_858b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.picture-6584.tabs_45b4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.banner-tall-7a20 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.stale-4dfd {
    font-size: 1.2rem;
}

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

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

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

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

.outer-d09e.up_8863 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer-d09e.fn-active-1197 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.column-stone-4edc {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.icon-bright-a89f {
    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;
}

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

.icon-bright-a89f.title-f89a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.link-orange-e262 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.outline_8a79 { border-top: 3px solid #00ccff; }
.form_759d { border-top: 3px solid #00ff88; }
.yellow_16ec { border-top: 3px solid #d4af37; }
.surface-wood-619e { border-top: 3px solid #ff6b6b; }
.smooth_b8bb { border-top: 3px solid #8b5cf6; }

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

.over_d5e0 {
    overflow-x: auto;
}

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

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

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

.backdrop_basic_c526 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.label-628c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.sidebar-wood-64c3 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.active-36a7 {
    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;
}

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

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

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

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

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

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

.aside-dim-53f7 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.current-a176 {
    font-size: 1.5rem;
}

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

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

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

.section-b085 {
    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-8581 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

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

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

.caption-96c0 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.progress_88df .lower-9673 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-dynamic-87d8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

.filter-5b2d span {
    color: #666;
    font-size: 0.8rem;
}

.filter-5b2d a {
    color: #ff6b6b;
}

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

.element-dirty-5ad8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.secondary-5342 {
    text-align: center;
}

.secondary-5342 .box-clean-f115 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

.element-dirty-5ad8 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.element-dirty-5ad8 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.tall-7f49 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .action-f618 {
        flex-direction: column;
    }
    .search_fd69 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.frame-slow-36b5 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.filter-6599 .input_0c8f {
    color: #666;
    margin: 0 8px;
}

.filter-6599 .lite-c6e0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.selected_d826 {
    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-866c {
    font-size: 2rem;
}

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

.top-87f3 strong {
    color: #d4af37;
}

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

.hero-966a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

.hover-yellow-89e1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.modal-purple-c047 strong {
    color: #00ff88;
}

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

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

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

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

.description-advanced-d71a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.backdrop_9901 strong {
    color: #d4af37;
}

.fresh_bddc {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-c0a0 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;
}

.tooltip-c0a0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.dynamic_5f91 strong {
    color: #d4af37;
}

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

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

.logo_08ad strong {
    color: #00ff88;
}

.logo_08ad span {
    color: #d4af37;
}

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

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

.box-lower-70a2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .box-lower-70a2 {
        grid-template-columns: 1fr;
    }
}

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

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

.summary_up_eb12 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

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

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

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

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

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

.accordion-out-7be7 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.east-ee18 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.text_tiny_b453 strong {
    color: #00ff88;
}

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

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

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

.list-cold-433a {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.wide-3064 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .list-cold-433a {
        flex-direction: column;
    }
    
    .black-5307 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .blue_f5ee {
        padding: 30px 15px;
    }
    
    .blue_f5ee h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .inner_d750 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .container-static-e31e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .east-144d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .east-144d .last-0d34 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .lower_a5fe {
        font-size: 1.3rem;
    }
    
    .small-def9 {
        font-size: 0.7rem;
    }
    
    .west-aa6a {
        flex-direction: column;
        gap: 10px;
    }
    
    .west-aa6a .dropdown_brown_baca {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .image-east-6786 {
        display: none;
    }
    
    .sort-white-129c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .media-cold-7374 {
        padding: 20px 10px;
    }
    
    .box-lower-70a2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .footer_hovered_d33e,
    .gallery_wood_e183 {
        padding: 15px;
    }
    
    .mask_df61 {
        flex-direction: column;
        gap: 5px;
    }
    
    .inner_0dca {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .form_upper_6ec6 {
        padding: 30px 10px;
    }
    
    .selected_57ec {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask-e69c {
        padding: 20px 15px;
    }
    
    .easy-cc3e {
        font-size: 2rem;
    }
    
    .mask-e69c h3 {
        font-size: 1.1rem;
    }
    
    .mask-e69c p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hidden_bright_96a9 {
        padding: 20px 10px;
    }
    
    .liquid_9d0e h2 {
        font-size: 1.3rem;
    }
    
    .search-6f4c {
        font-size: 0.9rem;
    }
    
    .pro_5f19 h3 {
        font-size: 1.1rem;
    }
    
    .pro_5f19 p {
        font-size: 0.9rem;
    }
    
    .tooltip-c0a0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .text_pink_cc26 {
        grid-template-columns: 1fr;
    }
    
    .dynamic_5f91 {
        font-size: 0.85rem;
    }
    
    .tiny-50a3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture_ddcb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .picture_ddcb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .dim-8f05 {
        padding: 30px 10px;
    }
    
    .container-wide-a028 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .old-cc9b {
        padding: 15px 10px;
    }
    
    .old-cc9b h4 {
        font-size: 0.9rem;
    }
    
    .old-cc9b p {
        font-size: 0.75rem;
        display: none;
    }
    
    .lower-34a2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .container-wide-a028 {
        grid-template-columns: 1fr;
    }
    
    .old-cc9b p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .photo_d594 {
        padding: 30px 10px;
    }
    
    .lite-34b0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wrapper-lower-63fb {
        padding: 15px;
    }
    
    .info-6c00 {
        font-size: 0.9rem;
    }
    
    .frame_mini_66c1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .frame_mini_66c1 .carousel_362f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .main-glass-fba9 {
        padding: 30px 10px;
    }
    
    .main-glass-fba9 h2 {
        font-size: 1.2rem;
    }
    
    .stone-e0a7 {
        gap: 10px;
    }
    
    .paragraph-a526 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .paragraph-a526 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .logo-easy-0c3d {
        padding: 30px 10px;
    }
    
    .logo-easy-0c3d h2 {
        font-size: 1.2rem;
    }
    
    .pattern-outer-2994 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .right_d21e {
        padding: 15px 10px;
    }
    
    .right_d21e h4 {
        font-size: 0.85rem;
    }
    
    .right_d21e p {
        font-size: 0.75rem;
    }
    
    .avatar-bottom-9d7b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .filter_c537 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .photo-afcf {
        padding: 20px 10px;
    }
    
    .block-dynamic-87d8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .active_copper_e4c6,
    .liquid_d209,
    .filter-5b2d {
        width: 100%;
    }
    
    .active_copper_e4c6 h3 {
        font-size: 1.1rem;
    }
    
    .active_copper_e4c6 p {
        font-size: 0.8rem;
    }
    
    .wood-eafa {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .background-5056 {
        padding: 30px 15px;
    }
    
    .background-5056 h2 {
        font-size: 1.3rem;
    }
    
    .background-5056 p {
        font-size: 0.85rem;
    }
    
    .south-703e {
        flex-direction: column;
        gap: 10px;
    }
    
    .south-703e .dropdown_brown_baca {
        width: 100%;
    }
    
    .header-631d {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .logo-c063 {
        padding: 30px 15px;
    }
    
    .detail-eb6e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .highlight_motion_0ae4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .background_focused_4d60 h4 {
        font-size: 0.9rem;
    }
    
    .background_focused_4d60 a {
        font-size: 0.8rem;
    }
    
    .outline-e1b2 {
        font-size: 0.8rem;
    }
    
    .primary-bc1a p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .huge_58be {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .detail_a808 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 35bb */
.ghost-box-n5 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
