* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  background: radial-gradient(circle at 50% 0%, #244a70 0%, #15304a 55%, #0e2030 100%);
  color: #cfe6f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1rem;
  text-align: center;
}
.page {
  max-width: 700px;
  width: 100%;
}
.logo {
  max-width: 640px;
  width: 100%;
  filter: drop-shadow(0 0 26px rgba(120, 190, 255, 0.35));
  margin-bottom: 1.5rem;
}
h1 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #aee0ff, #5fa8e0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.park-sign {
  background: linear-gradient(180deg, #0f2238, #0a1a2c);
  border: 1px solid #2c5478;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  text-align: left;
  box-shadow: 0 0 0 1px rgba(120, 190, 255, 0.08) inset, 0 12px 30px rgba(0, 0, 0, 0.45);
}
.park-sign h2 {
  margin: 0 0 0.85rem;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fc3eb;
  border-bottom: 1px dashed #2c5478;
  padding-bottom: 0.6rem;
}
.park-sign-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  padding: 0.25rem 0;
  font-family: "Courier New", monospace;
}
.park-sign-row span:first-child {
  color: #5f87ab;
  flex-shrink: 0;
}
.park-sign-row span:last-child {
  text-align: right;
  color: #d8ecfb;
}
.fine-print {
  font-size: 0.75rem;
  color: #4f7395;
  margin-top: 1.1rem;
}
.fine-print a {
  color: #5fa8e0;
}
.badge {
  font-size: 0.75rem;
  color: #4f7395;
  margin-top: 0.4rem;
}
