/* 挿せる？電源タップ — design tokens
 * concept: 実寸の机上配線図(desk wiring diagram, actual scale)
 * ground: deep prussian blue #0f2438 · line: chalk white/cyan
 * interference: coral (not alarm-red) · marginal: pink-leaning
 * display: Zen Antique · body: Zen Kaku Gothic New · measurements: IBM Plex Mono
 */

:root {
  --color-bg: #0f2438;
  --color-bg-2: #142c44;
  --color-bg-3: #18334e;
  --color-panel: #12283e;
  --color-line: #2c4761;
  --color-line-soft: #223a52;

  --color-ink: #eef7fb;
  --color-ink-soft: #a9c7d8;
  --color-ink-faint: #8fb0c4;

  --color-chalk: #d9eef7;
  --color-cyan: #bfe8f5;
  --color-cyan-fill: rgba(191, 232, 245, 0.16);
  --color-cyan-fill-strong: rgba(191, 232, 245, 0.3);

  --color-coral: #ff6b5f;
  --color-coral-soft: #ff8f76;
  --color-coral-fill: rgba(255, 107, 95, 0.16);

  --color-pink: #ff9fb0;
  --color-pink-fill: rgba(255, 159, 176, 0.14);

  --color-amber-mid: #ffcf8a;

  --color-focus: #bfe8f5;
  --color-btn: #d9eef7;
  --color-btn-ink: #0f2438;
  --color-btn-quiet: #1a3550;
  --color-pr: #0a1a29;
  --color-pr-ink: #7fa0b6;
  --color-link: #bfe8f5;
  --color-scrim: rgba(10, 22, 36, 0.72);

  --font-display: "Zen Antique", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-body: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;

  --text-display: 1.75rem;
  --text-xl: 1.25rem;
  --text-lg: 1.0625rem;
  --text-body: 1rem;
  --text-sm: 0.8125rem;
  --text-xs: 0.75rem;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.25rem;
  --space-2xl: 3.5rem;
  --space-3xl: 5rem;

  --measure: 42rem;
  --stage-max: 62rem;
  --radius: 3px;
  --radius-lg: 6px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 140ms;
  --dur-short: 260ms;
  --dur-med: 420ms;

  --z-skip: 40;
  --z-armed: 10;
}
