body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fafafa;
  color: #333;
}

.maintenance {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.card {
  transform: translateY(-56px);
  background: #fff;
  padding: 48px 32px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.logo {
  width: 180px;
  margin-bottom: 8px;
}

h1 {
  font-size: 22px;
  margin-bottom: 24px;
}

p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}