/* Inner Page Styles */

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

.notification-26dc 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);
}

.notification-26dc 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);
}

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

.backdrop-simple-8ec7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.backdrop-simple-8ec7 .modal_iron_5469 {
    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;
}

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

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

.backdrop-simple-8ec7 .modal_iron_5469:hover::before {
    left: 100%;
}

.backdrop-simple-8ec7 .modal_iron_5469:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider-warm-8f0f {
    color: var(--casino-gold-light);
}

.slider-warm-8f0f a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.slider-warm-8f0f a:hover {
    color: var(--casino-gold-light);
}

.slider-warm-8f0f.fn-active-54a3 {
    color: var(--casino-gold-light);
}

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

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

.yellow-59d2 {
    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);
}

.yellow-59d2 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);
}

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

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

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

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

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

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

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

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

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

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

.clean-8f26 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.yellow-6ead:hover::before {
    left: 100%;
}

.yellow-6ead 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;
}

.yellow-6ead 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;
}

.yellow-6ead .glass_6b41 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.yellow-6ead .glass_6b41:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.purple_7594 .glass_6b41:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .notification-26dc {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .notification-26dc h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .notification-26dc h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .backdrop-simple-8ec7 {
        justify-content: center;
    }
    
    .smooth-ea69 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .wrapper_1f54 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .texture-dim-a7be {
        padding: var(--md-spacing-md) 0;
    }
    
    .yellow-59d2 {
        padding: var(--md-spacing-md);
    }
    
    .outline-last-8784 {
        padding: var(--md-spacing-md) 0;
    }
    
    .outline_9c74 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .purple_7594 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .iron-d6a7 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .yellow-59d2 {
        padding: var(--md-spacing-sm);
    }
    
    .narrow_0153 {
        padding: var(--md-spacing-md);
    }
    
    .outline_9c74 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.narrow_0153,
.outline_9c74,
.purple_7594 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.background-easy-4a26 {
    font-size: 1.5rem;
}

.over_5c83 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_8d49 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.photo-bcd8.south-23c6 .hovered_106a {
    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); }
}

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

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

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

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

.avatar-f5ab 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;
}

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

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

.component-aa68 {
    font-size: 1.2rem;
}

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

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

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

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

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

.row_white_a2ca.thumbnail-narrow-7981::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row_white_a2ca.alert-lower-4ff8::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row_white_a2ca.rough_4f97::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row_white_a2ca.tag_3671::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.focused_c940 {
    font-size: 1.2rem;
}

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

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

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

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

.carousel_fd35.carousel-blue-3e0e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.carousel_fd35.fn-active-54a3 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.red-679f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.gallery-f1c9.tiny-5841 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.widget-hot-82f6 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.pattern-e757 { border-top: 3px solid #00ccff; }
.lower_491f { border-top: 3px solid #00ff88; }
.detail-fast-c075 { border-top: 3px solid #d4af37; }
.tag_iron_e046 { border-top: 3px solid #ff6b6b; }
.chip-first-d95b { border-top: 3px solid #8b5cf6; }

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

.photo_87c8 {
    overflow-x: auto;
}

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

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

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

.article-wide-9d3b td {
    color: #ccc;
}

.article-wide-9d3b .sidebar_be45 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.article-wide-9d3b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-a014 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-red-24b6 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.fluid-dc6b strong {
    color: #fff;
    display: block;
}

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

.notice-selected-f6ad {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.image_220f .up_8978 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.preview-top-2905 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.steel-7da8 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.photo-4a12 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.next-4e03 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.feature-7538 a {
    color: #ff6b6b;
}

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

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

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

.small-ee69 {
    text-align: center;
}

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

.small-ee69 .cold_b838 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.pagination-48c3 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-rough-a243 {
    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;
}

.accent-rough-a243.tiny-5841 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.tooltip-89d1 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

.main-1bdd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.secondary-35ae .breadcrumb_8f33 {
    color: #666;
    margin: 0 8px;
}

.secondary-35ae .bronze_72d7 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.modal-warm-66cd strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.card-ff7a {
    font-size: 2rem;
}

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

.info_smooth_20fa strong {
    color: #d4af37;
}

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

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

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

.wrapper-full-d7fa h3,
.under_15fe h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.progress-hard-d592 strong {
    color: #d4af37;
    margin-right: 8px;
}

.highlight-bright-2d8a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.caption_hard_cd46 strong {
    color: #00ff88;
}

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

.text-green-ed19 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.full_602f h3,
.steel-2ae1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.popup-fluid-50da {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.surface-top-32e7 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.last_54cd strong {
    color: #d4af37;
}

.feature_1ad5 {
    color: #aaa;
}

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

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

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

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

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

.section-copper-5f9d {
    max-width: 900px;
    margin: 0 auto;
}

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

.shade-94e6:last-child {
    border-bottom: none;
}

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

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

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

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

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

.tooltip_6864 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

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

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

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

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

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

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

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

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

.tooltip-steel-a725 strong {
    color: #d4af37;
}

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

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

.block_bottom_1f29 strong {
    color: #00ff88;
}

.block_bottom_1f29 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.tertiary-bright-aec7 {
    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);
}

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

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

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

.lite-33af {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.lite-33af li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.tag-1089 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.alert_white_360c strong {
    color: #00ff88;
}

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

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

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

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

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

.next-4e03 {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .active_e49b {
        padding: 30px 15px;
    }
    
    .active_e49b h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .lite-7166 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .shade_rough_402a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .huge_5cd1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .huge_5cd1 .primary-f08f {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .overlay_57e3 {
        font-size: 1.3rem;
    }
    
    .gallery_pink_1dd3 {
        font-size: 0.7rem;
    }
    
    .over_2288 {
        flex-direction: column;
        gap: 10px;
    }
    
    .over_2288 .glass_6b41 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .list-b8fd {
        display: none;
    }
    
    .header_clean_6a66 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .chip-5ec5 {
        padding: 20px 10px;
    }
    
    .narrow_5197 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture_north_c7ef,
    .dim_872c {
        padding: 15px;
    }
    
    .first_f833 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tertiary-bright-aec7 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .focus-smooth-59ed {
        padding: 30px 10px;
    }
    
    .row_0d18 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .aside_1191 {
        padding: 20px 15px;
    }
    
    .avatar_7bbd {
        font-size: 2rem;
    }
    
    .aside_1191 h3 {
        font-size: 1.1rem;
    }
    
    .aside_1191 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tertiary_c7be {
        padding: 20px 5px;
    }
    
    .tertiary_c7be h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .gas_8ac4 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .article-wide-9d3b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .article-wide-9d3b th,
    .article-wide-9d3b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .hidden-ed38 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .message_b15c {
        padding: 20px 10px;
    }
    
    .west-6683 h2 {
        font-size: 1.3rem;
    }
    
    .container-cool-4536 {
        font-size: 0.9rem;
    }
    
    .shade-94e6 h3 {
        font-size: 1.1rem;
    }
    
    .shade-94e6 p {
        font-size: 0.9rem;
    }
    
    .tooltip_6864 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .grid_b49b {
        grid-template-columns: 1fr;
    }
    
    .tooltip-steel-a725 {
        font-size: 0.85rem;
    }
    
    .middle-9c2a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-d2ca {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pattern-d2ca strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .article-down-5270 {
        padding: 30px 10px;
    }
    
    .fixed_2708 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid-4b14 {
        padding: 15px 10px;
    }
    
    .grid-4b14 h4 {
        font-size: 0.9rem;
    }
    
    .grid-4b14 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .article-18fc {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .lower-2b09 {
        padding: 30px 10px;
    }
    
    .thick-7e4f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-dd1c {
        padding: 15px;
    }
    
    .panel_c8ad {
        font-size: 0.9rem;
    }
    
    .box-bde3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .box-bde3 .carousel_copper_798e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .shade-423a {
        padding: 30px 10px;
    }
    
    .shade-423a h2 {
        font-size: 1.2rem;
    }
    
    .rough_0c19 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask_4b67 {
        padding: 15px 10px;
    }
    
    .mask_4b67 h4 {
        font-size: 0.85rem;
    }
    
    .mask_4b67 p {
        font-size: 0.75rem;
    }
    
    .carousel-top-b349 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .plasma_4a32 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .filter_hard_e0f4 {
        padding: 20px 10px;
    }
    
    .menu_up_365f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .chip_70a7,
    .center_12bc,
    .feature-7538 {
        width: 100%;
    }
    
    .chip_70a7 h3 {
        font-size: 1.1rem;
    }
    
    .chip_70a7 p {
        font-size: 0.8rem;
    }
    
    .highlight_silver_d75b {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .notice_under_2bd1 {
        padding: 30px 15px;
    }
    
    .notice_under_2bd1 h2 {
        font-size: 1.3rem;
    }
    
    .notice_under_2bd1 p {
        font-size: 0.85rem;
    }
    
    .mask_advanced_4baa {
        flex-direction: column;
        gap: 10px;
    }
    
    .mask_advanced_4baa .glass_6b41 {
        width: 100%;
    }
    
    .active-motion-e42f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .current_4091 {
        padding: 30px 15px;
    }
    
    .info_a343 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hidden_b5fb {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .row-green-3773 h4 {
        font-size: 0.9rem;
    }
    
    .row-green-3773 a {
        font-size: 0.8rem;
    }
    
    .logo-over-2197 {
        font-size: 0.8rem;
    }
    
    .element_dc84 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .slow-c3cb {
        padding: 8px 10px;
    }
    
    .paper_87e8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .widget-upper-8755 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .paper_87e8 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .widget-upper-8755 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4bcc */
.ghost-box-t9 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
