/* Prina License Console — token set (design: Claude Design "Prina License Console v2" / vercel-tokens.css).
   Do not edit values here to taste — change them in the design project and re-import. */
[data-theme="light"] {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #fafafa;
  --surface-3: #f2f2f2;
  --border: #ebebeb;
  --border-strong: #d4d4d4;
  --text: #0a0a0a;
  --text-2: #666666;
  --text-3: #8f8f8f;
  --accent: #0a0a0a;
  --accent-on: #ffffff;
  --accent-hover: #383838;
  --accent-soft: #f2f2f2;
  --link: #0068d6;
  --danger: #c9252d;
  --danger-bg: #fff0f0;
  --danger-border: #f5c2c2;
  --published: #067a3e;
  --published-bg: #edf9f0;
  --published-border: #b8e6c6;
  --review: #a35200;
  --review-bg: #fff6e6;
  --review-border: #f5d9a8;
  --draft: #666666;
  --draft-bg: #f2f2f2;
  --draft-border: #e0e0e0;
  --approved: #0068d6;
  --approved-bg: #edf5ff;
  --approved-border: #bdd8f7;
  --shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.08);
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
}
[data-theme="dark"] {
  --bg: #000000;
  --surface: #0a0a0a;
  --surface-2: #111111;
  --surface-3: #1a1a1a;
  --border: #242424;
  --border-strong: #3a3a3a;
  --text: #ededed;
  --text-2: #a1a1a1;
  --text-3: #7a7a7a;
  --accent: #ededed;
  --accent-on: #0a0a0a;
  --accent-hover: #ffffff;
  --accent-soft: #1f1f1f;
  --link: #47a8ff;
  --danger: #ff6166;
  --danger-bg: #2a1214;
  --danger-border: #4d1f22;
  --published: #4cc38a;
  --published-bg: #0f2318;
  --published-border: #1f4230;
  --review: #f0a53d;
  --review-bg: #2a1e0c;
  --review-border: #4a3413;
  --draft: #a1a1a1;
  --draft-bg: #1a1a1a;
  --draft-border: #2e2e2e;
  --approved: #47a8ff;
  --approved-bg: #0c1c2e;
  --approved-border: #1b3a5c;
  --shadow: 0 1px 2px rgba(0,0,0,0.5), 0 12px 32px rgba(0,0,0,0.6);
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.4);
}
:root {
  --r: 12px;
  --r-sm: 6px;
  --r-pill: 999px;
  --font-sans: "Geist", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --chip-sm-h: 22px;
  --chip-sm-px: 8px;
  --chip-sm-fs: 11px;
}
