/* Inner Page Styles */

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

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

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

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

.content-center-9c67 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.content-center-9c67 .hard-db88 {
    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;
}

.content-center-9c67 .hard-db88::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.content-center-9c67 .hard-db88:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.content-center-9c67 .hard-db88:hover::before {
    left: 100%;
}

.content-center-9c67 .hard-db88:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.pagination-red-effc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider_right_291a.fn-active-85c4 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.sort-south-bfba {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bright-49bb {
    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%;
}

.bright-49bb 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 */
.notification-7988 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.chip_brown_0b8f .search-right-8b82 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.chip_brown_0b8f .search-right-8b82:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.paragraph-huge-ac01 {
    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);
}

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

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

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

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

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

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

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

.rough_17dc .search-right-8b82 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.rough_17dc .search-right-8b82:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .shadow-da29 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .shadow-da29 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .shadow-da29 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .content-center-9c67 {
        justify-content: center;
    }
    
    .pagination-red-effc {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .next-0f97 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .sort-south-bfba {
        padding: var(--md-spacing-md) 0;
    }
    
    .menu_advanced_c399 {
        padding: var(--md-spacing-md);
    }
    
    .texture_pressed_b6d0 {
        padding: var(--md-spacing-md) 0;
    }
    
    .bright-49bb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .rough_17dc {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .disabled-c0f5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .menu_advanced_c399 {
        padding: var(--md-spacing-sm);
    }
    
    .hovered_7c19 {
        padding: var(--md-spacing-md);
    }
    
    .bright-49bb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.hovered_7c19,
.bright-49bb,
.rough_17dc {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.input-east-6ccb {
    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);
}

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

.menu-hovered-6124 {
    font-size: 1.5rem;
}

.thumbnail_bf5a strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.table-6ea2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.easy_9286 strong {
    color: #00ff88;
}

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

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

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

.card-clean-0bfd {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

.avatar-east-1f11::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;
}

.link-bronze-d83f {
    text-align: center;
    margin-bottom: 30px;
}

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

.backdrop-selected-be71.rough_5482 .link-warm-df67 {
    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); }
}

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

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

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

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

.notification-1055 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;
}

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

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

.black-5213 {
    font-size: 1.2rem;
}

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

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

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

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

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

.outline_complex_1068.video_74f3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.outline_complex_1068.south-c27d::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outline_complex_1068.dynamic_a0f6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.outline_complex_1068.rough-fb34::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.image-under-7841 {
    font-size: 1.2rem;
}

.notice-wood-6d1e {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.gradient_basic_9517.highlight-dim-608c { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gradient_basic_9517.fn-active-85c4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.column-156f {
    color: #666;
    font-size: 0.8rem;
}

.alert-stone-4dc2 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

.tooltip-d702.heading-hard-2b6a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.picture-4a16 { border-top: 3px solid #00ccff; }
.filter_stone_5019 { border-top: 3px solid #00ff88; }
.texture-short-3870 { border-top: 3px solid #d4af37; }
.tall_ea33 { border-top: 3px solid #ff6b6b; }
.form-e29c { border-top: 3px solid #8b5cf6; }

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

.dynamic_211e {
    overflow-x: auto;
}

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

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

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

.copper_43df td {
    color: #ccc;
}

.copper_43df .video-huge-2dc5 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.content-under-3cde {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.wrapper-lower-9e22 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.surface-full-c92b {
    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;
}

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

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

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

.video-6c5e {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.primary-glass-5861 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.preview-orange-0551 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.motion-d11b strong {
    color: #fff;
    display: block;
}

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

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

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

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

.gallery-orange-1d16 .menu-5b0d {
    margin-bottom: 10px;
}

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

.gallery-orange-1d16 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.east-3e78 {
    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;
}

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

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

.panel-warm-1482 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.grid-motion-44f8 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.outline-up-2bc1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.pattern-over-5a03 {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.pattern-over-5a03 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.module_east_7f4c a {
    color: #ff6b6b;
}

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

.tertiary-east-8671 {
    max-width: 800px;
    margin: 0 auto;
}

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

.full_0ec4 {
    text-align: center;
}

.full_0ec4 .widget-north-73a5 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

.tertiary-east-8671 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.gradient-75e3 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.footer-416c {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.middle_1da7.heading-hard-2b6a {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.simple-826e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.advanced-1f51 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.bottom_cd90 .status_blue_a8b5 {
    color: #666;
    margin: 0 8px;
}

.bottom_cd90 .background_selected_8292 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.description_2b2c {
    font-size: 2rem;
}

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

.upper-aa0d strong {
    color: #d4af37;
}

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

.column-fresh-7c17 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .column-fresh-7c17 {
        grid-template-columns: 1fr;
    }
}

.media-east-2d32 h3,
.gradient-slow-f0bd h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.column-58b3 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.hidden-new-2844 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.stale-a624 strong {
    color: #00ff88;
}

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

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

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

.media-7d13 h3,
.feature-e8e4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.carousel-short-cd38 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.notification_brown_2617 strong {
    color: #d4af37;
}

.carousel_fresh_1b8e {
    color: #aaa;
}

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

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

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

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

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

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

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

.texture-iron-e91f:last-child {
    border-bottom: none;
}

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

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

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

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

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

.copper-d5f0 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;
}

.copper-d5f0 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.notification_f4bb strong {
    color: #d4af37;
}

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

.preview-698d {
    color: #888;
    font-size: 0.9rem;
}

.preview-698d strong {
    color: #00ff88;
}

.preview-698d span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.filter-clean-5c26 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.wrapper-right-e6c0 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-d6a1 li {
    margin-bottom: 5px;
}

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

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

/* Fact-Check Statement */
.link_705f {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

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

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

.backdrop_7383 strong {
    color: #00ff88;
}

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

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

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

.article-smooth-dde7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.complex-52dd {
    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;
}

.video-outer-2b95 {
    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;
}

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

@media (max-width: 768px) {
    .article-smooth-dde7 {
        flex-direction: column;
    }
    
    .complex-52dd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

@media (max-width: 480px) {
    .solid-7225 {
        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;
}

.brown-9e65 .nav-motion-12dd {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tertiary-2d5f {
        padding: 30px 15px;
    }
    
    .tertiary-2d5f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .slider-down-eab5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .photo-south-b4a5 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tag-over-2bb4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-over-2bb4 .dropdown_dark_1879 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .stale_9418 {
        font-size: 1.3rem;
    }
    
    .outline_2f5f {
        font-size: 0.7rem;
    }
    
    .upper_0771 {
        flex-direction: column;
        gap: 10px;
    }
    
    .upper_0771 .search-right-8b82 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .panel-hovered-04ab {
        display: none;
    }
    
    .hidden-30d9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .last_b6ab {
        padding: 20px 10px;
    }
    
    .search_clean_74a4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_3927,
    .highlight-under-c691 {
        padding: 15px;
    }
    
    .filter-clean-5c26 {
        flex-direction: column;
        gap: 5px;
    }
    
    .hot_2ec6 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .logo-682a {
        padding: 30px 10px;
    }
    
    .card-top-5d31 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .first_31a8 {
        padding: 20px 15px;
    }
    
    .outline-8fdc {
        font-size: 2rem;
    }
    
    .first_31a8 h3 {
        font-size: 1.1rem;
    }
    
    .first_31a8 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .highlight-gold-e3b7 {
        padding: 20px 10px;
    }
    
    .tall-5003 h2 {
        font-size: 1.3rem;
    }
    
    .popup-fluid-f964 {
        font-size: 0.9rem;
    }
    
    .texture-iron-e91f h3 {
        font-size: 1.1rem;
    }
    
    .texture-iron-e91f p {
        font-size: 0.9rem;
    }
    
    .copper-d5f0 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .thumbnail_up_e1e3 {
        grid-template-columns: 1fr;
    }
    
    .notification_f4bb {
        font-size: 0.85rem;
    }
    
    .modal-lower-34dd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hot_3e61 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .hot_3e61 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .section_080d {
        padding: 30px 10px;
    }
    
    .right_8acd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_copper_0dfb {
        padding: 15px 10px;
    }
    
    .widget_copper_0dfb h4 {
        font-size: 0.9rem;
    }
    
    .widget_copper_0dfb p {
        font-size: 0.75rem;
        display: none;
    }
    
    .search-9f72 {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .stone-c6ca {
        padding: 30px 10px;
    }
    
    .focus-liquid-bd0c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .smooth-ac9c {
        padding: 15px;
    }
    
    .notification-a857 {
        font-size: 0.9rem;
    }
    
    .list-stale-8d5c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .list-stale-8d5c .disabled-d05d {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .rough-ffb5 {
        padding: 30px 10px;
    }
    
    .rough-ffb5 h2 {
        font-size: 1.2rem;
    }
    
    .liquid_3445 {
        gap: 10px;
    }
    
    .search_54e5 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .search_54e5 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .alert-fixed-5e6d {
        padding: 30px 10px;
    }
    
    .alert-fixed-5e6d h2 {
        font-size: 1.2rem;
    }
    
    .content_copper_6ef1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .liquid-ff26 {
        padding: 15px 10px;
    }
    
    .liquid-ff26 h4 {
        font-size: 0.85rem;
    }
    
    .liquid-ff26 p {
        font-size: 0.75rem;
    }
    
    .yellow_b7b5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .detail-plasma-afa4 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .progress_3bbb {
        padding: 20px 10px;
    }
    
    .outline-up-2bc1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .shadow_silver_6bd9,
    .pattern-over-5a03,
    .module_east_7f4c {
        width: 100%;
    }
    
    .shadow_silver_6bd9 h3 {
        font-size: 1.1rem;
    }
    
    .shadow_silver_6bd9 p {
        font-size: 0.8rem;
    }
    
    .column_stale_fbfa {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .prev_11a0 {
        padding: 30px 15px;
    }
    
    .prev_11a0 h2 {
        font-size: 1.3rem;
    }
    
    .prev_11a0 p {
        font-size: 0.85rem;
    }
    
    .iron-cad4 {
        flex-direction: column;
        gap: 10px;
    }
    
    .iron-cad4 .search-right-8b82 {
        width: 100%;
    }
    
    .motion-621f {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .surface-basic-38da {
        padding: 30px 10px;
    }
    
    .surface-basic-38da h3 {
        font-size: 1.2rem;
    }
    
    .lower-6e42 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .rough_17dc {
        padding: 15px 10px;
    }
    
    .rough_17dc h4 {
        font-size: 0.85rem;
    }
    
    .rough_17dc p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .fresh_34f9 {
        padding: 30px 15px;
    }
    
    .new_865a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .sort-455b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .hero-in-9c77 h4 {
        font-size: 0.9rem;
    }
    
    .hero-in-9c77 a {
        font-size: 0.8rem;
    }
    
    .smooth_8221 {
        font-size: 0.8rem;
    }
    
    .wide-8de6 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .gallery_under_9821 {
        padding: 8px 10px;
    }
    
    .dropdown_0b38 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .content-next-03dd {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dropdown_0b38 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .content-next-03dd {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8c64 */
.phantom-card-b0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
