body {
  font-family: Arial, sans-serif;
  background: #f4f6f8;
  color: #1f2933;
}

.card {
  max-width: 440px;
  margin: 40px auto;
  background: #ffffff;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

h1 {
  text-align: center;
  color: #003a8f;
}

.notice {
  font-size: 0.95em;
  text-align: center;
  margin-bottom: 20px;
}

label {
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

input[type="text"],
input:not([type]) {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
}

.checkbox {
  font-weight: normal;
  margin-top: 15px;
}

button {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  background: #003a8f;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
}

button:hover {
  background: #002b6b;
}

.map {
  height: 260px;
  margin-top: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.hidden {
  display: none;
}

#status {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
