/* Inner Page Styles */

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

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

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

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

.pagination-paper-bedc {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.pagination-paper-bedc .fixed_2eff {
    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;
}

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

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

.pagination-paper-bedc .fixed_2eff:hover::before {
    left: 100%;
}

.pagination-paper-bedc .fixed_2eff:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.pagination-huge-f67f {
    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);
}

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

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

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

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

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

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

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

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

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

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

.pink-15cc {
    color: var(--casino-gold-light);
}

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

.pink-15cc a:hover {
    color: var(--casino-gold-light);
}

.pink-15cc.fn-active-84a0 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption_static_a09f .footer-dirty-596c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.caption_static_a09f .footer-dirty-596c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.tabs_last_f3c6 .footer-dirty-596c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tabs_last_f3c6 .footer-dirty-596c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .text_red_d19d {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .text_red_d19d h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .text_red_d19d h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .pagination-paper-bedc {
        justify-content: center;
    }
    
    .pagination-huge-f67f {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .fast-107b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .status-advanced-c659 {
        padding: var(--md-spacing-md) 0;
    }
    
    .detail_3ac1 {
        padding: var(--md-spacing-md);
    }
    
    .progress_d6df {
        padding: var(--md-spacing-md) 0;
    }
    
    .black_31e3 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tabs_last_f3c6 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tiny_e228 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .detail_3ac1 {
        padding: var(--md-spacing-sm);
    }
    
    .border_thick_6e3f {
        padding: var(--md-spacing-md);
    }
    
    .black_31e3 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.border_thick_6e3f,
.black_31e3,
.tabs_last_f3c6 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.red_05f2 {
    font-size: 1.5rem;
}

.in_f2ec strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .paragraph-soft-debc {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .avatar-bottom-1213 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .dropdown-dim-715c {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.west_582f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.cool_4b66.card_yellow_5c56 .notification-prev-61d9 {
    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); }
}

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

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

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

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

.fast-a7a2 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;
}

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

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

.filter_south_2f96 {
    font-size: 1.2rem;
}

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

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

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

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

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

.column_slow_bbe7.glass-83cd::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.column_slow_bbe7.video_fluid_b00a::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.column_slow_bbe7.up_9b29::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.column_slow_bbe7.hovered-aafd::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.frame-9a5a {
    font-size: 1.2rem;
}

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

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

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

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

.pressed-980a.logo-north-c948 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pressed-980a.fn-active-84a0 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.hidden-479c {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.dynamic-4b08 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.slider-action-98d7 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

.white-7510 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

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

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

.warm-cda7 { border-top: 3px solid #00ccff; }
.column_right_6c65 { border-top: 3px solid #00ff88; }
.cool-1eee { border-top: 3px solid #d4af37; }
.footer-red-3deb { border-top: 3px solid #ff6b6b; }
.footer-bright-5e53 { border-top: 3px solid #8b5cf6; }

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

.focus-huge-c343 {
    overflow-x: auto;
}

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

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

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

.fresh-5c66 td {
    color: #ccc;
}

.fresh-5c66 .stone-cb15 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.sidebar-90d0 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.nav-lower-cab7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.notification-red-7fc7 {
    color: #888;
    font-size: 0.85rem;
}

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

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

.frame-clean-e605 {
    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;
}

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

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

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

.info-4a61 p {
    color: #888;
    font-size: 0.9rem;
}

.hero-middle-b4cc {
    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;
}

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

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

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

.overlay_c01f {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.overlay-over-233c {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.filter_complex_ec27 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

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

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

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

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

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

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

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

.fixed-d192 {
    font-size: 1.5rem;
}

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

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

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

.background-2b77 {
    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;
}

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

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

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

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

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

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

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

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

.banner_hard_5d34 .video-b976 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-8d6a {
    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;
}

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

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

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

.active-dda6 a {
    color: #ff6b6b;
}

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

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

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

.heading-1cac {
    text-align: center;
}

.heading-1cac .section-soft-9dd3 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.heading-1cac .detail-c3fe {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.widget-west-00e8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.overlay-hard-13b4 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.item-c076 .hovered_fcca {
    color: #666;
    margin: 0 8px;
}

.item-c076 .thumbnail_complex_38bd {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.slider-10fb strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.frame_inner_e4be {
    font-size: 2rem;
}

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

.hero-b7c4 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.grid-bb93 strong {
    color: #00ff88;
}

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

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

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

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

.accordion-95de {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.module-soft-c020 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.menu_b663 strong {
    color: #d4af37;
}

.narrow-0a23 {
    color: #aaa;
}

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

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

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

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

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

.light-5cb3 {
    max-width: 900px;
    margin: 0 auto;
}

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

.nav-eb19:last-child {
    border-bottom: none;
}

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

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

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

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

.caption-4e0e {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.caption-4e0e 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;
}

.caption-4e0e li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.popup_liquid_019c strong {
    color: #d4af37;
}

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

.current-83ca {
    color: #888;
    font-size: 0.9rem;
}

.current-83ca strong {
    color: #00ff88;
}

.current-83ca span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.hidden-642d {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.tertiary-inner-2025 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.tertiary-inner-2025 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.label-8aa2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.label-8aa2 li {
    margin-bottom: 5px;
}

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

.label-8aa2 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.card-left-9a80 {
    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;
}

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

.background-8792 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tertiary-f7f4 {
        padding: 30px 15px;
    }
    
    .tertiary-f7f4 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .notification_1ae5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .north-1e86 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .message_f7ea {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .message_f7ea .silver_e3b7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .picture-slow-42eb {
        font-size: 1.3rem;
    }
    
    .content-clean-2627 {
        font-size: 0.7rem;
    }
    
    .primary-mini-761c {
        flex-direction: column;
        gap: 10px;
    }
    
    .primary-mini-761c .footer-dirty-596c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hidden-2274 {
        display: none;
    }
    
    .lite_6320 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wrapper-under-8dd9 {
        padding: 20px 10px;
    }
    
    .under_afd4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pattern_action_0f2b,
    .hidden_static_3d49 {
        padding: 15px;
    }
    
    .focused_1936 {
        flex-direction: column;
        gap: 5px;
    }
    
    .slider_east_e9d3 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .solid-389e {
        padding: 30px 10px;
    }
    
    .static-586a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message_164a {
        padding: 20px 15px;
    }
    
    .card_5abf {
        font-size: 2rem;
    }
    
    .message_164a h3 {
        font-size: 1.1rem;
    }
    
    .message_164a p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .orange_9dbf {
        padding: 20px 10px;
    }
    
    .secondary_blue_06a7 h2 {
        font-size: 1.3rem;
    }
    
    .slider_ebe9 {
        font-size: 0.9rem;
    }
    
    .nav-eb19 h3 {
        font-size: 1.1rem;
    }
    
    .nav-eb19 p {
        font-size: 0.9rem;
    }
    
    .caption-4e0e li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .fresh-8c29 {
        grid-template-columns: 1fr;
    }
    
    .popup_liquid_019c {
        font-size: 0.85rem;
    }
    
    .shade-e916 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .progress-78ef {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .progress-78ef strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .popup-f093 {
        padding: 30px 10px;
    }
    
    .under-fc8a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .notice-4cbb {
        padding: 15px 10px;
    }
    
    .notice-4cbb h4 {
        font-size: 0.9rem;
    }
    
    .notice-4cbb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .link_purple_e277 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .under-fc8a {
        grid-template-columns: 1fr;
    }
    
    .notice-4cbb p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .popup_6380 {
        padding: 30px 10px;
    }
    
    .old_b351 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .card-e8a5 {
        padding: 15px;
    }
    
    .surface_3b28 {
        font-size: 0.9rem;
    }
    
    .motion_cfdf {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .motion_cfdf .widget_5e54 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .summary_small_92a3 {
        padding: 30px 10px;
    }
    
    .summary_small_92a3 h2 {
        font-size: 1.2rem;
    }
    
    .popup-middle-8fb4 {
        gap: 10px;
    }
    
    .detail_fast_8948 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .detail_fast_8948 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .section-0acf {
        padding: 30px 10px;
    }
    
    .section-0acf h2 {
        font-size: 1.2rem;
    }
    
    .dark_3502 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .gallery_2221 {
        padding: 15px 10px;
    }
    
    .gallery_2221 h4 {
        font-size: 0.85rem;
    }
    
    .gallery_2221 p {
        font-size: 0.75rem;
    }
    
    .notice_4361 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .silver-812f {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .secondary-a14c {
        padding: 20px 10px;
    }
    
    .paragraph_lite_f1b0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .search-purple-dbf6,
    .thumbnail_prev_869a,
    .active-dda6 {
        width: 100%;
    }
    
    .search-purple-dbf6 h3 {
        font-size: 1.1rem;
    }
    
    .search-purple-dbf6 p {
        font-size: 0.8rem;
    }
    
    .link-8d6a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .fresh-0f3d {
        padding: 30px 15px;
    }
    
    .fresh-0f3d h2 {
        font-size: 1.3rem;
    }
    
    .fresh-0f3d p {
        font-size: 0.85rem;
    }
    
    .left_8aa0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .left_8aa0 .footer-dirty-596c {
        width: 100%;
    }
    
    .glass_0e7b {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .modal-8acc {
        padding: 30px 10px;
    }
    
    .modal-8acc h3 {
        font-size: 1.2rem;
    }
    
    .container-gold-0535 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs_last_f3c6 {
        padding: 15px 10px;
    }
    
    .tabs_last_f3c6 h4 {
        font-size: 0.85rem;
    }
    
    .tabs_last_f3c6 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .caption-c8c7 {
        padding: 30px 15px;
    }
    
    .info-paper-34d3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tabs-out-b37f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .dim-4c1b h4 {
        font-size: 0.9rem;
    }
    
    .dim-4c1b a {
        font-size: 0.8rem;
    }
    
    .new-a00a {
        font-size: 0.8rem;
    }
    
    .brown-45bd p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .next-9e50 {
        padding: 8px 10px;
    }
    
    .wrapper-0d06 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .fluid-443d {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .wrapper-0d06 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .fluid-443d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5017 */
.promo-block-v9 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
