/* Inner Page Styles */

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

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

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

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

.tag-0f05 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.tag-0f05 .banner_complex_b6dd {
    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;
}

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

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

.tag-0f05 .banner_complex_b6dd:hover::before {
    left: 100%;
}

.tag-0f05 .banner_complex_b6dd:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.label-south-9a39 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick_3118.fn-active-524c {
    color: var(--casino-gold-light);
}

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

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

.gradient-776a {
    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);
}

.gradient-776a 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);
}

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

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

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

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

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

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

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

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

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

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

.tooltip-29d7 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.nav-current-c720:hover::before {
    left: 100%;
}

.nav-current-c720 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;
}

.nav-current-c720 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;
}

.nav-current-c720 .badge-rough-2d9d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.nav-current-c720 .badge-rough-2d9d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.header-white-ec46 {
    margin-top: var(--md-spacing-sm);
}

.sidebar-12ce {
    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);
}

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

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

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

.gradient-narrow-3266 {
    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);
}

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

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

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

.gradient-narrow-3266 .badge-rough-2d9d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.gradient-narrow-3266 .badge-rough-2d9d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .content_7039 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .content_7039 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .content_7039 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tag-0f05 {
        justify-content: center;
    }
    
    .thumbnail_fresh_27d2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .soft_51ca {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dynamic_1297 {
        padding: var(--md-spacing-md) 0;
    }
    
    .gradient-776a {
        padding: var(--md-spacing-md);
    }
    
    .aside_thick_96db {
        padding: var(--md-spacing-md) 0;
    }
    
    .title-d9be {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .gradient-narrow-3266 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .upper-6dd8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .gradient-776a {
        padding: var(--md-spacing-sm);
    }
    
    .complex-4821 {
        padding: var(--md-spacing-md);
    }
    
    .title-d9be {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.complex-4821,
.title-d9be,
.gradient-narrow-3266 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.module-6269::-webkit-scrollbar {
    width: 8px;
}

.module-6269::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

/* Author Section Compact */
.accordion-action-b197 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.overlay-6d35 {
    font-size: 1.5rem;
}

.fresh-a04c strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.block-5679 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.header-dirty-4916 {
    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;
}

.header-dirty-4916 strong {
    color: #00ff88;
}

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

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

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

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

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

.gradient-large-b605::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;
}

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

.dynamic-12cc {
    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;
}

.dynamic-12cc.out-baed .info_pro_50bd {
    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); }
}

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

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

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

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

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

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

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

.chip-fb3f {
    font-size: 1.2rem;
}

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

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

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

.over-0d53 {
    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;
}

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

.over-0d53.wrapper-over-7ee3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.over-0d53.header-03b0::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.over-0d53.light-b661::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.over-0d53.cool_ce9b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.gradient_stone_60ea {
    font-size: 1.2rem;
}

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

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

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

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

.container_soft_fa83.cold-29dc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.container_soft_fa83.fn-active-524c { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.north-7ea7 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.overlay-small-6e1c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.media-dim-17c4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.header_a480 { border-top: 3px solid #00ccff; }
.progress-gas-8f9d { border-top: 3px solid #00ff88; }
.dim-a49d { border-top: 3px solid #d4af37; }
.tabs-solid-f4da { border-top: 3px solid #ff6b6b; }
.frame-pro-14f6 { border-top: 3px solid #8b5cf6; }

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

.down_c103 {
    overflow-x: auto;
}

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

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

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

.list-e167 td {
    color: #ccc;
}

.list-e167 .gradient-light-8d29 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.frame-silver-c10f {
    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;
}

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

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

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

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

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

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

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

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

.small-02de {
    font-size: 2rem;
}

.summary-black-7c58 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.summary-black-7c58 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.banner-last-be42 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.thumbnail-over-6a12 {
    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;
}

.thumbnail-over-6a12::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);
}

.pattern-839d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.thumbnail-over-6a12 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.thumbnail-over-6a12 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.button-pink-2149 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.backdrop-wide-60a2 strong {
    color: #fff;
    display: block;
}

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

.shade-gas-2768 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.element-gold-4a3b .label-f973 {
    margin-bottom: 10px;
}

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

.element-gold-4a3b strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-wood-f386 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.wrapper-blue-040e {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-easy-77cc {
    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;
}

.wrapper-blue-040e span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.search_action_1f31 a {
    color: #ff6b6b;
}

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

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

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

.menu_92e1 {
    text-align: center;
}

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

.menu_92e1 .article-hot-c07e {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.iron-88ba {
    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;
}

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

.description-bright-25ce {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

.next-1ddc {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tertiary-new-4872 {
        flex-direction: column;
    }
    .wrapper-3b05 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.caption-center-af87 .focus-glass-bb18 {
    color: #666;
    margin: 0 8px;
}

.caption-center-af87 .prev_732c {
    color: #ff6b6b;
    text-decoration: line-through;
}

.widget-out-fdab {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.paragraph-current-7bc4 {
    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;
}

.frame-3d07 {
    font-size: 2rem;
}

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

.active_eb25 strong {
    color: #d4af37;
}

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

.header-first-eeea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.modal-static-11ee h3,
.iron-f038 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.title-9d63 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.gradient-e841 strong {
    color: #00ff88;
}

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

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

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

.hard_9980 h3,
.over-7ff1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.video-up-aa38 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.module-full-0f3d summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.module-full-0f3d summary::-webkit-details-marker {
    display: none;
}

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

.button-light-218a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.wrapper_10ae strong {
    color: #d4af37;
}

.media-motion-8b6a {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_1797 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.layout_43d3 strong {
    color: #d4af37;
}

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

.wrapper-fresh-208f {
    color: #888;
    font-size: 0.9rem;
}

.wrapper-fresh-208f strong {
    color: #00ff88;
}

.wrapper-fresh-208f span {
    color: #d4af37;
}

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

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

.middle-34a5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.tag-fresh-15af {
    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;
}

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

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

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

.picture-bright-68a5 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.fluid-5c2a {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup_f0f9 strong {
    color: #00ff88;
}

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

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

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

.alert-bottom-b463 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.frame-wood-f386 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .alert-bottom-b463 {
        flex-direction: column;
    }
    
    .layout-eada {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.icon-plasma-4a42 {
    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;
}

.icon-plasma-4a42: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) {
    .icon-plasma-4a42 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .icon-plasma-4a42 {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .picture_2837 {
        padding: 30px 15px;
    }
    
    .picture_2837 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .item-up-a296 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .tiny_bc10 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pink_d0de {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pink_d0de .content-up-5d68 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .modal-hard-bba2 {
        font-size: 1.3rem;
    }
    
    .accordion-89a0 {
        font-size: 0.7rem;
    }
    
    .accordion_bronze_c33b {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion_bronze_c33b .badge-rough-2d9d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .block_hovered_e69a {
        display: none;
    }
    
    .surface_bronze_cac7 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wrapper-advanced-f2bc {
        padding: 20px 10px;
    }
    
    .middle-34a5 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stone-ef56,
    .container-pink-3882 {
        padding: 15px;
    }
    
    .picture-bright-68a5 {
        flex-direction: column;
        gap: 5px;
    }
    
    .fluid-5c2a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .summary_stone_63ab {
        padding: 30px 10px;
    }
    
    .basic-ad3b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slider-plasma-6430 {
        padding: 20px 15px;
    }
    
    .header_black_7f4e {
        font-size: 2rem;
    }
    
    .slider-plasma-6430 h3 {
        font-size: 1.1rem;
    }
    
    .slider-plasma-6430 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .plasma_c893 {
        padding: 20px 10px;
    }
    
    .picture-28a9 h2 {
        font-size: 1.3rem;
    }
    
    .avatar_607c {
        font-size: 0.9rem;
    }
    
    .tertiary_d6bc h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_d6bc p {
        font-size: 0.9rem;
    }
    
    .active_1797 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .link_focused_f3d5 {
        grid-template-columns: 1fr;
    }
    
    .layout_43d3 {
        font-size: 0.85rem;
    }
    
    .hard-7901 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gold-5853 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gold-5853 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .accordion-current-83ea {
        padding: 30px 10px;
    }
    
    .modal_56fe {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold-e13f {
        padding: 15px;
    }
    
    .background-d77a {
        font-size: 0.9rem;
    }
    
    .shadow-fast-74a1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shadow-fast-74a1 .short_3a15 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .clean_d1bb {
        padding: 30px 10px;
    }
    
    .clean_d1bb h2 {
        font-size: 1.2rem;
    }
    
    .sidebar-efb0 {
        gap: 10px;
    }
    
    .title-static-6df5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .title-static-6df5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .content-complex-8dad {
        padding: 30px 10px;
    }
    
    .content-complex-8dad h2 {
        font-size: 1.2rem;
    }
    
    .white_14c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .upper-f14a {
        padding: 15px 10px;
    }
    
    .upper-f14a h4 {
        font-size: 0.85rem;
    }
    
    .upper-f14a p {
        font-size: 0.75rem;
    }
    
    .container_right_76e2 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .search_north_ced0 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .heading_06ed {
        padding: 20px 10px;
    }
    
    .sort_e35a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .motion_31d0,
    .wrapper-blue-040e,
    .search_action_1f31 {
        width: 100%;
    }
    
    .motion_31d0 h3 {
        font-size: 1.1rem;
    }
    
    .motion_31d0 p {
        font-size: 0.8rem;
    }
    
    .pagination-easy-77cc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .preview-ffc7 {
        padding: 30px 15px;
    }
    
    .preview-ffc7 h2 {
        font-size: 1.3rem;
    }
    
    .preview-ffc7 p {
        font-size: 0.85rem;
    }
    
    .bronze_567a {
        flex-direction: column;
        gap: 10px;
    }
    
    .bronze_567a .badge-rough-2d9d {
        width: 100%;
    }
    
    .action-ab28 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .highlight_b41c {
        padding: 30px 15px;
    }
    
    .chip_3a88 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hidden_rough_549e {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .paragraph_bf2f h4 {
        font-size: 0.9rem;
    }
    
    .paragraph_bf2f a {
        font-size: 0.8rem;
    }
    
    .pattern_fb08 {
        font-size: 0.8rem;
    }
    
    .accent_e6e0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .bottom_e94d {
        padding: 8px 10px;
    }
    
    .tiny-7a0e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .selected_5dfb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tiny-7a0e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .selected_5dfb {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3d63 */
.widget-item-s5 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
