/**
 * 用户标签后台 — 设计变量
 */
:root {
  --bg-app: #f4f6f9;
  --bg-surface: #ffffff;
  --bg-subtle: #eef1f6;
  --bg-muted: #f8fafc;
  --border-default: #e4e8ef;
  --border-strong: #c5cdd9;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --accent: #1e5eff;
  --accent-hover: #1648d4;
  --accent-muted: rgba(30, 94, 255, 0.08);
  --success: #059669;
  --success-bg: #ecfdf5;
  --warning: #d97706;
  --warning-bg: #fffbeb;
  --danger: #dc2626;
  --danger-bg: #fef2f2;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
  --font-sans: "Plus Jakarta Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: ui-monospace, "Cascadia Code", Consolas, monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --sidebar-w: 220px;
  --topbar-h: 52px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --dur: 0.18s;
}

@media (prefers-reduced-motion: reduce) {
  :root { --dur: 0.01ms; }
}
