:root{--bg:#f4f2ed;--paper:#ffffff;--ink:#171512;--ink-soft:#6e675c;--stamp:#d92b1f;--stamp-soft:#fbe9e7;--line:#e4e0d8;--green:#1e7a46;--mono:ui-monospace,"SF Mono",Menlo,"Courier New",monospace;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}button{font-family:inherit}button:active{transform:scale(.97)}input{outline:none;font-family:inherit}.dots i{display:inline-block;width:6px;height:6px;margin:0 2px;border-radius:50%;background:var(--ink-soft);animation:bounce 1.2s infinite}.dots i:nth-child(2){animation-delay:.15s}.dots i:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}@media (prefers-reduced-motion:reduce){.dots i{animation:none}}