:root{--paper: #f1ece2;--paper-raised: #f9f6ef;--paper-high: #fdfbf6;--paper-sunken: #e7e0d2;--ink: #2b2620;--ink-muted: #6c6356;--ink-faint: #9b9284;--ink-ghost: #c3bbab;--line: #e2dacb;--line-strong: #d3c9b6;--accent: #a85f3f;--accent-hover: #91502f;--accent-ink: #8c4d31;--accent-tint: #ede0d6;--accent-tint-2: #e3d0c2;--ok: #4f7a52;--ok-tint: #e3ebdf;--warn: #9a7320;--danger: #a8443a;--danger-tint: #f0ddd7;--sans: "Mulish", ui-sans-serif, system-ui, -apple-system, sans-serif;--r-sm: 7px;--r-md: 11px;--r-lg: 16px;--r-pill: 999px;--lift-1: 0 1px 2px rgba(43, 38, 32, .05), 0 4px 16px rgba(43, 38, 32, .07);--lift-2: 0 8px 24px rgba(43, 38, 32, .1), 0 2px 6px rgba(43, 38, 32, .06);--lift-viewer: 0 24px 64px rgba(20, 16, 10, .45);--tabbar-h: 64px;--header-h: 60px;--sidebar-w: 248px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:var(--sans);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{height:100%;background:var(--paper)}.t-display{font-size:34px;font-weight:800;line-height:1.06;letter-spacing:-.02em}.t-headline{font-size:25px;font-weight:700;line-height:1.12;letter-spacing:-.015em}.t-title{font-size:19px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.t-body{font-size:16px;font-weight:400;line-height:1.45}.t-body-md{font-size:16px;font-weight:600;line-height:1.4}.t-label{font-size:13.5px;font-weight:600;line-height:1.3}.t-meta{font-size:13px;font-weight:500;line-height:1.35;color:var(--ink-muted)}.t-tiny{font-size:12px;font-weight:600;line-height:1.3;color:var(--ink-faint)}.muted{color:var(--ink-muted)}.faint{color:var(--ink-faint)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:99px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.row{display:flex;align-items:center}.col{display:flex;flex-direction:column}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.grow{flex:1}.spin{animation:mspin .8s linear infinite}@keyframes mspin{to{transform:rotate(360deg)}}.fade-in{animation:mfade .28s ease both}@keyframes mfade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.rise{animation:mrise .26s cubic-bezier(.2,.7,.3,1) both}@keyframes mrise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.scrim-in{animation:mscrim .2s ease both}@keyframes mscrim{0%{opacity:0}to{opacity:1}}.zoom-in{animation:mzoom .24s cubic-bezier(.2,.7,.3,1) both}@keyframes mzoom{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{scrollbar-width:none}
