/* 
 * 导航栏固定悬浮修复补丁
 * 如果导航栏仍然不固定，将此文件添加到 HTML 中
 */

/* 强制导航栏固定 - 所有设备 */
.wide-e798 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: rgba(13, 17, 23, 0.98) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* 确保页面内容不被遮挡 */
body {
    padding-top: 73px !important;
}

/* 移动端菜单固定 */
@media (max-width: 768px) {
    .outline_b548 {
        position: fixed !important;
        top: 73px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 99998 !important;
    }
}

/* Hero 区域调整 */
.basic-82cd {
    margin-top: 0 !important;
}




/* css-noise: f0ab */
.promo-block-p3 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
