/* Inner Page Styles */

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

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

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

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

.label-south-6e58 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.label-south-6e58 .layout-static-4f79 {
    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;
}

.label-south-6e58 .layout-static-4f79::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.label-south-6e58 .layout-static-4f79:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.label-south-6e58 .layout-static-4f79:hover::before {
    left: 100%;
}

.label-south-6e58 .layout-static-4f79:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.label-hovered-57ed {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.caption_3592.fn-active-d437 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.medium-30ad {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.detail_9c5b {
    padding: var(--md-spacing-md) 0;
}

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

.fresh-fe0a 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 */
.layout-fast-ab25 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layout-fast-ab25 li {
    margin-bottom: var(--md-spacing-xs);
}

.layout-fast-ab25 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);
}

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

/* Promo Cards */
.hidden-gold-0e5f {
    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;
}

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

.hidden-gold-0e5f:hover::before {
    left: 100%;
}

.hidden-gold-0e5f 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;
}

.hidden-gold-0e5f 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;
}

.hidden-gold-0e5f .active-purple-dcb2 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.hidden-gold-0e5f .active-purple-dcb2:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.middle_74ed .active-purple-dcb2 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.middle_74ed .active-purple-dcb2:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery_steel_052b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .gallery_steel_052b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .gallery_steel_052b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .label-south-6e58 {
        justify-content: center;
    }
    
    .label-hovered-57ed {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .secondary-fresh-e31e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .medium-30ad {
        padding: var(--md-spacing-md) 0;
    }
    
    .focus_0a15 {
        padding: var(--md-spacing-md);
    }
    
    .tooltip-east-67b7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fresh-fe0a {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .middle_74ed {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .lower-a90c {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .focus_0a15 {
        padding: var(--md-spacing-sm);
    }
    
    .dark_083d {
        padding: var(--md-spacing-md);
    }
    
    .fresh-fe0a {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dark_083d,
.fresh-fe0a,
.middle_74ed {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hidden-2e74 {
    font-size: 1.5rem;
}

.picture-bronze-dc3e strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-purple-7ec7 {
    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;
}

.section-purple-7ec7 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.narrow-9aec {
    text-align: center;
    margin-bottom: 30px;
}

.dim-936d {
    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;
}

.dim-936d.content_fb96 .stale_ff45 {
    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); }
}

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

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

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

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

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

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

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

.motion-4fa2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.active_dirty_f632.pro_7502::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active_dirty_f632.liquid-521d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_dirty_f632.clean_57b2::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active_dirty_f632.border_3cd1::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.progress_d57a {
    font-size: 1.2rem;
}

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

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

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

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

.tag-cold-b3fe.menu-basic-b1c6 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tag-cold-b3fe.fn-active-d437 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.carousel-silver-4767 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.wood_0e95 { border-top: 3px solid #00ccff; }
.black-2113 { border-top: 3px solid #00ff88; }
.menu-6d43 { border-top: 3px solid #d4af37; }
.wrapper-ffcb { border-top: 3px solid #ff6b6b; }
.wrapper-651d { border-top: 3px solid #8b5cf6; }

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

.clean-9adb {
    overflow-x: auto;
}

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

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

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

.texture_wood_1ea4 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-5ecd {
    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;
}

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

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

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

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

.tooltip-out-4fdc {
    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;
}

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

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

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

.motion_08fe {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.tertiary-west-e714 {
    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;
}

.tertiary-west-e714::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);
}

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

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

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

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

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

.status-simple-ef9f {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.menu-bronze-4ab5 {
    font-size: 1.5rem;
}

.panel-1d24 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

.tag-middle-2a1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.hover-41d2 strong {
    color: #fff;
    display: block;
}

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

.hidden-31f7 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.stone-4da9 .gallery-iron-aaf0 {
    margin-bottom: 10px;
}

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

.stone-4da9 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wide_7930 a {
    color: #ff6b6b;
}

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

.caption-dim-2760 {
    max-width: 800px;
    margin: 0 auto;
}

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

.overlay_0037 {
    text-align: center;
}

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

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

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

.caption-dim-2760 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.accordion-cool-43fc {
    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;
}

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

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

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

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

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

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

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

.slider-pro-38b1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

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

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

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

@media (max-width: 768px) {
    .slider-pro-38b1 {
        flex-direction: column;
    }
    .photo_iron_d0fc {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.caption_gas_3902 .mask-4da8 {
    color: #666;
    margin: 0 8px;
}

.caption_gas_3902 .slider_fluid_862f {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.nav_5529 {
    font-size: 2rem;
}

.popup-complex-5ce7 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.popup-complex-5ce7 strong {
    color: #d4af37;
}

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

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

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

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

.image-in-b7b0 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.hidden-medium-76b2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wrapper-silver-fcea strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.thick-2b99 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.pattern_cool_1318 strong {
    color: #d4af37;
}

.sort_bronze_a472 {
    color: #aaa;
}

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

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

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

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

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

.shadow-center-906d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver_4be6 strong {
    color: #d4af37;
}

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

.disabled-4b99 {
    color: #888;
    font-size: 0.9rem;
}

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

.disabled-4b99 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.nav-narrow-02a9 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

.pro-54cf {
    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_1fb2 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bronze-37f2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bronze-37f2 li {
    margin-bottom: 5px;
}

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

.bronze-37f2 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.stale-2c6d {
    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;
}

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

.tabs_9b82 strong {
    color: #00ff88;
}

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

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

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

.pressed-33ea {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.right-13a4 {
    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;
}

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

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

@media (max-width: 768px) {
    .pressed-33ea {
        flex-direction: column;
    }
    
    .right-13a4 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

/* Global overflow fix */
html, body {
    /* NOTE:
       `overflow-x: hidden` on html/body can break `position: sticky` in some browsers,
       causing the header/menu to "disappear" while scrolling on inner pages.
       Keep layout constrained without interfering with sticky positioning. */
    overflow-x: visible;
    max-width: 100vw;
}

.white-2e20 .popup-c13c {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .container_cb47 {
        padding: 30px 15px;
    }
    
    .container_cb47 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .info-41ca {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .easy_d687 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .pattern_bronze_0e68 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pattern_bronze_0e68 .cold-9b42 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .background-1442 {
        font-size: 1.3rem;
    }
    
    .mask-1df9 {
        font-size: 0.7rem;
    }
    
    .backdrop_92fd {
        flex-direction: column;
        gap: 10px;
    }
    
    .backdrop_92fd .active-purple-dcb2 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .summary_d31b {
        display: none;
    }
    
    .top-c389 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .hard-11ef {
        padding: 20px 10px;
    }
    
    .aside_25c2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info-e7ea,
    .small-f4bb {
        padding: 15px;
    }
    
    .background_1fac {
        flex-direction: column;
        gap: 5px;
    }
    
    .pro-54cf {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .clean_ae36 {
        padding: 30px 10px;
    }
    
    .detail-6706 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .text-9fda {
        padding: 20px 15px;
    }
    
    .input_center_c024 {
        font-size: 2rem;
    }
    
    .text-9fda h3 {
        font-size: 1.1rem;
    }
    
    .text-9fda p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .advanced_d65f {
        padding: 20px 5px;
    }
    
    .advanced_d65f h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .tooltip-liquid-250c {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .texture_wood_1ea4 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .texture_wood_1ea4 th,
    .texture_wood_1ea4 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .footer-dddf {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .east_7058 {
        padding: 20px 10px;
    }
    
    .motion-c716 h2 {
        font-size: 1.3rem;
    }
    
    .element_small_f91c {
        font-size: 0.9rem;
    }
    
    .clean_4097 h3 {
        font-size: 1.1rem;
    }
    
    .clean_4097 p {
        font-size: 0.9rem;
    }
    
    .dynamic_28db li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .gradient-ea5e {
        grid-template-columns: 1fr;
    }
    
    .silver_4be6 {
        font-size: 0.85rem;
    }
    
    .picture-south-7935 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge_6ae1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .badge_6ae1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .stale-37b8 {
        padding: 30px 10px;
    }
    
    .hard_820f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary_7aae {
        padding: 15px 10px;
    }
    
    .summary_7aae h4 {
        font-size: 0.9rem;
    }
    
    .summary_7aae p {
        font-size: 0.75rem;
        display: none;
    }
    
    .chip-plasma-7943 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .new-e1dd {
        padding: 30px 10px;
    }
    
    .badge_b829 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .top-3669 {
        padding: 15px;
    }
    
    .hovered_481d {
        font-size: 0.9rem;
    }
    
    .rough-d6b5 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .rough-d6b5 .short-98fe {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .red-c394 {
        padding: 30px 10px;
    }
    
    .red-c394 h2 {
        font-size: 1.2rem;
    }
    
    .filter_d64b {
        gap: 10px;
    }
    
    .banner-53d3 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .banner-53d3 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .huge-4f17 {
        padding: 30px 10px;
    }
    
    .huge-4f17 h2 {
        font-size: 1.2rem;
    }
    
    .primary-old-79fc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .photo_hot_3de1 {
        padding: 15px 10px;
    }
    
    .photo_hot_3de1 h4 {
        font-size: 0.85rem;
    }
    
    .photo_hot_3de1 p {
        font-size: 0.75rem;
    }
    
    .carousel_gas_3fb4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .feature_lower_b9a4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .primary-old-79fc {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .old-f1f6 {
        padding: 20px 10px;
    }
    
    .section_1a10 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer_last_bfd2,
    .heading_ab70,
    .wide_7930 {
        width: 100%;
    }
    
    .footer_last_bfd2 h3 {
        font-size: 1.1rem;
    }
    
    .footer_last_bfd2 p {
        font-size: 0.8rem;
    }
    
    .avatar_dd63 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .widget-aeb5 {
        padding: 30px 15px;
    }
    
    .widget-aeb5 h2 {
        font-size: 1.3rem;
    }
    
    .widget-aeb5 p {
        font-size: 0.85rem;
    }
    
    .hard-1fcb {
        flex-direction: column;
        gap: 10px;
    }
    
    .hard-1fcb .active-purple-dcb2 {
        width: 100%;
    }
    
    .new_ca43 {
        width: 60px;
        height: 60px;
    }
}

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

@media (max-width: 480px) {
    .carousel-bottom-2a41 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .form_slow_56f7 {
        padding: 30px 15px;
    }
    
    .nav_south_2bd8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .photo_lite_c138 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .banner-036e h4 {
        font-size: 0.9rem;
    }
    
    .banner-036e a {
        font-size: 0.8rem;
    }
    
    .disabled_small_9cb2 {
        font-size: 0.8rem;
    }
    
    .cold_1cc3 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .tabs_2da7 {
        padding: 8px 10px;
    }
    
    .widget-80bf {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .sidebar-dim-91b5 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .widget-80bf {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .sidebar-dim-91b5 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2b89 */
.promo-block-w9 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
