/* Inner Page Styles */

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

.modal-warm-6ec9 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);
}

.modal-warm-6ec9 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);
}

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

.module-5a2b {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.module-5a2b .shadow_45b4 {
    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;
}

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

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

.module-5a2b .shadow_45b4:hover::before {
    left: 100%;
}

.module-5a2b .shadow_45b4:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.hover-1c58 {
    color: var(--casino-gold-light);
}

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

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

.hover-1c58.fn-active-65e2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny_d2e0 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 */
.column-medium-c0bd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column-medium-c0bd li {
    margin-bottom: var(--md-spacing-xs);
}

.column-medium-c0bd 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);
}

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

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

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

.prev-8acf:hover::before {
    left: 100%;
}

.prev-8acf 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;
}

.prev-8acf 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;
}

.prev-8acf .main_2939 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.prev-8acf .main_2939:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.box-paper-16a9 {
    margin-top: var(--md-spacing-sm);
}

.tertiary-next-07d4 {
    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);
}

.tertiary-next-07d4:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.backdrop_2ed4 .main_2939:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-warm-6ec9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .modal-warm-6ec9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .modal-warm-6ec9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .module-5a2b {
        justify-content: center;
    }
    
    .article_simple_a830 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slider-1553 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .feature-0b66 {
        padding: var(--md-spacing-md) 0;
    }
    
    .last_548a {
        padding: var(--md-spacing-md);
    }
    
    .form_cold_4085 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tiny_d2e0 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .backdrop_2ed4 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pattern-east-1df8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .last_548a {
        padding: var(--md-spacing-sm);
    }
    
    .primary_b566 {
        padding: var(--md-spacing-md);
    }
    
    .tiny_d2e0 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.primary_b566,
.tiny_d2e0,
.backdrop_2ed4 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

.glass-8cb5::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.fast-3691 {
    font-size: 1.5rem;
}

.mask-1f8f strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.grid-7998 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gas-2a33 {
    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;
}

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

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

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

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

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

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

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

.row-upper-959c {
    text-align: center;
    margin-bottom: 30px;
}

.popup-brown-0887 {
    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;
}

.popup-brown-0887.feature_right_2b88 .nav_pink_d7c9 {
    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); }
}

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

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

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

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

.hover-middle-f0b0 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;
}

.hover-middle-f0b0 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);
}

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

.mask-top-eedd {
    font-size: 1.2rem;
}

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

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

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

.paragraph-dark-ba7b {
    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;
}

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

.paragraph-dark-ba7b.mask_selected_d659::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.paragraph-dark-ba7b.stone_d2ce::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.paragraph-dark-ba7b.glass-b571::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.paragraph-dark-ba7b.hover-60e9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.small-c86b {
    font-size: 1.2rem;
}

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

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

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

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

.blue_311a.south-0d9c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.blue_311a.fn-active-65e2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay_8956 { border-top: 3px solid #00ccff; }
.center-eb50 { border-top: 3px solid #00ff88; }
.brown_09e8 { border-top: 3px solid #d4af37; }
.upper-0210 { border-top: 3px solid #ff6b6b; }
.info-71d5 { border-top: 3px solid #8b5cf6; }

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

.liquid-4f0f {
    overflow-x: auto;
}

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

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

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

.link-f98b td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-stone-81d7 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.accent-stone-81d7 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .tertiary-solid-711e {
        grid-template-columns: 1fr;
    }
}

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

.article_04c8 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.paragraph-8db2 {
    background: #0a0a0a;
    padding: 60px 0;
}

.hero-west-379c {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .hero-west-379c::before {
        left: 30px;
    }
}

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

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

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

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

.status-05be {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.tertiary-selected-3d78 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.orange_4cba {
    font-size: 1.5rem;
}

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

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

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

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

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

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

.label-over-96ec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

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

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

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

.carousel-green-9e4f .aside_cd58 {
    margin-bottom: 10px;
}

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

.carousel-green-9e4f strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-3be5 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.preview-fb79 a {
    color: #ff6b6b;
}

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

.badge-right-9d60 {
    max-width: 800px;
    margin: 0 auto;
}

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

.row-hard-bc4c {
    text-align: center;
}

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

.row-hard-bc4c .slider-static-e9bc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.badge-right-9d60 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.badge-right-9d60 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plasma-8fd7 {
    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;
}

.plasma-8fd7.sidebar-00da {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .clean-bef4 {
        flex-direction: column;
    }
    .carousel_light_ffad {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.info-42cb {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.main_a617 .block_brown_c5dc {
    color: #666;
    margin: 0 8px;
}

.main_a617 .thick_60c3 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.north-067f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.text-gas-ecef strong {
    color: #d4af37;
    margin-right: 8px;
}

.content_center_eac0 {
    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-dynamic-c45d {
    font-size: 2rem;
}

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

.advanced-ae66 strong {
    color: #d4af37;
}

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

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

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

.middle_45fd h3,
.tag-smooth-350b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.progress_a76e strong {
    color: #00ff88;
}

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

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

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

.item-8ebe h3,
.down_da81 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.progress_2bb2 strong {
    color: #d4af37;
}

.media-b395 {
    color: #aaa;
}

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

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

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

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

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

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

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

.pattern-medium-c4c9:last-child {
    border-bottom: none;
}

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

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

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

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

.component-motion-8a90 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.component-motion-8a90 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;
}

.component-motion-8a90 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.huge-4c3b strong {
    color: #d4af37;
}

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

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

.smooth-2896 strong {
    color: #00ff88;
}

.smooth-2896 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.article-selected-5490 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.column-tiny-38ce {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-4739 strong {
    color: #00ff88;
}

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

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

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

.layout-gold-d9f5 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.frame-3be5 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .layout-gold-d9f5 {
        flex-direction: column;
    }
    
    .picture-stone-c916 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .search_a280 {
        padding: 30px 15px;
    }
    
    .search_a280 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .heading_fresh_e6a7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .article-1cfb {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .short_2703 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .short_2703 .title-cool-748b {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .purple_572b {
        font-size: 1.3rem;
    }
    
    .hidden_gold_6cf2 {
        font-size: 0.7rem;
    }
    
    .liquid_44e0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .liquid_44e0 .main_2939 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .red-8a77 {
        display: none;
    }
    
    .info_386d {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tertiary-7afb {
        padding: 20px 10px;
    }
    
    .next-ea74 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .basic-9259,
    .east-9289 {
        padding: 15px;
    }
    
    .wood-2405 {
        flex-direction: column;
        gap: 5px;
    }
    
    .overlay_7092 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .silver_218d {
        padding: 30px 10px;
    }
    
    .clean_4a18 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table-2fad {
        padding: 20px 15px;
    }
    
    .border-next-d3e4 {
        font-size: 2rem;
    }
    
    .table-2fad h3 {
        font-size: 1.1rem;
    }
    
    .table-2fad p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .grid_1993 {
        padding: 20px 10px;
    }
    
    .tertiary-6545 h2 {
        font-size: 1.3rem;
    }
    
    .old_1d5a {
        font-size: 0.9rem;
    }
    
    .pattern-medium-c4c9 h3 {
        font-size: 1.1rem;
    }
    
    .pattern-medium-c4c9 p {
        font-size: 0.9rem;
    }
    
    .component-motion-8a90 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .input-2a7a {
        grid-template-columns: 1fr;
    }
    
    .huge-4c3b {
        font-size: 0.85rem;
    }
    
    .under-76bc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thick-bb6c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .thick-bb6c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .right-e767 {
        padding: 30px 10px;
    }
    
    .gradient-tall-5a24 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .complex-406d {
        padding: 15px 10px;
    }
    
    .complex-406d h4 {
        font-size: 0.9rem;
    }
    
    .complex-406d p {
        font-size: 0.75rem;
        display: none;
    }
    
    .menu-cool-dbc2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .gradient-tall-5a24 {
        grid-template-columns: 1fr;
    }
    
    .complex-406d p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .title-easy-5489 {
        padding: 30px 10px;
    }
    
    .clean-b135 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .row-dirty-fce6 {
        padding: 15px;
    }
    
    .border-7725 {
        font-size: 0.9rem;
    }
    
    .lite_5a30 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .lite_5a30 .warm_c58f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pagination_8acb {
        padding: 30px 10px;
    }
    
    .pagination_8acb h2 {
        font-size: 1.2rem;
    }
    
    .copper_562e {
        gap: 10px;
    }
    
    .hot-5f0d summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hot-5f0d p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .gradient_230d {
        padding: 30px 10px;
    }
    
    .gradient_230d h2 {
        font-size: 1.2rem;
    }
    
    .center-13d5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .stone_aa10 {
        padding: 15px 10px;
    }
    
    .stone_aa10 h4 {
        font-size: 0.85rem;
    }
    
    .stone_aa10 p {
        font-size: 0.75rem;
    }
    
    .search-faa1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .text-70d5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .east_c925 {
        padding: 20px 10px;
    }
    
    .thumbnail_8915 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .secondary_plasma_9f7a,
    .content-bb78,
    .preview-fb79 {
        width: 100%;
    }
    
    .secondary_plasma_9f7a h3 {
        font-size: 1.1rem;
    }
    
    .secondary_plasma_9f7a p {
        font-size: 0.8rem;
    }
    
    .hero-south-ad9d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .slider-4c98 {
        padding: 30px 15px;
    }
    
    .slider-4c98 h2 {
        font-size: 1.3rem;
    }
    
    .slider-4c98 p {
        font-size: 0.85rem;
    }
    
    .action-538b {
        flex-direction: column;
        gap: 10px;
    }
    
    .action-538b .main_2939 {
        width: 100%;
    }
    
    .content-small-04f2 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hover_dbf8 {
        padding: 30px 15px;
    }
    
    .over_8339 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .title-5171 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .old_e969 h4 {
        font-size: 0.9rem;
    }
    
    .old_e969 a {
        font-size: 0.8rem;
    }
    
    .feature_light_8b15 {
        font-size: 0.8rem;
    }
    
    .hover_mini_4989 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .wood-5bc0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .rough_8f5c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9df8 */
.ghost-box-y7 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
