/* Free Valuation launch video — page shell */
html, body {
  margin: 0;
  height: 100%;
  background: #0a0a0a;
  overflow: hidden;
}
#app {
  position: fixed;
  inset: 0;
}
* { box-sizing: border-box; }
