/* Inner Page Styles */

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

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

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

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

.tall-872d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.tall-872d .box-first-b320 {
    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;
}

.tall-872d .box-first-b320::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.tall-872d .box-first-b320:hover::before {
    left: 100%;
}

.tall-872d .box-first-b320:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.selected-54d1 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.video_825d.fn-active-d02b {
    color: var(--casino-gold-light);
}

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

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

.glass-24db {
    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);
}

.glass-24db 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);
}

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

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

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

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

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

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

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

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

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

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

.tiny-1a65 {
    padding: var(--md-spacing-md) 0;
}

.tooltip-black-e583 {
    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%;
}

.tooltip-black-e583 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 */
.notice-e3f3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.photo-2930:hover::before {
    left: 100%;
}

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

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

.photo-2930 .heading_west_b161 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.photo-2930 .heading_west_b161:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.carousel-336c {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.active_silver_6925 .heading_west_b161 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.active_silver_6925 .heading_west_b161:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .status-f9f0 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .status-f9f0 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .status-f9f0 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .tall-872d {
        justify-content: center;
    }
    
    .selected-54d1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .red-0e95 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dark-7225 {
        padding: var(--md-spacing-md) 0;
    }
    
    .glass-24db {
        padding: var(--md-spacing-md);
    }
    
    .button_2022 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tooltip-black-e583 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .active_silver_6925 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .background-5f1b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .glass-24db {
        padding: var(--md-spacing-sm);
    }
    
    .old_c05a {
        padding: var(--md-spacing-md);
    }
    
    .tooltip-black-e583 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.old_c05a,
.tooltip-black-e583,
.active_silver_6925 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.widget_bottom_3b6e {
    font-size: 1.5rem;
}

.pink_adc1 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.highlight_iron_0f52 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.hot-0ed9 {
    text-align: center;
    margin-bottom: 30px;
}

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

.advanced-b6b4.out_d9d4 .accordion_3331 {
    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); }
}

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

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

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

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

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

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

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

.border_a14d {
    font-size: 1.2rem;
}

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

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

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

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

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

.purple_f3c2.link-steel-ca59::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.purple_f3c2.outline-yellow-37a1::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.purple_f3c2.dropdown_over_915d::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.purple_f3c2.shade_3435::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tooltip_ab44 {
    font-size: 1.2rem;
}

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

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

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

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

.dirty-58b3.popup_8afc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dirty-58b3.fn-active-d02b { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.hero-977d {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

.section-wide-50f8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.summary-hot-fe36 {
    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;
}

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

.summary-hot-fe36.last_08c0 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.pink_fa61 { border-top: 3px solid #00ccff; }
.label_1118 { border-top: 3px solid #00ff88; }
.title-stale-8a15 { border-top: 3px solid #d4af37; }
.next_da6a { border-top: 3px solid #ff6b6b; }
.heading-1370 { border-top: 3px solid #8b5cf6; }

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

.carousel_north_85de {
    overflow-x: auto;
}

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

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

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

.narrow_0cb5 td {
    color: #ccc;
}

.narrow_0cb5 .footer-medium-0e47 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.module-short-ce0d {
    color: #888;
    font-size: 0.85rem;
}

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

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

.pattern-2ebb {
    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;
}

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

.paragraph-light-e09f {
    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;
}

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

.cool-dfa0 p {
    color: #888;
    font-size: 0.9rem;
}

.photo-middle-d30f {
    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;
}

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

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

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

.search-dd96 {
    font-size: 2rem;
}

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

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

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

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

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

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

.search-steel-16cd {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

.frame-prev-870a {
    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;
}

.frame-prev-870a::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);
}

.link-over-65bf {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.frame-prev-870a h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.frame-prev-870a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

.full-e3e8 {
    font-size: 1.5rem;
}

.info-5ec3 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.mini-452d {
    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;
}

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

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

.secondary-hard-4db5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

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

.header-888a {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.dropdown_fc96 .label_thick_74ad {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cool_c255 a {
    color: #ff6b6b;
}

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

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

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

.tag_smooth_4099 {
    text-align: center;
}

.tag_smooth_4099 .message-hovered-8c96 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.surface-narrow-7f1c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .surface-narrow-7f1c {
        flex-direction: column;
    }
    .blue-2533 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.bronze_701e .focus-9177 {
    color: #666;
    margin: 0 8px;
}

.bronze_701e .content_complex_4312 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.fresh-dbf9 {
    font-size: 2rem;
}

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

.advanced-f432 strong {
    color: #d4af37;
}

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

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

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

.inner-51b2 h3,
.row-9edd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.content-plasma-e98c {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.south-eaa7 strong {
    color: #00ff88;
}

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

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

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

.soft-c448 h3,
.pattern-f0c6 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.media-dfb9 strong {
    color: #d4af37;
}

.hovered_25f7 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-dim-bf44 {
    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;
}

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

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

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

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

.lite_7db8 strong {
    color: #d4af37;
}

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

.item-7c55 {
    color: #888;
    font-size: 0.9rem;
}

.item-7c55 strong {
    color: #00ff88;
}

.item-7c55 span {
    color: #d4af37;
}

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

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

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

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

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

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

.panel-simple-1d23 {
    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;
}

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

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

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

.blue-82ea {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basic-202a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.basic-202a li {
    margin-bottom: 5px;
}

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

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

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

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

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

.paper_3099 strong {
    color: #00ff88;
}

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

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

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

.texture-cold-272e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.summary-bottom-d890 {
    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;
}

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

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

@media (max-width: 768px) {
    .texture-cold-272e {
        flex-direction: column;
    }
    
    .summary-bottom-d890 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .item-8f77 {
        padding: 30px 15px;
    }
    
    .item-8f77 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .description-hovered-c41f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .mask_75f8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fixed-2308 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fixed-2308 .pattern_8bbd {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .south_e845 {
        font-size: 1.3rem;
    }
    
    .mask_0a7e {
        font-size: 0.7rem;
    }
    
    .widget_79ef {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget_79ef .heading_west_b161 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .basic-62f0 {
        display: none;
    }
    
    .mask-4f55 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .paragraph-cold-a437 {
        padding: 20px 10px;
    }
    
    .chip_8fb7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .in_0dd7,
    .mask_9536 {
        padding: 15px;
    }
    
    .blue-82ea {
        flex-direction: column;
        gap: 5px;
    }
    
    .heading-beb9 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .tooltip-59f6 {
        padding: 30px 10px;
    }
    
    .hidden-orange-579c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-dea6 {
        padding: 20px 15px;
    }
    
    .gallery_dd3b {
        font-size: 2rem;
    }
    
    .gallery-dea6 h3 {
        font-size: 1.1rem;
    }
    
    .gallery-dea6 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .tabs_new_4ef9 {
        padding: 20px 10px;
    }
    
    .south-9c74 h2 {
        font-size: 1.3rem;
    }
    
    .block-simple-dfe0 {
        font-size: 0.9rem;
    }
    
    .north_501a h3 {
        font-size: 1.1rem;
    }
    
    .north_501a p {
        font-size: 0.9rem;
    }
    
    .notification_out_8bb2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .modal-1959 {
        grid-template-columns: 1fr;
    }
    
    .lite_7db8 {
        font-size: 0.85rem;
    }
    
    .aside-paper-3d02 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .heading-dim-bf44 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .heading-dim-bf44 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .lower-3a44 {
        padding: 30px 10px;
    }
    
    .feature_cold_078d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header_prev_c441 {
        padding: 15px 10px;
    }
    
    .header_prev_c441 h4 {
        font-size: 0.9rem;
    }
    
    .header_prev_c441 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .form-1f44 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .search_fixed_42fa {
        padding: 30px 10px;
    }
    
    .medium-9a21 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .carousel_82fd {
        padding: 15px;
    }
    
    .filter-7d8c {
        font-size: 0.9rem;
    }
    
    .out_6887 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .out_6887 .alert-pink-0b4a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .search_6882 {
        padding: 30px 10px;
    }
    
    .search_6882 h2 {
        font-size: 1.2rem;
    }
    
    .card-stone-a2e4 {
        gap: 10px;
    }
    
    .picture_static_a96b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .picture_static_a96b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .full-7dc5 {
        padding: 30px 10px;
    }
    
    .full-7dc5 h2 {
        font-size: 1.2rem;
    }
    
    .advanced_3e66 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .search-soft-43fa {
        padding: 15px 10px;
    }
    
    .search-soft-43fa h4 {
        font-size: 0.85rem;
    }
    
    .search-soft-43fa p {
        font-size: 0.75rem;
    }
    
    .footer_up_bc45 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .primary-brown-d432 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hover-8981 {
        padding: 20px 10px;
    }
    
    .video-prev-d63f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .label-a6d5,
    .slow_ba66,
    .cool_c255 {
        width: 100%;
    }
    
    .label-a6d5 h3 {
        font-size: 1.1rem;
    }
    
    .label-a6d5 p {
        font-size: 0.8rem;
    }
    
    .border-simple-2874 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .basic_758f {
        padding: 30px 15px;
    }
    
    .basic_758f h2 {
        font-size: 1.3rem;
    }
    
    .basic_758f p {
        font-size: 0.85rem;
    }
    
    .item_a1ed {
        flex-direction: column;
        gap: 10px;
    }
    
    .item_a1ed .heading_west_b161 {
        width: 100%;
    }
    
    .focus-d0ec {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .dropdown_brown_8e00 {
        padding: 30px 15px;
    }
    
    .highlight-819c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .backdrop_yellow_2b0f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wide-c855 h4 {
        font-size: 0.9rem;
    }
    
    .wide-c855 a {
        font-size: 0.8rem;
    }
    
    .new_3fec {
        font-size: 0.8rem;
    }
    
    .west-3f38 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .content-bcdb {
        padding: 8px 10px;
    }
    
    .layout_solid_a8ed {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .frame-brown-26b6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .layout_solid_a8ed {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .frame-brown-26b6 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 06de */
.phantom-card-s4 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
