/* Inner Page Styles */

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

.main-complex-f804 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);
}

.main-complex-f804 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);
}

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

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

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

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

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

.mask_pink_d976 .silver_a0fd:hover::before {
    left: 100%;
}

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

.form-east-5445 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma_98b4.fn-active-5b20 {
    color: var(--casino-gold-light);
}

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

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

.dropdown-9cf4 {
    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);
}

.dropdown-9cf4 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);
}

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

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

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

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

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

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

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

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

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

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

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

.title_55df {
    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_55df 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 */
.hero-adcb {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.input_dim_6b39 .action_d1ad:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.component_66e7 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.element-pink-9245 {
    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);
}

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

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

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

.element-pink-9245 .action_d1ad {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.element-pink-9245 .action_d1ad:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-complex-f804 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .main-complex-f804 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .main-complex-f804 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .mask_pink_d976 {
        justify-content: center;
    }
    
    .carousel_medium_d6c0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .form-f438 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .detail-b2c3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dropdown-9cf4 {
        padding: var(--md-spacing-md);
    }
    
    .menu_wide_77c4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .title_55df {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .element-pink-9245 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .search-d75d {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .dropdown-9cf4 {
        padding: var(--md-spacing-sm);
    }
    
    .label-huge-7762 {
        padding: var(--md-spacing-md);
    }
    
    .title_55df {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.label-huge-7762,
.title_55df,
.element-pink-9245 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.preview-764a::-webkit-scrollbar {
    width: 8px;
}

.preview-764a::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.thick_1d54 {
    font-size: 1.5rem;
}

.pressed-d9d0 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .logo-paper-1618 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .preview-86de {
        margin-left: 0;
    }
}

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

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

.progress-rough-9eb8 {
    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;
}

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

.progress-rough-9eb8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.progress-rough-9eb8 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.feature_light_cab9 strong {
    color: #00ff88;
}

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

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

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

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

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

.slider-605b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

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

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

.glass-d23a.fixed_8722 .notice-solid-b85c {
    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); }
}

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

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

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

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

.component-f51d 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;
}

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

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

.surface_upper_722a {
    font-size: 1.2rem;
}

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

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

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

.preview-over-82f7 {
    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;
}

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

.preview-over-82f7.dropdown-hard-3869::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.preview-over-82f7.overlay-fixed-8cd1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.preview-over-82f7.complex-bfc3::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.preview-over-82f7.content_tiny_ee22::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.filter-b408 {
    font-size: 1.2rem;
}

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

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

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

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

.sidebar_pink_3d25.element-focused-0aad { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sidebar_pink_3d25.fn-active-5b20 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.hidden-6b51 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.article-large-2318 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

.complex-47d3 {
    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-8022 {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

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

.surface-prev-6b59 {
    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;
}

.surface-prev-6b59:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.surface-prev-6b59.right_5238 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.button_dark_be38 { border-top: 3px solid #00ccff; }
.out-cf72 { border-top: 3px solid #00ff88; }
.summary_9b6d { border-top: 3px solid #d4af37; }
.sort_south_ec60 { border-top: 3px solid #ff6b6b; }
.popup-middle-661a { border-top: 3px solid #8b5cf6; }

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

.search_d641 {
    overflow-x: auto;
}

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

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

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

.paper_a624 td {
    color: #ccc;
}

.paper_a624 .fast-838e {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.list-plasma-2e49 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.panel-7ccf {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.lite-3b40 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.caption-brown-d0eb {
    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;
}

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

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

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

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

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

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

.new_3e12 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.gallery_135a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.content_plasma_6527 {
    font-size: 1.5rem;
}

.orange-16cc {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.small-ad8a strong {
    color: #fff;
    display: block;
}

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

.content-static-8c40 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.content-static-8c40 .message_7803 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.full_7a59 .disabled-4c5a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.full-46c0 {
    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;
}

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

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

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

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

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

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

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

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

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

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

.footer-bottom-60f9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.upper-03ba {
    display: flex;
    align-items: center;
    gap: 10px;
}

.message-middle-4fbc {
    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;
}

.upper-03ba span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.label-clean-a2d4 span {
    color: #666;
    font-size: 0.8rem;
}

.label-clean-a2d4 a {
    color: #ff6b6b;
}

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

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

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

.south_2b00 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.list-east-45e8 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-fresh-e6b7 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .video_35a9 {
        flex-direction: column;
    }
    .static-3976 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.search-copper-b224 .banner_top_b0ad {
    color: #666;
    margin: 0 8px;
}

.search-copper-b224 .row-14f0 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.content-under-e378 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.grid-f67b {
    font-size: 2rem;
}

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

.action_b77d strong {
    color: #d4af37;
}

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

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

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

.disabled-plasma-d71c h3,
.gold-9166 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.frame-prev-c23b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.center_ad5d strong {
    color: #00ff88;
}

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

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

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

.heading_tiny_f237 h3,
.frame-soft-021d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.input-5ef8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.gradient-2f1b strong {
    color: #d4af37;
}

.widget-plasma-b5ce {
    color: #aaa;
}

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

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

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

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

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

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

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

.primary-cold-c719:last-child {
    border-bottom: none;
}

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

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

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

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

.footer-first-612c {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.footer-first-612c 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;
}

.footer-first-612c li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hero-black-7da5 strong {
    color: #d4af37;
}

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

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

.advanced_f24e strong {
    color: #00ff88;
}

.advanced_f24e span {
    color: #d4af37;
}

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

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

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

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

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

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

.dim-9fe9 {
    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;
}

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

.carousel-bottom-9d15 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

.hidden-bronze-907b {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.button-cool-c666 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.button-cool-c666 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.button-8d8c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.button-8d8c li {
    margin-bottom: 5px;
}

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

.button-8d8c a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.light-a06d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .orange_7bed {
        padding: 30px 15px;
    }
    
    .orange_7bed h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .breadcrumb_3057 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .filter-old-695e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tooltip-hard-b4d7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tooltip-hard-b4d7 .table_4d92 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .breadcrumb_4727 {
        font-size: 1.3rem;
    }
    
    .card_1a0a {
        font-size: 0.7rem;
    }
    
    .widget-1486 {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget-1486 .action_d1ad {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .pressed_09e9 {
        display: none;
    }
    
    .gallery-a6cc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .summary_705b {
        padding: 20px 10px;
    }
    
    .photo_38cc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .motion-6254,
    .prev_1149 {
        padding: 15px;
    }
    
    .hidden-bronze-907b {
        flex-direction: column;
        gap: 5px;
    }
    
    .backdrop_dark_9b48 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .left_8236 {
        padding: 30px 10px;
    }
    
    .old-d3cb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thumbnail-small-37cb {
        padding: 20px 15px;
    }
    
    .disabled_tiny_8a86 {
        font-size: 2rem;
    }
    
    .thumbnail-small-37cb h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-small-37cb p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .heading-9ab3 {
        padding: 20px 10px;
    }
    
    .text-over-6917 h2 {
        font-size: 1.3rem;
    }
    
    .under-31b2 {
        font-size: 0.9rem;
    }
    
    .primary-cold-c719 h3 {
        font-size: 1.1rem;
    }
    
    .primary-cold-c719 p {
        font-size: 0.9rem;
    }
    
    .footer-first-612c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tabs-be55 {
        grid-template-columns: 1fr;
    }
    
    .hero-black-7da5 {
        font-size: 0.85rem;
    }
    
    .paragraph-e2d9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .text-bottom-a662 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .text-bottom-a662 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .sort-4868 {
        padding: 30px 10px;
    }
    
    .table-72a6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_f4b6 {
        padding: 15px;
    }
    
    .list-7a89 {
        font-size: 0.9rem;
    }
    
    .gas-9663 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gas-9663 .status_hard_4523 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .last_e55e {
        padding: 30px 10px;
    }
    
    .last_e55e h2 {
        font-size: 1.2rem;
    }
    
    .huge_7443 {
        gap: 10px;
    }
    
    .layout-lower-2295 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .layout-lower-2295 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .label-hard-2fe2 {
        padding: 30px 10px;
    }
    
    .label-hard-2fe2 h2 {
        font-size: 1.2rem;
    }
    
    .box_glass_8aa4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .advanced-e88b {
        padding: 15px 10px;
    }
    
    .advanced-e88b h4 {
        font-size: 0.85rem;
    }
    
    .advanced-e88b p {
        font-size: 0.75rem;
    }
    
    .image-thick-ac2f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .east-f509 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .steel-368f {
        padding: 20px 10px;
    }
    
    .footer-bottom-60f9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .upper_c4c0,
    .upper-03ba,
    .label-clean-a2d4 {
        width: 100%;
    }
    
    .upper_c4c0 h3 {
        font-size: 1.1rem;
    }
    
    .upper_c4c0 p {
        font-size: 0.8rem;
    }
    
    .message-middle-4fbc {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hard-ec98 {
        padding: 30px 15px;
    }
    
    .hard-ec98 h2 {
        font-size: 1.3rem;
    }
    
    .hard-ec98 p {
        font-size: 0.85rem;
    }
    
    .info_center_e891 {
        flex-direction: column;
        gap: 10px;
    }
    
    .info_center_e891 .action_d1ad {
        width: 100%;
    }
    
    .paragraph_25a2 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .photo-small-1efc {
        padding: 30px 15px;
    }
    
    .small-041f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .active-dbab {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .filter-solid-3128 h4 {
        font-size: 0.9rem;
    }
    
    .filter-solid-3128 a {
        font-size: 0.8rem;
    }
    
    .pattern-focused-f7b0 {
        font-size: 0.8rem;
    }
    
    .column_2456 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .disabled_58eb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .title_green_9237 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9350 */
.promo-block-d4 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
