
:root { color-scheme: light; }
html, body { height: 100%; }
* { box-sizing: border-box; }
.bg-surface { background: #FAFAFA; }
.text-ink { color: #111111; }
:focus-visible { outline: 2px solid #3B82F6; outline-offset: 2px; }
