/* Inner Page Styles */

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

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

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

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

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

.north-3556 .card-tiny-5547 {
    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;
}

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

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

.north-3556 .card-tiny-5547:hover::before {
    left: 100%;
}

.north-3556 .card-tiny-5547:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs_0f50.fn-active-e228 {
    color: var(--casino-gold-light);
}

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

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

.silver-09dc {
    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);
}

.silver-09dc 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);
}

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

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

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

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

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

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

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

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

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

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

.soft-45c7 {
    padding: var(--md-spacing-md) 0;
}

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

.popup-cba7 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 */
.input-6d52 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.input-6d52 li {
    margin-bottom: var(--md-spacing-xs);
}

.input-6d52 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);
}

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

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

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

.paragraph-dirty-eb14:hover::before {
    left: 100%;
}

.paragraph-dirty-eb14 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;
}

.paragraph-dirty-eb14 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;
}

.paragraph-dirty-eb14 .tertiary-narrow-8240 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.paragraph-dirty-eb14 .tertiary-narrow-8240:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.footer_south_7eed .tertiary-narrow-8240 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.footer_south_7eed .tertiary-narrow-8240:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .complex_9364 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .complex_9364 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .complex_9364 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .north-3556 {
        justify-content: center;
    }
    
    .orange-8996 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pagination-wood-13d0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .prev-7654 {
        padding: var(--md-spacing-md) 0;
    }
    
    .silver-09dc {
        padding: var(--md-spacing-md);
    }
    
    .progress_f5eb {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup-cba7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .footer_south_7eed {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .detail_5b00 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .silver-09dc {
        padding: var(--md-spacing-sm);
    }
    
    .basic_080c {
        padding: var(--md-spacing-md);
    }
    
    .popup-cba7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.basic_080c,
.popup-cba7,
.footer_south_7eed {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.table-3c98 {
    font-size: 1.5rem;
}

.red-1142 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .hot-6586 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .south-7d9a {
        margin-left: 0;
    }
}

/* Main Content Compact */
.frame-bd1c {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_7063 strong {
    color: #00ff88;
}

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

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

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

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

.tag_bright_b565 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.hidden-689a {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.hidden-689a::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;
}

.north-3eac {
    text-align: center;
    margin-bottom: 30px;
}

.up-74bd {
    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;
}

.up-74bd.medium-614c .gallery-8ac4 {
    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); }
}

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

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

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

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

.fast-f2ea 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;
}

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

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

.black-2ca5 {
    font-size: 1.2rem;
}

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

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

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

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

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

.white_d8bf.icon-soft-744b::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.white_d8bf.message-743a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.white_d8bf.image_wide_4c28::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.white_d8bf.feature-south-5cec::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.prev-4431 {
    font-size: 1.2rem;
}

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

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

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

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

.soft-a741.slow-1a88 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.soft-a741.fn-active-e228 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.badge-middle-74f5 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.item-iron-7cd1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.media-c388.form-pressed-de0f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.element-large-ff33 { border-top: 3px solid #00ccff; }
.grid-da31 { border-top: 3px solid #00ff88; }
.notification-simple-4e53 { border-top: 3px solid #d4af37; }
.row_44ad { border-top: 3px solid #ff6b6b; }
.pink_2698 { border-top: 3px solid #8b5cf6; }

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

.image-focused-20e2 {
    overflow-x: auto;
}

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

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

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

.accordion_rough_4da4 td {
    color: #ccc;
}

.accordion_rough_4da4 .bronze-35a4 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.feature-fresh-b4e8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.paragraph-00c0 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.active-8c63 {
    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;
}

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

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

.header-fast-3a23 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.header-fast-3a23 p {
    color: #888;
    font-size: 0.9rem;
}

.section-basic-c3d1 {
    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;
}

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

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

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

.gallery-advanced-2feb {
    font-size: 2rem;
}

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

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

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

.shadow-red-69c1 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .shadow-red-69c1::before {
        left: 30px;
    }
}

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

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

.element-stale-dade {
    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;
}

.element-stale-dade::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);
}

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

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

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

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

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

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

.description_d17c {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.container-top-935f strong {
    color: #fff;
    display: block;
}

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

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

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

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

.hot-f756 .smooth_6bf5 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.aside-warm-90e2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

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

.button-4a6f {
    color: #ccc;
    font-size: 0.85rem;
}

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

.widget-pro-803c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.fresh_31a6 a {
    color: #ff6b6b;
}

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

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

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

.shadow-in-3b3a {
    text-align: center;
}

.shadow-in-3b3a .slider_black_3bee {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.shadow-in-3b3a .avatar_thick_d452 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium-4d7d {
    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;
}

.medium-4d7d.form-pressed-de0f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.icon_bright_edb4 .form_7ff5 {
    color: #666;
    margin: 0 8px;
}

.icon_bright_edb4 .card-895b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.blue-0912 {
    font-size: 2rem;
}

.modal-hot-96c7 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.modal-hot-96c7 strong {
    color: #d4af37;
}

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

.block-small-021a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

.message-pressed-56db strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.stone-1a10 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.outline-up-48a8 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.outline-up-48a8 summary::-webkit-details-marker {
    display: none;
}

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

.active-plasma-0278 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.info-active-9319 strong {
    color: #d4af37;
}

.outline_narrow_a1d7 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-small-983f strong {
    color: #d4af37;
}

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

.simple-8f21 {
    color: #888;
    font-size: 0.9rem;
}

.simple-8f21 strong {
    color: #00ff88;
}

.simple-8f21 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.slider-4b32 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-clean-6f18 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-clean-6f18 li {
    margin-bottom: 5px;
}

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

.popup-clean-6f18 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.top-08b0 {
    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;
}

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

.sort_ec5c strong {
    color: #00ff88;
}

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

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

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

.row-fast-ff47 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.button-4a6f {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .row-fast-ff47 {
        flex-direction: column;
    }
    
    .prev-b159 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.fast-02c2 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .light-0f42 {
        padding: 30px 15px;
    }
    
    .light-0f42 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .cold-052e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .chip-18d7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .sort_selected_5084 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sort_selected_5084 .dark_c6b9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .iron_a38f {
        font-size: 1.3rem;
    }
    
    .fixed_743a {
        font-size: 0.7rem;
    }
    
    .video_bronze_5564 {
        flex-direction: column;
        gap: 10px;
    }
    
    .video_bronze_5564 .tertiary-narrow-8240 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .widget-glass-9dc4 {
        display: none;
    }
    
    .hero-b258 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hero-top-4236 {
        padding: 20px 10px;
    }
    
    .soft_94ea {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .north_6cb9,
    .gallery-stone-d903 {
        padding: 15px;
    }
    
    .label_b6c1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .widget_31c1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .shade_over_154a {
        padding: 30px 10px;
    }
    
    .pagination_d00e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title_pink_3d07 {
        padding: 20px 15px;
    }
    
    .center_2e25 {
        font-size: 2rem;
    }
    
    .title_pink_3d07 h3 {
        font-size: 1.1rem;
    }
    
    .title_pink_3d07 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .narrow_9361 {
        padding: 20px 10px;
    }
    
    .thumbnail-2ebb h2 {
        font-size: 1.3rem;
    }
    
    .paragraph_4c04 {
        font-size: 0.9rem;
    }
    
    .west_7378 h3 {
        font-size: 1.1rem;
    }
    
    .west_7378 p {
        font-size: 0.9rem;
    }
    
    .background_4e91 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .bronze_499a {
        grid-template-columns: 1fr;
    }
    
    .layout-small-983f {
        font-size: 0.85rem;
    }
    
    .tooltip-lite-a61d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination_next_c0b1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .pagination_next_c0b1 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .wrapper_70f1 {
        padding: 30px 10px;
    }
    
    .middle-3fc6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .background-static-9a08 {
        padding: 15px;
    }
    
    .label_south_d1c0 {
        font-size: 0.9rem;
    }
    
    .last-df26 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .last-df26 .blue_49d2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .description-wide-3515 {
        padding: 30px 10px;
    }
    
    .description-wide-3515 h2 {
        font-size: 1.2rem;
    }
    
    .element_old_4a24 {
        gap: 10px;
    }
    
    .card-under-913c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .card-under-913c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .light-b4b4 {
        padding: 30px 10px;
    }
    
    .light-b4b4 h2 {
        font-size: 1.2rem;
    }
    
    .chip_rough_82fe {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .layout-middle-42ae {
        padding: 15px 10px;
    }
    
    .layout-middle-42ae h4 {
        font-size: 0.85rem;
    }
    
    .layout-middle-42ae p {
        font-size: 0.75rem;
    }
    
    .plasma_1c28 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hard_766b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .advanced-da97 {
        padding: 20px 10px;
    }
    
    .widget-pro-803c {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .gradient-f2e1,
    .highlight_88ed,
    .fresh_31a6 {
        width: 100%;
    }
    
    .gradient-f2e1 h3 {
        font-size: 1.1rem;
    }
    
    .gradient-f2e1 p {
        font-size: 0.8rem;
    }
    
    .last_42bd {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .active-9656 {
        padding: 30px 15px;
    }
    
    .active-9656 h2 {
        font-size: 1.3rem;
    }
    
    .active-9656 p {
        font-size: 0.85rem;
    }
    
    .sidebar-plasma-95e4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .sidebar-plasma-95e4 .tertiary-narrow-8240 {
        width: 100%;
    }
    
    .heading_ba67 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .element-action-cc44 {
        padding: 30px 10px;
    }
    
    .element-action-cc44 h3 {
        font-size: 1.2rem;
    }
    
    .progress-left-57ee {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_south_7eed {
        padding: 15px 10px;
    }
    
    .footer_south_7eed h4 {
        font-size: 0.85rem;
    }
    
    .footer_south_7eed p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .progress-left-57ee {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .inner_e617 {
        padding: 30px 15px;
    }
    
    .selected_bb44 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .avatar-8bd2 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .input-current-d445 h4 {
        font-size: 0.9rem;
    }
    
    .input-current-d445 a {
        font-size: 0.8rem;
    }
    
    .north_de09 {
        font-size: 0.8rem;
    }
    
    .popup-lower-8259 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .detail-e3ec {
        padding: 8px 10px;
    }
    
    .outer_5bdd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .sidebar-smooth-5ede {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .outer_5bdd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sidebar-smooth-5ede {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2196 */
.widget-item-l5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
