/* Inner Page Styles */

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

.huge-64a9 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);
}

.huge-64a9 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);
}

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

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

.preview_top_aea6 .footer-1db6 {
    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;
}

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

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

.preview_top_aea6 .footer-1db6:hover::before {
    left: 100%;
}

.preview_top_aea6 .footer-1db6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_dirty_6a50.fn-active-9a96 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-south-4420 {
    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%;
}

.slider-south-4420 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 */
.disabled_3a91 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.liquid-a267:hover::before {
    left: 100%;
}

.liquid-a267 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;
}

.liquid-a267 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;
}

.liquid-a267 .fresh-c88d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.liquid-a267 .fresh-c88d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

.modal-new-06c0 {
    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-new-06c0:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

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

.modal-new-06c0 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.modal-new-06c0 .fresh-c88d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.modal-new-06c0 .fresh-c88d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .huge-64a9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .huge-64a9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .huge-64a9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .preview_top_aea6 {
        justify-content: center;
    }
    
    .fast_a4be {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .heading_cool_d754 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .lower_8081 {
        padding: var(--md-spacing-md) 0;
    }
    
    .lite_beea {
        padding: var(--md-spacing-md);
    }
    
    .slow_a2d0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .slider-south-4420 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .modal-new-06c0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .wrapper_8faa {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .lite_beea {
        padding: var(--md-spacing-sm);
    }
    
    .table-slow-9067 {
        padding: var(--md-spacing-md);
    }
    
    .slider-south-4420 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.table-slow-9067,
.slider-south-4420,
.modal-new-06c0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.menu-mini-b646::-webkit-scrollbar {
    width: 8px;
}

.menu-mini-b646::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.secondary-37ef {
    font-size: 1.5rem;
}

.texture-last-f26f strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .card-23d8 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .notification-3b79 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.full-f8b6 {
    padding: 30px 0;
}

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

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

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

.wrapper-glass-8793 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.wrapper-glass-8793 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.box_cfff strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.notice-0378.copper_418e .form-d21f {
    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); }
}

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

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

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

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

.label-7510 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;
}

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

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

.slow_91c8 {
    font-size: 1.2rem;
}

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

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

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

.caption-black-10db {
    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;
}

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

.caption-black-10db.banner_action_a8d9::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.caption-black-10db.blue-44d2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption-black-10db.box-static-89c5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.caption-black-10db.outline-b134::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.up_e2c0 {
    font-size: 1.2rem;
}

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

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

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

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

.notice_west_4767.picture_fast_e252 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.notice_west_4767.fn-active-9a96 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-thick-54b6 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

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

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

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

.card-2809 { border-top: 3px solid #00ccff; }
.advanced_11fc { border-top: 3px solid #00ff88; }
.upper_2969 { border-top: 3px solid #d4af37; }
.dropdown_narrow_7809 { border-top: 3px solid #ff6b6b; }
.selected-6726 { border-top: 3px solid #8b5cf6; }

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

.iron-c606 {
    overflow-x: auto;
}

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

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

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

.large-95fa td {
    color: #ccc;
}

.large-95fa .header_bottom_250c {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.large-95fa tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.box-bright-7da2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.media-560c {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip-6558 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.link-new-b538 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.dropdown-in-98c6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.upper_237e {
    font-size: 1.5rem;
}

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

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

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

.surface-pink-05df {
    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;
}

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

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

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

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

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

.widget-in-0819 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.south-8691 .progress-middle-f6f8 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.row-gas-76d5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-f617 a {
    color: #ff6b6b;
}

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

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

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

.filter_cc9b {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.nav-white-c8f2 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .tertiary-af3b {
        flex-direction: column;
    }
    .pattern-0316 {
        transform: rotate(90deg);
    }
}

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

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

.sort-east-572d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .sort-east-572d {
        grid-template-columns: 1fr;
    }
}

.hero-paper-22e4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.west-25b0 .wrapper_right_08f0 {
    color: #666;
    margin: 0 8px;
}

.west-25b0 .feature-last-0982 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.video-steel-f818 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.slider_pressed_ac09 {
    font-size: 2rem;
}

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

.right_100e strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.cool-542d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.focused_f04f strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.aside-simple-4590 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.container-blue-a76a h3,
.table_623f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.inner-0a67 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.detail-846e strong {
    color: #d4af37;
}

.easy-f915 {
    color: #aaa;
}

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

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

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

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

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

.caption-9ec2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.frame-8b93 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.frame-8b93 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;
}

.frame-8b93 li strong {
    color: #00ff88;
}

.avatar-slow-8cf6 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

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

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

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

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

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

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

.footer_new_f3a2 strong {
    color: #d4af37;
}

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

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

.smooth_aa89 strong {
    color: #00ff88;
}

.smooth_aa89 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.link-up-155e {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.image-dim-9043 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-6f69 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-6f69 li {
    margin-bottom: 5px;
}

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

.hero-6f69 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.frame-dynamic-b610 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .solid-ca0d {
        padding: 30px 15px;
    }
    
    .solid-ca0d h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .accordion-9ff1 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .background_outer_5c6a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .photo_wide_4136 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo_wide_4136 .accordion_prev_69f3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .middle-b39b {
        font-size: 1.3rem;
    }
    
    .button_top_5065 {
        font-size: 0.7rem;
    }
    
    .focused-6763 {
        flex-direction: column;
        gap: 10px;
    }
    
    .focused-6763 .fresh-c88d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .upper_7972 {
        display: none;
    }
    
    .steel-0e04 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .section-narrow-c362 {
        padding: 20px 10px;
    }
    
    .text-c7de {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .main_557a,
    .aside_67ae {
        padding: 15px;
    }
    
    .huge_0233 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pro-5428 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .badge_3e35 {
        padding: 30px 10px;
    }
    
    .backdrop_down_09c2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lite-94b9 {
        padding: 20px 15px;
    }
    
    .narrow_624c {
        font-size: 2rem;
    }
    
    .lite-94b9 h3 {
        font-size: 1.1rem;
    }
    
    .lite-94b9 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .dropdown-3387 {
        padding: 20px 10px;
    }
    
    .frame_dba5 h2 {
        font-size: 1.3rem;
    }
    
    .tall_eaaa {
        font-size: 0.9rem;
    }
    
    .caption_4c98 h3 {
        font-size: 1.1rem;
    }
    
    .caption_4c98 p {
        font-size: 0.9rem;
    }
    
    .frame-8b93 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .notification_37c3 {
        grid-template-columns: 1fr;
    }
    
    .footer_new_f3a2 {
        font-size: 0.85rem;
    }
    
    .avatar-slow-8cf6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo-96d7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .photo-96d7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .hard-3368 {
        padding: 30px 10px;
    }
    
    .easy_6c1d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .nav_5111 {
        padding: 15px 10px;
    }
    
    .nav_5111 h4 {
        font-size: 0.9rem;
    }
    
    .nav_5111 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .list-west-f2d9 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .center_a0e4 {
        padding: 30px 10px;
    }
    
    .thumbnail_1d65 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active-49da {
        padding: 15px;
    }
    
    .label_5303 {
        font-size: 0.9rem;
    }
    
    .search-short-503a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .search-short-503a .form_4956 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .item-9bde {
        padding: 30px 10px;
    }
    
    .item-9bde h2 {
        font-size: 1.2rem;
    }
    
    .nav-right-42f1 {
        gap: 10px;
    }
    
    .sidebar_selected_6144 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .sidebar_selected_6144 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .shade-74e8 {
        padding: 30px 10px;
    }
    
    .shade-74e8 h2 {
        font-size: 1.2rem;
    }
    
    .focused-aa91 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .cool_d199 {
        padding: 15px 10px;
    }
    
    .cool_d199 h4 {
        font-size: 0.85rem;
    }
    
    .cool_d199 p {
        font-size: 0.75rem;
    }
    
    .text-cd03 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .white_e7e9 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .menu-south-7e1b {
        padding: 20px 10px;
    }
    
    .section_dark_bf1f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .wrapper_4d6e,
    .info_8b43,
    .layout-f617 {
        width: 100%;
    }
    
    .wrapper_4d6e h3 {
        font-size: 1.1rem;
    }
    
    .wrapper_4d6e p {
        font-size: 0.8rem;
    }
    
    .accordion_first_3a5f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .frame-ca6a {
        padding: 30px 15px;
    }
    
    .frame-ca6a h2 {
        font-size: 1.3rem;
    }
    
    .frame-ca6a p {
        font-size: 0.85rem;
    }
    
    .thumbnail-ee34 {
        flex-direction: column;
        gap: 10px;
    }
    
    .thumbnail-ee34 .fresh-c88d {
        width: 100%;
    }
    
    .video_east_ff84 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .paragraph-gas-69fe {
        padding: 30px 10px;
    }
    
    .paragraph-gas-69fe h3 {
        font-size: 1.2rem;
    }
    
    .glass_dc53 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .modal-new-06c0 {
        padding: 15px 10px;
    }
    
    .modal-new-06c0 h4 {
        font-size: 0.85rem;
    }
    
    .modal-new-06c0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .small-6e81 {
        padding: 30px 15px;
    }
    
    .detail_a1f6 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .right-7667 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .narrow_1c68 h4 {
        font-size: 0.9rem;
    }
    
    .narrow_1c68 a {
        font-size: 0.8rem;
    }
    
    .liquid-6fb3 {
        font-size: 0.8rem;
    }
    
    .soft_b937 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .solid-6c78 {
        padding: 8px 10px;
    }
    
    .surface-up-ceff {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hero_iron_bb26 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .surface-up-ceff {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hero_iron_bb26 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ea4a */
.promo-block-i4 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
