/* Rage Boxing — Design Tokens
   Premium Dark Boxing teması. Tüm renk/spacing/typography burada.
   MYSQL: yok — tamamen statik tema. */

:root {
  /* === BACKGROUNDS === */
  --bg-0: #0a0a0c;        /* uzay siyahı — body */
  --bg-1: #131318;        /* kart */
  --bg-2: #1c1c24;        /* hover / input */
  --bg-3: #24242e;        /* aktif sidebar */
  --overlay: rgba(0, 0, 0, 0.65);

  /* === BORDERS === */
  --border: #2a2a35;
  --border-strong: #3a3a48;

  /* === TEXT === */
  --text: #e9e9ee;
  --text-mute: #8a8a96;
  --text-soft: #b5b5be;
  --text-invert: #0a0a0c;

  /* === ACCENTS === */
  --accent: #e63946;          /* kan kırmızısı — ana vurgu */
  --accent-hover: #f04050;
  --accent-soft: rgba(230, 57, 70, 0.15);
  --accent-2: #f4a261;        /* altın/turuncu — ikinci vurgu */
  --accent-2-soft: rgba(244, 162, 97, 0.18);

  /* === STATUS === */
  --success: #2dd4bf;
  --success-soft: rgba(45, 212, 191, 0.15);
  --warn: #f59e0b;
  --warn-soft: rgba(245, 158, 11, 0.15);
  --danger: #ef4444;
  --danger-soft: rgba(239, 68, 68, 0.15);
  --info: #60a5fa;
  --info-soft: rgba(96, 165, 250, 0.15);

  /* === RADIUS === */
  --r-xs: 4px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 20px;
  --r-pill: 999px;

  /* === SPACING === */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;
  --s-8: 32px;
  --s-10: 40px;
  --s-12: 48px;
  --s-16: 64px;

  /* === LAYOUT === */
  --sidebar-w: 248px;
  --sidebar-w-collapsed: 72px;
  --topbar-h: 64px;
  --content-max: 1440px;

  /* === SHADOWS === */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 24px rgba(230, 57, 70, 0.25);

  /* === TYPO === */
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Bebas Neue", "Inter", sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", Consolas, monospace;

  --fs-xs: 11px;
  --fs-sm: 12px;
  --fs-md: 14px;
  --fs-lg: 16px;
  --fs-xl: 20px;
  --fs-2xl: 26px;
  --fs-3xl: 34px;
  --fs-4xl: 44px;

  --lh-tight: 1.15;
  --lh-normal: 1.5;
  --lh-loose: 1.7;

  /* === MOTION === */
  --t-fast: 120ms cubic-bezier(0.4, 0, 0.2, 1);
  --t-mid: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --t-slow: 320ms cubic-bezier(0.4, 0, 0.2, 1);

  /* === Z === */
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 1000;
  --z-toast: 1100;
}
