/* 
 * 导航栏固定悬浮修复补丁
 * 如果导航栏仍然不固定，将此文件添加到 HTML 中
 */

/* 强制导航栏固定 - 所有设备 */
.row_fixed_239b {
    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) {
    .item_b093 {
        position: fixed !important;
        top: 73px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 99998 !important;
    }
}

/* Hero 区域调整 */
.tertiary-5390 {
    margin-top: 0 !important;
}




/* css-noise: e6b5 */
.widget-item-m8 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
