/* ============================================================
   BASE — reset e elementos HTML (ADR-0002)
   Sem classe de componente e sem shell: só o comportamento
   padrão dos elementos, consumindo tokens.
   ============================================================ */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--sans);background:var(--base);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;color:inherit}
input,select,textarea{font-family:inherit}
.hidden{display:none!important}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-thumb{background:var(--hair2);border-radius:8px;border:3px solid var(--base)}
a{color:inherit}
