:root{--bg: #f7f7f6;--surface: #ffffff;--surface2: #efeeec;--line: #e8e7e4;--text: #2b2216;--muted: #5f6b69;--accent: #8e4f27;--accent-line: #c97c4c;--accent-soft: #f4e3d6;--btn: #4a3b24;--btn-ink: #efe8dd;--hero: #4a3b24;--hero-ink: #efe8dd;--hero-acc: #e3a57c;--ok: #56694c;--ok-ink: #ffffff;--ok-soft: #e3eadc;--err: #a23b2a;--c-flex: #8fa382;--c-prev: #6e7c7a;--c-dedos: #c97c4c;--c-forca: #4a3b24;--c-muro: #c9a24c;--r: 14px;--r-sm: 8px}[data-theme=dark]{--bg: #151515;--surface: #1f1f1f;--surface2: #2a2a29;--line: #333333;--text: #efe8dd;--muted: #a9a9a6;--accent: #e3a57c;--accent-line: #e3a57c;--accent-soft: #48301f;--btn: #efe8dd;--btn-ink: #2b2216;--hero: #4a3b24;--hero-ink: #efe8dd;--hero-acc: #e3a57c;--ok: #a9bc9c;--ok-ink: #151515;--ok-soft: #2c3526;--err: #f08a76;--c-forca: #a88b5e}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Montserrat,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:14.5px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,.display{font-family:Montserrat,system-ui,sans-serif;font-weight:600;line-height:1.15}h1{font-size:24px;text-transform:uppercase;letter-spacing:.03em}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}button:focus-visible{outline:2px solid var(--accent-line);outline-offset:2px}.app{max-width:440px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:calc(14px + env(safe-area-inset-top)) 16px 8px;gap:8px}.brand{display:flex;flex-direction:column;line-height:1.1}.brand b{font-weight:600;font-size:14px;letter-spacing:.08em}.brand small{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:2px}.icon-btn{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--surface2);font-size:15px;flex:none}main{flex:1;padding:6px 16px calc(90px + env(safe-area-inset-bottom))}.card{background:var(--surface);border-radius:var(--r);padding:16px;border:1px solid var(--line);margin-bottom:12px}.card.flat{border:0;background:var(--surface2)}.muted{color:var(--muted)}.small{font-size:12.5px}.chip{background:var(--surface2);border-radius:999px;padding:5px 11px;font-size:12.5px;font-weight:500;display:inline-block}.chip.ok{background:var(--ok-soft);color:var(--ok)}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
