:root{
  --bg:#f5f7fb; --panel:#ffffff; --border:#e3e7ef; --muted:#6b7280;
  --accent:#2c5fd6; --accent-soft:#e9f0ff; --ok:#16a34a; --warn:#f59e0b; --bad:#dc2626;
  --g1:#3b82f6; --g2:#10b981; --g3:#f59e0b; --g4:#fb923c; --g5:#ef4444;
}
*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo","맑은 고딕",sans-serif;background:var(--bg);color:#111827;line-height:1.55}
