/* 靛蓝 */
:root{
  --bg:#f8f8fe;
  --bg-mid:#fafafa;
  --surface:#ffffff;
  --glass:rgba(255,255,255,.92);
  --card:#ffffff;
  --card-solid:#ffffff;
  --chip:#ededfc;
  --text:#0f172a;
  --text-soft:#334155;
  --muted:#64748b;
  --line:rgba(79,70,229,.10);
  --stroke:rgba(79,70,229,.10);
  --stroke-strong:rgba(79,70,229,.18);
  --accent:#4f46e5;
  --accent-ink:#ffffff;
  --accent-soft:rgba(79,70,229,.12);
  --accent-deep:#3e37b3;
  --brand:var(--accent);
  --brand-ink:var(--accent-ink);
  --brand-soft:var(--accent-soft);
  --brand-deep:var(--accent-deep);
  --brand-lite:#8d87ee;
  --brand-glow:rgba(79,70,229,.16);
  --blob-a:transparent;
  --blob-b:transparent;
  --blob-c:transparent;
  --cover:linear-gradient(160deg,#dfdefa,#f8f8fe);
  --cover-ink:#0f172a;
  --danger:#dc2626;
  --danger-soft:rgba(220,38,38,.08);
  --success:#16a34a;
  --success-soft:rgba(22,163,74,.1);
  --warning:#d97706;
  --warning-soft:rgba(217,119,6,.12);
  --tag-a-bg:rgba(220,38,38,.08);
  --tag-a-fg:#dc2626;
  --tag-b-bg:rgba(79,70,229,.12);
  --tag-b-fg:#3e37b3;
  --tag-c-bg:var(--accent-soft);
  --tag-c-fg:#3e37b3;
  --shadow:rgba(79,70,229,.05);
  --overlay:rgba(15,23,42,.4);
  --card-shadow:0 1px 2px rgba(15,23,42,.04), 0 8px 24px rgba(15,23,42,.05);
  --card-shadow-hover:0 2px 4px rgba(15,23,42,.05), 0 16px 40px rgba(15,23,42,.09);
  --glass-blur:blur(16px) saturate(1.2);
  --radius:20px;
  --radius-sm:12px;
  --glow:transparent;
  --font:"Inter","Noto Sans SC",system-ui,sans-serif;
  --sidebar-w:232px;
  --main-max:1680px;
  --main-pad:16px;
}
