/* Inner Page Styles */

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

.accordion-wide-d9cf 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);
}

.accordion-wide-d9cf 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);
}

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

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

.text_short_2e3b .heading-hard-bdf0 {
    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;
}

.text_short_2e3b .heading-hard-bdf0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.text_short_2e3b .heading-hard-bdf0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.text_short_2e3b .heading-hard-bdf0:hover::before {
    left: 100%;
}

.text_short_2e3b .heading-hard-bdf0:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.advanced-481f {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_yellow_dcf2.fn-active-b0a0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full_0a61 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 */
.article-1a8e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-1a8e li {
    margin-bottom: var(--md-spacing-xs);
}

.article-1a8e 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);
}

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

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

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

.solid-6df9:hover::before {
    left: 100%;
}

.solid-6df9 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;
}

.solid-6df9 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;
}

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

.solid-6df9 .gallery_6cf7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.sidebar-hard-5a50 {
    margin-top: var(--md-spacing-sm);
}

.short-9e25 {
    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);
}

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

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

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

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

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

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

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

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

.bronze-ce39 .gallery_6cf7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .accordion-wide-d9cf {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .accordion-wide-d9cf h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .accordion-wide-d9cf h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .text_short_2e3b {
        justify-content: center;
    }
    
    .overlay_huge_869b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .selected_a634 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .caption-a2f1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .selected_2d2c {
        padding: var(--md-spacing-md);
    }
    
    .iron_f77a {
        padding: var(--md-spacing-md) 0;
    }
    
    .full_0a61 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bronze-ce39 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dropdown_5ccc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .selected_2d2c {
        padding: var(--md-spacing-sm);
    }
    
    .progress-paper-ee3a {
        padding: var(--md-spacing-md);
    }
    
    .full_0a61 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.progress-paper-ee3a,
.full_0a61,
.bronze-ce39 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.next-c085 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

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

.table-soft-7ff5 {
    font-size: 1.5rem;
}

.content_short_ed60 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .sidebar-rough-dcd6 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .breadcrumb-bd6d {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.medium-5ffe {
    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;
}

.medium-5ffe strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .secondary-up-92fa {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

.fast-62f0 {
    text-align: center;
    margin-bottom: 30px;
}

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

.dropdown_8153.progress-left-b2e0 .picture_inner_b4df {
    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); }
}

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

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

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

.banner-dynamic-4559 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-dynamic-4559 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;
}

.banner-dynamic-4559 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_dynamic_0837 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.secondary-paper-4d54 {
    font-size: 1.2rem;
}

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

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

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

.tertiary-full-1c86 {
    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;
}

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

.tertiary-full-1c86.nav-action-70d1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.tertiary-full-1c86.preview_outer_7011::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tertiary-full-1c86.pattern_9b0b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.tertiary-full-1c86.complex_cf55::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.notice_6a3c {
    font-size: 1.2rem;
}

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

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

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

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

.wrapper-752d.primary_west_0c52 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wrapper-752d.fn-active-b0a0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

.text-8a93 {
    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;
}

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

.text-8a93.banner-up-341d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.overlay-fluid-7ce6 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.info-fast-4515 { border-top: 3px solid #00ccff; }
.texture_pro_ccb1 { border-top: 3px solid #00ff88; }
.tall-3185 { border-top: 3px solid #d4af37; }
.box_825e { border-top: 3px solid #ff6b6b; }
.shade_fresh_fa7a { border-top: 3px solid #8b5cf6; }

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

.paragraph-b557 {
    overflow-x: auto;
}

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

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

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

.list-6b41 td {
    color: #ccc;
}

.list-6b41 .accent_aba8 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.list-6b41 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-202c {
    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;
}

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

.solid-bba2 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.sort_abd9 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-3078 {
    font-size: 1.5rem;
}

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

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

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

.image-copper-4ae5 {
    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;
}

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

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

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

.highlight-dark-c98e strong {
    color: #fff;
    display: block;
}

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

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

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

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

.new_6190 .breadcrumb_north_9049 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.primary-wood-2ccc {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.progress-6b15 {
    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;
}

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

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

.info-hot-afd8 span {
    color: #666;
    font-size: 0.8rem;
}

.info-hot-afd8 a {
    color: #ff6b6b;
}

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

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

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

.module-rough-0d01 {
    text-align: center;
}

.module-rough-0d01 .avatar_thick_2033 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.module-rough-0d01 .fresh-3f47 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.label-current-cdf6 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

.photo-51a9 h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

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

.table-motion-048f {
    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;
}

.table-motion-048f.banner-up-341d {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

.wrapper-88f6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.title-gold-b9a1 .pattern_fb98 {
    color: #666;
    margin: 0 8px;
}

.title-gold-b9a1 .breadcrumb-last-10b8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.orange-3d7d strong {
    color: #d4af37;
    margin-right: 8px;
}

.bronze-75c2 {
    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;
}

.paper-21b3 {
    font-size: 2rem;
}

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

.video_f56d strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

.heading-next-0276 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.outline-mini-afb3 strong {
    color: #00ff88;
}

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

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

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

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

.feature-1b4d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.bright-6e6a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.thumbnail_1528 strong {
    color: #d4af37;
}

.slider-c858 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_fixed_d63d strong {
    color: #d4af37;
}

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

.center-865c {
    color: #888;
    font-size: 0.9rem;
}

.center-865c strong {
    color: #00ff88;
}

.center-865c span {
    color: #d4af37;
}

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

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

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

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

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

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

.tertiary-pro-6780 {
    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;
}

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

.background-green-c8c2 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.badge-5c3a {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-gold-7d41 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs-gold-7d41 li {
    margin-bottom: 5px;
}

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

.tabs-gold-7d41 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.nav_glass_b6e2 strong {
    color: #00ff88;
}

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

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

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

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

.border-pink-a7e6 {
    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;
}

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

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

@media (max-width: 768px) {
    .container_84bc {
        flex-direction: column;
    }
    
    .border-pink-a7e6 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.preview-slow-f130 {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.preview-slow-f130:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .preview-slow-f130 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .old-46dd {
        padding: 30px 15px;
    }
    
    .old-46dd h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .pink-28d0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .old_c644 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .filter-b1d1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter-b1d1 .surface-aa78 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .image_dynamic_00cf {
        font-size: 1.3rem;
    }
    
    .dynamic_31b8 {
        font-size: 0.7rem;
    }
    
    .paragraph_d032 {
        flex-direction: column;
        gap: 10px;
    }
    
    .paragraph_d032 .gallery_6cf7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .surface-over-a7e7 {
        display: none;
    }
    
    .right_5259 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .accent_down_c40b {
        padding: 20px 10px;
    }
    
    .item-f70d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dirty-8c1b,
    .section-huge-7891 {
        padding: 15px;
    }
    
    .easy-ad9b {
        flex-direction: column;
        gap: 5px;
    }
    
    .lite-df2d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .gallery-1447 {
        padding: 30px 10px;
    }
    
    .avatar-short-d372 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .heading-e858 {
        padding: 20px 15px;
    }
    
    .active-soft-197b {
        font-size: 2rem;
    }
    
    .heading-e858 h3 {
        font-size: 1.1rem;
    }
    
    .heading-e858 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .video-complex-baa5 {
        padding: 20px 5px;
    }
    
    .video-complex-baa5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .alert_c014 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .list-6b41 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .list-6b41 th,
    .list-6b41 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .heading-336f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .blue-6e80 {
        padding: 20px 10px;
    }
    
    .info_soft_02be h2 {
        font-size: 1.3rem;
    }
    
    .module-smooth-d3e9 {
        font-size: 0.9rem;
    }
    
    .secondary_66ef h3 {
        font-size: 1.1rem;
    }
    
    .secondary_66ef p {
        font-size: 0.9rem;
    }
    
    .overlay_simple_88bf li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .popup_tall_faf1 {
        grid-template-columns: 1fr;
    }
    
    .search_fixed_d63d {
        font-size: 0.85rem;
    }
    
    .form_down_28a3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress_center_0575 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .progress_center_0575 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .modal-7ec5 {
        padding: 30px 10px;
    }
    
    .slider_7127 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thumbnail_paper_7f22 {
        padding: 15px 10px;
    }
    
    .thumbnail_paper_7f22 h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail_paper_7f22 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .tabs-5a73 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .input-3b16 {
        padding: 30px 10px;
    }
    
    .paper_7a12 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar_0f44 {
        padding: 15px;
    }
    
    .overlay_cool_d560 {
        font-size: 0.9rem;
    }
    
    .element-6cf6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .element-6cf6 .summary_deb7 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .red-db30 {
        padding: 30px 10px;
    }
    
    .red-db30 h2 {
        font-size: 1.2rem;
    }
    
    .detail-tiny-65bf {
        gap: 10px;
    }
    
    .caption_current_b240 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .caption_current_b240 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .badge-yellow-7afe {
        padding: 30px 10px;
    }
    
    .badge-yellow-7afe h2 {
        font-size: 1.2rem;
    }
    
    .dirty_fecd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .east-fe2d {
        padding: 15px 10px;
    }
    
    .east-fe2d h4 {
        font-size: 0.85rem;
    }
    
    .east-fe2d p {
        font-size: 0.75rem;
    }
    
    .heading_wood_8098 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hovered_c94b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .highlight-97fe {
        padding: 20px 10px;
    }
    
    .white-1465 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .liquid_cc35,
    .title-9119,
    .info-hot-afd8 {
        width: 100%;
    }
    
    .liquid_cc35 h3 {
        font-size: 1.1rem;
    }
    
    .liquid_cc35 p {
        font-size: 0.8rem;
    }
    
    .progress-6b15 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .overlay-gold-9026 {
        padding: 30px 15px;
    }
    
    .overlay-gold-9026 h2 {
        font-size: 1.3rem;
    }
    
    .overlay-gold-9026 p {
        font-size: 0.85rem;
    }
    
    .texture_b3a7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .texture_b3a7 .gallery_6cf7 {
        width: 100%;
    }
    
    .red_2bce {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .grid_8ae5 {
        padding: 30px 10px;
    }
    
    .grid_8ae5 h3 {
        font-size: 1.2rem;
    }
    
    .popup-2d94 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bronze-ce39 {
        padding: 15px 10px;
    }
    
    .bronze-ce39 h4 {
        font-size: 0.85rem;
    }
    
    .bronze-ce39 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .media_906e {
        padding: 30px 15px;
    }
    
    .first_4575 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column_hard_1c74 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .north-5a72 h4 {
        font-size: 0.9rem;
    }
    
    .north-5a72 a {
        font-size: 0.8rem;
    }
    
    .panel_blue_cc8e {
        font-size: 0.8rem;
    }
    
    .nav_b6c5 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .section-bbc7 {
        padding: 8px 10px;
    }
    
    .list_2a48 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .search_steel_54bb {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .list_2a48 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .search_steel_54bb {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 6570 */
.phantom-card-n7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
