[v-cloak] { display: none; }
* { box-sizing: border-box; }
body { margin: 0; color: #182027; background: #fff5f5; font-family: Arial, "Microsoft YaHei", sans-serif; }
button { cursor: pointer; border: 0; border-radius: 8px; background: #c81e1e; color: #fff; font-weight: 700; padding: 10px 14px; }
button:disabled { cursor: not-allowed; opacity: .45; }
input { width: 100%; height: 40px; border: 1px solid #f1d2d2; border-radius: 8px; padding: 0 10px; }
label { display: grid; gap: 6px; color: #5d6b75; font-size: 14px; }
.login-card { width: min(380px, calc(100vw - 28px)); margin: 12vh auto; display: grid; gap: 16px; padding: 24px; background: #fff; border: 1px solid #f1d2d2; border-radius: 10px; box-shadow: 0 18px 40px rgba(24,32,39,.08); }
.login-card h1 { margin: 0; font-size: 24px; }
.message { margin: 0; color: #d84a3a; }
.captcha-row { display: grid; grid-template-columns: minmax(92px, auto) minmax(0, 1fr) auto; gap: 8px; align-items: center; }
.captcha-row span { height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border-radius: 8px; background: #fff0f0; color: #c81e1e; font-weight: 700; white-space: nowrap; }
.captcha-row button { height: 40px; padding: 0 12px; }
main { max-width: 1080px; margin: 0 auto; padding: 18px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; }
.topbar div { display: grid; gap: 4px; }
.topbar span { color: #6f7f89; font-size: 13px; }
.tabs { display: flex; gap: 8px; margin: 0 0 14px; overflow-x: auto; }
.tabs button { flex: 0 0 auto; color: #c81e1e; background: #fff0f0; }
.tabs button.active { color: #fff; background: #c81e1e; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.stats article, .panel { background: #fff; border: 1px solid #f1d2d2; border-radius: 10px; padding: 16px; }
.stats span { color: #6f7f89; font-size: 13px; }
.stats b { display: block; margin-top: 8px; font-size: 24px; }
.panel { margin-top: 14px; overflow: auto; }
.panel h2 { margin: 0 0 12px; font-size: 18px; }
.link-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
.link-row span { overflow-wrap: anywhere; padding: 10px; border-radius: 8px; background: #fff0f0; color: #c81e1e; }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 10px; border-bottom: 1px solid #f6dddd; text-align: left; font-size: 14px; }
th { color: #5d6b75; background: #fffafa; }
.empty { color: #7c8b93; text-align: center; }
.pager { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 14px; color: #5d6b75; font-size: 14px; }
.pager span { white-space: nowrap; }
.page-message { margin-top: 12px; }
@media (max-width: 720px) {
  .stats { grid-template-columns: 1fr; }
  main { padding: 12px; }
  .pager { justify-content: space-between; }
  .pager button { padding: 9px 10px; }
  .pager span { font-size: 12px; }
}
