/* Inner Page Styles */

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

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

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

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

.next-0fc4 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.next-0fc4 .paper-9e41 {
    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;
}

.next-0fc4 .paper-9e41::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.next-0fc4 .paper-9e41:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.next-0fc4 .paper-9e41:hover::before {
    left: 100%;
}

.next-0fc4 .paper-9e41:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.solid-fbab {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.last-1820.fn-active-a9d1 {
    color: var(--casino-gold-light);
}

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

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

.media-over-b9b4 {
    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);
}

.media-over-b9b4 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);
}

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

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

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

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

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

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

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

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

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

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

.dim-6b6c {
    padding: var(--md-spacing-md) 0;
}

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

.chip-3061 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 */
.progress_9d48 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.tabs-5111:hover::before {
    left: 100%;
}

.tabs-5111 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;
}

.tabs-5111 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;
}

.tabs-5111 .filter-motion-f84d {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.tabs-5111 .filter-motion-f84d:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.form-962a {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.column_solid_8ce0 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.column_solid_8ce0 .filter-motion-f84d {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.column_solid_8ce0 .filter-motion-f84d:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .title_south_6aae {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .title_south_6aae h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .title_south_6aae h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .next-0fc4 {
        justify-content: center;
    }
    
    .solid-fbab {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gradient-center-98bd {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .hard-a464 {
        padding: var(--md-spacing-md) 0;
    }
    
    .media-over-b9b4 {
        padding: var(--md-spacing-md);
    }
    
    .column_c4f1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .chip-3061 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .column_solid_8ce0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .title_first_2537 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .media-over-b9b4 {
        padding: var(--md-spacing-sm);
    }
    
    .outline-2941 {
        padding: var(--md-spacing-md);
    }
    
    .chip-3061 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.outline-2941,
.chip-3061,
.column_solid_8ce0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.filter-61b9 {
    font-size: 1.5rem;
}

.tag_f6f7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-303c {
    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;
}

.hidden-303c strong {
    color: #00ff88;
}

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

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

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

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

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

.search-small-8585::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;
}

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

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

.media-b029.thick-3979 .sort_0f18 {
    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); }
}

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

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

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

.hero-white-3c69 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-white-3c69 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;
}

.hero-white-3c69 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);
}

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

.form_f347 {
    font-size: 1.2rem;
}

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

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

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

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

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

.pink_205e.action_59b6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pink_205e.table-5497::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pink_205e.background-2eab::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pink_205e.label-cold-eb22::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.last-c4f6 {
    font-size: 1.2rem;
}

.tabs-outer-6cf8 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.info_d1b0.mask-1a04 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.info_d1b0.fn-active-a9d1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.image-628a {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

.card-center-a2b9 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.texture-7beb {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.shadow-b1d3.table_bc88 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.fast-1452 { border-top: 3px solid #00ccff; }
.huge_0ee4 { border-top: 3px solid #00ff88; }
.dark_885c { border-top: 3px solid #d4af37; }
.pattern-action-205a { border-top: 3px solid #ff6b6b; }
.backdrop_warm_724b { border-top: 3px solid #8b5cf6; }

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

.pattern-1ff5 {
    overflow-x: auto;
}

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

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

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

.menu_9351 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.filter-motion-455d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.menu-short-4676 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.input_9d03 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-4170 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .accent-medium-0f86 {
        grid-template-columns: 1fr;
    }
}

.thumbnail-9bf1 {
    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;
}

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

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

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

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

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

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

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

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

.mask-054a .menu_c477 {
    margin-bottom: 10px;
}

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

.mask-054a strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.status-4c29 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.slider-south-71ad h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.slider-south-71ad p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.heading-silver-d059 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.heading-silver-d059 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.orange-57f3 span {
    color: #666;
    font-size: 0.8rem;
}

.orange-57f3 a {
    color: #ff6b6b;
}

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

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

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

.dynamic_c038 {
    text-align: center;
}

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

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

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

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

/* Related Tech Section */
.overlay-02b7 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.nav-fresh-1ab5 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

/* Specs & Comparison Combined */
.tertiary-cold-c58a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.new-9cc4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.hovered_b70c .detail-upper-5bb1 {
    color: #666;
    margin: 0 8px;
}

.hovered_b70c .hard-62aa {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.popup-0e91 {
    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;
}

.pattern-cool-b448 {
    font-size: 2rem;
}

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

.complex-b0bf strong {
    color: #d4af37;
}

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

.large-63d6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.container-659f h3,
.lite_27fd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.shade-short-ee76 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.heading-429e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.menu-black-d70c strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.primary-last-6edb strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

.form-47f6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.bottom-9f74 strong {
    color: #d4af37;
}

.prev_028f {
    color: #aaa;
}

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

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

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

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

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

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

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

.article-dc9d:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.solid-a44e li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.table-gas-cf69 strong {
    color: #d4af37;
}

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

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

.card_f625 strong {
    color: #00ff88;
}

.card_f625 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.media-selected-747c h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.row-1ffe {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basic-9031 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.background-complex-70cc {
    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;
}

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

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

.main-clean-e733 strong {
    color: #00ff88;
}

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

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

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

.secondary-2cf1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

.texture-gas-7c7f {
    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;
}

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

@media (max-width: 768px) {
    .secondary-2cf1 {
        flex-direction: column;
    }
    
    .list_908a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .article-2d10 {
        padding: 30px 15px;
    }
    
    .article-2d10 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .aside_clean_1432 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .background_e22b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .article_c04d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .article_c04d .card_gas_5bd2 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .under_9380 {
        font-size: 1.3rem;
    }
    
    .breadcrumb-slow-ee8c {
        font-size: 0.7rem;
    }
    
    .list_gas_1106 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list_gas_1106 .filter-motion-f84d {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal-north-79d9 {
        display: none;
    }
    
    .shade-first-e3ad {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .blue-e7a9 {
        padding: 20px 10px;
    }
    
    .advanced_bf04 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .out_e2e8,
    .input_3a65 {
        padding: 15px;
    }
    
    .carousel_warm_3b27 {
        flex-direction: column;
        gap: 5px;
    }
    
    .gallery_complex_7f61 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .container-top-ff57 {
        padding: 30px 10px;
    }
    
    .nav_pro_c383 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .prev_9d05 {
        padding: 20px 15px;
    }
    
    .texture_right_adb4 {
        font-size: 2rem;
    }
    
    .prev_9d05 h3 {
        font-size: 1.1rem;
    }
    
    .prev_9d05 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .lite_e967 {
        padding: 20px 10px;
    }
    
    .thumbnail_warm_4071 h2 {
        font-size: 1.3rem;
    }
    
    .info_next_1862 {
        font-size: 0.9rem;
    }
    
    .article-dc9d h3 {
        font-size: 1.1rem;
    }
    
    .article-dc9d p {
        font-size: 0.9rem;
    }
    
    .solid-a44e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .tertiary_221e {
        grid-template-columns: 1fr;
    }
    
    .table-gas-cf69 {
        font-size: 0.85rem;
    }
    
    .highlight-4384 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .title-cfd7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .title-cfd7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .north_ed88 {
        padding: 30px 10px;
    }
    
    .liquid-99af {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pattern-mini-2c28 {
        padding: 15px 10px;
    }
    
    .pattern-mini-2c28 h4 {
        font-size: 0.9rem;
    }
    
    .pattern-mini-2c28 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .shadow-cold-04a5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .liquid-99af {
        grid-template-columns: 1fr;
    }
    
    .pattern-mini-2c28 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .card-upper-e60c {
        padding: 30px 10px;
    }
    
    .gradient_iron_9793 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .top_88b8 {
        padding: 15px;
    }
    
    .dark-20e7 {
        font-size: 0.9rem;
    }
    
    .article-pink-ef34 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .article-pink-ef34 .module_fresh_ec25 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .tertiary-black-1d8e {
        padding: 30px 10px;
    }
    
    .tertiary-black-1d8e h2 {
        font-size: 1.2rem;
    }
    
    .aside_tiny_e90d {
        gap: 10px;
    }
    
    .east-cc46 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .east-cc46 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .west_46f1 {
        padding: 30px 10px;
    }
    
    .west_46f1 h2 {
        font-size: 1.2rem;
    }
    
    .hidden_5093 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .right_fec0 {
        padding: 15px 10px;
    }
    
    .right_fec0 h4 {
        font-size: 0.85rem;
    }
    
    .right_fec0 p {
        font-size: 0.75rem;
    }
    
    .texture-c2b6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .in-24d6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .preview_70a7 {
        padding: 20px 10px;
    }
    
    .input-3165 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .slider-south-71ad,
    .heading-silver-d059,
    .orange-57f3 {
        width: 100%;
    }
    
    .slider-south-71ad h3 {
        font-size: 1.1rem;
    }
    
    .slider-south-71ad p {
        font-size: 0.8rem;
    }
    
    .new_d63d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .light-be4c {
        padding: 30px 15px;
    }
    
    .light-be4c h2 {
        font-size: 1.3rem;
    }
    
    .light-be4c p {
        font-size: 0.85rem;
    }
    
    .east-1187 {
        flex-direction: column;
        gap: 10px;
    }
    
    .east-1187 .filter-motion-f84d {
        width: 100%;
    }
    
    .feature_41bc {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .tag-south-798f {
        padding: 30px 10px;
    }
    
    .tag-south-798f h3 {
        font-size: 1.2rem;
    }
    
    .blue-772c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .column_solid_8ce0 {
        padding: 15px 10px;
    }
    
    .column_solid_8ce0 h4 {
        font-size: 0.85rem;
    }
    
    .column_solid_8ce0 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .action_0253 {
        padding: 30px 15px;
    }
    
    .form_fixed_0355 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .primary-motion-f0f4 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .chip_orange_d74e h4 {
        font-size: 0.9rem;
    }
    
    .chip_orange_d74e a {
        font-size: 0.8rem;
    }
    
    .icon-67cf {
        font-size: 0.8rem;
    }
    
    .list-1882 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .filter_light_9aea {
        padding: 8px 10px;
    }
    
    .photo-f6ed {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .widget-fixed-8036 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .photo-f6ed {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .widget-fixed-8036 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 922c */
.ghost-box-m9 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
