* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b3d91, #1e6091);
  color: #fff;
  text-align: center;
  padding: 24px;
}

.maintenance {
  max-width: 480px;
}

.icon {
  font-size: 64px;
  margin-bottom: 16px;
}

h1 {
  font-size: 28px;
  margin-bottom: 12px;
}

p {
  font-size: 16px;
  opacity: 0.85;
  line-height: 1.5;
}
