:root{--bg: #fafafb;--surface: #ffffff;--border: #e2e4e7;--border-strong: #e7e9eb;--text: #26282c;--text-dim: #7c8189;--text-on-ink: #adafb3;--ink-inverse: #ffffff;--accent: #8c5a18;--radio-idle: #d6d8db;--danger: #a3432f;--goal-1: #8c5a18;--goal-2: #3f6b52;--goal-3: #3c5a8c;--goal-4: #8c3f52;--goal-5: #6b5a8c;--goal-6: #8c7a3f;--goal-unknown: #8a8580;--solid-face: #8c5a18;--solid-edge: #3e2408;--serif: "Instrument Serif", Georgia, "Iowan Old Style", "Times New Roman", serif;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color-scheme:light}@media (prefers-color-scheme: dark){:root{--bg: #131416;--surface: #1c1e21;--border: #2b2e33;--border-strong: #3a3e44;--text: #e8e9ea;--text-dim: #9a9fa7;--text-on-ink: #6f7378;--ink-inverse: #131416;--accent: #d99a4e;--radio-idle: #4a4e55;--danger: #e0806c;--goal-1: #d99a4e;--goal-2: #6fbb93;--goal-3: #7ba3e0;--goal-4: #e07f97;--goal-5: #ad9ad9;--goal-6: #d4bd76;--goal-unknown: #8f9298;--solid-face: #b8823a;--solid-edge: #e0b070;color-scheme:dark}}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}button,input,textarea{font-family:inherit}button{cursor:pointer}textarea{resize:vertical}@keyframes dotPulse{0%,80%,to{opacity:.25}40%{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important}}
