/* KAMOTA BOOKS — Premium navy theme (balanced, not too dark) */
:root {
  --primary: #0b1f3a;
  --secondary: #1f3a5f;
  --surface: #243d5e;
  --surface-elevated: #2f4f73;
  --accent: #f4b400;
  --accent-hover: #ffca28;
  --accent-glow: rgba(244, 180, 0, 0.28);

  --bg: #142d4d;
  --bg-soft: #1a3558;
  --text: #f8fafc;
  --text-muted: #b8c9dc;
  --text-light: #8fa3bb;
  --white: #ffffff;
  --danger: #f87171;
  --success: #34d399;

  --navy-950: #0b1f3a;
  --navy-900: #142d4d;
  --navy-800: #1f3a5f;
  --navy-700: #2a4d75;
  --navy-600: #356089;

  --gold-600: #d9a000;
  --gold-500: #f4b400;
  --gold-400: #ffca28;
  --gold-300: #fde68a;
  --gold-100: rgba(244, 180, 0, 0.14);

  --paper-50: #2a4d75;
  --paper-100: #356089;
  --ink-900: #f8fafc;
  --ink-600: #b8c9dc;
  --ink-300: #8fa3bb;

  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;

  --radius-sm: 8px;
  --radius-md: 12px;

  --shadow-card: 0 6px 20px -4px rgba(11, 31, 58, 0.35);
  --shadow-lift: 0 14px 36px -8px rgba(11, 31, 58, 0.45);
  --shadow-nav: 0 4px 20px rgba(11, 31, 58, 0.25);

  --font-display: "Poppins", -apple-system, sans-serif;
  --font-body: "Inter", -apple-system, Segoe UI, Roboto, sans-serif;
  --font-mono: "Inter", monospace;

  --book-placeholder: #b8c4d0;
  --book-placeholder-border: #a8b4c0;

  --nav-height: 76px;
  --search-strip-height: 52px;
}
