* {
  box-sizing: border-box;
}
html {
  background: #0a1218;
  color: #f5f3e8;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
a {
  color: #d4e98c;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.5;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #e9ffc1;
  outline-offset: 3px;
}
.city,
.shade {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.city {
  object-fit: cover;
  object-position: 60% center;
}
.shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #051019ed, #05101990),
    linear-gradient(0deg, #051019a0, transparent);
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 5vw;
}
.brand {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -1px;
}
.brand span {
  color: #c2d974;
}
.topnav {
  display: flex;
  gap: 8px;
  align-items: center;
}
.topnav a,
.quiet {
  font-size: 13px;
  border: 1px solid #ffffff40;
  background: #111e28d9;
  color: #e8eedf;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
}
main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5vw;
  min-height: 0;
}
.panel {
  width: min(100%, 460px);
  padding: 24px;
  border: 1px solid #ffffff29;
  border-radius: 14px;
  background: #09151eed;
  box-shadow: 0 14px 50px #0005;
}
.wide {
  width: min(100%, 640px);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: #c2d974;
  margin: 0 0 9px;
}
h1 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0 0 12px;
}
h2 {
  font-size: 20px;
  margin: 0 0 8px;
}
p {
  line-height: 1.45;
  font-size: 14px;
  margin: 10px 0;
}
.muted {
  color: #b8c6ce;
}
.field {
  display: block;
  font-size: 13px;
  margin: 12px 0;
}
.field input,
.field select {
  display: block;
  width: 100%;
  margin-top: 6px;
  color: #f4f6ed;
  background: #172732;
  border: 1px solid #5a6a74;
  border-radius: 6px;
  padding: 11px;
  min-height: 44px;
}
input:disabled {
  opacity: 0.65;
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 11px 16px;
  background: #c2d974;
  color: #162013;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.full {
  width: 100%;
}
.actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
.tabs {
  display: flex;
  gap: 6px;
  margin: 0 0 16px;
}
.tabs button {
  flex: 1;
}
.active {
  border-color: #c2d974 !important;
  color: #d4e98c !important;
}
.message {
  font-size: 13px;
  color: #dfedbc;
  min-height: 19px;
  margin: 10px 0;
  line-height: 1.35;
}
.message.error {
  color: #ffbdb6;
}
.footer {
  padding: 12px 5vw;
  color: #aebec5;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.world {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff22;
}
.world h2 {
  font-size: 17px;
  margin: 0;
}
.world p {
  margin: 5px 0 0;
  font-size: 12px;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}
.badge {
  font-size: 11px;
  color: #d4e98c;
}
.small {
  font-size: 12px;
}
.audit {
  border-bottom: 1px solid #ffffff22;
  padding: 8px 0;
  font-size: 12px;
}
.audit p {
  font-size: 12px;
  margin: 4px 0;
  overflow-wrap: anywhere;
}
[hidden] {
  display: none !important;
}
@media (max-height: 700px) {
  header {
    padding-block: 12px;
  }
  .panel {
    padding: 18px;
  }
  h1 {
    font-size: 26px;
    margin-bottom: 9px;
  }
  .field {
    margin: 10px 0;
  }
  .actions {
    margin-top: 10px;
  }
  .tabs {
    margin-bottom: 12px;
  }
  .footer {
    padding-block: 10px;
  }
}
@media (max-width: 480px) {
  header {
    padding: 12px 4vw;
  }
  .brand {
    font-size: 20px;
  }
  .topnav {
    gap: 5px;
  }
  .topnav a,
  .quiet {
    padding: 10px 8px;
    font-size: 12px;
  }
  main {
    padding: 6px 4vw;
  }
  .panel {
    padding: 16px;
  }
  .footer {
    padding: 10px 4vw;
  }
  .footer .extra {
    display: none;
  }
  h1 {
    font-size: 26px;
  }
  .world {
    padding: 10px 0;
  }
  .world .primary {
    padding: 10px 12px;
  }
}
@media (max-height: 520px) {
  header {
    padding-block: 8px;
  }
  .panel {
    padding: 12px;
  }
  h1 {
    font-size: 23px;
  }
  .eyebrow {
    margin-bottom: 5px;
  }
  .field {
    margin: 8px 0;
  }
  .field input,
  .field select {
    padding: 8px;
    min-height: 40px;
  }
  .footer {
    padding-block: 8px;
  }
  .message {
    margin: 6px 0;
  }
}
