/* ==========================================================================
   PrepPath — Design Tokens
   Aesthetic: dark terminal / pentest report. Edit here to re-theme globally.
   ========================================================================== */

:root {
  /* Core palette — terminal green on near-black, amber for warnings/scores */
  --bg:             #0a0d0a;
  --bg-raised:      #111511;
  --panel:          #141814;
  --panel-border:   rgba(0, 255, 140, 0.14);
  --panel-border-hi:rgba(0, 255, 140, 0.32);

  --accent:         #00ff8c;   /* terminal green */
  --accent-dim:     #0d8f56;
  --accent-amber:   #ffb020;   /* scores, warnings */
  --danger:         #ff4d4d;
  --info:           #4fc3f7;

  --text-primary:   #eafff2;
  --text-secondary: rgba(234, 255, 242, 0.6);
  --text-tertiary:  rgba(234, 255, 242, 0.34);

  /* Type */
  --font-mono: "SF Mono", ui-monospace, "JetBrains Mono", "Fira Code", Menlo, Consolas, monospace;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --radius-lg: 14px;
  --radius-md: 10px;
  --radius-sm: 6px;

  --container: 1080px;
  --container-narrow: 720px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
