/* 부록 O-3 — 픽셀 테마 토큰. app/Shared/UI/Themes/PixelTheme.swift와 값을 1:1로 맞춘다.
   스캐폴딩만 — 붙일 화면(site/studio·site/admin, P3·P4)이 아직 없다. */
:root[data-theme="pixel"] {
  --bg: #0F1021;
  --surface: #171833;
  --text-primary: #E8E8F0;
  --text-secondary: #9A9CC0;
  --text-tertiary: #5D5F8F;
  --accent: #58D68D;
  --accent-foreground: #06130C;
  --success: #58D68D;
  --warning: #FFD166;
  --danger: #FF4D97;

  --radius-lg: 0px;
  --radius-base: 0px;
  --radius-sm: 0px;

  --motion-ease: linear;
  --motion-duration: 120ms;
}
