/* Inner Page Styles */

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

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

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

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

.box-clean-0085 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.box-clean-0085 .purple-89fe {
    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;
}

.box-clean-0085 .purple-89fe::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.box-clean-0085 .purple-89fe:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.box-clean-0085 .purple-89fe:hover::before {
    left: 100%;
}

.box-clean-0085 .purple-89fe:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.hidden-silver-89e9 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver-d7ba.fn-active-4c97 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.widget-paper-814a {
    padding: var(--md-spacing-lg) 0;
}

.texture-current-3c50 {
    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);
}

.texture-current-3c50 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);
}

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

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

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

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

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

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

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

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

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

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

.focused-4ee3 {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

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

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

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

.pro_55ab .nav-fb3f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.pro_55ab .nav-fb3f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.prev_387b .nav-fb3f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .background-b65e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .background-b65e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .background-b65e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .box-clean-0085 {
        justify-content: center;
    }
    
    .hidden-silver-89e9 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .blue-6676 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .widget-paper-814a {
        padding: var(--md-spacing-md) 0;
    }
    
    .texture-current-3c50 {
        padding: var(--md-spacing-md);
    }
    
    .dynamic-c6d5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .module_bright_3d5d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .prev_387b {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .shadow-ea19 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .texture-current-3c50 {
        padding: var(--md-spacing-sm);
    }
    
    .backdrop_prev_f092 {
        padding: var(--md-spacing-md);
    }
    
    .module_bright_3d5d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.backdrop_prev_f092,
.module_bright_3d5d,
.prev_387b {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.paragraph_ea5b {
    font-size: 1.5rem;
}

.breadcrumb_selected_22c5 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.hover-glass-278a {
    padding: 30px 0;
}

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

.paragraph-44d0 {
    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;
}

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

.paragraph-44d0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.paragraph-44d0 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.bottom_c3dd strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.main_ff36.button-1665 .north-8deb {
    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); }
}

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

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

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

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

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

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

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

.status_b18c {
    font-size: 1.2rem;
}

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

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

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

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

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

.dirty_052d.selected_2174::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.dirty_052d.north_c349::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dirty_052d.hot_1e13::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.dirty_052d.stone-0d98::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.motion-6ce1 {
    font-size: 1.2rem;
}

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

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

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

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

.tag_6f31.hot-8c75 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag_6f31.fn-active-4c97 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.surface-medium-bede {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.detail-inner-0b37 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.texture-1f9e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.paper-523a {
    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;
}

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

.paper-523a.grid-718f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.motion-3548 { border-top: 3px solid #00ccff; }
.row-lite-077c { border-top: 3px solid #00ff88; }
.wood_a16a { border-top: 3px solid #d4af37; }
.tertiary-gold-a4ab { border-top: 3px solid #ff6b6b; }
.description-9fa5 { border-top: 3px solid #8b5cf6; }

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

.column-focused-c9f0 {
    overflow-x: auto;
}

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

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

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

.motion_a067 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-5c68 {
    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-32e9 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.right-027c h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.right-027c p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.card_a759 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.in-31f2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot-e94a {
    font-size: 1.5rem;
}

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

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

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

.focused-4ee8 {
    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;
}

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

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

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

.description-c1e3 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.summary_73db .dynamic-4e71 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-9fbe {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-gas-761e {
    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;
}

.feature-9fbe span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.yellow_e05b a {
    color: #ff6b6b;
}

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

.silver-5f4f {
    max-width: 800px;
    margin: 0 auto;
}

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

.modal-7f54 {
    text-align: center;
}

.modal-7f54 .background-fluid-c6cf {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.modal-7f54 .label-7e8d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.silver-5f4f > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.glass-3cde {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.pagination-left-1e4c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.active_3b9c.grid-718f {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .pagination-left-1e4c {
        flex-direction: column;
    }
    .mini-db5d {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.highlight_fixed_8ad2 .popup-inner-b99e {
    color: #666;
    margin: 0 8px;
}

.highlight_fixed_8ad2 .chip-f577 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tabs-89e8 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.highlight_19bd {
    font-size: 2rem;
}

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

.feature_35b6 strong {
    color: #d4af37;
}

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

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

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

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

.soft-68dd {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.description-pro-3701 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.description_9103 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.pagination-960a {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.sidebar-full-df6a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.input-5b26 summary::-webkit-details-marker {
    display: none;
}

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

.active-62f6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.notice-huge-93cf {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.notice-huge-93cf strong {
    color: #d4af37;
}

.grid_simple_ffac {
    color: #aaa;
}

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

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

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

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

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

.paragraph-paper-723d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.up-f0d7 li strong {
    color: #00ff88;
}

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

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

.dirty-301c {
    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;
}

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

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

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

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

.element-action-cd38 strong {
    color: #d4af37;
}

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

.glass-2d01 {
    color: #888;
    font-size: 0.9rem;
}

.glass-2d01 strong {
    color: #00ff88;
}

.glass-2d01 span {
    color: #d4af37;
}

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

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

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

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

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

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

.message_first_8d40 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

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

.notice-214e {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

.card-middle-6a12 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-easy-3e47 {
    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;
}

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

.heading_hard_3345 strong {
    color: #00ff88;
}

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

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

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

.gold-8bf1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.column-top-64e2 {
    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;
}

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

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

@media (max-width: 768px) {
    .gold-8bf1 {
        flex-direction: column;
    }
    
    .column-top-64e2 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .backdrop_smooth_d571 {
        padding: 30px 15px;
    }
    
    .backdrop_smooth_d571 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slow_7026 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .glass-beb7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tabs-hovered-87db {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tabs-hovered-87db .breadcrumb-cold-731c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .list_outer_2444 {
        font-size: 1.3rem;
    }
    
    .notification-dirty-bf62 {
        font-size: 0.7rem;
    }
    
    .content-c823 {
        flex-direction: column;
        gap: 10px;
    }
    
    .content-c823 .nav-fb3f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .modal-paper-4ba2 {
        display: none;
    }
    
    .red-ff91 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .backdrop_brown_ac27 {
        padding: 20px 10px;
    }
    
    .pagination_9e28 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hover-e7d0,
    .list-da40 {
        padding: 15px;
    }
    
    .link_4e8d {
        flex-direction: column;
        gap: 5px;
    }
    
    .tall_353a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .form-d2bc {
        padding: 30px 10px;
    }
    
    .yellow_f22d {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column_tall_f14e {
        padding: 20px 15px;
    }
    
    .upper-3c1c {
        font-size: 2rem;
    }
    
    .column_tall_f14e h3 {
        font-size: 1.1rem;
    }
    
    .column_tall_f14e p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .button_9a67 {
        padding: 20px 5px;
    }
    
    .button_9a67 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .summary-basic-14a5 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .motion_a067 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .motion_a067 th,
    .motion_a067 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .footer-fluid-8699 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .full-5301 {
        padding: 20px 10px;
    }
    
    .top_1f0b h2 {
        font-size: 1.3rem;
    }
    
    .column_in_260f {
        font-size: 0.9rem;
    }
    
    .media_fresh_06ac h3 {
        font-size: 1.1rem;
    }
    
    .media_fresh_06ac p {
        font-size: 0.9rem;
    }
    
    .up-f0d7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .west_c6da {
        grid-template-columns: 1fr;
    }
    
    .element-action-cd38 {
        font-size: 0.85rem;
    }
    
    .hovered-b6c3 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dirty-301c {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .dirty-301c strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .alert_7488 {
        padding: 30px 10px;
    }
    
    .hovered-5521 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .detail-motion-38c9 {
        padding: 15px 10px;
    }
    
    .detail-motion-38c9 h4 {
        font-size: 0.9rem;
    }
    
    .detail-motion-38c9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .container-left-fe9e {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hovered-5521 {
        grid-template-columns: 1fr;
    }
    
    .detail-motion-38c9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .caption-125a {
        padding: 30px 10px;
    }
    
    .summary_d9ce {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview_59fc {
        padding: 15px;
    }
    
    .mini_bdc5 {
        font-size: 0.9rem;
    }
    
    .brown_f9e5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .brown_f9e5 .last_1043 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .breadcrumb_5061 {
        padding: 30px 10px;
    }
    
    .breadcrumb_5061 h2 {
        font-size: 1.2rem;
    }
    
    .up_c26e {
        gap: 10px;
    }
    
    .progress-first-dd8e summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .progress-first-dd8e p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .outer-14fd {
        padding: 30px 10px;
    }
    
    .outer-14fd h2 {
        font-size: 1.2rem;
    }
    
    .component_3dc5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .button-976e {
        padding: 15px 10px;
    }
    
    .button-976e h4 {
        font-size: 0.85rem;
    }
    
    .button-976e p {
        font-size: 0.75rem;
    }
    
    .pagination-basic-5e2e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .status_6fc6 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .medium_577e {
        padding: 20px 10px;
    }
    
    .focus_268d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .panel-00d3,
    .feature-9fbe,
    .yellow_e05b {
        width: 100%;
    }
    
    .panel-00d3 h3 {
        font-size: 1.1rem;
    }
    
    .panel-00d3 p {
        font-size: 0.8rem;
    }
    
    .banner-gas-761e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .highlight_wide_87a4 {
        padding: 30px 15px;
    }
    
    .highlight_wide_87a4 h2 {
        font-size: 1.3rem;
    }
    
    .highlight_wide_87a4 p {
        font-size: 0.85rem;
    }
    
    .main-west-0c27 {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-west-0c27 .nav-fb3f {
        width: 100%;
    }
    
    .next-fe54 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .link-33c4 {
        padding: 30px 15px;
    }
    
    .section-4976 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .down_9acd {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fixed_60b9 h4 {
        font-size: 0.9rem;
    }
    
    .fixed_60b9 a {
        font-size: 0.8rem;
    }
    
    .link-4a5a {
        font-size: 0.8rem;
    }
    
    .accent_lite_48f8 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pagination-0e49 {
        padding: 8px 10px;
    }
    
    .feature-eefc {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .notice-advanced-5b12 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .feature-eefc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .notice-advanced-5b12 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4186 */
.ghost-box-i8 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
