:root{
  --radius-xs:4px;
  --radius-sm:8px;
  --radius-md:12px;
  --radius-lg:20px;
  --radius-xl:28px;
  --radius-pill:999px;

  --border-width:1px; /* @kind other */

  /* Shadows are near-invisible on black; depth comes from glow + hairlines. */
  --shadow-card:0 1px 0 rgba(255,255,255,0.05) inset,0 24px 60px rgba(0,0,0,0.55);
  --shadow-raised:0 32px 80px rgba(0,0,0,0.65);
  --shadow-accent:0 8px 32px rgba(245,184,28,0.30);
  --shadow-accent-strong:0 0 0 1px rgba(245,184,28,0.35),0 12px 48px rgba(245,184,28,0.45);

  --glow-yellow-soft:radial-gradient(circle at 50% 50%,rgba(245,184,28,0.35) 0%,rgba(245,184,28,0) 70%); /* @kind color */
  --glow-matrix-soft:radial-gradient(circle at 50% 50%,rgba(0,255,65,0.28) 0%,rgba(0,255,65,0) 70%); /* @kind color */

  --blur-panel:blur(18px); /* @kind other */
  --blur-glow:blur(80px); /* @kind other */

  --ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
  --ease-in-out:cubic-bezier(0.65,0,0.35,1); /* @kind other */
  --dur-fast:140ms; /* @kind other */
  --dur-base:280ms; /* @kind other */
  --dur-slow:640ms; /* @kind other */
  --dur-reveal:900ms; /* @kind other */
}
