/* SYNMINT × SEKUREX — ALFREDO-SHOTZ vs GA-88 — design tokens
   One canvas, two layers, three accents:
   drop layer = cyan/violet/ice (XML palette), infrastructure = SEKUREX mint,
   provenance artifact = MAISON 424 amber. Fonts/easing shared with the main site. */
:root{
  /* void canvas */
  --sy-void:#0A0A0C;
  --sy-void-deep:#050507;
  --sy-surface:#111317;
  --sy-surface-2:#161A20;

  /* drop layer — SYNMINT */
  --sy-cyan:#2AEEF7;
  --sy-violet:#7A7CFF;
  --sy-ice:#C8F8FF;

  /* infrastructure layer — SEKUREX · MOTION // ORIGIN */
  --sy-mint:#00FFC8;

  /* provenance artifact — MAISON 424 */
  --sy-amber:#F5A03C;
  --sy-amber-deep:#8A4517;

  /* cold neutrals */
  --sy-text:#E6F0F2;
  --sy-dim:#8B949C;
  --sy-faint:#5C636B;

  --sy-border-subtle:rgba(200,248,255,0.06);
  --sy-border:rgba(200,248,255,0.12);
  --sy-border-strong:rgba(200,248,255,0.22);

  --sy-glow-cyan:0 0 24px rgba(42,238,247,0.28);
  --sy-glow-violet:0 0 32px rgba(122,124,255,0.22);
  --sy-glow-mint:0 0 18px rgba(0,255,200,0.30);
  --sy-glow-amber:0 0 14px rgba(245,160,60,0.4);
  --sy-grad-drop:linear-gradient(135deg,#2AEEF7 0%,#7A7CFF 100%);

  --font-sans:'Inter',system-ui,-apple-system,sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,SFMono-Regular,monospace;
  --font-serif:'Fraunces','Cormorant Garamond',Georgia,'Times New Roman',serif;

  --sy-ease:cubic-bezier(0.4,0,0.2,1);
  --sy-fast:200ms;
  --sy-slow:700ms;

  --sy-container:1180px;
  --sy-nav-h:64px;
}
