/* Inner Page Styles */

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

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

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

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

.gradient-yellow-1d7a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.gradient-yellow-1d7a .notification_762e {
    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;
}

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

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

.gradient-yellow-1d7a .notification_762e:hover::before {
    left: 100%;
}

.gradient-yellow-1d7a .notification_762e:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table_c136.fn-active-f79d {
    color: var(--casino-gold-light);
}

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

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

.feature-small-51ab {
    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);
}

.feature-small-51ab 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);
}

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

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

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

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

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

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

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

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

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

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

.stale-35f7 {
    padding: var(--md-spacing-md) 0;
}

.tag-bronze-1a83 {
    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%;
}

.tag-bronze-1a83 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 */
.surface_c83c {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.simple-0436:hover::before {
    left: 100%;
}

.simple-0436 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;
}

.simple-0436 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;
}

.simple-0436 .tooltip-yellow-a6f1 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.simple-0436 .tooltip-yellow-a6f1:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.paper_adc0 .tooltip-yellow-a6f1 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.paper_adc0 .tooltip-yellow-a6f1:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hot_d802 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hot_d802 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hot_d802 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .gradient-yellow-1d7a {
        justify-content: center;
    }
    
    .preview_4050 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hot-c92f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .out-849d {
        padding: var(--md-spacing-md) 0;
    }
    
    .feature-small-51ab {
        padding: var(--md-spacing-md);
    }
    
    .center-b6e2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tag-bronze-1a83 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .paper_adc0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .highlight_51ed {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .feature-small-51ab {
        padding: var(--md-spacing-sm);
    }
    
    .detail-9d1c {
        padding: var(--md-spacing-md);
    }
    
    .tag-bronze-1a83 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.detail-9d1c,
.tag-bronze-1a83,
.paper_adc0 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.over_a312 {
    font-size: 1.5rem;
}

.breadcrumb-1670 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag_c9c0 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.card_motion_b4e5.primary-2140 .progress-a80d {
    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); }
}

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

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

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

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

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

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

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

.label_c865 {
    font-size: 1.2rem;
}

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

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

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

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

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

.dim_afbf.pagination-b67a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dim_afbf.advanced-ca37::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dim_afbf.avatar_bronze_6321::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dim_afbf.box-fixed-859f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

.grid-south-7b02 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.chip_ad15.fast-5196 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.chip_ad15.fn-active-f79d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.video-medium-0526 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.label-2ffd {
    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;
}

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

.label-2ffd.top-7600 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.popup_gas_9aca { border-top: 3px solid #00ccff; }
.current_1c73 { border-top: 3px solid #00ff88; }
.hard_0380 { border-top: 3px solid #d4af37; }
.bronze_bdbb { border-top: 3px solid #ff6b6b; }
.center_92cc { border-top: 3px solid #8b5cf6; }

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

.footer-f887 {
    overflow-x: auto;
}

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

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

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

.narrow-2c31 td {
    color: #ccc;
}

.narrow-2c31 .dim_b1bf {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.narrow-2c31 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.middle-359c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.filter-694a {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.popup-366a {
    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;
}

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

.dark-b76b p {
    color: #888;
    font-size: 0.9rem;
}

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

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

@media (max-width: 768px) {
    .tertiary-white-03c0 {
        grid-template-columns: 1fr;
    }
}

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

.rough_09ff {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.hero-4c31 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.element-clean-7695 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.easy-69d8 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.active-d770 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.motion-23a0 .left-558b {
    margin-bottom: 10px;
}

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

.motion-23a0 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.cold-7ecd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

.thumbnail-96ca {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.grid-840f {
    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;
}

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

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

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

.link_yellow_239b a {
    color: #ff6b6b;
}

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

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

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

.simple-155d {
    text-align: center;
}

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

.simple-155d .thick_307a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter-fluid-3e35 {
    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;
}

.filter-fluid-3e35.top-7600 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.element_center_31e6 .mask_4f73 {
    color: #666;
    margin: 0 8px;
}

.element_center_31e6 .notice_lower_d400 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.detail_9c2e {
    font-size: 2rem;
}

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

.modal_de8a strong {
    color: #d4af37;
}

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

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

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

.primary-0c20 h3,
.dark_f199 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.list-large-dfd1 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.rough-2eea strong {
    color: #d4af37;
    margin-right: 8px;
}

.footer-outer-c4f8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.medium-b4bd strong {
    color: #00ff88;
}

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

.tertiary-north-0479 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.widget-cool-e221 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.footer-86dc summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.prev_04a7 strong {
    color: #d4af37;
}

.secondary-b922 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.panel-1efb {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.panel-1efb 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;
}

.panel-1efb li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.down_4cfd strong {
    color: #d4af37;
}

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

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

.thumbnail_pink_5773 strong {
    color: #00ff88;
}

.thumbnail_pink_5773 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-15dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.narrow-15dd li {
    margin-bottom: 5px;
}

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

.narrow-15dd a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.disabled-4b11 strong {
    color: #00ff88;
}

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

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

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

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

.solid-515f {
    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;
}

.icon-wide-aaf4 {
    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;
}

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

@media (max-width: 768px) {
    .slider_middle_2c0d {
        flex-direction: column;
    }
    
    .solid-515f {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .active-down-397a {
        padding: 30px 15px;
    }
    
    .active-down-397a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .text_glass_ecd8 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .input_selected_7c46 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .slider-165a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .slider-165a .wrapper-af91 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .hero_complex_c214 {
        font-size: 1.3rem;
    }
    
    .video-d4d3 {
        font-size: 0.7rem;
    }
    
    .pagination-out-01b5 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pagination-out-01b5 .tooltip-yellow-a6f1 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .warm-071a {
        display: none;
    }
    
    .old-eb91 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .backdrop-white-1f67 {
        padding: 20px 10px;
    }
    
    .section_middle_b075 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar_warm_2cb5,
    .up-66f5 {
        padding: 15px;
    }
    
    .description_down_171d {
        flex-direction: column;
        gap: 5px;
    }
    
    .tertiary_3598 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .wrapper-bronze-0d81 {
        padding: 30px 10px;
    }
    
    .mask-9cae {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .iron_dda9 {
        padding: 20px 15px;
    }
    
    .current-e1f4 {
        font-size: 2rem;
    }
    
    .iron_dda9 h3 {
        font-size: 1.1rem;
    }
    
    .iron_dda9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tertiary-lite-1b3f {
        padding: 20px 5px;
    }
    
    .tertiary-lite-1b3f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .last_7e33 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .narrow-2c31 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .narrow-2c31 th,
    .narrow-2c31 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .video_static_fb9d {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .accordion_upper_0a9a {
        padding: 20px 10px;
    }
    
    .grid-down-5715 h2 {
        font-size: 1.3rem;
    }
    
    .red_7640 {
        font-size: 0.9rem;
    }
    
    .black_87cb h3 {
        font-size: 1.1rem;
    }
    
    .black_87cb p {
        font-size: 0.9rem;
    }
    
    .panel-1efb li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .list_2454 {
        grid-template-columns: 1fr;
    }
    
    .down_4cfd {
        font-size: 0.85rem;
    }
    
    .row-hard-fa0d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mask_medium_a2e0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .mask_medium_a2e0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .panel-dim-5b6a {
        padding: 30px 10px;
    }
    
    .message-ff31 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .media_7839 {
        padding: 15px 10px;
    }
    
    .media_7839 h4 {
        font-size: 0.9rem;
    }
    
    .media_7839 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .element-dynamic-9b7f {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .row-soft-c7bf {
        padding: 30px 10px;
    }
    
    .copper-6470 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget-c89e {
        padding: 15px;
    }
    
    .fast-fd51 {
        font-size: 0.9rem;
    }
    
    .gallery-8def {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gallery-8def .summary_0270 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .feature-fixed-cc21 {
        padding: 30px 10px;
    }
    
    .feature-fixed-cc21 h2 {
        font-size: 1.2rem;
    }
    
    .sidebar_25b3 {
        gap: 10px;
    }
    
    .filter_next_9f34 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .filter_next_9f34 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .component_basic_87ec {
        padding: 30px 10px;
    }
    
    .component_basic_87ec h2 {
        font-size: 1.2rem;
    }
    
    .content_232e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .steel_772c {
        padding: 15px 10px;
    }
    
    .steel_772c h4 {
        font-size: 0.85rem;
    }
    
    .steel_772c p {
        font-size: 0.75rem;
    }
    
    .caption_new_0d00 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .overlay-e86a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .surface_motion_1152 {
        padding: 20px 10px;
    }
    
    .layout_rough_fdc3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .column_64dc,
    .lite_bfc0,
    .link_yellow_239b {
        width: 100%;
    }
    
    .column_64dc h3 {
        font-size: 1.1rem;
    }
    
    .column_64dc p {
        font-size: 0.8rem;
    }
    
    .grid-840f {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .search-5fc7 {
        padding: 30px 15px;
    }
    
    .search-5fc7 h2 {
        font-size: 1.3rem;
    }
    
    .search-5fc7 p {
        font-size: 0.85rem;
    }
    
    .detail_465f {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail_465f .tooltip-yellow-a6f1 {
        width: 100%;
    }
    
    .menu-9e6d {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tall_9f01 {
        padding: 30px 15px;
    }
    
    .banner-3f9e {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .iron-0bc1 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .icon_rough_4d92 h4 {
        font-size: 0.9rem;
    }
    
    .icon_rough_4d92 a {
        font-size: 0.8rem;
    }
    
    .selected_bd1d {
        font-size: 0.8rem;
    }
    
    .outline-c10c p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .label_over_e04d {
        padding: 8px 10px;
    }
    
    .paragraph-6dc6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hero_bf7b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .paragraph-6dc6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hero_bf7b {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 1fd4 */
.ghost-box-r8 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
