/* Shape, spacing, motion. The board is hard-edged and flat: no shadows, no rounded cards. */
:root{
--radius-none:0px;
--radius-button:10px; /* buttons, tags, inputs */
--radius-card:14px; /* cards / color-field panels */
--radius-block:6px; /* small block-pair motif */
--radius-hairline:3.137746810913086px; /* board frame radius */
--space-1:8px;--space-2:16px;--space-3:24px;--space-4:40px;--space-5:64px;
--border-block:2px solid var(--border-strong);
--ease-brand:cubic-bezier(.2,0,0,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-med:240ms; /* @kind other */
}
body{margin:0;font-family:var(--font-body);color:var(--text-body);background:var(--surface-page);font-size:var(--text-body-size);line-height:var(--text-body-lh)}
a{color:var(--flame);text-decoration:underline}
a:hover{color:var(--olive)}
