/* Inner Page Styles */

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

.clean-39b7 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);
}

.clean-39b7 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);
}

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

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

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

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

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

.filter_lower_bf43 .outline-ebd6:hover::before {
    left: 100%;
}

.filter_lower_bf43 .outline-ebd6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.text-8d82 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.main-75e6 {
    color: var(--casino-gold-light);
}

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

.main-75e6 a:hover {
    color: var(--casino-gold-light);
}

.main-75e6.fn-active-b3c5 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.shadow-25be {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.focus-2e19 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.east-efa8:hover::before {
    left: 100%;
}

.east-efa8 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;
}

.east-efa8 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;
}

.east-efa8 .pagination_4c6c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.east-efa8 .pagination_4c6c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.purple-22a8 {
    margin-top: var(--md-spacing-sm);
}

.content_bright_2a24 {
    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_bright_2a24:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.old-c7e0 .pagination_4c6c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .clean-39b7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .clean-39b7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .clean-39b7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .filter_lower_bf43 {
        justify-content: center;
    }
    
    .warm_6e1b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .border-a6d2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .shadow-25be {
        padding: var(--md-spacing-md) 0;
    }
    
    .bronze_9dc3 {
        padding: var(--md-spacing-md);
    }
    
    .title_pink_d23c {
        padding: var(--md-spacing-md) 0;
    }
    
    .hovered_b74b {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .old-c7e0 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .menu_f46b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .bronze_9dc3 {
        padding: var(--md-spacing-sm);
    }
    
    .mini-29fa {
        padding: var(--md-spacing-md);
    }
    
    .hovered_b74b {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.mini-29fa,
.hovered_b74b,
.old-c7e0 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.hidden-cold-24c4::-webkit-scrollbar {
    width: 8px;
}

.hidden-cold-24c4::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.hidden-cold-24c4::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.hidden-cold-24c4::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

/* Author Section Compact */
.picture-steel-838c {
    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);
}

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

.accordion_action_cfd4 {
    font-size: 1.5rem;
}

.accordion_up_dd06 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.hero-ecbd {
    padding: 30px 0;
}

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

.glass-51a9 {
    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;
}

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

.glass-51a9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.glass-51a9 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.section-blue-f7dd::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;
}

.item-3f79 {
    text-align: center;
    margin-bottom: 30px;
}

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

.component-a1ee.border_rough_1189 .mini_b341 {
    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); }
}

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

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

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

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

.east-c202 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;
}

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

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

.container_plasma_3e33 {
    font-size: 1.2rem;
}

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

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

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

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

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

.progress_ecf1.short_1f5e::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.progress_ecf1.slow_051e::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.progress_ecf1.module-light-2fb8::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.progress_ecf1.shade_center_d67b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.under_73f0 {
    font-size: 1.2rem;
}

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

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

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

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

.wide_9e47.photo_a75c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.wide_9e47.fn-active-b3c5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.box-silver-9f6a {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.active-d850.stone-94df {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.selected-bfdc { border-top: 3px solid #00ccff; }
.gallery_static_5727 { border-top: 3px solid #00ff88; }
.progress_dim_7cb4 { border-top: 3px solid #d4af37; }
.slider_c8b7 { border-top: 3px solid #ff6b6b; }
.menu-current-e8e6 { border-top: 3px solid #8b5cf6; }

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

.easy-38d1 {
    overflow-x: auto;
}

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

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

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

.smooth-bde4 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.chip-2c81 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-0f6e h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.menu-0f6e p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.component-tiny-8c4e {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.glass-6f0a {
    background: #0a0a0a;
    padding: 60px 0;
}

.modal-fresh-277a {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

@media (max-width: 576px) {
    .modal-fresh-277a::before {
        left: 30px;
    }
}

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

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

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

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

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

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

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

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

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

.short-0cd8 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.list_bright_fcc0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.status-9d5d strong {
    color: #fff;
    display: block;
}

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

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

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

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

.feature_focused_de4f .text_92ac {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick-00c0 span {
    color: #666;
    font-size: 0.8rem;
}

.thick-00c0 a {
    color: #ff6b6b;
}

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

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

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

.full-a281 {
    text-align: center;
}

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

.full-a281 .yellow-7921 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.cold-5fbb {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.hero_4ba2.stone-94df {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .container-486a {
        flex-direction: column;
    }
    .card-99c5 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.modal_09a9 .secondary-large-ab91 {
    color: #666;
    margin: 0 8px;
}

.modal_09a9 .plasma_ba4d {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.widget_large_9957 {
    font-size: 2rem;
}

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

.container-cc3a strong {
    color: #d4af37;
}

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

.layout-89df {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

.notification-gold-7b44 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.status-active-ea7a strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.form-9d8f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hard-0eee strong {
    color: #d4af37;
}

.fast-1c44 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

.label-wide-5341 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.label-wide-5341 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;
}

.label-wide-5341 li strong {
    color: #00ff88;
}

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

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

.footer-0d17 {
    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;
}

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

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

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

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

.last-bfb0 strong {
    color: #d4af37;
}

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

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

.gallery_b8eb strong {
    color: #00ff88;
}

.gallery_b8eb span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

.grid-dark-7c92 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.tertiary-blue-9d9f {
    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;
}

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

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

.under_d7f9 strong {
    color: #00ff88;
}

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

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

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

.active-0ed9 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .active-0ed9 {
        flex-direction: column;
    }
    
    .fixed_77ca {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .overlay-fluid-b110 {
        padding: 30px 15px;
    }
    
    .overlay-fluid-b110 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .disabled-27df {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .warm_f5c6 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .sidebar_bottom_4c3a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .sidebar_bottom_4c3a .card-b420 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .video_c950 {
        font-size: 1.3rem;
    }
    
    .box_bottom_09f7 {
        font-size: 0.7rem;
    }
    
    .list-4ec2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .list-4ec2 .pagination_4c6c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .banner-9187 {
        display: none;
    }
    
    .carousel_7295 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tabs-hard-7f3a {
        padding: 20px 10px;
    }
    
    .mini_d32f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .primary-next-c751,
    .logo_steel_e9ae {
        padding: 15px;
    }
    
    .tabs_pressed_efbb {
        flex-direction: column;
        gap: 5px;
    }
    
    .pro-4651 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .warm-4178 {
        padding: 30px 10px;
    }
    
    .pink_1f6a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input_4e5e {
        padding: 20px 15px;
    }
    
    .message_971a {
        font-size: 2rem;
    }
    
    .input_4e5e h3 {
        font-size: 1.1rem;
    }
    
    .input_4e5e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .tall-6ace {
        padding: 20px 5px;
    }
    
    .tall-6ace h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .shadow-e309 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .smooth-bde4 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .smooth-bde4 th,
    .smooth-bde4 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .secondary_green_618c {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .badge_hovered_a4d6 {
        padding: 20px 10px;
    }
    
    .silver_7535 h2 {
        font-size: 1.3rem;
    }
    
    .steel_b6b0 {
        font-size: 0.9rem;
    }
    
    .surface_58fd h3 {
        font-size: 1.1rem;
    }
    
    .surface_58fd p {
        font-size: 0.9rem;
    }
    
    .label-wide-5341 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .block-orange-e174 {
        grid-template-columns: 1fr;
    }
    
    .last-bfb0 {
        font-size: 0.85rem;
    }
    
    .down_1ad2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .footer-0d17 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .footer-0d17 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .fluid_4d1c {
        padding: 30px 10px;
    }
    
    .content_6ccc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .advanced-e6fa {
        padding: 15px 10px;
    }
    
    .advanced-e6fa h4 {
        font-size: 0.9rem;
    }
    
    .advanced-e6fa p {
        font-size: 0.75rem;
        display: none;
    }
    
    .pattern-out-3319 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .static-a742 {
        padding: 30px 10px;
    }
    
    .item_out_f8da {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dirty_eb55 {
        padding: 15px;
    }
    
    .soft-90e1 {
        font-size: 0.9rem;
    }
    
    .text-b805 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .text-b805 .badge-6416 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .thumbnail_solid_99c0 {
        padding: 30px 10px;
    }
    
    .thumbnail_solid_99c0 h2 {
        font-size: 1.2rem;
    }
    
    .background-481f {
        gap: 10px;
    }
    
    .light-cf8b summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .light-cf8b p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .icon_center_1b11 {
        padding: 30px 10px;
    }
    
    .icon_center_1b11 h2 {
        font-size: 1.2rem;
    }
    
    .blue-cf6d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tertiary-0f71 {
        padding: 15px 10px;
    }
    
    .tertiary-0f71 h4 {
        font-size: 0.85rem;
    }
    
    .tertiary-0f71 p {
        font-size: 0.75rem;
    }
    
    .border_78d8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .text-98b1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .status_blue_6184 {
        padding: 20px 10px;
    }
    
    .last_36f3 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paper-58e6,
    .plasma_19d1,
    .thick-00c0 {
        width: 100%;
    }
    
    .paper-58e6 h3 {
        font-size: 1.1rem;
    }
    
    .paper-58e6 p {
        font-size: 0.8rem;
    }
    
    .frame-cd1a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .short-354e {
        padding: 30px 15px;
    }
    
    .short-354e h2 {
        font-size: 1.3rem;
    }
    
    .short-354e p {
        font-size: 0.85rem;
    }
    
    .logo_last_26ce {
        flex-direction: column;
        gap: 10px;
    }
    
    .logo_last_26ce .pagination_4c6c {
        width: 100%;
    }
    
    .over-376f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .input-dim-ff47 {
        padding: 30px 15px;
    }
    
    .complex-87f0 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .carousel-lower-0ac6 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .column-8312 h4 {
        font-size: 0.9rem;
    }
    
    .column-8312 a {
        font-size: 0.8rem;
    }
    
    .gradient-glass-391d {
        font-size: 0.8rem;
    }
    
    .medium_4330 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .easy_bdd4 {
        padding: 8px 10px;
    }
    
    .chip-clean-5f44 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .south_952a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chip-clean-5f44 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .south_952a {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4db0 */
.phantom-card-v7 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
