/* ═══ RetailERP — Base Reset & Typography ═══ */
*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'Inter',sans-serif;background:var(--bg);color:var(--t1);font-size:13px;line-height:1.5}
::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--s4);border-radius:4px}
.ml-auto{margin-left:auto}
.mono{font-family:'JetBrains Mono',monospace}
.sep{height:1px;background:var(--border);margin:14px 0}
