/* Inner Page Styles */

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

.detail-stale-4c62 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);
}

.detail-stale-4c62 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);
}

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

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

.outline_black_201c .complex-01b5 {
    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;
}

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

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

.outline_black_201c .complex-01b5:hover::before {
    left: 100%;
}

.outline_black_201c .complex-01b5:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description_middle_cd8a.fn-active-7b3d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern_4ca9 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 */
.blue-46af {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blue-46af li {
    margin-bottom: var(--md-spacing-xs);
}

.blue-46af 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);
}

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

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

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

.hard-a96c:hover::before {
    left: 100%;
}

.hard-a96c 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;
}

.hard-a96c 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;
}

.hard-a96c .wrapper-2de0 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hard-a96c .wrapper-2de0:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.link-white-afe9 {
    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);
}

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

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

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

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

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

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

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

.short-6003 .wrapper-2de0 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.short-6003 .wrapper-2de0:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .detail-stale-4c62 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .detail-stale-4c62 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .detail-stale-4c62 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .outline_black_201c {
        justify-content: center;
    }
    
    .focus_dirty_e1bb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .aside_dirty_1113 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .pattern-0c89 {
        padding: var(--md-spacing-md) 0;
    }
    
    .overlay_lower_9ef3 {
        padding: var(--md-spacing-md);
    }
    
    .motion_53b6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .pattern_4ca9 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .short-6003 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .simple-ba00 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .overlay_lower_9ef3 {
        padding: var(--md-spacing-sm);
    }
    
    .row-fixed-dcc2 {
        padding: var(--md-spacing-md);
    }
    
    .pattern_4ca9 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.row-fixed-dcc2,
.pattern_4ca9,
.short-6003 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.widget-up-6e9d::-webkit-scrollbar {
    width: 8px;
}

.widget-up-6e9d::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.widget-up-6e9d::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.widget-up-6e9d::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.gradient-plasma-14cf {
    font-size: 1.5rem;
}

.lite_5d4f strong {
    color: #00ff88;
}

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

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

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

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

.dirty-418a {
    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-418a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.dirty-418a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.dirty-418a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.banner_944f strong {
    color: #00ff88;
}

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

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

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

.tooltip-smooth-2f5c {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.smooth-2efd::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;
}

.panel-05ba {
    text-align: center;
    margin-bottom: 30px;
}

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

.hidden-7c5f.surface_large_beab .card_warm_db39 {
    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); }
}

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

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

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

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

.description-0061 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;
}

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

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

.active-first-72da {
    font-size: 1.2rem;
}

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

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

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

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

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

.easy-7b27.prev_0872::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.easy-7b27.huge-9db3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.easy-7b27.preview_b45a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.easy-7b27.copper_3c4b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.hot-b6c6 {
    font-size: 1.2rem;
}

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

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

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

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

.summary-bd51.yellow-868a { background: linear-gradient(90deg, #00ccff, #0088ff); }
.summary-bd51.fn-active-7b3d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.prev-133b {
    color: #666;
    font-size: 0.8rem;
}

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

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

.form-current-587a {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.logo-soft-e0c5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.outline-4566.gallery-orange-09ff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.video-228f { border-top: 3px solid #00ccff; }
.blue_cafd { border-top: 3px solid #00ff88; }
.orange_4694 { border-top: 3px solid #d4af37; }
.hero_dirty_0bf5 { border-top: 3px solid #ff6b6b; }
.dark_4ac9 { border-top: 3px solid #8b5cf6; }

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

.west-a9ea {
    overflow-x: auto;
}

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

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

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

.box_ce51 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.pink-7d6f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.footer-29e4 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .banner-action-05d5 {
        grid-template-columns: 1fr;
    }
}

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

.tertiary_inner_d917 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.caption-silver-c1fb {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dim-5d91 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.frame_blue_fd46 {
    font-size: 1.5rem;
}

.notice-gas-c40b {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.gradient_5a58 .hovered-49c4 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.right-3e2d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.image-pink-23d8 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-8d66 span {
    color: #666;
    font-size: 0.8rem;
}

.footer-8d66 a {
    color: #ff6b6b;
}

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

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

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

.primary-tall-37cf {
    text-align: center;
}

.primary-tall-37cf .lite_142b {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.primary-tall-37cf .narrow-4744 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-over-9609 {
    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;
}

.nav-over-9609.gallery-orange-09ff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.icon-4f30 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .info_lower_bdb9 {
        flex-direction: column;
    }
    .notification-652f {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.media-west-879f .dim_ccf0 {
    color: #666;
    margin: 0 8px;
}

.media-west-879f .component_in_ddf1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.plasma-5ff2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.tertiary-wide-3d01 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.layout_ac2d {
    font-size: 2rem;
}

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

.aside_43a0 strong {
    color: #d4af37;
}

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

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

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

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

.button-silver-e601 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.photo-5e95 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.title-glass-3dc7 strong {
    color: #d4af37;
    margin-right: 8px;
}

.link-selected-0175 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.header_4353 strong {
    color: #00ff88;
}

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

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

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

.focused-9adb h3,
.search_next_bc34 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.container-pro-366d {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.logo-7a3f strong {
    color: #d4af37;
}

.shade-c62e {
    color: #aaa;
}

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

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

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

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

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

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

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

.plasma-74c4:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.component-3f66 strong {
    color: #d4af37;
}

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

.media-552d {
    color: #888;
    font-size: 0.9rem;
}

.media-552d strong {
    color: #00ff88;
}

.media-552d span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.prev-05b4 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-down-8160 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-down-8160 li {
    margin-bottom: 5px;
}

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

.popup-down-8160 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.link_wood_6d9c strong {
    color: #00ff88;
}

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

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

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

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

.active-2b35 {
    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;
}

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

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

@media (max-width: 768px) {
    .item_steel_0d21 {
        flex-direction: column;
    }
    
    .active-2b35 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.detail-086e {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .sidebar_2e78 {
        padding: 30px 15px;
    }
    
    .sidebar_2e78 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .texture-9479 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .dark_33ea {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .copper_6b96 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .copper_6b96 .sort_new_14b9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .icon_pink_f716 {
        font-size: 1.3rem;
    }
    
    .purple_3f28 {
        font-size: 0.7rem;
    }
    
    .new-5606 {
        flex-direction: column;
        gap: 10px;
    }
    
    .new-5606 .wrapper-2de0 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .lite-4a03 {
        display: none;
    }
    
    .tag_545b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .banner-120d {
        padding: 20px 10px;
    }
    
    .fixed_6e79 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .lower-fb63,
    .button_west_8e6d {
        padding: 15px;
    }
    
    .shadow_soft_70db {
        flex-direction: column;
        gap: 5px;
    }
    
    .prev-05b4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .notice-cool-2c55 {
        padding: 30px 10px;
    }
    
    .logo-bb63 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .center_838b {
        padding: 20px 15px;
    }
    
    .purple-f1a4 {
        font-size: 2rem;
    }
    
    .center_838b h3 {
        font-size: 1.1rem;
    }
    
    .center_838b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .notification_0c5c {
        padding: 20px 10px;
    }
    
    .gas-b731 h2 {
        font-size: 1.3rem;
    }
    
    .west_526c {
        font-size: 0.9rem;
    }
    
    .plasma-74c4 h3 {
        font-size: 1.1rem;
    }
    
    .plasma-74c4 p {
        font-size: 0.9rem;
    }
    
    .hot_efe2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .filter_a8b3 {
        grid-template-columns: 1fr;
    }
    
    .component-3f66 {
        font-size: 0.85rem;
    }
    
    .black-9eb1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .border-7f0d {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .border-7f0d strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .background_0df1 {
        padding: 30px 10px;
    }
    
    .media-ce98 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gradient_4164 {
        padding: 15px 10px;
    }
    
    .gradient_4164 h4 {
        font-size: 0.9rem;
    }
    
    .gradient_4164 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .clean-6947 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .layout-cold-0d1d {
        padding: 30px 10px;
    }
    
    .narrow-5aca {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture_right_8148 {
        padding: 15px;
    }
    
    .breadcrumb-active-aba4 {
        font-size: 0.9rem;
    }
    
    .tag_red_2e52 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag_red_2e52 .status_8ee2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .disabled-rough-e6cf {
        padding: 30px 10px;
    }
    
    .disabled-rough-e6cf h2 {
        font-size: 1.2rem;
    }
    
    .carousel_fe85 {
        gap: 10px;
    }
    
    .mini_a092 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .mini_a092 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .box-aa6b {
        padding: 30px 10px;
    }
    
    .box-aa6b h2 {
        font-size: 1.2rem;
    }
    
    .banner_e2ca {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .caption-52ab {
        padding: 15px 10px;
    }
    
    .caption-52ab h4 {
        font-size: 0.85rem;
    }
    
    .caption-52ab p {
        font-size: 0.75rem;
    }
    
    .layout_8403 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .button-2f18 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .highlight_bottom_01ac {
        padding: 20px 10px;
    }
    
    .steel_6d34 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .popup_3415,
    .green_f003,
    .footer-8d66 {
        width: 100%;
    }
    
    .popup_3415 h3 {
        font-size: 1.1rem;
    }
    
    .popup_3415 p {
        font-size: 0.8rem;
    }
    
    .feature-d0d6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .layout-42e2 {
        padding: 30px 15px;
    }
    
    .layout-42e2 h2 {
        font-size: 1.3rem;
    }
    
    .layout-42e2 p {
        font-size: 0.85rem;
    }
    
    .message-pink-bb2d {
        flex-direction: column;
        gap: 10px;
    }
    
    .message-pink-bb2d .wrapper-2de0 {
        width: 100%;
    }
    
    .photo_medium_06a3 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .solid-b83a {
        padding: 30px 15px;
    }
    
    .background_bronze_884e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .hidden-fast-8cac {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .light_e5b2 h4 {
        font-size: 0.9rem;
    }
    
    .light_e5b2 a {
        font-size: 0.8rem;
    }
    
    .active_8b7e {
        font-size: 0.8rem;
    }
    
    .short_dd4f p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .picture-tiny-b028 {
        padding: 8px 10px;
    }
    
    .mini-cb6c {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .smooth_91c4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .mini-cb6c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .smooth_91c4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 27e2 */
.promo-block-w9 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
