* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, 0.24), transparent 34%),
    linear-gradient(160deg, #020617, #0f172a 50%, #111827);
  display: flex;
  justify-content: center;
  padding: max(18px, env(safe-area-inset-top)) 18px max(var(--padding-bottom, 18px), env(safe-area-inset-bottom));
}
