/* Inner Page Styles */

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

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

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

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

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

.carousel_28f8 .preview-simple-e52c {
    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;
}

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

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

.carousel_28f8 .preview-simple-e52c:hover::before {
    left: 100%;
}

.carousel_28f8 .preview-simple-e52c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.footer-brown-04e0 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.alert-dim-3a4f {
    color: var(--casino-gold-light);
}

.alert-dim-3a4f a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.alert-dim-3a4f a:hover {
    color: var(--casino-gold-light);
}

.alert-dim-3a4f.fn-active-563d {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-cold-b21e {
    padding: var(--md-spacing-md) 0;
}

.avatar-paper-f812 {
    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%;
}

.avatar-paper-f812 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 */
.hard_0f30 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.sort-f1ad:hover::before {
    left: 100%;
}

.sort-f1ad 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;
}

.sort-f1ad 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;
}

.sort-f1ad .disabled-down-1e9b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.sort-f1ad .disabled-down-1e9b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.first_4a1b .disabled-down-1e9b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.first_4a1b .disabled-down-1e9b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .image_gas_255e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .image_gas_255e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .image_gas_255e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .carousel_28f8 {
        justify-content: center;
    }
    
    .footer-brown-04e0 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .media_5192 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .header-steel-a0c9 {
        padding: var(--md-spacing-md) 0;
    }
    
    .red-4533 {
        padding: var(--md-spacing-md);
    }
    
    .carousel_03c8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .avatar-paper-f812 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .first_4a1b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .gradient_solid_eba3 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .red-4533 {
        padding: var(--md-spacing-sm);
    }
    
    .aside_south_8071 {
        padding: var(--md-spacing-md);
    }
    
    .avatar-paper-f812 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.aside_south_8071,
.avatar-paper-f812,
.first_4a1b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.south_79c4 {
    font-size: 1.5rem;
}

.cool_7468 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.tabs-d9b1 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .notification-solid-4a55 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.down_4192 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.cool_fc25 {
    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_fc25.soft_46f5 .rough-ba18 {
    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); }
}

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

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

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

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

.video-c680 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;
}

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

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

.aside-tiny-229d {
    font-size: 1.2rem;
}

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

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

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

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

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

.caption_fixed_ac33.row_6001::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.caption_fixed_ac33.status-clean-2fac::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.caption_fixed_ac33.box_in_22fc::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.caption_fixed_ac33.right-2501::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.aside-steel-bac5 {
    font-size: 1.2rem;
}

.icon-plasma-6f64 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.complex-18f1.caption_fresh_1d14 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.complex-18f1.fn-active-563d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.logo-large-e348 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.summary-iron-9a5f {
    background: #0a0a0a;
    padding: 60px 0;
}

.description-white-ee1c {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.last_c27a.upper-9e48 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pressed_dbb7 { border-top: 3px solid #00ccff; }
.action_ba68 { border-top: 3px solid #00ff88; }
.highlight-brown-cc33 { border-top: 3px solid #d4af37; }
.aside_short_0220 { border-top: 3px solid #ff6b6b; }
.focused_9123 { border-top: 3px solid #8b5cf6; }

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

.hidden-9fb4 {
    overflow-x: auto;
}

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

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

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

.in-e467 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

.narrow-52f9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.silver-c650 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .label-under-947b {
        grid-template-columns: 1fr;
    }
}

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

.mask_bronze_c091 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.purple-8dfa {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.photo_74d5 {
    font-size: 1.5rem;
}

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

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

@media (max-width: 768px) {
    .image-orange-35e6 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

.preview-over-6fb2 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.chip_4b31 .advanced_d66e {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.short-5f37 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.shade-stone-e5d7 {
    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;
}

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

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

.slow-62f6 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.label-77a6 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.label-77a6 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.info-87b0 span {
    color: #666;
    font-size: 0.8rem;
}

.info-87b0 a {
    color: #ff6b6b;
}

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

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

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

.middle_addf {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade-67b8 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.highlight_right_bbd4.upper-9e48 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.carousel-7c22 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .pink_cb0f {
        flex-direction: column;
    }
    .description-orange-bf1e {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.thumbnail_fluid_38f7 .accent-7ada {
    color: #666;
    margin: 0 8px;
}

.thumbnail_fluid_38f7 .active-f926 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.out-6f6f {
    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;
}

.search_8c08 {
    font-size: 2rem;
}

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

.layout_5c8a strong {
    color: #d4af37;
}

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

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

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

.badge_b2a5 h3,
.paragraph-29bf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.item-4bf5 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.progress-fluid-5a5c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.header-new-7eca strong {
    color: #00ff88;
}

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

.form-focused-adf0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.main-up-4fcf {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.label-west-f0ba summary::-webkit-details-marker {
    display: none;
}

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

.photo-hot-19c7 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.module_north_1f95 strong {
    color: #d4af37;
}

.dropdown-49e8 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.small-2ba1 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.small-2ba1 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;
}

.small-2ba1 li strong {
    color: #00ff88;
}

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

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

.surface-29e7 {
    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;
}

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

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

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

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

.prev-d222 strong {
    color: #d4af37;
}

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

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

.module_silver_0125 strong {
    color: #00ff88;
}

.module_silver_0125 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.complex-42b6 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.short-083b {
    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;
}

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

.warm_6533 strong {
    color: #00ff88;
}

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

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

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

.nav-6b90 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.glass-3a16 {
    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;
}

.notification-orange-0338 {
    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;
}

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

@media (max-width: 768px) {
    .nav-6b90 {
        flex-direction: column;
    }
    
    .glass-3a16 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.image-cool-c8ec {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .old_bd86 {
        padding: 30px 15px;
    }
    
    .old_bd86 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .footer-fresh-4983 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .layout_bf0a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .paper-d33d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .paper-d33d .chip_selected_be83 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .carousel_smooth_51c8 {
        font-size: 1.3rem;
    }
    
    .tag-slow-a6ea {
        font-size: 0.7rem;
    }
    
    .tag-63a5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tag-63a5 .disabled-down-1e9b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .under-159a {
        display: none;
    }
    
    .status_slow_8a77 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .up-72a0 {
        padding: 20px 10px;
    }
    
    .status_old_ab05 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .border-b047,
    .paragraph-d960 {
        padding: 15px;
    }
    
    .badge-e1e3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .yellow_a3b2 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .sidebar-west-ad0e {
        padding: 30px 10px;
    }
    
    .layout-solid-e642 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .chip_dynamic_eae7 {
        padding: 20px 15px;
    }
    
    .advanced-15e1 {
        font-size: 2rem;
    }
    
    .chip_dynamic_eae7 h3 {
        font-size: 1.1rem;
    }
    
    .chip_dynamic_eae7 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .green-7afa {
        padding: 20px 5px;
    }
    
    .green-7afa h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .popup-2f55 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .in-e467 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .in-e467 th,
    .in-e467 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .sidebar_d975 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .lite_e8cb {
        padding: 20px 10px;
    }
    
    .selected-c7be h2 {
        font-size: 1.3rem;
    }
    
    .red-1c7b {
        font-size: 0.9rem;
    }
    
    .grid_bottom_287e h3 {
        font-size: 1.1rem;
    }
    
    .grid_bottom_287e p {
        font-size: 0.9rem;
    }
    
    .small-2ba1 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .mini-ce37 {
        grid-template-columns: 1fr;
    }
    
    .prev-d222 {
        font-size: 0.85rem;
    }
    
    .light-4e22 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .surface-29e7 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .surface-29e7 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .background_0e71 {
        padding: 30px 10px;
    }
    
    .focus-824a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .pagination-e458 {
        padding: 15px 10px;
    }
    
    .pagination-e458 h4 {
        font-size: 0.9rem;
    }
    
    .pagination-e458 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notification_wide_c652 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .focus-824a {
        grid-template-columns: 1fr;
    }
    
    .pagination-e458 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .status_3ae7 {
        padding: 30px 10px;
    }
    
    .footer-hovered-7a6e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .brown_9b1f {
        padding: 15px;
    }
    
    .notice_3f0d {
        font-size: 0.9rem;
    }
    
    .nav_up_9652 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .nav_up_9652 .button_green_85b9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .cold_6c16 {
        padding: 30px 10px;
    }
    
    .cold_6c16 h2 {
        font-size: 1.2rem;
    }
    
    .media-b555 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo-first-2b6c {
        padding: 15px 10px;
    }
    
    .photo-first-2b6c h4 {
        font-size: 0.85rem;
    }
    
    .photo-first-2b6c p {
        font-size: 0.75rem;
    }
    
    .content_fdd9 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .paragraph-north-43f5 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .huge_ddf3 {
        padding: 20px 10px;
    }
    
    .mini_052f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .main_9d68,
    .label-77a6,
    .info-87b0 {
        width: 100%;
    }
    
    .main_9d68 h3 {
        font-size: 1.1rem;
    }
    
    .main_9d68 p {
        font-size: 0.8rem;
    }
    
    .surface_bright_e4b7 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .full_fc1e {
        padding: 30px 15px;
    }
    
    .full_fc1e h2 {
        font-size: 1.3rem;
    }
    
    .full_fc1e p {
        font-size: 0.85rem;
    }
    
    .fast-187c {
        flex-direction: column;
        gap: 10px;
    }
    
    .fast-187c .disabled-down-1e9b {
        width: 100%;
    }
    
    .accent-orange-e973 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .header-76fa {
        padding: 30px 10px;
    }
    
    .header-76fa h3 {
        font-size: 1.2rem;
    }
    
    .label-clean-8764 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .first_4a1b {
        padding: 15px 10px;
    }
    
    .first_4a1b h4 {
        font-size: 0.85rem;
    }
    
    .first_4a1b p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .avatar-f228 {
        padding: 30px 15px;
    }
    
    .tall_e01e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .old-151c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .overlay-old-452b h4 {
        font-size: 0.9rem;
    }
    
    .overlay-old-452b a {
        font-size: 0.8rem;
    }
    
    .secondary_dirty_c0d7 {
        font-size: 0.8rem;
    }
    
    .border_63b8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .narrow-4f81 {
        padding: 8px 10px;
    }
    
    .component_new_2102 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .carousel-yellow-7b81 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .component_new_2102 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .carousel-yellow-7b81 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 31a5 */
.phantom-card-m9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
