/* Inner Page Styles */

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

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

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

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

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

.item-a01a .brown_7a64 {
    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;
}

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

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

.item-a01a .brown_7a64:hover::before {
    left: 100%;
}

.item-a01a .brown_7a64:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

.block-upper-a6c9 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.inner-6821.fn-active-b810 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-bronze-3e28 {
    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%;
}

.widget-bronze-3e28 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 */
.table_9d46 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.advanced_eaa2:hover::before {
    left: 100%;
}

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

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

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

.advanced_eaa2 .backdrop_1eaa:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.widget-09e8 {
    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);
}

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

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

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

.column-lite-58f3 {
    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);
}

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

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

.column-lite-58f3 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.column-lite-58f3 .backdrop_1eaa {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.column-lite-58f3 .backdrop_1eaa:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero_3d59 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hero_3d59 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hero_3d59 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .item-a01a {
        justify-content: center;
    }
    
    .pro_9ffe {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .progress-a683 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .input_copper_23fd {
        padding: var(--md-spacing-md) 0;
    }
    
    .notification_e743 {
        padding: var(--md-spacing-md);
    }
    
    .button_85cd {
        padding: var(--md-spacing-md) 0;
    }
    
    .widget-bronze-3e28 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column-lite-58f3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .brown_6371 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .notification_e743 {
        padding: var(--md-spacing-sm);
    }
    
    .gas-f1bc {
        padding: var(--md-spacing-md);
    }
    
    .widget-bronze-3e28 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.gas-f1bc,
.widget-bronze-3e28,
.column-lite-58f3 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.focus_right_be66 {
    font-size: 1.5rem;
}

.black_defe strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element_inner_6bb1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.static_7c7d.dynamic-7ef7 .carousel-green-e8fc {
    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-cb0a {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

.border-4c31 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-4c31 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;
}

.border-4c31 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);
}

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

.north_ff41 {
    font-size: 1.2rem;
}

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

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

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

.row-old-df76 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.row-old-df76.row_fresh_0882::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.row-old-df76.avatar-focused-611c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row-old-df76.text_161a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.row-old-df76.active_rough_a091::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.box_down_ad94 {
    font-size: 1.2rem;
}

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

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

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

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

.status_b1f9.left-d755 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.status_b1f9.fn-active-b810 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.widget-hovered-c097 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.bright-28e9 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.block_huge_38a0 { border-top: 3px solid #00ccff; }
.video_4eb8 { border-top: 3px solid #00ff88; }
.media-0f7e { border-top: 3px solid #d4af37; }
.progress-552c { border-top: 3px solid #ff6b6b; }
.right-6a28 { border-top: 3px solid #8b5cf6; }

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

.hero_d9dd {
    overflow-x: auto;
}

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

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

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

.tooltip_a6c0 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.south-7dcf {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

.video-0a0e h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.video-0a0e p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .progress-light-163e {
        grid-template-columns: 1fr;
    }
}

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

.search_paper_a238 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_smooth_4dc8 {
    font-size: 1.5rem;
}

.stale-2e71 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.chip-e214 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.search_b589 .texture_98fc {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-orange-09f0 {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

.thumbnail-e8c8 a {
    color: #ff6b6b;
}

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

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

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

.section_light_9713 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prev-8b88 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

.icon-out-5e56 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .form-prev-8b88 {
        flex-direction: column;
    }
    .icon-out-5e56 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.badge_bf61 .table_liquid_1fcf {
    color: #666;
    margin: 0 8px;
}

.badge_bf61 .thumbnail-49f6 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.text-48f1 {
    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;
}

.accordion_dim_3213 {
    font-size: 2rem;
}

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

.bottom_df46 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.list_active_116f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-ccdc strong {
    color: #d4af37;
}

.clean-630f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.outline-dd94 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;
}

.outline-dd94 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.pink_f27f strong {
    color: #d4af37;
}

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

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

.pro_3f65 strong {
    color: #00ff88;
}

.pro_3f65 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-75e9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-75e9 li {
    margin-bottom: 5px;
}

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

.main-75e9 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.hover-light-2ea1 {
    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;
}

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

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

.popup_old_5772 strong {
    color: #00ff88;
}

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

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

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

.notice-068c {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.block-orange-09f0 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .notice-068c {
        flex-direction: column;
    }
    
    .heading_purple_a4e5 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.heading-820d {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .background-0e11 {
        padding: 30px 15px;
    }
    
    .background-0e11 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .middle_6edd {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pagination_49e4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .aside_7b12 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside_7b12 .advanced-3c7d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .widget_4166 {
        font-size: 1.3rem;
    }
    
    .column-soft-8f8a {
        font-size: 0.7rem;
    }
    
    .element_560d {
        flex-direction: column;
        gap: 10px;
    }
    
    .element_560d .backdrop_1eaa {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .grid_basic_3078 {
        display: none;
    }
    
    .light-5ee0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .menu-mini-3586 {
        padding: 20px 10px;
    }
    
    .menu_cd2c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .large_eac1,
    .under_f93b {
        padding: 15px;
    }
    
    .fresh_d1c1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .north_0061 {
        font-size: 0.7rem;
        text-align: center;
    }
}

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

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .photo_east_a2e7 {
        padding: 20px 10px;
    }
    
    .paragraph_8eb4 h2 {
        font-size: 1.3rem;
    }
    
    .tiny_45d3 {
        font-size: 0.9rem;
    }
    
    .search_pressed_8de8 h3 {
        font-size: 1.1rem;
    }
    
    .search_pressed_8de8 p {
        font-size: 0.9rem;
    }
    
    .outline-dd94 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .static-7580 {
        grid-template-columns: 1fr;
    }
    
    .pink_f27f {
        font-size: 0.85rem;
    }
    
    .gallery-under-7450 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .over-7fea {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .over-7fea strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .chip_65eb {
        padding: 30px 10px;
    }
    
    .tooltip-66b2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .lite-e0ae {
        padding: 15px 10px;
    }
    
    .lite-e0ae h4 {
        font-size: 0.9rem;
    }
    
    .lite-e0ae p {
        font-size: 0.75rem;
        display: none;
    }
    
    .caption_7292 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tooltip-66b2 {
        grid-template-columns: 1fr;
    }
    
    .lite-e0ae p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .white-fb8a {
        padding: 30px 10px;
    }
    
    .thumbnail-copper-342f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .component-1503 {
        padding: 15px;
    }
    
    .component-stone-64ea {
        font-size: 0.9rem;
    }
    
    .sidebar-55ba {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar-55ba .breadcrumb-purple-1ebc {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .dynamic_95bd {
        padding: 30px 10px;
    }
    
    .dynamic_95bd h2 {
        font-size: 1.2rem;
    }
    
    .box-copper-77f8 {
        gap: 10px;
    }
    
    .highlight-0e7f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .highlight-0e7f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .clean_525e {
        padding: 30px 10px;
    }
    
    .clean_525e h2 {
        font-size: 1.2rem;
    }
    
    .menu_bc25 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article-76b7 {
        padding: 15px 10px;
    }
    
    .article-76b7 h4 {
        font-size: 0.85rem;
    }
    
    .article-76b7 p {
        font-size: 0.75rem;
    }
    
    .preview-last-9def {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .label-dark-eff3 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .sort-c61d {
        padding: 20px 10px;
    }
    
    .badge_new_cdda {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .outer-9405,
    .selected_efcf,
    .thumbnail-e8c8 {
        width: 100%;
    }
    
    .outer-9405 h3 {
        font-size: 1.1rem;
    }
    
    .outer-9405 p {
        font-size: 0.8rem;
    }
    
    .frame_3692 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .cold_50b2 {
        padding: 30px 15px;
    }
    
    .cold_50b2 h2 {
        font-size: 1.3rem;
    }
    
    .cold_50b2 p {
        font-size: 0.85rem;
    }
    
    .box-0d48 {
        flex-direction: column;
        gap: 10px;
    }
    
    .box-0d48 .backdrop_1eaa {
        width: 100%;
    }
    
    .tall_a1bb {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tabs_narrow_0016 {
        padding: 30px 10px;
    }
    
    .tabs_narrow_0016 h3 {
        font-size: 1.2rem;
    }
    
    .pagination_lower_411a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column-lite-58f3 {
        padding: 15px 10px;
    }
    
    .column-lite-58f3 h4 {
        font-size: 0.85rem;
    }
    
    .column-lite-58f3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .text_2809 {
        padding: 30px 15px;
    }
    
    .summary-static-ee2a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .heading-pink-d361 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .sidebar_current_ee62 h4 {
        font-size: 0.9rem;
    }
    
    .sidebar_current_ee62 a {
        font-size: 0.8rem;
    }
    
    .black-a0c2 {
        font-size: 0.8rem;
    }
    
    .thick_7ee4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .icon_4b0d {
        padding: 8px 10px;
    }
    
    .picture-091e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tabs-9c0e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .picture-091e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tabs-9c0e {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ec23 */
.ghost-box-j2 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
