/* NekoPass Web — Rhea density + Neutral dark (цвета сайта сохранены) */

:root {
  color-scheme: dark;

  /* Palette ≈ текущий сайт / ЛК */
  --background: #0a0b10;
  --foreground: #ffffff;
  --card: #1c1d26;
  --card-foreground: #ffffff;
  --primary: #ffffff;
  --primary-foreground: #0a0b10;
  --secondary: #252631;
  --secondary-foreground: #ffffff;
  --muted: #252631;
  --muted-foreground: #a0a0a0;
  --accent: #d0d0d0;
  --accent-foreground: #0a0b10;
  --destructive: #ff4757;
  --border: rgba(255, 255, 255, 0.1);
  --input: rgba(255, 255, 255, 0.12);
  --ring: rgba(255, 255, 255, 0.28);

  /* Legacy aliases (style.css) */
  --bg: var(--background);
  --bg-card: var(--card);
  --bg-card-hover: var(--secondary);
  --text: var(--foreground);
  --text-muted: var(--muted-foreground);
  --primary-dark: #e8e8e8;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  --max-width: 1120px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Rhea density — aggressively compact */
  --radius: 1rem; /* rounded-2xl control default */
  --radius-control: 1rem;
  --radius-inner: 10px;
  --radius-outer: 18px;
  --control-h: 32px;
  --gap-tight: 6px;
  --gap-group: 12px;
  --pad-card: 16px 18px;
  --pad-section: 56px 0;
  --header-h: 56px;

  --motion-fast: 0.16s;
  --motion-normal: 0.28s;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
