/* Kafu shell overrides: imiker-inspired header and footer treatment. */
.site-header[data-v-e92e9643] {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
}

.site-header[data-v-e92e9643]::before,
.site-header[data-v-e92e9643]::after {
  display: none;
}

.desktop-shell[data-v-e92e9643] {
  min-height: 72px;
  gap: 22px;
}

.brand-block[data-v-e92e9643],
.mobile-brand[data-v-e92e9643],
.drawer-brand[data-v-933c90ca] {
  gap: 10px;
}

.kafu-seerfar-logo {
  display: block;
  height: 42px;
  width: 190px;
}

.mobile-brand .kafu-seerfar-logo {
  height: 34px;
  width: 160px;
}

.drawer-brand .kafu-seerfar-logo {
  height: 32px;
  width: 150px;
}

.brand-mark[data-v-e92e9643],
.mobile-brand-mark[data-v-e92e9643],
.drawer-brand-mark[data-v-933c90ca] {
  background: linear-gradient(135deg, #10203a, #31557a);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(16, 32, 58, 0.18);
  animation: none;
}

.brand-block strong[data-v-e92e9643],
.mobile-brand strong[data-v-e92e9643],
.drawer-head strong[data-v-933c90ca] {
  color: #1f2937;
  font-weight: 700;
  text-shadow: none;
}

.brand-slogan[data-v-e92e9643],
.mobile-slogan[data-v-e92e9643],
.drawer-brand-copy span[data-v-933c90ca] {
  color: #8a94a3;
}

.tab-nav[data-v-e92e9643] {
  justify-content: flex-start;
}

.tab-button[data-v-e92e9643] {
  border-radius: 999px;
  color: #465366;
}

.tab-emoji[data-v-e92e9643],
.quick-category-icon[data-v-7ea3afe8] {
  display: none !important;
}

.tab-button.active[data-v-e92e9643] {
  background: #f3f6fb;
  border-color: rgba(17, 24, 39, 0.08);
  color: #152235;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.platform-links[data-v-e92e9643],
.drawer-social[data-v-933c90ca],
.detail-entry-links,
.wechat-pop-layer[data-v-933c90ca],
.wechat-layer[data-v-e92e9643] {
  display: none !important;
}

a[href*="douyin.com"],
a[href*="xhslink.com"],
a[href*="xiaohongshu.com"],
a[href*="bilibili.com"],
a[href*="weixin.qq.com"] {
  display: none !important;
}

.about-trigger[data-v-5e229949],
.feedback-card[data-v-5e229949],
.disclaimer-card[data-v-5e229949],
.submit-card[data-v-5e229949],
.theme-toggle[data-v-e92e9643] {
  display: none !important;
}

.about-card-grid[data-v-5e229949] {
  grid-template-columns: repeat(2, minmax(0, 260px));
  justify-content: start;
}

.desktop-actions[data-v-e92e9643] {
  gap: 18px;
}

.kafu-auth-actions {
  align-items: center;
  display: inline-flex;
  gap: 24px;
  white-space: nowrap;
}

.kafu-auth-link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #2d8cff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 4px;
}

.kafu-auth-link:hover,
.kafu-auth-link:focus-visible {
  color: #1174ee;
}

.kafu-auth-link--register {
  border-color: #2d8cff;
  min-width: 104px;
  padding: 0 26px;
}

.kafu-auth-link--register:hover,
.kafu-auth-link--register:focus-visible {
  background: rgba(45, 140, 255, 0.06);
}

.search-box[data-v-e92e9643] {
  background: #f6f8fb;
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: none;
}

.kafu-search-pulse {
  animation: kafu-search-pulse 0.9s ease-out;
}

@keyframes kafu-search-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 140, 255, 0.22);
  }
  45% {
    box-shadow: 0 0 0 8px rgba(45, 140, 255, 0.12);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 140, 255, 0);
  }
}

.site-compliance-footer[data-v-2cade75a] {
  width: 100%;
  max-width: none;
  margin-top: 12px;
  padding: 28px 16px 30px;
  background: #202833;
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 0;
  font-size: 13px;
}

.site-compliance-footer[data-v-2cade75a] span,
.site-compliance-footer[data-v-2cade75a] a {
  color: rgba(255, 255, 255, 0.72);
  min-height: 26px;
}

.site-compliance-footer[data-v-2cade75a] a:hover,
.site-compliance-footer[data-v-2cade75a] a:focus-visible {
  color: #ffffff;
}

.site-compliance-footer[data-v-2cade75a] > :not(.site-compliance-mobile-break):not(:last-child)::after {
  color: rgba(255, 255, 255, 0.26);
  content: "|";
  margin: 0 14px;
}

@media (max-width: 960px) {
  .site-header[data-v-e92e9643] {
    background: rgba(255, 255, 255, 0.94);
  }

  .mobile-shell[data-v-e92e9643] {
    padding: 8px 0;
  }
}

@media (max-width: 720px) {
  .site-compliance-footer[data-v-2cade75a] {
    padding: 24px 18px;
    font-size: 12px;
  }
}
