/* Inner Page Styles */

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

.chip-cold-3f64 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);
}

.chip-cold-3f64 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);
}

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

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

.widget-c179 .tag_tiny_1529 {
    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;
}

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

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

.widget-c179 .tag_tiny_1529:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gold-ddfe.fn-active-656a {
    color: var(--casino-gold-light);
}

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

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

.background-outer-e580 {
    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);
}

.background-outer-e580 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);
}

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

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

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

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

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

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

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

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

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

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

.dropdown-current-91e1 {
    padding: var(--md-spacing-md) 0;
}

.menu-black-d9da {
    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%;
}

.menu-black-d9da 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 */
.menu_bottom_acb7 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.widget_stale_92d8 .media_2a95:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.menu-thick-432f {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.down-7f3b .media_2a95 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.down-7f3b .media_2a95:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .chip-cold-3f64 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .chip-cold-3f64 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .chip-cold-3f64 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .widget-c179 {
        justify-content: center;
    }
    
    .heading_black_c7fd {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .orange_fd18 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .column-e342 {
        padding: var(--md-spacing-md) 0;
    }
    
    .background-outer-e580 {
        padding: var(--md-spacing-md);
    }
    
    .iron-c6c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .menu-black-d9da {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .down-7f3b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .last_d2be {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .background-outer-e580 {
        padding: var(--md-spacing-sm);
    }
    
    .article_c94b {
        padding: var(--md-spacing-md);
    }
    
    .menu-black-d9da {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.article_c94b,
.menu-black-d9da,
.down-7f3b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.fixed-790e {
    font-size: 1.5rem;
}

.link-upper-abcb strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.down-ecc8 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.in_9f8d strong {
    color: #00ff88;
}

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

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

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

.primary-right-139d {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.icon-soft-8801::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;
}

.red-10f4 {
    text-align: center;
    margin-bottom: 30px;
}

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

.huge-d3c6.thumbnail_09d7 .feature-hovered-5ff5 {
    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); }
}

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

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

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

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

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

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

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

.hero_solid_308e {
    font-size: 1.2rem;
}

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

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

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

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

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

.blue-d016.overlay-steel-c73e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.blue-d016.cold-b282::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.blue-d016.white-964c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.blue-d016.text-5a82::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.dim_e2cc {
    font-size: 1.2rem;
}

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

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

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

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

.dropdown-current-4f41.grid_dim_fa86 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dropdown-current-4f41.fn-active-656a { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.card-yellow-208a {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

.main-8ba9 {
    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;
}

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

.main-8ba9.section-silver-1f44 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.block_bright_5981 { border-top: 3px solid #00ccff; }
.progress-e9e2 { border-top: 3px solid #00ff88; }
.header-orange-5998 { border-top: 3px solid #d4af37; }
.progress_yellow_9d5d { border-top: 3px solid #ff6b6b; }
.steel-0efd { border-top: 3px solid #8b5cf6; }

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

.middle-8561 {
    overflow-x: auto;
}

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

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

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

.background-d8bd td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.list-liquid-1248 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.stone-84e3 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.breadcrumb-782d {
    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;
}

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

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

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

.tag-44d2 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.column-advanced-70da {
    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;
}

.column-advanced-70da::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);
}

.caption-gold-9be0 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.column-advanced-70da h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.column-advanced-70da p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.button-67a5 {
    font-size: 1.5rem;
}

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

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

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

.pagination-pressed-23a7 {
    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;
}

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

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

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

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

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

.box-large-63a4 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.box-large-63a4 .label-89b5 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.section-orange-ec92 .link-da59 {
    margin-bottom: 10px;
}

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

.section-orange-ec92 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.info-gas-1163 {
    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;
}

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

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

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

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

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

.paragraph-advanced-d6a1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.grid-north-af1a {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.overlay-hard-fd9d {
    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_8afd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.input-simple-b58c {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.input-simple-b58c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.disabled_current_85e0 a {
    color: #ff6b6b;
}

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

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

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

.nav-9d2d {
    text-align: center;
}

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

.nav-9d2d .link_69dd {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.clean-0ed3 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.avatar-lower-9ed2 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down_d337.section-silver-1f44 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.main-5b2b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.summary-iron-23e0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shade-hot-ce84 .block_lower_1023 {
    color: #666;
    margin: 0 8px;
}

.shade-hot-ce84 .paragraph_5afd {
    color: #ff6b6b;
    text-decoration: line-through;
}

.element-simple-d35b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.pattern-large-eeda {
    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;
}

.hover-cf50 {
    font-size: 2rem;
}

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

.hot_9f66 strong {
    color: #d4af37;
}

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

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

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

.title-in-d0f4 h3,
.shade_middle_c3f0 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.inner-73b0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.filter-50c4 strong {
    color: #00ff88;
}

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

.pink-605d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

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

.image-next-62e3 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.image-next-62e3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.main_outer_9d0f strong {
    color: #d4af37;
}

.widget-right-f703 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown_right_6bed strong {
    color: #d4af37;
}

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

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

.status_next_5c9c strong {
    color: #00ff88;
}

.status_next_5c9c span {
    color: #d4af37;
}

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

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

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

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

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

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

.hover-stone-2142 {
    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;
}

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

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

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

.action-66f3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.active-green-2ece {
    color: #999;
    font-size: 0.85rem;
}

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

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

.modal-stone-762d {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.modal-stone-762d li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph_8f7a strong {
    color: #00ff88;
}

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

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

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

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

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

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

.grid-north-af1a {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .center-1ceb {
        flex-direction: column;
    }
    
    .detail_liquid_9788 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .photo_basic_691a {
        padding: 30px 15px;
    }
    
    .photo_basic_691a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .paragraph-slow-5243 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .layout_162c {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .badge_d400 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .badge_d400 .input_yellow_b569 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tag_2c16 {
        font-size: 1.3rem;
    }
    
    .inner-ff65 {
        font-size: 0.7rem;
    }
    
    .huge-f832 {
        flex-direction: column;
        gap: 10px;
    }
    
    .huge-f832 .media_2a95 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .gallery_hovered_a336 {
        display: none;
    }
    
    .slider-c474 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hover_pressed_4fe7 {
        padding: 20px 10px;
    }
    
    .fixed_6290 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border_selected_5ecb,
    .frame_a4a2 {
        padding: 15px;
    }
    
    .action-66f3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .photo_black_f467 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .modal_large_d91c {
        padding: 30px 10px;
    }
    
    .sort_e99c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay-soft-a107 {
        padding: 20px 15px;
    }
    
    .backdrop-c0c7 {
        font-size: 2rem;
    }
    
    .overlay-soft-a107 h3 {
        font-size: 1.1rem;
    }
    
    .overlay-soft-a107 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .element-narrow-0be6 {
        padding: 20px 10px;
    }
    
    .content-dirty-ece0 h2 {
        font-size: 1.3rem;
    }
    
    .backdrop-pressed-7a26 {
        font-size: 0.9rem;
    }
    
    .grid_advanced_0ba0 h3 {
        font-size: 1.1rem;
    }
    
    .grid_advanced_0ba0 p {
        font-size: 0.9rem;
    }
    
    .purple_6f23 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pattern-42e3 {
        grid-template-columns: 1fr;
    }
    
    .dropdown_right_6bed {
        font-size: 0.85rem;
    }
    
    .wide-c3be {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary_simple_2dad {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .summary_simple_2dad strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .photo_4d8e {
        padding: 30px 10px;
    }
    
    .feature_action_e8f2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .filter-e6ad {
        padding: 15px 10px;
    }
    
    .filter-e6ad h4 {
        font-size: 0.9rem;
    }
    
    .filter-e6ad p {
        font-size: 0.75rem;
        display: none;
    }
    
    .glass_4b7c {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .pattern_wide_7328 {
        padding: 30px 10px;
    }
    
    .backdrop_50cf {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .orange-40a9 {
        padding: 15px;
    }
    
    .module_prev_8dcd {
        font-size: 0.9rem;
    }
    
    .border_8b1d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .border_8b1d .shadow_f24a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .medium_63db {
        padding: 30px 10px;
    }
    
    .medium_63db h2 {
        font-size: 1.2rem;
    }
    
    .south-a840 {
        gap: 10px;
    }
    
    .section_purple_d13b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .section_purple_d13b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .search_59fe {
        padding: 30px 10px;
    }
    
    .search_59fe h2 {
        font-size: 1.2rem;
    }
    
    .cold_8cf2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .frame-under-41c7 {
        padding: 15px 10px;
    }
    
    .frame-under-41c7 h4 {
        font-size: 0.85rem;
    }
    
    .frame-under-41c7 p {
        font-size: 0.75rem;
    }
    
    .progress_brown_ed96 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .hidden_fcf4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .overlay-hard-fd9d {
        padding: 20px 10px;
    }
    
    .mask_8afd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .plasma_fafb,
    .input-simple-b58c,
    .disabled_current_85e0 {
        width: 100%;
    }
    
    .plasma_fafb h3 {
        font-size: 1.1rem;
    }
    
    .plasma_fafb p {
        font-size: 0.8rem;
    }
    
    .hard_e7e2 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .accordion-c305 {
        padding: 30px 15px;
    }
    
    .accordion-c305 h2 {
        font-size: 1.3rem;
    }
    
    .accordion-c305 p {
        font-size: 0.85rem;
    }
    
    .footer_motion_54f0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer_motion_54f0 .media_2a95 {
        width: 100%;
    }
    
    .surface-0739 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .active_6de7 {
        padding: 30px 15px;
    }
    
    .selected-1538 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .picture_soft_9e99 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .alert_a612 h4 {
        font-size: 0.9rem;
    }
    
    .alert_a612 a {
        font-size: 0.8rem;
    }
    
    .row_1d31 {
        font-size: 0.8rem;
    }
    
    .label-under-14a2 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .image_abd6 {
        padding: 8px 10px;
    }
    
    .filter-99ea {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .form-f48b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .filter-99ea {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .form-f48b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2264 */
.promo-block-x9 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
