/* Inner Page Styles */

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

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

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

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

.simple-5e34 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.simple-5e34 .widget-deec {
    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;
}

.simple-5e34 .widget-deec::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.simple-5e34 .widget-deec:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.simple-5e34 .widget-deec:hover::before {
    left: 100%;
}

.simple-5e34 .widget-deec:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-db65.fn-active-aa46 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hovered_5a32 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 */
.bright-2329 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.pagination_over_dbab .list_silver_023d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.table-4049 .list_silver_023d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.table-4049 .list_silver_023d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .wide_af41 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .wide_af41 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .wide_af41 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .simple-5e34 {
        justify-content: center;
    }
    
    .solid-e489 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pattern-bright-bbee {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .aside-stale-a9f8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hero_north_7f5b {
        padding: var(--md-spacing-md);
    }
    
    .element_yellow_3b21 {
        padding: var(--md-spacing-md) 0;
    }
    
    .hovered_5a32 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .table-4049 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .button_east_8b46 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .hero_north_7f5b {
        padding: var(--md-spacing-sm);
    }
    
    .last_4883 {
        padding: var(--md-spacing-md);
    }
    
    .hovered_5a32 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.last_4883,
.hovered_5a32,
.table-4049 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.hover-complex-8afb::-webkit-scrollbar {
    width: 8px;
}

.hover-complex-8afb::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.hover-complex-8afb::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

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

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

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

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

.dropdown_gold_5556 {
    font-size: 1.5rem;
}

.up_6925 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .form-fc2b {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .notification-yellow-5132 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.filter-d848 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .card-inner-6fe0 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.cold_6da8 strong {
    color: #00ff88;
}

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

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

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

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

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

.glass-8e38::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;
}

.photo-bright-450a {
    text-align: center;
    margin-bottom: 30px;
}

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

.dirty-c726.wide_9a86 .module_c471 {
    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); }
}

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

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

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

.avatar-thick-de49 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-thick-de49 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;
}

.avatar-thick-de49 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);
}

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

.stale_8c58 {
    font-size: 1.2rem;
}

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

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

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

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

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

.east_4e5a.outline-6374::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.east_4e5a.dark_646c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.east_4e5a.notice_red_10ce::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.east_4e5a.focus_b209::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.surface-pro-4d95 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.active_289e {
    font-size: 1.2rem;
}

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

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

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

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

.next_35ec.caption_0443 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.next_35ec.fn-active-aa46 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.block-in-4dad {
    color: #666;
    font-size: 0.8rem;
}

.text-middle-3e92 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

/* Technology Architecture Section */
.easy-20d9 {
    background: #0a0a0a;
    padding: 60px 0;
}

.red-7a76 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.slow-1bfa {
    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;
}

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

.slow-1bfa.link-c8bd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.media-large-1824 { border-top: 3px solid #00ccff; }
.solid-1fdd { border-top: 3px solid #00ff88; }
.box-818e { border-top: 3px solid #d4af37; }
.banner-basic-8e8e { border-top: 3px solid #ff6b6b; }
.gallery_9e0c { border-top: 3px solid #8b5cf6; }

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

.paragraph_a843 {
    overflow-x: auto;
}

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

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

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

.header-b189 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-3a6a h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.gallery-3a6a p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.selected-38bd {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.pattern-purple-e5a5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.paragraph-rough-5b69 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.in-2882 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.preview-pro-1150 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.preview-pro-1150 .chip-under-663c {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.simple_d0af .smooth-1145 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-554f {
    color: #ccc;
    font-size: 0.85rem;
}

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

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

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

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

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

.table-hot-6f20 {
    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;
}

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

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

.border-bottom-a355 span {
    color: #666;
    font-size: 0.8rem;
}

.border-bottom-a355 a {
    color: #ff6b6b;
}

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

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

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

.slow_7100 {
    text-align: center;
}

.slow_7100 .table-under-8e38 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

.panel-action-9bb9 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.outline-f288.link-c8bd {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .focus_77b2 {
        flex-direction: column;
    }
    .dark-7b39 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.action_a6d7 .search_upper_45b4 {
    color: #666;
    margin: 0 8px;
}

.action_a6d7 .photo-85f5 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.section-23e5 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.box_paper_efc6 {
    font-size: 2rem;
}

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

.accordion-4f09 strong {
    color: #d4af37;
}

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

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

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

.border-8f6d h3,
.form-dim-ec53 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.disabled-71bb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.cool_fdcb strong {
    color: #00ff88;
}

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

.badge-879c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

.outline-short-24e9 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.outline-short-24e9 strong {
    color: #d4af37;
}

.button-wide-ba3b {
    color: #aaa;
}

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

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

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

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

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

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

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

.label-rough-6136:last-child {
    border-bottom: none;
}

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

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

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

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

.filter-black-f25b {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.filter-black-f25b 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;
}

.filter-black-f25b li strong {
    color: #00ff88;
}

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

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

.smooth-77f0 {
    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;
}

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

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

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

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

.card_ff52 strong {
    color: #d4af37;
}

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

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

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

.center-3526 span {
    color: #d4af37;
}

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

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

.summary-active-4c04 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .summary-active-4c04 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

.media-1b98 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_fresh_ae40 li {
    margin-bottom: 5px;
}

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

.tooltip_fresh_ae40 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.button-5ed2 {
    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;
}

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

.widget_soft_fc77 strong {
    color: #00ff88;
}

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

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

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

.surface-east-5bb0 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.fixed-554f {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .surface-east-5bb0 {
        flex-direction: column;
    }
    
    .sort_fixed_20e7 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.picture-7dce .form-41e0 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .highlight-1cae {
        padding: 30px 15px;
    }
    
    .highlight-1cae h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tag_pink_4ca0 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .left-407e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .primary_eb01 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .primary_eb01 .label-light-7dd4 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .dynamic-d6ad {
        font-size: 1.3rem;
    }
    
    .progress-middle-7546 {
        font-size: 0.7rem;
    }
    
    .right_3641 {
        flex-direction: column;
        gap: 10px;
    }
    
    .right_3641 .list_silver_023d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .icon-eca2 {
        display: none;
    }
    
    .badge_cf09 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .sort_e0af {
        padding: 20px 10px;
    }
    
    .summary-active-4c04 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notice_46d4,
    .button_wood_e771 {
        padding: 15px;
    }
    
    .basic-b2b3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .media-1b98 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element-2dd0 {
        padding: 30px 10px;
    }
    
    .hover-99f9 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tabs_cdc1 {
        padding: 20px 15px;
    }
    
    .outline-gold-c86a {
        font-size: 2rem;
    }
    
    .tabs_cdc1 h3 {
        font-size: 1.1rem;
    }
    
    .tabs_cdc1 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .picture-dynamic-26e4 {
        padding: 20px 5px;
    }
    
    .picture-dynamic-26e4 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .wrapper-red-8f5a {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .header-b189 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .header-b189 th,
    .header-b189 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .old-17d8 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .stone_bb77 {
        padding: 20px 10px;
    }
    
    .soft_7e01 h2 {
        font-size: 1.3rem;
    }
    
    .preview_bright_f801 {
        font-size: 0.9rem;
    }
    
    .label-rough-6136 h3 {
        font-size: 1.1rem;
    }
    
    .label-rough-6136 p {
        font-size: 0.9rem;
    }
    
    .filter-black-f25b li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .yellow_973f {
        grid-template-columns: 1fr;
    }
    
    .card_ff52 {
        font-size: 0.85rem;
    }
    
    .chip-532a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .smooth-77f0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .smooth-77f0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .secondary-e377 {
        padding: 30px 10px;
    }
    
    .down-9a4a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .motion-9d76 {
        padding: 15px 10px;
    }
    
    .motion-9d76 h4 {
        font-size: 0.9rem;
    }
    
    .motion-9d76 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .thumbnail-white-97ec {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .down-9a4a {
        grid-template-columns: 1fr;
    }
    
    .motion-9d76 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .nav-hot-b6b0 {
        padding: 30px 10px;
    }
    
    .container_cool_08bc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .top-f7e8 {
        padding: 15px;
    }
    
    .block-70ae {
        font-size: 0.9rem;
    }
    
    .right_65ae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .right_65ae .feature_light_6431 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .upper_8001 {
        padding: 30px 10px;
    }
    
    .upper_8001 h2 {
        font-size: 1.2rem;
    }
    
    .popup-fe28 {
        gap: 10px;
    }
    
    .aside-first-897f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .aside-first-897f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .background_9fe7 {
        padding: 30px 10px;
    }
    
    .background_9fe7 h2 {
        font-size: 1.2rem;
    }
    
    .block-west-a312 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature-e4f5 {
        padding: 15px 10px;
    }
    
    .feature-e4f5 h4 {
        font-size: 0.85rem;
    }
    
    .feature-e4f5 p {
        font-size: 0.75rem;
    }
    
    .shadow_018f {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .disabled_0036 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .liquid_56b0 {
        padding: 20px 10px;
    }
    
    .mask_a407 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .purple_acb3,
    .item_pressed_c292,
    .border-bottom-a355 {
        width: 100%;
    }
    
    .purple_acb3 h3 {
        font-size: 1.1rem;
    }
    
    .purple_acb3 p {
        font-size: 0.8rem;
    }
    
    .table-hot-6f20 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .basic-1c26 {
        padding: 30px 15px;
    }
    
    .basic-1c26 h2 {
        font-size: 1.3rem;
    }
    
    .basic-1c26 p {
        font-size: 0.85rem;
    }
    
    .outline_gas_c18b {
        flex-direction: column;
        gap: 10px;
    }
    
    .outline_gas_c18b .list_silver_023d {
        width: 100%;
    }
    
    .black-19fe {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .box-d34f {
        padding: 30px 10px;
    }
    
    .box-d34f h3 {
        font-size: 1.2rem;
    }
    
    .prev-5072 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-4049 {
        padding: 15px 10px;
    }
    
    .table-4049 h4 {
        font-size: 0.85rem;
    }
    
    .table-4049 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .in_4e98 {
        padding: 30px 15px;
    }
    
    .box_f4f8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .stale_08c0 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .icon_over_d386 h4 {
        font-size: 0.9rem;
    }
    
    .icon_over_d386 a {
        font-size: 0.8rem;
    }
    
    .text_e723 {
        font-size: 0.8rem;
    }
    
    .gallery_next_750b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .frame-7765 {
        padding: 8px 10px;
    }
    
    .tertiary_71d1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .filter-gold-63a1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tertiary_71d1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .filter-gold-63a1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: b99c */
.phantom-card-p5 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
