/* Inner Page Styles */

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

.popup-63a8 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);
}

.popup-63a8 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);
}

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

.logo-last-eca7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.logo-last-eca7 .fast-0c77 {
    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;
}

.logo-last-eca7 .fast-0c77::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.logo-last-eca7 .fast-0c77:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.logo-last-eca7 .fast-0c77:hover::before {
    left: 100%;
}

.logo-last-eca7 .fast-0c77:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.prev-4d79 {
    color: var(--casino-gold-light);
}

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

.prev-4d79 a:hover {
    color: var(--casino-gold-light);
}

.prev-4d79.fn-active-2318 {
    color: var(--casino-gold-light);
}

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

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

.alert-bright-fd2f {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

.mask-down-8501 {
    padding: var(--md-spacing-md) 0;
}

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

.tall-aaf2 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 */
.west-1fac {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.west-1fac 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);
}

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

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

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

.link-f302:hover::before {
    left: 100%;
}

.link-f302 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;
}

.link-f302 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;
}

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

.link-f302 .banner_wide_53b1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.overlay-silver-3ccb {
    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);
}

.overlay-silver-3ccb:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.fixed_f67a .banner_wide_53b1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .popup-63a8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .popup-63a8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .popup-63a8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .logo-last-eca7 {
        justify-content: center;
    }
    
    .border_2cd6 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gradient-dark-8d60 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .gas-b2f4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert-bright-fd2f {
        padding: var(--md-spacing-md);
    }
    
    .secondary_95eb {
        padding: var(--md-spacing-md) 0;
    }
    
    .tall-aaf2 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .fixed_f67a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sort-96ed {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .alert-bright-fd2f {
        padding: var(--md-spacing-sm);
    }
    
    .accordion_dim_bd59 {
        padding: var(--md-spacing-md);
    }
    
    .tall-aaf2 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.accordion_dim_bd59,
.tall-aaf2,
.fixed_f67a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.content-left-4d33 {
    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);
}

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

.link_8fbd {
    font-size: 1.5rem;
}

.highlight-7d0a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.tabs-current-df83 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slider_dynamic_f9c3 strong {
    color: #00ff88;
}

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

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

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

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

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

.picture-slow-9b99::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;
}

.focus-pressed-3e48 {
    text-align: center;
    margin-bottom: 30px;
}

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

.stale-b18d.carousel_678f .filter_7070 {
    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); }
}

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

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

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

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

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

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

.carousel-brown-8dbb {
    font-size: 1.2rem;
}

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

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

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

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

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

.border-0449.table-7361::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.border-0449.title_a033::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.border-0449.picture-c458::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.border-0449.overlay_62db::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.mask-glass-d891 {
    font-size: 1.2rem;
}

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

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

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

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

.middle-d631.popup_0ac3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.middle-d631.fn-active-2318 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.tag-middle-1581 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover_iron_e259 { border-top: 3px solid #00ccff; }
.header_soft_f61f { border-top: 3px solid #00ff88; }
.header-585d { border-top: 3px solid #d4af37; }
.column-87dd { border-top: 3px solid #ff6b6b; }
.hero-36bd { border-top: 3px solid #8b5cf6; }

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

.link-13c2 {
    overflow-x: auto;
}

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

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

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

.thumbnail-4a06 td {
    color: #ccc;
}

.thumbnail-4a06 .element-3af2 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.thumbnail-4a06 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.highlight-pink-c24b {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.notification-light-58bf {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.tooltip-01ab {
    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;
}

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

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

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

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

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

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

.upper_0413 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.main-under-d267 {
    background: #0a0a0a;
    padding: 60px 0;
}

.hero-749d {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.dim-7cf1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.button-iron-c8d4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block-ef1d .outer-aa4d {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.tooltip-solid-c75f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-south-c4d6 span {
    color: #666;
    font-size: 0.8rem;
}

.content-south-c4d6 a {
    color: #ff6b6b;
}

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

.complex-1da3 {
    max-width: 800px;
    margin: 0 auto;
}

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

.media-cf81 {
    text-align: center;
}

.media-cf81 .pressed-897e {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

.complex-1da3 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.detail-78cd {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.info-solid-60e9 {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .nav-7987 {
        flex-direction: column;
    }
    .info-solid-60e9 {
        transform: rotate(90deg);
    }
}

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

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

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

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

.search-7b1c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hard_0273 .detail-9082 {
    color: #666;
    margin: 0 8px;
}

.hard_0273 .secondary-d6cf {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.action-e4ff {
    font-size: 2rem;
}

.notification-tiny-0a42 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.notification-tiny-0a42 strong {
    color: #d4af37;
}

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

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

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

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

.sidebar-hot-1e75 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.icon-large-de7d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.description-4ecb summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.north_cd8b strong {
    color: #d4af37;
}

.copper_301c {
    color: #aaa;
}

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

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

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

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

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

.disabled-narrow-908b {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.carousel-ca29 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;
}

.carousel-ca29 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.accent_lite_0ea2 strong {
    color: #d4af37;
}

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

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

.paper_d954 strong {
    color: #00ff88;
}

.paper_d954 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.badge-lower-6f57 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

.banner-33d5 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.banner-33d5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-next-43ff {
    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;
}

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

.button-0d80 strong {
    color: #00ff88;
}

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

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

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

.hero-top-a9d4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.thumbnail-soft-3eeb {
    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;
}

.slider-north-f59a {
    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;
}

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

@media (max-width: 768px) {
    .hero-top-a9d4 {
        flex-direction: column;
    }
    
    .thumbnail-soft-3eeb {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.table-5c29 {
    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;
}

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

@media (max-width: 480px) {
    .table-5c29 {
        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;
}

.badge_6655 .table-hot-a541 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .picture_dim_d311 {
        padding: 30px 15px;
    }
    
    .picture_dim_d311 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .texture_first_5059 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .notice-warm-ae5f {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .cool-331b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .cool-331b .menu-fc06 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .overlay_north_8ca2 {
        font-size: 1.3rem;
    }
    
    .paragraph_dc30 {
        font-size: 0.7rem;
    }
    
    .tooltip-last-a0dc {
        flex-direction: column;
        gap: 10px;
    }
    
    .tooltip-last-a0dc .banner_wide_53b1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .medium-7738 {
        display: none;
    }
    
    .picture_833c {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .aside_huge_f7c1 {
        padding: 20px 10px;
    }
    
    .popup_copper_ca6c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .active_7d56,
    .outline-be0f {
        padding: 15px;
    }
    
    .badge-lower-6f57 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tiny_a2b5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .silver_e0e5 {
        padding: 30px 10px;
    }
    
    .section-d87e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb_copper_0e76 {
        padding: 20px 15px;
    }
    
    .hard-6801 {
        font-size: 2rem;
    }
    
    .breadcrumb_copper_0e76 h3 {
        font-size: 1.1rem;
    }
    
    .breadcrumb_copper_0e76 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .media-current-f330 {
        padding: 20px 5px;
    }
    
    .media-current-f330 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .title-purple-95c8 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .thumbnail-4a06 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .thumbnail-4a06 th,
    .thumbnail-4a06 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .dropdown_5088 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .hover-middle-845c {
        padding: 20px 10px;
    }
    
    .hero-large-45ec h2 {
        font-size: 1.3rem;
    }
    
    .feature_short_137c {
        font-size: 0.9rem;
    }
    
    .list_huge_7d47 h3 {
        font-size: 1.1rem;
    }
    
    .list_huge_7d47 p {
        font-size: 0.9rem;
    }
    
    .carousel-ca29 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .mini_94a9 {
        grid-template-columns: 1fr;
    }
    
    .accent_lite_0ea2 {
        font-size: 0.85rem;
    }
    
    .tag-dead {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_dirty_7312 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .item_dirty_7312 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .border-662f {
        padding: 30px 10px;
    }
    
    .breadcrumb-53c4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer_eb82 {
        padding: 15px 10px;
    }
    
    .footer_eb82 h4 {
        font-size: 0.9rem;
    }
    
    .footer_eb82 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slow-8002 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-53c4 {
        grid-template-columns: 1fr;
    }
    
    .footer_eb82 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .in_7c2f {
        padding: 30px 10px;
    }
    
    .steel_f878 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .block-cool-b0c4 {
        padding: 15px;
    }
    
    .photo-adf4 {
        font-size: 0.9rem;
    }
    
    .chip-33d4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .chip-33d4 .light-ca4d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .column_191d {
        padding: 30px 10px;
    }
    
    .column_191d h2 {
        font-size: 1.2rem;
    }
    
    .pink-841f {
        gap: 10px;
    }
    
    .picture-dcf7 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .picture-dcf7 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .background-slow-2b27 {
        padding: 30px 10px;
    }
    
    .background-slow-2b27 h2 {
        font-size: 1.2rem;
    }
    
    .button_fcce {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hover-bb7a {
        padding: 15px 10px;
    }
    
    .hover-bb7a h4 {
        font-size: 0.85rem;
    }
    
    .hover-bb7a p {
        font-size: 0.75rem;
    }
    
    .column-center-a9ce {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .element-up-a620 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hidden-2a23 {
        padding: 20px 10px;
    }
    
    .wrapper_89f3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .menu_up_9e87,
    .search-2575,
    .content-south-c4d6 {
        width: 100%;
    }
    
    .menu_up_9e87 h3 {
        font-size: 1.1rem;
    }
    
    .menu_up_9e87 p {
        font-size: 0.8rem;
    }
    
    .border-5438 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .alert_25a6 {
        padding: 30px 15px;
    }
    
    .alert_25a6 h2 {
        font-size: 1.3rem;
    }
    
    .alert_25a6 p {
        font-size: 0.85rem;
    }
    
    .notification_fd17 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notification_fd17 .banner_wide_53b1 {
        width: 100%;
    }
    
    .pagination_over_5858 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .banner_lite_4fc2 {
        padding: 30px 15px;
    }
    
    .tall_3308 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .overlay-e75b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .copper_0dc6 h4 {
        font-size: 0.9rem;
    }
    
    .copper_0dc6 a {
        font-size: 0.8rem;
    }
    
    .media_plasma_02df {
        font-size: 0.8rem;
    }
    
    .gold_f98c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .narrow-275a {
        padding: 8px 10px;
    }
    
    .texture-b970 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .tabs-top-5d06 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .texture-b970 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tabs-top-5d06 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3884 */
.shadow-element-s6 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
