/* 本地化通知样式 */
.local-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #10B981;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    z-index: 1000;
}

/* 活动状态样式 */
.nav-link.active,
.hover\\:text-primary.active {
    color: #3B82F6;
    font-weight: bold;
}