
.notice-body[data-v-52622483] {
  max-height: 400px;
  overflow-y: auto;
  text-align: left !important;
  padding: 20px 24px !important;
}
.notice-list[data-v-52622483] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.notice-item[data-v-52622483] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.notice-header[data-v-52622483] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notice-date[data-v-52622483] {
  font-size: 11px;
  font-weight: bold;
  color: var(--primary);
  background: rgba(59, 130, 246, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  min-width: 36px;
  text-align: center;
}
.notice-pinned[data-v-52622483] {
  background: rgba(249, 115, 22, 0.15) !important;
  color: #f97316 !important;
  min-width: 36px;
  text-align: center;
}
.notice-title[data-v-52622483] {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-main);
}
.notice-lines[data-v-52622483] {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
}
.notice-lines li[data-v-52622483] {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-main);
  margin-bottom: 4px;
}
.notice-lines li[data-v-52622483]::marker {
  color: var(--primary);
  font-size: 12px;
}
.notice-link[data-v-52622483] {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}

/* 弹窗特化卡片宽度与最大高度 */
.update-modal-card[data-v-4f567164] {
  max-width: 360px;
  display: flex;
  flex-direction: column;
}
.update-modal-body[data-v-4f567164] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* 版本号现代高亮标签 */
.update-version[data-v-4f567164] {
  font-family: 'HarmonyOS_Bold', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
  background: rgba(59, 130, 246, 0.1);
  padding: 4px 16px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.dark-mode .update-version[data-v-4f567164] {
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}

/* 更新日志滚动容器（防止日志太长撑爆弹窗） */
.update-changelog-wrapper[data-v-4f567164] {
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
  background: var(--bg);
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid var(--border-color);
  text-align: left;
}
.update-changelog[data-v-4f567164] {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-main);
  white-space: pre-wrap;
  word-break: break-all;
  text-align: left;
}
.update-package-info[data-v-4f567164] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(59, 130, 246, 0.08);
  color: var(--text-sub);
  font-size: 12px;
  line-height: 1.4;
}
.update-package-info span[data-v-4f567164]:last-child {
  text-align: right;
}
@media (max-width: 360px) {
.update-package-info[data-v-4f567164] {
    flex-direction: column;
    gap: 2px;
}
.update-package-info span[data-v-4f567164]:last-child {
    text-align: left;
}
}

/* 进度条精细化设计 */
.update-progress-container[data-v-4f567164] {
  width: 100%;
  margin-top: 6px;
}
.update-progress-bar[data-v-4f567164] {
  width: 100%;
  height: 6px;
  background: var(--border-color);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.update-progress-fill[data-v-4f567164] {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), #60a5fa);
  border-radius: 3px;
  transition: width 0.2s ease-out;
}
.update-progress-text[data-v-4f567164] {
  font-size: 12px;
  color: var(--text-sub);
  margin-top: 6px;
  font-weight: 500;
}

/* 状态通知 */
.update-status-msg[data-v-4f567164] {
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
}
.update-status-msg.success[data-v-4f567164] { color: var(--success);
}
.update-status-msg.error[data-v-4f567164] { color: #ef4444;
}

/* 底部按钮布局微调 */
.update-footer[data-v-4f567164] {
  padding: 0 20px 20px 20px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}
.update-footer button[data-v-4f567164] {
  flex: 1;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* 跳过按钮：轻量级次要按钮样式 */
.update-skip-btn[data-v-4f567164] {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-sub);
}
.update-skip-btn[data-v-4f567164]:hover {
  background: var(--dropdown-hover);
  color: var(--text-main);
}

/* 错误重试状态 */
.btn-retry[data-v-4f567164] {
  background: #f97316 !important;
}

/* 禁用状态（下载中） */
.btn-disabled[data-v-4f567164] {
  background: var(--border-color) !important;
  color: var(--text-sub) !important;
  cursor: not-allowed !important;
}

.back-to-top[data-v-83654eda] {
  position: fixed;
  /* 取消靠右，改为紧贴卡片右侧 */
  right: unset;
  left: calc(50% + 420px + 5px); /* 微调 5px 以与 54px 的菜单按钮垂直中心对齐 */
  bottom: 24px;
  width: 44px;
  height: 44px;
  background-color: #628fb8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 998;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}
.back-to-top[data-v-83654eda]:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.back-to-top[data-v-83654eda]:active {
  transform: translateY(-2px);
  filter: brightness(0.9);
}
.icon-container[data-v-83654eda] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 垂直翻转图标 */
  transform: scaleY(-1);
}
.top-icon[data-v-83654eda] {
  width: 24px;
  height: 24px;
  display: block;
}


/* 过渡动画 */
.fade-enter-active[data-v-83654eda],
.fade-leave-active[data-v-83654eda] {
  transition: opacity 0.3s, transform 0.3s;
}
.fade-enter-from[data-v-83654eda],
.fade-leave-to[data-v-83654eda] {
  opacity: 0;
  transform: scale(0.5) translateY(20px);
}
@media (max-width: 600px) {
.back-to-top[data-v-83654eda] {
    /* 移动端对齐底高，并微调 right 确保与菜单中心垂直对齐 */
    right: 21px;
    left: unset;
    bottom: 25px; /* 和上传截图等按键的底部高度相同 */
    width: 38px;
    height: 38px;
}
.top-icon[data-v-83654eda] {
    width: 20px;
    height: 20px;
}
}

.privacy-modal-overlay[data-v-c1367d0d] {
  z-index: 10000 !important;
}
.privacy-modal-card[data-v-c1367d0d] {
  max-width: 520px !important;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.privacy-modal-body[data-v-c1367d0d] {
  padding: 18px 22px !important;
  text-align: left !important;
  overflow-y: auto;
  flex: 1;
}

/* 分割线 */
.privacy-divider[data-v-c1367d0d] {
  height: 1px;
  background: var(--border-color);
  margin: 10px 0 16px 0;
}

/* 隐私政策正文排版 */
.privacy-policy-content[data-v-c1367d0d] {
  line-height: 1.75;
  color: var(--text-main);
}
.policy-title[data-v-c1367d0d] {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 8px 0;
  color: var(--text-main);
}
.policy-meta[data-v-c1367d0d] {
  font-size: 12px;
  color: var(--text-sub);
  text-align: center;
  margin: 0 0 2px 0;
}
.policy-section-title[data-v-c1367d0d] {
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 8px 0;
  color: var(--text-main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--border-color);
}
.policy-sub-title[data-v-c1367d0d] {
  font-size: 13px;
  font-weight: 700;
  margin: 12px 0 6px 0;
  color: var(--text-main);
}
.policy-text[data-v-c1367d0d] {
  font-size: 13px;
  margin: 0 0 6px 0;
  color: var(--text-main);
  line-height: 1.7;
}
.policy-list[data-v-c1367d0d] {
  margin: 4px 0 10px 0;
  padding-left: 20px;
}
.policy-list li[data-v-c1367d0d] {
  font-size: 13px;
  color: var(--text-main);
  line-height: 1.7;
  margin-bottom: 2px;
}
.sdk-info-box[data-v-c1367d0d] {
  background: var(--bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 12px 14px;
  margin: 10px 0;
}
.sdk-info-box .policy-text[data-v-c1367d0d] {
  margin-bottom: 4px;
  font-size: 12px;
}
.sdk-info-box .policy-text[data-v-c1367d0d]:last-child {
  margin-bottom: 0;
}
.sdk-info-box a[data-v-c1367d0d] {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
.sdk-info-box a[data-v-c1367d0d]:hover {
  text-decoration: underline;
}
.policy-link[data-v-c1367d0d] {
  color: #3b82f6 !important;
}

/* 首次启动隐私弹窗提示 */
.privacy-first-hint[data-v-c1367d0d] {
  font-size: 13px;
  color: var(--primary);
  font-weight: 600;
  margin: 0 0 4px 0;
  text-align: center;
}
.btn-agree[data-v-c1367d0d] {
  background: var(--success) !important;
}
.btn-agree[data-v-c1367d0d]:hover {
  filter: brightness(1.1);
}

.about-modal-card[data-v-8ffc839a] {
  max-width: 450px;
  max-height: 90vh;
  overflow-y: auto;
}
.about-header[data-v-8ffc839a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-body[data-v-8ffc839a] {
  padding: 20px !important;
  text-align: left !important;
}
.author-section[data-v-8ffc839a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.about-logo[data-v-8ffc839a] {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.author-name[data-v-8ffc839a] {
  margin: 0 0 12px 0;
  font-size: 18px;
  color: var(--text-main);
}
.social-links[data-v-8ffc839a] {
  display: flex;
  gap: 12px;
}
.social-item[data-v-8ffc839a] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.social-icon[data-v-8ffc839a] {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: white;
}
.taptap[data-v-8ffc839a] {
  background: #00cccc20;
  color: #008a8a;
}
.taptap .social-icon[data-v-8ffc839a] { background: #00cccc;
}
.bilibili[data-v-8ffc839a] {
  background: #fb729920;
  color: #e83e6d;
}
.bilibili .social-icon[data-v-8ffc839a] { background: #fb7299;
}
.credits-section[data-v-8ffc839a] {
  background: var(--bg);
  padding: 16px;
  border-radius: 12px;
}
.credits-title[data-v-8ffc839a] {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-sub);
  margin-bottom: 12px;
  text-align: center;
}
.credits-list[data-v-8ffc839a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.credit-item[data-v-8ffc839a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.credit-name[data-v-8ffc839a] {
  color: var(--text-main);
  font-weight: 600;
}
.credit-desc[data-v-8ffc839a] {
  color: var(--text-sub);
  font-size: 12px;
}
.donate-body[data-v-8ffc839a] {
  padding: 30px 20px !important;
}
.donate-hint[data-v-8ffc839a] {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 20px;
}
.donate-qrs[data-v-8ffc839a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.qr-item[data-v-8ffc839a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.qr-item img[data-v-8ffc839a] {
  width: 240px;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 4px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.qr-item span[data-v-8ffc839a] {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-main);
}

.hotupdate-body[data-v-b5723c4f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 20px !important;
  min-height: 120px;
}
.hotupdate-status-icon[data-v-b5723c4f] {
  font-size: 36px;
  line-height: 1;
}
.spinning[data-v-b5723c4f] {
  animation: spin-b5723c4f 1s linear infinite;
}
@keyframes spin-b5723c4f {
to { transform: rotate(360deg);
}
}
.hotupdate-status-text[data-v-b5723c4f] {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-main);
  margin: 0;
  text-align: center;
}
.hotupdate-changelog[data-v-b5723c4f] {
  font-size: 12px;
  color: var(--text-sub);
  background: var(--bg);
  border-radius: 8px;
  padding: 10px 14px;
  margin: 0;
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
  white-space: pre-wrap;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: anywhere;
}
.hotupdate-package-info[data-v-b5723c4f] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(16, 185, 129, 0.08);
  color: var(--text-sub);
  font-size: 12px;
  line-height: 1.4;
}
.hotupdate-package-info span[data-v-b5723c4f]:last-child { text-align: right;
}
@media (max-width: 360px) {
.hotupdate-package-info[data-v-b5723c4f] { flex-direction: column; gap: 2px;
}
.hotupdate-package-info span[data-v-b5723c4f]:last-child { text-align: left;
}
}
.hotupdate-progress-bar[data-v-b5723c4f] {
  width: 100%;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}
.hotupdate-progress-fill[data-v-b5723c4f] {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), #60a5fa);
  border-radius: 4px;
  transition: width 0.2s ease;
}
.hotupdate-progress-text[data-v-b5723c4f] {
  font-size: 12px;
  color: var(--text-sub);
  font-weight: 600;
}
.hotupdate-error-msg[data-v-b5723c4f] {
  font-size: 12px;
  color: #ef4444;
  margin: 0;
  text-align: center;
}
/* 新增一个专门控制热更新弹窗底部的类，防止影响其他公共 modal-footer */
.modal-footer-hotupdate[data-v-b5723c4f] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; /* 两个按钮之间的间距 */
  padding: 0 20px 20px 20px;
}
.btn-update[data-v-b5723c4f] {
  background: var(--success) !important;
}
.btn-skip[data-v-b5723c4f] {
  background: var(--border-color) !important;
  color: var(--text-sub) !important;
}
.btn-retry[data-v-b5723c4f] {
  background: #f97316 !important;
}
.update-modal-card[data-v-b5723c4f] {
  max-width: 360px;
}

/* 蒙版动画 */
.fade-enter-active[data-v-7b294192], .fade-leave-active[data-v-7b294192] {
  transition: opacity 0.25s ease;
}
.fade-enter-from[data-v-7b294192], .fade-leave-to[data-v-7b294192] {
  opacity: 0;
}

/* 侧边栏过渡 */
.slide-side-enter-active[data-v-7b294192], .slide-side-leave-active[data-v-7b294192] {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.slide-side-enter-from[data-v-7b294192], .slide-side-leave-to[data-v-7b294192] {
  transform: translateX(100%);
}

/* 底部抽屉过渡 */
.slide-bottom-enter-active[data-v-7b294192], .slide-bottom-leave-active[data-v-7b294192] {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.slide-bottom-enter-from[data-v-7b294192], .slide-bottom-leave-to[data-v-7b294192] {
  transform: translateY(100%) translateX(-50%);
}
.slide-bottom-enter-to[data-v-7b294192], .slide-bottom-leave-from[data-v-7b294192] {
  transform: translateY(0) translateX(-50%);
}

/* 顶部下拉过渡 */
.fade-top-enter-active[data-v-7b294192], .fade-top-leave-active[data-v-7b294192] {
  transition: opacity 0.2s ease;
}
.fade-top-enter-from[data-v-7b294192], .fade-top-leave-to[data-v-7b294192] {
  opacity: 0;
}
.fade-top-enter-active .top-panel[data-v-7b294192], .fade-top-leave-active .top-panel[data-v-7b294192] {
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-top-enter-from .top-panel[data-v-7b294192], .fade-top-leave-to .top-panel[data-v-7b294192] {
  transform: translateY(-15px);
}

/* --- 基础样式 --- */
.nav-mask[data-v-7b294192] {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--modal-overlay, rgba(0, 0, 0, 0.4));
  z-index: 1500;
}

/* --- 1. 侧边栏样式 --- */
.side-panel[data-v-7b294192] {
  position: fixed;
  top: 0;
  bottom: 0;
  right: max(0px, calc(50% - 400px)); /* 对齐主内容区右边缘 */
  width: 70%;
  max-width: 260px;
  background: var(--card-bg, #ffffff);
  border-left: 1px solid var(--border-color);
  z-index: 1501;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
}

/* 桌面端侧边栏：复刻参考项目，透明、无边框、紧贴内容区 */
.side-panel.desktop-panel[data-v-7b294192] {
  position: relative;
  width: 200px;
  height: auto;
  max-width: none;
  border-left: none;
  background: transparent;
  z-index: 1;
  box-shadow: none;
}
.side-panel.desktop-panel .side-item[data-v-7b294192] {
  padding: 10px 12px 10px 16px;
}
.side-panel.desktop-panel .side-item .icon-img[data-v-7b294192] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 8px;
  object-fit: contain;
}
.side-panel.desktop-panel .side-item .item-name[data-v-7b294192] {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.side-panel.desktop-panel .side-category-title[data-v-7b294192] {
  padding: 12px 16px 4px;
  font-size: 13px;
}
.side-panel.desktop-panel .side-item.active[data-v-7b294192] {
  background-color: rgba(59, 130, 246, 0.06);
}
.dark-mode .side-panel.desktop-panel .side-item.active[data-v-7b294192] {
  background-color: rgba(59, 130, 246, 0.15);
}
.side-header[data-v-7b294192] {
  padding: 24px 16px 16px;
  background: linear-gradient(135deg, var(--bg-hover, rgba(0, 0, 0, 0.02)) 0%, var(--border-color, rgba(0, 0, 0, 0.05)) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}
.side-header-title h2[data-v-7b294192] {
  margin: 0;
  font-size: 17px;
  color: var(--text-main, #cf7155);
  font-weight: 700;
}
.side-header-sub[data-v-7b294192] {
  font-size: 11px;
  color: var(--text-sub);
  margin-top: 4px;
  display: block;
}
.close-btn[data-v-7b294192] {
  background: none;
  border: none;
  font-size: 18px;
  color: var(--text-sub);
  cursor: pointer;
  padding: 4px;
}
.side-body[data-v-7b294192] {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}
.side-category-title[data-v-7b294192] {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-sub);
  padding: 12px 16px 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.side-item[data-v-7b294192] {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: var(--text-main, #333);
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.side-item[data-v-7b294192]:hover {
  background: var(--dropdown-hover, rgba(0, 0, 0, 0.02));
}
.side-item .icon-img[data-v-7b294192] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}
.side-item .item-name[data-v-7b294192] {
  font-size: 15px;
}
.side-item .arrow[data-v-7b294192] {
  margin-left: auto;
  color: var(--text-sub, #ccc);
  font-size: 14px;
}
.side-item.active[data-v-7b294192] {
  color: var(--primary);
  font-weight: bold;
  background-color: var(--dropdown-hover);
}
.side-item.active[data-v-7b294192]::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background-color: var(--primary);
}

/* --- 2. 底部抽屉样式 --- */
.bottom-sheet[data-v-7b294192] {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  background: var(--card-bg, #ffffff);
  border-radius: 20px 20px 0 0;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  z-index: 1501;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--border-color);
  box-sizing: border-box;
}
.sheet-handle[data-v-7b294192] {
  width: 36px;
  height: 4px;
  background: var(--border-color, #e2e8f0);
  border-radius: 2px;
  margin: 10px auto 4px;
  cursor: pointer;
}
.sheet-header[data-v-7b294192] {
  padding: 8px 16px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}
.sheet-header h3[data-v-7b294192] {
  margin: 0;
  font-size: 15px;
  color: var(--text-main);
  font-weight: 600;
}
.sheet-content[data-v-7b294192] {
  padding: 12px 16px 30px;
  overflow-y: auto;
}
.grid-category-title[data-v-7b294192] {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-sub);
  margin: 14px 0 8px 4px;
}
.grid-section:first-child .grid-category-title[data-v-7b294192] {
  margin-top: 0;
}
.tools-grid[data-v-7b294192] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.grid-item[data-v-7b294192] {
  background: var(--bg-hover, #f8fafc);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 12px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.grid-item[data-v-7b294192]:hover {
  background: var(--dropdown-hover);
}
.grid-item .icon-img[data-v-7b294192] {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.grid-item-name[data-v-7b294192] {
  font-size: 12px;
  color: var(--text-main, #334155);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid-item.active[data-v-7b294192] {
  background: rgba(59, 130, 246, 0.05);
  border-color: var(--primary);
  color: var(--primary);
}
.grid-item.active .grid-item-name[data-v-7b294192] {
  color: var(--primary);
  font-weight: 600;
}

/* --- 3. 顶部下拉样式 --- */
.top-overlay[data-v-7b294192] {
  position: fixed;
  top: 58px; /* 标题栏高度 */
  left: 0; right: 0; bottom: 0;
  background: var(--modal-overlay, rgba(0, 0, 0, 0.3));
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 99;
}
.top-panel[data-v-7b294192] {
  background: var(--card-bg, #ffffff);
  padding: 16px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid var(--border-color);
  max-height: 75vh;
  overflow-y: auto;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
.top-overlay[data-v-7b294192] {
    top: 48px;
}
}

/* --- 深色模式全局样式 --- */
.dark-mode .grid-item {
  background: var(--bg) !important;
  border-color: var(--border-color) !important;
}
.dark-mode .grid-item:hover {
  background: var(--dropdown-hover) !important;
  border-color: var(--primary) !important;
}
.dark-mode .grid-item.active {
  background: rgba(59, 130, 246, 0.15) !important;
  border-color: var(--primary) !important;
}
.dark-mode .grid-item-name {
  color: var(--text-main) !important;
}
.dark-mode .grid-item.active .grid-item-name {
  color: var(--primary) !important;
}

@font-face {
  font-family: 'HarmonyOS_Bold';
  src: url('../fonts/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'HarmonyOS_Regular';
  src: url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
}
:root {
  --primary: #3b82f6;
  --red: #f43f5e;
  --gold: #f97316;
  --purple: #a855f7;
  --blue: #3b82f6;
  --green: #79C37A;
  --gold-light: #ffedd5;
  --purple-light: #f3e8ff;
  --blue-light: #e0f2fe;
  --green-light: #d1fae5;
  --gold-text: #c2410c;
  --purple-text: #7e22ce;
  --blue-text: #1d4ed8;
  --green-text: #065f46;
  --remark-text:#dd7738;
  --bg: #f8fafc;
  --card-bg: #ffffff;
  --text-main: #1e293b;
  --text-sub: #64748b;
  --success: #10b981;
  --border-color: #f1f5f9;
  --header-bg: #ffffff;
  --dropdown-hover: #f1f5f9;
  --modal-overlay: rgba(15, 23, 42, 0.4);
  --icon-filter: brightness(0) saturate(100%) invert(13%) sepia(13%) saturate(3665%) hue-rotate(189deg) brightness(91%) contrast(92%);
}
.dark-mode {
  --bg: #0f172a;
  --card-bg: #1e293b;
  --text-main: #cbd5e1;
  --text-sub: #b8c6dd;
  --border-color: #334155;
  --header-bg: #1e293b;
  --dropdown-hover: #334155;
  --modal-overlay: rgba(0, 0, 0, 0.6);
  --icon-filter: brightness(0) saturate(100%) invert(91%) sepia(5%) saturate(542%) hue-rotate(181deg) brightness(96%) contrast(87%);
}

/* ================= 全局统一样式滚动条 ================= */
::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}
::-webkit-scrollbar-track {
  background: transparent !important;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.10) !important;
  border-radius: 10px !important;
  transition: background-color 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.22) !important;
}
::-webkit-scrollbar-corner {
  background: transparent !important;
}

/* 夜间模式全局滚动条适配 */
.dark-mode ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12) !important;
}
.dark-mode ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}
.dark-mode ::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.25) !important;
}

/* Shared overflow protection for expandable filter cards. */
.page-filter-scroll {
  --filter-panel-reserved-space: 220px;
  max-height: calc(100vh - var(--filter-panel-reserved-space));
  max-height: calc(100dvh - var(--filter-panel-reserved-space));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable;
}
@media (max-width: 767px) {
* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.page-filter-scroll {
    scrollbar-gutter: auto;
}
*::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
}
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  overscroll-behavior: none;
}
body {
  font-family: 'HarmonyOS_Regular', "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bg);
  padding: 0;
  color: var(--text-main);
  margin: 0;
  display: block !important;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: background-color 0.3s, color 0.3s;
  min-height: 100vh;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
#app {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* ===== 顶层 flex 容器 ===== */
.layout-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* ===== 顶栏：全宽背景，内部内容保持 800px 居中 ===== */
.app-header {
  flex-shrink: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border-color);
  position: relative;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
}

/* ===== 内容区 ===== */
.app-content {
  flex: 0 1 800px;
  width: 100%;
  min-width: 0;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.route-loading-state {
  width: 100%;
  min-height: calc(100vh - 110px);
  min-height: calc(100dvh - 110px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-sub, #64748b);
  font-size: 14px;
}
.route-loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(64, 158, 255, 0.2);
  border-top-color: #409eff;
  border-radius: 50%;
  animation: route-loading-spin 0.8s linear infinite;
}
.route-loading-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.route-loading-hint {
  font-size: 12px;
  opacity: 0.72;
}
@keyframes route-loading-spin {
to { transform: rotate(360deg);
}
}

/* ===== 桌面端三列布局：左占位+侧边栏 / 内容 / 右占位 ===== */
.main-layout-row {
  flex: 1;
  min-height: 0;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.desktop-sidebar-container {
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: flex-end; /* 让侧边栏紧贴中间内容左侧 */
  overflow-y: auto;
}
.desktop-sidebar-container > .navigation-wrapper {
  height: auto;
}
.desktop-right-spacer {
  flex: 1;
}

/* 桌面端/移动端显示控制（复刻参考项目） */
@media (min-width: 769px) {
.mobile-only {
    display: none !important;
}
}
@media (max-width: 768px) {
.desktop-only {
    display: none !important;
}
}

/* 桌面端标题不再作为下拉菜单，隐藏箭头并禁用点击 */
@media (min-width: 769px) {
.title-dropdown-trigger {
    pointer-events: none;
    cursor: default;
}
.title-dropdown-arrow {
    display: none;
}
}

/* ===== 左侧：移除 flex: 1，添加绝对防挤压 ===== */
.brand-status-section {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.5vw, 10px);
  min-width: 0;
  flex-shrink: 0;
}

/* Logo 大小支持响应式缩小 */
.header-logo {
  width: clamp(28px, 8vw, 36px);
  height: clamp(28px, 8vw, 36px);
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* 标题与状态彻底转为列排版，绝不横向挤压 */
.title-main-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

/* 标题容器：变成自然的紧凑横向流，不再两端强行撑开 */
.title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}
.main-title {
  margin: 0;
  padding: 3px 0px;
  font-family: 'HarmonyOS_Bold', sans-serif;
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 600;
  color: var(--text-main);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  line-height: 1.0;
}
.status-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 18px;
  min-width: 0;
}
.talent-header-gifs {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
  flex-shrink: 1;
  overflow: hidden;
}
.header-gif {
  height: clamp(14px, 4.5vw, 18px);
  width: auto;
  object-fit: contain;
}

/* 状态标签字体及 Padding 自适应 */
.ocr-status-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(9px, 2.8vw, 11px);
  padding: 1px clamp(3px, 1vw, 6px);
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.ocr-status-tag .status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ocr-status-tag.status-loading {
  background: var(--border-color);
  color: var(--text-sub);
}
.ocr-status-tag.status-loading .status-dot {
  background: var(--text-sub);
  animation: status-blink 1.2s infinite ease-in-out;
}
.ocr-status-tag.status-ready {
  background: #ecfdf5;
  color: #059669;
}
.dark-mode .ocr-status-tag.status-ready {
  background: rgba(5, 46, 22, 0.6) !important;
  color: #34d399 !important;
  border: 1px solid rgba(52, 211, 153, 0.2);
}
.ocr-status-tag.status-ready .status-dot {
  background: #10b981;
  box-shadow: 0 0 4px rgba(16, 185, 129, 0.6);
}
.ocr-status-tag.status-error {
  background: #fef2f2;
  color: #dc2626;
}
.dark-mode .ocr-status-tag.status-error {
  background: rgba(220, 38, 38, 0.2) !important;
  color: #f87171 !important;
}
.ocr-status-tag.status-error .status-dot {
  background: #ef4444;
}
@keyframes status-blink {
0%, 100% { opacity: 0.4;
}
50% { opacity: 1;
}
}

/* ===== 右侧：操作按钮容器添加防挤压 ===== */
.header-btns {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 1;
  min-width: 0;
}
.header-btns button {
  font-size: 13px;
  padding: 6px 6px;
  white-space: nowrap;
  box-sizing: border-box;
}
.settings-container {
  position: relative;
  display: flex;
  align-items: center;
}
.btn-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.btn-icon:hover {
  background-color: var(--dropdown-hover);
}
.btn-icon img {
  width: 24px;
  height: 24px;
  filter: var(--icon-filter);
}
.settings-dropdown, .mode-dropdown {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  width: 160px;
  z-index: 1000;
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  animation: slideDown 0.2s ease-out;
  overflow: hidden;
}
.settings-dropdown { right: 0;
}
.mode-dropdown { left: 0; min-width: 120px;
}
.dropdown-item, .mode-dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-main);
  transition: background-color 0.2s;
  gap: 10px;
}
.dropdown-item:hover, .mode-dropdown-item:hover { background-color: var(--dropdown-hover);
}
.mode-dropdown-item.active { color: var(--primary); font-weight: 600; background: rgba(59, 130, 246, 0.05);
}
.dark-mode .mode-dropdown-item.active { background: rgba(59, 130, 246, 0.15);
}
.item-icon { width: 22px; height: 22px; filter: var(--icon-filter);
}
@keyframes slideDown {
from { opacity: 0; transform: translateY(-10px);
}
to { opacity: 1; transform: translateY(0);
}
}
.btn-reset, .btn-upload {
  padding: 8px 14px;
  font-size: clamp(13px, 2.8vw, 14px);
  font-family: inherit;
  line-height: 1.4;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-reset { background: #ef4444;
}
.btn-upload { background: var(--success);
}
.btn-upload:disabled { background: #94a3b8; cursor: not-allowed;
}
.btn-lime-export, .btn-lime-import {
  padding: 6px 8px;
  font-size: clamp(11px, 2.5vw, 12px);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}
.btn-lime-export { background: #3b82f6;
}
.btn-lime-import { background: #10b981;
}
.btn-lime-export:hover, .btn-lime-import:hover { filter: brightness(1.1);
}
.title-dropdown-trigger {
  position: relative;
  cursor: pointer;
  user-select: none;
  min-width: 0;
}
.title-dropdown-arrow {
  width: 14px;
  height: 14px;
  filter: var(--icon-filter);
  transition: transform 0.2s ease;
  transform: rotate(0deg); /* 收起时：向下 */
  opacity: 0.85;
}
.title-dropdown-arrow.is-open {
  transform: rotate(180deg); /* 展开时：翻转向上 */
}

/* 下方其余模态框与组件样式保持不变 */
.custom-modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: var(--modal-overlay); backdrop-filter: blur(4px); display: flex; justify-content: center; align-items: center; z-index: 9999; animation: fadeIn 0.2s ease-out;
}
.custom-modal-card { background: var(--card-bg); width: 90%; max-width: 400px; border-radius: 16px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); overflow: hidden; animation: scaleUp 0.25s cubic-bezier(0.34, 1.56, 0.64, 1); border: 1px solid var(--border-color);
}
.modal-header { padding: 16px 20px 10px 20px; border-bottom: 1px solid var(--border-color); text-align: center;
}
.modal-header h3 { margin: 0; font-size: 16px; color: var(--text-main); font-weight: 600;
}
.modal-body { padding: 24px 20px; text-align: center;
}
.modal-title-text { margin: 0 0 6px 0; font-size: 20px; font-weight: bold; color: var(--success);
}
.modal-footer { padding: 12px 20px 20px 20px; display: flex; justify-content: center;
}
.modal-btn-confirm { padding: 10px 40px; background: var(--primary); color: white; border: none; border-radius: 8px; font-size: 14px; font-weight: bold; cursor: pointer; transition: all 0.2s;
}
.feedback-body { text-align: left; padding: 20px 24px;
}
.feedback-content p { margin: 12px 0; font-size: 14px;
}
.feedback-content a { color: var(--primary); font-weight: bold;
}
.feedback-content .hint-text { font-size: 12px; color: var(--text-sub); margin-top: 20px; background: var(--bg); padding: 10px; border-radius: 8px;
}
html:not([data-app-shell="true"]) .app-only { display: none !important;
}
.donate-entry { border-top: 1px solid rgba(0, 0, 0, 0.06); margin-top: 4px;
}
.modal-close-btn { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; font-size: 18px; color: var(--text-sub); cursor: pointer; padding: 4px 8px; z-index: 2;
}
.modal-close-btn:hover { color: var(--text-main);
}
.about-modal-card { max-width: 450px; max-height: 90vh; overflow-y: auto;
}
.donate-body { padding: 30px 20px !important;
}
.donate-hint { font-size: 14px; color: var(--text-sub); margin-bottom: 20px;
}
.donate-qrs { display: flex; flex-direction: column; align-items: center; gap: 30px;
}
.qr-item { display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.qr-item img { width: 240px; height: auto; border-radius: 8px; border: 1px solid var(--border-color); padding: 4px; background: white; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.qr-item span { font-size: 13px; font-weight: 500; color: var(--text-main);
}
@keyframes fadeIn {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes scaleUp {
from { transform: scale(0.95); opacity: 0;
}
to { transform: scale(1); opacity: 1;
}
}
@media (max-width: 480px) {
.header-content { padding: 4px 15px 8px 15px;
}
.header-logo { width: 32px; height: 32px;
}
.main-title { font-size: clamp(16px, 1vw, 18px);
}
.btn-icon img { width: 20px; height: 20px;
}
.btn-lime-export, .btn-lime-import { padding: 5px 6px; font-size: 11px;
}
.header-gif { height: 16px;
}
.ocr-status-tag { font-size: 10px; padding: 1px 4px;
}
}
@media (max-width: 380px) {
.app-content { padding-left: 12px; padding-right: 12px;
}
}
@media (max-width: 340px) {
.app-content { padding-left: 10px; padding-right: 10px;
}
}

/* ===== 右下角悬浮切换菜单按钮 ===== */
.nav-fab-btn {
  position: fixed;
  right: 16px;
  left: auto;
  bottom: 96px; /* 偏上一些，不要和回到顶部按键叠在一起 */
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--card-bg, rgba(255, 255, 255, 0.85));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.6));
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  z-index: 990;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}
.nav-fab-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-main, #333);
  border-radius: 2px;
  transition: all 0.2s;
}
.nav-fab-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.nav-fab-btn:active {
  transform: translateY(-2px);
  filter: brightness(0.9);
}

/* 导航菜单样式选择弹窗 */
.nav-mode-modal-body {
  text-align: left !important;
  padding: 20px 24px !important;
}
.modal-hint {
  font-size: 13px;
  color: var(--text-sub);
  margin-bottom: 16px;
}
.nav-mode-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-mode-option-card {
  padding: 14px 16px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  background: var(--bg-hover, rgba(0,0,0,0.01));
}
.nav-mode-option-card:hover {
  background: var(--dropdown-hover);
}
.nav-mode-option-card.active {
  border-color: var(--primary);
  background: rgba(59, 130, 246, 0.04);
}
.dark-mode .nav-mode-option-card.active {
  background: rgba(59, 130, 246, 0.12);
}
.option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.option-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-main);
}
.option-check {
  color: var(--primary);
  font-weight: bold;
}
.option-desc {
  font-size: 12px;
  color: var(--text-sub);
}
@media (max-width: 600px) {
.nav-fab-btn {
    right: 16px;
    left: unset;
    bottom: 84px; /* 偏上一些，防与回到顶部重叠 */
    width: 48px;
    height: 48px;
    gap: 4px;
}
.nav-fab-btn span {
    width: 18px;
    height: 2px;
}
}

/* ===== 顶部栏赞助按键与 GIF 动效样式 ===== */
.sponsor-gif {
  height: 38px;
  width: auto;
  object-fit: contain;
  margin-right: 0px;
}
.sponsor-container {
  position: relative;
  display: flex;
  align-items: center;
}
.btn-sponsor {
  background: linear-gradient(135deg, #fef4d8 0%, #f6d48a 100%);
  color: #a46714;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  padding: 6px 12px !important;
  font-size: 14px !important;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.btn-sponsor:hover, .sponsor-container:hover .btn-sponsor {
  filter: brightness(1.08);
}
.dark-mode .btn-sponsor {
  background: linear-gradient(135deg, #443118 0%, #2f210d 100%);
  color: #f6d48a;
  border: 1px solid #7d541c;
}
.sponsor-dropdown {
  right: 0;
  width: 120px !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}
.sponsor-dropdown .dropdown-item {
  padding: 10px 14px !important;
  font-size: 13px !important;
  gap: 8px !important;
}
.sponsor-dropdown .item-icon {
  filter: none !important;
}
