:root {
  color-scheme: dark;
  --ink-950: #07090d;
  --ink-900: #0a0d12;
  --ink-850: #10151d;
  --ink-800: #171d27;
  --ink-750: #202735;
  --surface: rgba(22, 27, 36, 0.88);
  --surface-strong: rgba(11, 15, 21, 0.97);
  --surface-soft: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.135);
  --line-strong: rgba(255, 255, 255, 0.22);
  --paper: #ffffff;
  --paper-soft: rgba(255, 255, 255, 0.92);
  --text: #fcfdff;
  --text-soft: #d9dee6;
  --text-muted: #9fa8b5;
  --gold: #efca6d;
  --gold-bright: #ffe29a;
  --gold-deep: #a97820;
  --violet: #9d62ff;
  --violet-bright: #c7a0ff;
  --cyan: #52d8df;
  --emerald: #62d99a;
  --danger: #ff7f82;
  --warning: #ffc96b;
  --shadow: 0 22px 64px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.18);
  --radius-xl: 30px;
  --radius-lg: 23px;
  --radius-md: 17px;
  --radius-sm: 13px;
  --header-height: 72px;
  --nav-height: 82px;
  --content-max: 1040px;
  --desktop-sidebar: 232px;
  --desktop-content-max: 1280px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
