/* Hub host page (platform.html) — body is fixed viewport until mobile */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "DM Sans", sans-serif;
  background: #0a1628;
  overflow: hidden;
  height: 100vh;
}
