:root {
  --page-bg: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #fbfbfd;
  --text-main: #1d1d1f;
  --text-soft: rgba(29, 29, 31, 0.72);
  --text-muted: rgba(29, 29, 31, 0.56);
  --brand: #0071e3;
  --border-soft: rgba(29, 29, 31, 0.08);
  --shadow: 3px 5px 30px rgba(0, 0, 0, 0.08);
  --grad: linear-gradient(294deg, #ff00f7 0%, #1e98fd 100%);
  --radius-panel: 32px;
  --radius-soft: 18px;
  --maxw: 980px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
