* { box-sizing: border-box; }

html, body {
  height: 100%;
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.hidden { display: none !important; }

#app{
  min-height: 100vh;
}