:root {
  color-scheme: dark;
  --bg: #060b16;
  --bg-soft: #0b1223;
  --surface: rgba(16, 27, 49, 0.72);
  --surface-strong: #111c33;
  --surface-hover: #172642;
  --line: rgba(161, 191, 255, 0.16);
  --line-strong: rgba(161, 191, 255, 0.34);
  --text: #f5f8ff;
  --muted: #9aa9c4;
  --primary: #7c9cff;
  --primary-strong: #a17cff;
  --cyan: #4ee8d4;
  --amber: #ffcb70;
  --danger: #ff7888;
  --success: #5ce1a1;
  --shadow: 0 22px 70px rgba(0, 0, 0, .38);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --sidebar-width: 300px;
  --topbar-height: 78px;
  --max-content: 1320px;
  --transition: 180ms ease;
  --font: Inter, Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html[data-contrast="high"] {
  --bg: #000;
  --bg-soft: #090909;
  --surface: #101010;
  --surface-strong: #171717;
  --line: rgba(255,255,255,.35);
  --line-strong: rgba(255,255,255,.72);
  --text: #fff;
  --muted: #dedede;
  --primary: #9db5ff;
  --cyan: #5bffe9;
}
