:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif;
  background: #f5f5f7;
  color: #1d1d1f;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

.maintenance {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 32px;
  text-align: center;
}

.brand {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 18px;
  background: #0071e3;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 14px 38px rgb(0 113 227 / 22%);
}

h1 {
  margin: 0;
  font-size: clamp(40px, 7vw, 64px);
  font-weight: 650;
  letter-spacing: -0.04em;
}

p {
  margin: 18px 0 0;
  color: #6e6e73;
  font-size: 17px;
  line-height: 1.6;
}
