:root {
  --bg-base: #061116;
  --bg-deep: #050b10;
  --bg-surface: #071923;
  --bg-elevated: #0a202a;
  --bg-card: #0d2330;
  --bg-card-soft: #102b3a;
  --bg-card-hover: #143343;
  --border: rgba(148, 163, 184, 0.14);
  --border-bright: rgba(148, 163, 184, 0.24);
  --border-subtle: rgba(148, 163, 184, 0.14);
  --border-strong: rgba(148, 163, 184, 0.24);
  --fg-primary: #f4fbff;
  --fg-secondary: #a9bcc8;
  --fg-muted: #778996;
  --text-primary: #f4fbff;
  --text-secondary: #a9bcc8;
  --text-tertiary: #778996;
  --text-muted: #586b77;
  --green: #19E6A7;
  --green-dim: rgba(25, 230, 167, 0.12);
  --brand: #19E6A7;
  --brand-strong: #5CFFD2;
  --brand-soft: rgba(25, 230, 167, 0.12);
  --blue: #4f9dff;
  --blue-dim: rgba(79, 139, 255, 0.12);
  --purple: #b56dff;
  --purple-dim: rgba(181, 109, 255, 0.12);
  --yellow: #f5b84b;
  --yellow-dim: rgba(245, 184, 75, 0.12);
  --red: #ff647c;
  --red-dim: rgba(255, 100, 124, 0.12);
  --accent-1: #19E6A7;
  --accent-2: #4f9dff;
  --accent-3: #f5b84b;
  --accent-4: #b56dff;
  --accent-5: #ff647c;
  --accent-6: #9be52f;
  --accent-7: #2ec7e8;
  --accent-8: #f472b6;
  --site-bg: var(--bg-base);
  --site-surface: rgba(7, 25, 35, 0.92);
  --site-surface-solid: #071923;
  --site-panel: var(--bg-card);
  --site-border: var(--border-subtle);
  --site-border-strong: var(--border-strong);
  --site-fg: var(--text-primary);
  --site-muted: var(--text-secondary);
  --site-dim: var(--text-tertiary);
  --site-green: var(--brand);
  --site-blue: var(--accent-2);
  --site-yellow: var(--accent-3);
  --site-radius: 8px;
  --site-container: 1280px;
  --site-font: "Noto Sans SC", "Source Han Sans SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans: var(--site-font);
  --font-body: var(--site-font);
  --font-display: var(--site-font);
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, ui-monospace, monospace;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-fast: 220ms;
  --motion-mid: 560ms;
  --motion-section: 760ms;
  --motion-panel: 900ms;
}
