:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(161, 210, 255, 0.42), transparent 28rem),
    linear-gradient(145deg, #ffffff 0%, #f5faff 100%);
}

.coming-soon {
  display: grid;
  min-height: 100vh;
  place-content: center;
  justify-items: center;
  gap: 1.25rem;
  padding: 2rem;
  text-align: center;
}

.logo {
  width: min(86vw, 520px);
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(10, 91, 185, 0.12));
}

.coming-soon p {
  margin: 0;
  color: #075fd2;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
