/* ──────────────────────────────────────────────────────────────────────────────
 * AllocLab UI v5 — Reset
 * 基於 modern-normalize 精選、僅留實際需要項
 * ────────────────────────────────────────────────────────────────────────────── */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--al-bg);
  color: var(--al-ink);
  min-height: 100vh;
  min-height: 100dvh;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Tabular numerics utility */
.num {
  font-variant-numeric: tabular-nums;
}
