/* Minimal tokens.css restored to avoid 404 and ensure preload works.
   This file provides core CSS variables expected by views. Keep minimal and safe. */
:root{
  --app-bg: #0f172a;
  --app-card: rgba(17,24,39,.78);
  --app-border: #1f2937;
  --app-text: #e5e7eb;
  --app-muted: #9ca3af;

  --tc-radius: 12px;
  --tc-gap: 12px;
}

/* small reset to ensure file is a valid stylesheet */
html,body{margin:0;padding:0;font-family:Segoe UI,Roboto,Arial,sans-serif;color:var(--app-text);background:var(--app-bg);}