*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--sans);background:var(--bg);color:var(--ink);height:100vh;overflow:hidden;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}
button{font-family:inherit;cursor:pointer;border:0;background:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.hidden{display:none!important}
/* Safari iOS: 100vh inclui a barra dinamica do navegador; dvh corrige onde suportado */
@supports (height:100dvh){body,#app,#login,#drawer{height:100dvh}}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-thumb{background:var(--hair2);border-radius:8px;border:3px solid var(--bg)}
code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em;background:var(--active);padding:1px 5px;border-radius:5px;color:var(--ink2)}
