/* NOVA Frontend R1 — semantic design tokens */
:root {
  --bg:#04050a;
  --bg-soft:#0a0d16;
  --panel:#0e1220;
  --panel-2:#141a2b;

  --border:rgba(255,255,255,.08);
  --border-2:rgba(255,255,255,.14);
  --border-strong:rgba(255,255,255,.20);

  --text:#eaeef7;
  --muted:#8b94a8;
  --faint:#5c6579;

  --brand:#5b8cff;
  --brand-2:#8b5cff;
  --accent:#25e6c8;

  --nova-shell-max-width:1180px;
  --nova-shell-header-height:72px;
  --nova-shell-radius:16px;
  --nova-shell-radius-sm:12px;

  --nova-shell-surface:rgba(5,7,13,.76);
  --nova-shell-surface-strong:rgba(7,10,18,.94);
  --nova-shell-border:rgba(255,255,255,.08);
  --nova-shell-shadow:0 18px 60px rgba(0,0,0,.28);

  --nova-focus:0 0 0 3px rgba(91,140,255,.28);
  --nova-ease:cubic-bezier(.2,.8,.2,1);
}
