:root{
--radius-xs:2px;
--radius-sm:4px;
--radius-md:6px;
--radius-lg:10px;
--radius-full:999px;
--shadow-card:0 1px 0 0 rgba(255,255,255,0.03) inset,0 8px 24px -12px rgba(0,0,0,0.6);
--shadow-overlay:0 24px 64px -16px rgba(0,0,0,0.7);
--shadow-focus:0 0 0 3px var(--accent-lime-dim);
--glow-accent:0 0 0 1px var(--accent-lime),0 0 24px -4px var(--accent-lime);
--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:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:360ms; /* @kind other */
--grid-line:linear-gradient(var(--border-0) 1px,transparent 1px),linear-gradient(90deg,var(--border-0) 1px,transparent 1px);
--grid-size:48px;
}
