:root {
  color-scheme: dark;
  --bg: #07101d;
  --surface: #0d1a2a;
  --surface-2: #132339;
  --line: #263a53;
  --text: #eef5ff;
  --muted: #9fb1c7;
  --accent: #32d5b4;
  --accent-strong: #0ca184;
  --danger: #ff6b75;
  --warning: #f7c65f;
  --info: #63a9ff;
  --shift-admin: #8f7cff;
  --shift-day: #f7c65f;
  --shift-morning: #4cc9a7;
  --shift-evening: #ff9f66;
  --shift-night: #7289da;
  --shift-oc: #ee6fb1;
  --shift-ot: #ff765d;
  --shift-leave: #62b4ff;
  --shift-off: #647489;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .24);
  --sidebar: 264px;
  --touch-target: 44px;
  --content-gutter: clamp(14px, 3.2vw, 56px);
}

[data-theme='light'] {
  color-scheme: light;
  --bg: #f2f6fa;
  --surface: #fff;
  --surface-2: #eaf1f7;
  --line: #cedae5;
  --text: #122033;
  --muted: #5a6c80;
}
