:root{--branco:#FFFDFB;--bege:#EBDFD1;--marrom:#4A3527;--rosa:#E39AA2;--bg:#F3EADD;--surface:#FFFDFB;--surface-2:#F6EFE6;--line:#E4D7C6;--ink:#4A3527;--ink-soft:#6E5A4B;--ink-faint:#9A8879;--accent:#E39AA2;--accent-deep:#C97F88;--good:#5F8C6A;--warn:#C08A3E;--sidebar-w:248px;--radius:14px;--shadow:0 1px 2px rgba(74,53,39,.06), 0 10px 30px rgba(74,53,39,.06);--font:"Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}a{color:inherit}.word{font-weight:800;letter-spacing:-.02em;line-height:1}.word .dot{color:var(--accent)}.tnum{font-variant-numeric:tabular-nums}.spin{width:20px;height:20px;border:2.5px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:sp .7s linear infinite}@keyframes sp{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spin{animation:none}}
