/* Inner Page Styles */

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

.background-white-a0d3 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);
}

.background-white-a0d3 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);
}

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

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

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

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

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

.over_893e .cool_60e9:hover::before {
    left: 100%;
}

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

.silver-9eb2 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.tertiary-cf6d {
    color: var(--casino-gold-light);
}

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

.tertiary-cf6d a:hover {
    color: var(--casino-gold-light);
}

.tertiary-cf6d.fn-active-b469 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-e2af 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 */
.banner_selected_1377 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.logo-2440:hover::before {
    left: 100%;
}

.logo-2440 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;
}

.logo-2440 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;
}

.logo-2440 .section-af93 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.logo-2440 .section-af93:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.photo-outer-b7c4 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.highlight-large-4337 {
    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);
}

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

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

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

.highlight-large-4337 .section-af93 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.highlight-large-4337 .section-af93:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .background-white-a0d3 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .background-white-a0d3 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .background-white-a0d3 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .over_893e {
        justify-content: center;
    }
    
    .bright_2ba1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .search_pro_4004 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .border_outer_3ae7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .status_new_40c0 {
        padding: var(--md-spacing-md);
    }
    
    .accordion-068e {
        padding: var(--md-spacing-md) 0;
    }
    
    .fresh-e2af {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .highlight-large-4337 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .footer_gold_1dae {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .status_new_40c0 {
        padding: var(--md-spacing-sm);
    }
    
    .pressed-6b6f {
        padding: var(--md-spacing-md);
    }
    
    .fresh-e2af {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pressed-6b6f,
.fresh-e2af,
.highlight-large-4337 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.panel-center-625c {
    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);
}

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

.status-60d8 {
    font-size: 1.5rem;
}

.mask_d19e strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .prev-3b2d {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .focus-7edb {
        margin-left: 0;
    }
}

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

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

.top-3f7f {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

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

.top-3f7f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.top-3f7f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.outline-7f04 strong {
    color: #00ff88;
}

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

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

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

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

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

.logo-0e34::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;
}

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

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

.brown_c6ab.banner-7b15 .full-16e0 {
    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); }
}

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

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

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

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

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

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

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

.footer_tall_c92f {
    font-size: 1.2rem;
}

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

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

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

.focus-gold-e851 {
    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;
}

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

.focus-gold-e851.alert_3d51::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.focus-gold-e851.layout_8ffa::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.focus-gold-e851.bottom-f2fc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.focus-gold-e851.liquid_918b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.component-4537 {
    font-size: 1.2rem;
}

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

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

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

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

.selected_42f9.form-a15e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.selected_42f9.fn-active-b469 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.summary-590e {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.current-7b36 {
    background: #0a0a0a;
    padding: 60px 0;
}

.pattern-over-6903 {
    max-width: 800px;
    margin: 0 auto;
}

.new-19ee {
    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_fluid_20b9 {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

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

.nav-202c {
    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;
}

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

.nav-202c.red-54a3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.hover-iron-0ae8 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.orange_7aeb { border-top: 3px solid #00ccff; }
.feature_upper_bebd { border-top: 3px solid #00ff88; }
.sort-out-2c09 { border-top: 3px solid #d4af37; }
.action_7486 { border-top: 3px solid #ff6b6b; }
.fixed-a729 { border-top: 3px solid #8b5cf6; }

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

.section-out-dc80 {
    overflow-x: auto;
}

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

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

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

.description_74b5 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.block-iron-23bd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.disabled-cool-6842 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.fast_2d52 {
    font-size: 2rem;
}

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

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

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

.prev-6c1b {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.pagination-tiny-3d4e {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.carousel-9d95 {
    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;
}

.carousel-9d95::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);
}

.media-gold-23b2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.filter_narrow_8eea {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.notice-bright-4178 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.detail_black_2480 .static_0b5a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.column-yellow-21f9 {
    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;
}

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

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

.preview-smooth-4e6e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.gallery-dirty-014c {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.gallery-dirty-014c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.active-upper-5673 span {
    color: #666;
    font-size: 0.8rem;
}

.active-upper-5673 a {
    color: #ff6b6b;
}

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

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

.shadow-red-0b61 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.focused_649f {
    text-align: center;
}

.focused_649f .progress-dim-39b6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.blue_c866 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

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

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

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

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

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

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

.top_a0e0.red-54a3 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.active-9de9 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.main_0c68 .hot-2169 {
    color: #666;
    margin: 0 8px;
}

.main_0c68 .table_326d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.last_64d8 {
    font-size: 2rem;
}

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

.progress_old_d68b strong {
    color: #d4af37;
}

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

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

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

.pagination-east-6fdb h3,
.hero_1a55 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.description-72ef {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.content-center-1726 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.plasma_ff52 strong {
    color: #00ff88;
}

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

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

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

.hero-7afc h3,
.green-4eaa h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.label-black-3cff summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.label-black-3cff summary::-webkit-details-marker {
    display: none;
}

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

.video-new-bf1d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.card_short_33a2 strong {
    color: #d4af37;
}

.down-886e {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.upper-16ad {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.upper-16ad 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;
}

.upper-16ad li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.hovered-060e strong {
    color: #d4af37;
}

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

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

.surface_simple_d0b4 strong {
    color: #00ff88;
}

.surface_simple_d0b4 span {
    color: #d4af37;
}

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

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

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

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

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

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

.solid-74a8 {
    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;
}

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

.box-glass-045d {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.overlay-liquid-7b2f {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.overlay-liquid-7b2f li:last-child {
    border-bottom: none;
}

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

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

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

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

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

@media (max-width: 480px) {
    .primary-active-9a98 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.list_e55c strong {
    color: #00ff88;
}

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

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

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

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

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

.header-55c8 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .module-f633 {
        padding: 30px 15px;
    }
    
    .module-f633 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .east-3471 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .search_a8f0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .summary_33cd {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .summary_33cd .soft_0614 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .shadow_2456 {
        font-size: 1.3rem;
    }
    
    .tertiary_fd53 {
        font-size: 0.7rem;
    }
    
    .clean_8478 {
        flex-direction: column;
        gap: 10px;
    }
    
    .clean_8478 .section-af93 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .focus-945b {
        display: none;
    }
    
    .row_current_3f58 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .slow-1974 {
        padding: 20px 10px;
    }
    
    .tiny_14a2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header_fe64,
    .hot_2997 {
        padding: 15px;
    }
    
    .wrapper_in_d2ef {
        flex-direction: column;
        gap: 5px;
    }
    
    .purple_943e {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop_fdf0 {
        padding: 30px 10px;
    }
    
    .header-over-aaa3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-focused-3b93 {
        padding: 20px 15px;
    }
    
    .border_gas_5894 {
        font-size: 2rem;
    }
    
    .layout-focused-3b93 h3 {
        font-size: 1.1rem;
    }
    
    .layout-focused-3b93 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .sort_slow_4254 {
        padding: 20px 10px;
    }
    
    .table_7b9a h2 {
        font-size: 1.3rem;
    }
    
    .layout_e05a {
        font-size: 0.9rem;
    }
    
    .notice_875e h3 {
        font-size: 1.1rem;
    }
    
    .notice_875e p {
        font-size: 0.9rem;
    }
    
    .upper-16ad li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .west-080a {
        grid-template-columns: 1fr;
    }
    
    .hovered-060e {
        font-size: 0.85rem;
    }
    
    .medium_e982 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .picture-cd1c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .picture-cd1c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .nav-ba56 {
        padding: 30px 10px;
    }
    
    .south_5886 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade-bfec {
        padding: 15px 10px;
    }
    
    .shade-bfec h4 {
        font-size: 0.9rem;
    }
    
    .shade-bfec p {
        font-size: 0.75rem;
        display: none;
    }
    
    .dim_39dc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .south_5886 {
        grid-template-columns: 1fr;
    }
    
    .shade-bfec p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .red-8de7 {
        padding: 30px 10px;
    }
    
    .detail_outer_da86 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .cool_39de {
        padding: 15px;
    }
    
    .yellow-a4bf {
        font-size: 0.9rem;
    }
    
    .tabs-fresh-060f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-fresh-060f .icon-039d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .red_50a2 {
        padding: 30px 10px;
    }
    
    .red_50a2 h2 {
        font-size: 1.2rem;
    }
    
    .main-8c41 {
        gap: 10px;
    }
    
    .video_40a5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .video_40a5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .feature_hard_b192 {
        padding: 30px 10px;
    }
    
    .feature_hard_b192 h2 {
        font-size: 1.2rem;
    }
    
    .container-649a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .module_d515 {
        padding: 15px 10px;
    }
    
    .module_d515 h4 {
        font-size: 0.85rem;
    }
    
    .module_d515 p {
        font-size: 0.75rem;
    }
    
    .upper-ca54 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .inner-9a4c {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .liquid-ccb0 {
        padding: 20px 10px;
    }
    
    .down_6f5e {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tertiary_8cf3,
    .gallery-dirty-014c,
    .active-upper-5673 {
        width: 100%;
    }
    
    .tertiary_8cf3 h3 {
        font-size: 1.1rem;
    }
    
    .tertiary_8cf3 p {
        font-size: 0.8rem;
    }
    
    .upper_b830 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .clean-6790 {
        padding: 30px 15px;
    }
    
    .clean-6790 h2 {
        font-size: 1.3rem;
    }
    
    .clean-6790 p {
        font-size: 0.85rem;
    }
    
    .basic_edbb {
        flex-direction: column;
        gap: 10px;
    }
    
    .basic_edbb .section-af93 {
        width: 100%;
    }
    
    .sidebar_0a04 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .article-b2b8 {
        padding: 30px 10px;
    }
    
    .article-b2b8 h3 {
        font-size: 1.2rem;
    }
    
    .primary-400b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .highlight-large-4337 {
        padding: 15px 10px;
    }
    
    .highlight-large-4337 h4 {
        font-size: 0.85rem;
    }
    
    .highlight-large-4337 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .popup_2733 {
        padding: 30px 15px;
    }
    
    .link-inner-dd19 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sort-silver-7d33 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .active-center-cb01 h4 {
        font-size: 0.9rem;
    }
    
    .active-center-cb01 a {
        font-size: 0.8rem;
    }
    
    .pattern_8241 {
        font-size: 0.8rem;
    }
    
    .center-f51e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .light-d981 {
        padding: 8px 10px;
    }
    
    .cold-5891 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .input_basic_f76b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .cold-5891 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .input_basic_f76b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 3b58 */
.shadow-element-b9 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
