:root{--bg: #ffffff;--card: #ffffff;--surface: #f5f1ea;--border: #e7dfd2;--ink: #2b2521;--muted: #6f6558;--brand: #2e1528;--cta: #f0a800;--cta-border: #a87500;--cta-press: #d89700;--cta-ink: #2b2521;--panel: #2e1528;--panel-ink: #fbf7f0;--avatar-bg: #f5f1ea;--avatar-ink: #2b2521;--disabled: #a99e8f;--warn: #964917;--ok: #147a3c;--dot-pessoal: #2e1528;color-scheme:light}:root[data-theme=dark]{--bg: #16130e;--card: #211c16;--surface: #262019;--border: #37302a;--ink: #fbf7f0;--muted: #b0a594;--brand: #f4e9da;--cta: #f0a800;--cta-border: #c88c00;--cta-press: #d89700;--cta-ink: #2b2521;--panel: #2b2521;--panel-ink: #fbf7f0;--avatar-bg: #2e271e;--avatar-ink: #fbf7f0;--disabled: #6e6559;--warn: #d2965e;--ok: #5cc07f;--dot-pessoal: #8f3f6f;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Figtree,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--brand)}input::placeholder{color:var(--disabled)}button{font-family:inherit}.app{width:100%;max-width:480px;margin:0 auto;min-height:100%;display:flex;flex-direction:column;background:var(--bg);color:var(--ink);position:relative;overflow:hidden}@media(min-width:481px){body{background:var(--surface)}.app{min-height:100dvh;border-left:1px solid var(--border);border-right:1px solid var(--border)}}.safe-top{padding-top:max(52px,env(safe-area-inset-top))}.safe-bottom{padding-bottom:max(26px,env(safe-area-inset-bottom))}.row:active,.icn:active,.sec:active,.att:active{background:var(--surface)}.cta:active,.fab:active,.send:active{background:var(--cta-press);transform:scale(.98)}.scroll{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.scroll::-webkit-scrollbar{width:6px;height:6px}.scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.scroll::-webkit-scrollbar-track{background:transparent}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
