html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #05070b;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.shell {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px;
  box-sizing: border-box;
  background: radial-gradient(circle at 20% 20%, rgba(35, 98, 255, 0.22), transparent 30%),
              linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.82));
}

.brand {
  position: absolute;
  top: 48px;
  left: 64px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.title {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 16px;
}

.status {
  font-size: 24px;
  opacity: 0.82;
}

video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  z-index: -1;
}
