:root{--paper: #f6f4ef;--surface: #fcfbf8;--surface-2: #f0ede5;--ink: #1a1d1c;--ink-2: #5b625e;--ink-3: #8a8f8a;--line: #d8d3c8;--line-2: #e6e2d8;--probe: #0b6e63;--probe-soft: rgba(11,110,99,.1);--ok: #3f7d3a;--warn: #9c6b12;--err: #b23b2e;--mono: ui-monospace,"SF Mono",Menlo,Consolas,monospace;--sans: ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:13px;line-height:1.45;-webkit-font-smoothing:antialiased}code{font-family:var(--mono)}::selection{background:var(--probe-soft);color:var(--ink)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}@keyframes toastIn{0%{transform:translateY(8px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
