/* Inner Page Styles */

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

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

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

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

.background-4809 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.background-4809 .carousel_e1b0 {
    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;
}

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

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

.background-4809 .carousel_e1b0:hover::before {
    left: 100%;
}

.background-4809 .carousel_e1b0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.thumbnail-d634 {
    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-d634:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

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

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

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

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

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

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

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

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

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

.pattern-mini-5aea {
    color: var(--casino-gold-light);
}

.pattern-mini-5aea a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.pattern-mini-5aea a:hover {
    color: var(--casino-gold-light);
}

.pattern-mini-5aea.fn-active-1a28 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-smooth-3ff8 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

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

.footer_97e7 .article_077d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.breadcrumb-out-9b1b {
    margin-top: var(--md-spacing-sm);
}

.large-9dfa {
    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);
}

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

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

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

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

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

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

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

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

.complex-8373 .article_077d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .right-e728 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .right-e728 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .right-e728 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .background-4809 {
        justify-content: center;
    }
    
    .thumbnail-d634 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .notice_current_a521 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .light_1459 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pressed-e3ce {
        padding: var(--md-spacing-md);
    }
    
    .carousel_98f7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .element-c2d5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .complex-8373 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .inner-ab23 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .pressed-e3ce {
        padding: var(--md-spacing-sm);
    }
    
    .advanced-1c02 {
        padding: var(--md-spacing-md);
    }
    
    .element-c2d5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.advanced-1c02,
.element-c2d5,
.complex-8373 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.logo_c95e {
    font-size: 1.5rem;
}

.hero_3879 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .label-east-3ddc {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .active-3c3b {
        margin-left: 0;
    }
}

/* Main Content Compact */
.gallery-old-ecfd {
    padding: 30px 0;
}

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

.panel-red-ab36 {
    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;
}

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

.panel-red-ab36 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.panel-red-ab36 li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.accent-middle-1bce {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.shadow-east-1f12 {
    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;
}

.shadow-east-1f12 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.pressed_1654.logo_d27f .steel_9ee3 {
    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); }
}

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

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

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

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

.text-south-e995 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;
}

.text-south-e995 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);
}

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

.label_263b {
    font-size: 1.2rem;
}

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

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

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

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

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

.outer-b2dd.orange-473b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.outer-b2dd.prev_4f34::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer-b2dd.backdrop-current-504f::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.outer-b2dd.heading-e926::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.slider_0d5c {
    font-size: 1.2rem;
}

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

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

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

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

.shade-prev-85b5.feature_51ed { background: linear-gradient(90deg, #00ccff, #0088ff); }
.shade-prev-85b5.fn-active-1a28 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.notification-8f3e {
    color: #666;
    font-size: 0.8rem;
}

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

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

.detail-fast-b39f {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.container-9bf0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.modal_soft_b52e.table-slow-4e16 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.footer-pro-7a36 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.top-02d6 { border-top: 3px solid #00ccff; }
.pagination-0bc4 { border-top: 3px solid #00ff88; }
.icon-dirty-619a { border-top: 3px solid #d4af37; }
.gallery_a8e6 { border-top: 3px solid #ff6b6b; }
.outer_4921 { border-top: 3px solid #8b5cf6; }

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

.modal-eb38 {
    overflow-x: auto;
}

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

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

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

.tiny-5afd td {
    color: #ccc;
}

.tiny-5afd .outer-e951 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.tiny-5afd tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.secondary-center-e60c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.hero-cool-7777 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.input_eaab {
    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-purple-37c0 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.message-purple-37c0 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.bright-16f4 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-12ae {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.selected_da17 {
    font-size: 1.5rem;
}

.action-3f5e {
    color: #888;
    font-size: 0.9rem;
}

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

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

.row-bottom-79fd {
    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;
}

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

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

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

.container_080e strong {
    color: #fff;
    display: block;
}

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

.logo-24ed {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.photo-light-e70d .button_iron_2049 {
    margin-bottom: 10px;
}

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

.photo-light-e70d strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.button-action-285a {
    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;
}

.modal-plasma-45ae h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.modal-plasma-45ae p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.sort-focused-08ab {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.progress-steel-9ddc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

.module-motion-241c h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.module-motion-241c p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.copper-08fc {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.copper-08fc span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.complex_719a a {
    color: #ff6b6b;
}

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

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

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

.disabled_5622 {
    text-align: center;
}

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

.disabled_5622 .module-bronze-1fc1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask_fa37.table-slow-4e16 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .row_first_b881 {
        flex-direction: column;
    }
    .component-58ed {
        transform: rotate(90deg);
    }
}

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

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

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

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

.secondary-paper-0112 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.frame-fluid-9f0a .progress_out_b69e {
    color: #666;
    margin: 0 8px;
}

.frame-fluid-9f0a .modal_white_5e45 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.overlay-hovered-da10 strong {
    color: #d4af37;
    margin-right: 8px;
}

.summary-over-e0bb {
    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;
}

.header-left-5f13 {
    font-size: 2rem;
}

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

.silver-bc1a strong {
    color: #d4af37;
}

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

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

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

.modal-purple-7510 h3,
.content_selected_3d38 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.west-e295 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.advanced-28da {
    background: #0a0a0a;
    padding: 30px 0;
}

.border-narrow-31b6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .border-narrow-31b6 {
        grid-template-columns: 1fr;
    }
}

.hot-64ef h3,
.panel-9575 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.content-basic-d994 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.banner-iron-e58d strong {
    color: #d4af37;
}

.focused_921c {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress_over_d1c2 strong {
    color: #d4af37;
}

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

.tag-huge-13db {
    color: #888;
    font-size: 0.9rem;
}

.tag-huge-13db strong {
    color: #00ff88;
}

.tag-huge-13db span {
    color: #d4af37;
}

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

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

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

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

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

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

.orange-13cf {
    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;
}

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

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

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

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

.detail-fluid-259a {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gas-abac strong {
    color: #00ff88;
}

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

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

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

.shadow-9cf7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.hero-south-58e6 {
    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;
}

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

@media (max-width: 768px) {
    .shadow-9cf7 {
        flex-direction: column;
    }
    
    .lower-3042 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .left-9d26 {
        padding: 30px 15px;
    }
    
    .left-9d26 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .item-first-98a3 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .accordion_pink_7139 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .up_c78d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .up_c78d .hero_mini_265f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .mask-d6c6 {
        font-size: 1.3rem;
    }
    
    .avatar-be60 {
        font-size: 0.7rem;
    }
    
    .disabled-middle-f691 {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled-middle-f691 .article_077d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .main_d154 {
        display: none;
    }
    
    .notification-204c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tiny_b2ab {
        padding: 20px 10px;
    }
    
    .logo-5847 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_small_dee4,
    .input_93a8 {
        padding: 15px;
    }
    
    .image_pro_3099 {
        flex-direction: column;
        gap: 5px;
    }
    
    .detail-fluid-259a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .link-mini-62c7 {
        padding: 30px 10px;
    }
    
    .pagination-easy-86c4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-ff70 {
        padding: 20px 15px;
    }
    
    .image_bright_2c93 {
        font-size: 2rem;
    }
    
    .nav-ff70 h3 {
        font-size: 1.1rem;
    }
    
    .nav-ff70 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .nav-ebb3 {
        padding: 20px 5px;
    }
    
    .nav-ebb3 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .layout-9f96 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .tiny-5afd {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .tiny-5afd th,
    .tiny-5afd td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .secondary_bottom_55f7 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .image-east-189b {
        padding: 20px 10px;
    }
    
    .frame_wide_9577 h2 {
        font-size: 1.3rem;
    }
    
    .paragraph-lower-ca58 {
        font-size: 0.9rem;
    }
    
    .old_dd21 h3 {
        font-size: 1.1rem;
    }
    
    .old_dd21 p {
        font-size: 0.9rem;
    }
    
    .motion_8da2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .block_4b0a {
        grid-template-columns: 1fr;
    }
    
    .progress_over_d1c2 {
        font-size: 0.85rem;
    }
    
    .background-liquid-a842 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title_under_6cb0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .title_under_6cb0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .main-current-f51e {
        padding: 30px 10px;
    }
    
    .brown-8254 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .purple_68fd {
        padding: 15px 10px;
    }
    
    .purple_68fd h4 {
        font-size: 0.9rem;
    }
    
    .purple_68fd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .form-1de3 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .brown-8254 {
        grid-template-columns: 1fr;
    }
    
    .purple_68fd p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .accordion_right_2ed1 {
        padding: 30px 10px;
    }
    
    .dropdown-right-b7fb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container_stale_c8af {
        padding: 15px;
    }
    
    .form-west-a953 {
        font-size: 0.9rem;
    }
    
    .description-purple-5f2d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .description-purple-5f2d .image-in-187b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .item-large-1b30 {
        padding: 30px 10px;
    }
    
    .item-large-1b30 h2 {
        font-size: 1.2rem;
    }
    
    .hero_deea {
        gap: 10px;
    }
    
    .picture_new_507a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .picture_new_507a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .carousel-35c0 {
        padding: 30px 10px;
    }
    
    .carousel-35c0 h2 {
        font-size: 1.2rem;
    }
    
    .frame_wood_2e7c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal_323c {
        padding: 15px 10px;
    }
    
    .modal_323c h4 {
        font-size: 0.85rem;
    }
    
    .modal_323c p {
        font-size: 0.75rem;
    }
    
    .hovered_6e02 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .rough_b657 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .picture-gold-b06f {
        padding: 20px 10px;
    }
    
    .active_warm_eeb4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .module-motion-241c,
    .copper-08fc,
    .complex_719a {
        width: 100%;
    }
    
    .module-motion-241c h3 {
        font-size: 1.1rem;
    }
    
    .module-motion-241c p {
        font-size: 0.8rem;
    }
    
    .thick_7c7d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .widget-1f54 {
        padding: 30px 15px;
    }
    
    .widget-1f54 h2 {
        font-size: 1.3rem;
    }
    
    .widget-1f54 p {
        font-size: 0.85rem;
    }
    
    .sidebar-green-eb5f {
        flex-direction: column;
        gap: 10px;
    }
    
    .sidebar-green-eb5f .article_077d {
        width: 100%;
    }
    
    .gallery-f86d {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .rough-5f1f {
        padding: 30px 10px;
    }
    
    .rough-5f1f h3 {
        font-size: 1.2rem;
    }
    
    .pro_2b13 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .complex-8373 {
        padding: 15px 10px;
    }
    
    .complex-8373 h4 {
        font-size: 0.85rem;
    }
    
    .complex-8373 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .primary-mini-21d5 {
        padding: 30px 15px;
    }
    
    .panel-af39 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .black-1b89 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .lite-8782 h4 {
        font-size: 0.9rem;
    }
    
    .lite-8782 a {
        font-size: 0.8rem;
    }
    
    .east_e43b {
        font-size: 0.8rem;
    }
    
    .title_b8d4 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .wrapper-a4d1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .dim_c39f {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3778 */
.phantom-card-y7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
