/* Inner Page Styles */

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

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

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

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

.card-out-1b2e {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.card-out-1b2e .middle-5781 {
    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;
}

.card-out-1b2e .middle-5781::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.card-out-1b2e .middle-5781:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.card-out-1b2e .middle-5781:hover::before {
    left: 100%;
}

.card-out-1b2e .middle-5781:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.bronze-8fd0 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask_left_3444 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 */
.item-red-ad5d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-red-ad5d li {
    margin-bottom: var(--md-spacing-xs);
}

.item-red-ad5d 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);
}

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

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

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

.south-a9b0:hover::before {
    left: 100%;
}

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

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

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

.south-a9b0 .border_6f67:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.modal-21fa {
    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);
}

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

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

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

.modal-21fa .border_6f67 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.modal-21fa .border_6f67:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .backdrop-e6f2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .backdrop-e6f2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .backdrop-e6f2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .card-out-1b2e {
        justify-content: center;
    }
    
    .bronze-8fd0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pattern-dirty-f8b9 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .copper-0819 {
        padding: var(--md-spacing-md) 0;
    }
    
    .section_wide_a923 {
        padding: var(--md-spacing-md);
    }
    
    .secondary-52a4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mask_left_3444 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .modal-21fa {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .description_f249 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .section_wide_a923 {
        padding: var(--md-spacing-sm);
    }
    
    .element_focused_4332 {
        padding: var(--md-spacing-md);
    }
    
    .mask_left_3444 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.element_focused_4332,
.mask_left_3444,
.modal-21fa {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.pink_322b {
    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-124a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.accent_pressed_192a {
    font-size: 1.5rem;
}

.layout_ea69 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .preview-124a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .warm-c3ae {
        margin-left: 0;
    }
}

/* Main Content Compact */
.small-fe58 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.liquid-3aa6 {
    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;
}

.liquid-3aa6 strong {
    color: #00ff88;
}

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

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

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

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

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

.sort-hot-516e::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;
}

.background-7ce9 {
    text-align: center;
    margin-bottom: 30px;
}

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

.gallery-bff9.under_9cdd .liquid_f227 {
    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); }
}

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

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

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

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

.tiny-e37f 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;
}

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

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

.message-rough-d3d5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.solid_7e3a.aside_basic_fd5f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.solid_7e3a.label-23bc::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.solid_7e3a.video_hot_536d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.solid_7e3a.advanced-a724::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.next-aa40 {
    font-size: 1.2rem;
}

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

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

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

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

.motion_97ec.slider-red-b0fd { background: linear-gradient(90deg, #00ccff, #0088ff); }
.motion_97ec.fn-active-5ead { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.message-advanced-50c9 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.mask-pressed-1b31 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.blue-c650 { border-top: 3px solid #00ccff; }
.shade-a7f4 { border-top: 3px solid #00ff88; }
.breadcrumb_static_d01f { border-top: 3px solid #d4af37; }
.description-light-90d2 { border-top: 3px solid #ff6b6b; }
.detail_up_7316 { border-top: 3px solid #8b5cf6; }

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

.feature-e4de {
    overflow-x: auto;
}

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

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

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

.bottom-d3a5 td {
    color: #ccc;
}

.bottom-d3a5 .bright_01cc {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.icon-huge-e08f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.card-complex-4bb7 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

.media-0a8b {
    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;
}

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

.banner-paper-6164 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.plasma-9bfb {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tertiary-hot-390e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.avatar-bronze-92a6 {
    font-size: 1.5rem;
}

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

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

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

.alert-current-1814 {
    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;
}

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

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

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

.gallery-c09d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.filter_under_b1aa .prev-9e4d {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.video-972b {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.chip-704b {
    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;
}

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

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

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

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

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

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

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

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

.breadcrumb-3e95 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

.focused-2e45 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.focused-2e45 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.preview_56a4 a {
    color: #ff6b6b;
}

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

.wrapper-7d55 {
    max-width: 800px;
    margin: 0 auto;
}

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

.selected-28fe {
    text-align: center;
}

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

.selected-28fe .alert-6257 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.wrapper-7d55 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.logo-complex-49da {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-basic-4f23 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .icon-basic-4f23 {
        grid-template-columns: 1fr;
    }
}

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

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

.motion_aff4 .picture-warm-1b7f {
    color: #666;
    margin: 0 8px;
}

.motion_aff4 .tiny_3f9d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.message-last-0a89 {
    font-size: 2rem;
}

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

.steel-1ec3 strong {
    color: #d4af37;
}

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

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

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

.hero-8151 h3,
.east-2460 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.left-40ee {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.old-72a7 strong {
    color: #00ff88;
}

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

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

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

.hover-1b34 h3,
.top_0996 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.nav-active-dd7c strong {
    color: #d4af37;
}

.east_f18e {
    color: #aaa;
}

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

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

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

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

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

.hard-299f {
    max-width: 900px;
    margin: 0 auto;
}

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

.fast-41ba:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status_7002 strong {
    color: #d4af37;
}

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

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

.preview_6e6c strong {
    color: #00ff88;
}

.preview_6e6c span {
    color: #d4af37;
}

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

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

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

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

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

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

.card-39c0 {
    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;
}

.search-down-2be8 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

.pagination-2a31 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.wrapper-086c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.wrapper-086c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.icon-stale-3e12 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-stale-3e12 li {
    margin-bottom: 5px;
}

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

.icon-stale-3e12 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.pattern-liquid-880a {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.pattern-liquid-880a strong {
    color: #00ff88;
}

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

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

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

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

.mask-pressed-9bdd {
    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;
}

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

.breadcrumb-3e95 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .feature-7b93 {
        flex-direction: column;
    }
    
    .mask-pressed-9bdd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tertiary_5668 {
        padding: 30px 15px;
    }
    
    .tertiary_5668 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .motion_bf18 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .module_yellow_7a6f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .down_0770 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .down_0770 .progress-3fdf {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .chip-05a7 {
        font-size: 1.3rem;
    }
    
    .dropdown_stale_0878 {
        font-size: 0.7rem;
    }
    
    .title-2c1f {
        flex-direction: column;
        gap: 10px;
    }
    
    .title-2c1f .border_6f67 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container_10b9 {
        display: none;
    }
    
    .right-2dbc {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .clean-edea {
        padding: 20px 10px;
    }
    
    .hot_2e56 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .action-520b,
    .tertiary-76cf {
        padding: 15px;
    }
    
    .detail_up_68b1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .banner_d80b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notice_92b5 {
        padding: 30px 10px;
    }
    
    .old_371a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cold_f687 {
        padding: 20px 15px;
    }
    
    .list-3a78 {
        font-size: 2rem;
    }
    
    .cold_f687 h3 {
        font-size: 1.1rem;
    }
    
    .cold_f687 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .info_stale_4f7d {
        padding: 20px 10px;
    }
    
    .stale_a047 h2 {
        font-size: 1.3rem;
    }
    
    .hard_b1e7 {
        font-size: 0.9rem;
    }
    
    .fast-41ba h3 {
        font-size: 1.1rem;
    }
    
    .fast-41ba p {
        font-size: 0.9rem;
    }
    
    .highlight_35e8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hover-north-d96f {
        grid-template-columns: 1fr;
    }
    
    .status_7002 {
        font-size: 0.85rem;
    }
    
    .status-dab0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient_huge_ae60 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .gradient_huge_ae60 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .thumbnail-d110 {
        padding: 30px 10px;
    }
    
    .hover_71e6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .short-aa6c {
        padding: 15px 10px;
    }
    
    .short-aa6c h4 {
        font-size: 0.9rem;
    }
    
    .short-aa6c p {
        font-size: 0.75rem;
        display: none;
    }
    
    .hard-78df {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .accordion_orange_08a2 {
        padding: 30px 10px;
    }
    
    .title-cdbd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar-5a52 {
        padding: 15px;
    }
    
    .over-fa32 {
        font-size: 0.9rem;
    }
    
    .content-simple-9575 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .content-simple-9575 .component_gas_9904 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .list_under_eba3 {
        padding: 30px 10px;
    }
    
    .list_under_eba3 h2 {
        font-size: 1.2rem;
    }
    
    .sidebar_9a0d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_tall_6d22 {
        padding: 15px 10px;
    }
    
    .nav_tall_6d22 h4 {
        font-size: 0.85rem;
    }
    
    .nav_tall_6d22 p {
        font-size: 0.75rem;
    }
    
    .aside-north-bc4b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .modal-aca2 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dim-78c3 {
        padding: 20px 10px;
    }
    
    .tall_be19 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .bottom-75db,
    .focused-2e45,
    .preview_56a4 {
        width: 100%;
    }
    
    .bottom-75db h3 {
        font-size: 1.1rem;
    }
    
    .bottom-75db p {
        font-size: 0.8rem;
    }
    
    .mask_current_13f0 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .active-south-d4f7 {
        padding: 30px 15px;
    }
    
    .active-south-d4f7 h2 {
        font-size: 1.3rem;
    }
    
    .active-south-d4f7 p {
        font-size: 0.85rem;
    }
    
    .element-hot-72da {
        flex-direction: column;
        gap: 10px;
    }
    
    .element-hot-72da .border_6f67 {
        width: 100%;
    }
    
    .modal_fd98 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .photo-def0 {
        padding: 30px 10px;
    }
    
    .photo-def0 h3 {
        font-size: 1.2rem;
    }
    
    .layout_9e71 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal-21fa {
        padding: 15px 10px;
    }
    
    .modal-21fa h4 {
        font-size: 0.85rem;
    }
    
    .modal-21fa p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .article-0761 {
        padding: 30px 15px;
    }
    
    .silver_3e6f {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .basic-dcf5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pattern-e887 h4 {
        font-size: 0.9rem;
    }
    
    .pattern-e887 a {
        font-size: 0.8rem;
    }
    
    .input_middle_4f63 {
        font-size: 0.8rem;
    }
    
    .active-e886 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .paragraph-bright-677a {
        padding: 8px 10px;
    }
    
    .focus_174b {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hero_e672 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .focus_174b {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hero_e672 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 260a */
.phantom-card-j9 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
