[hidden] {
  display: none !important;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
  border: 0;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
form {
  margin: 2rem 0;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
input[type="password"] {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #506789;
  border-radius: 12px;
  background: #10213c;
  color: #fff;
  margin-bottom: 1rem;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 1.2rem 0;
}
.check input {
  margin-top: 0.4rem;
  flex: none;
  width: 20px;
  height: 20px;
}
output {
  display: block;
  overflow-wrap: anywhere;
  font-family: monospace;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  background: #10213c;
  padding: 1.2rem;
  border-radius: 12px;
  margin: 1rem 0;
}
.subscription {
  padding: 1.2rem;
  border: 1px solid #506789;
  border-radius: 16px;
  margin: 1rem 0;
}
.muted {
  color: #b5c5dd;
  font-size: 0.92rem;
}
#message:not(:empty) {
  padding: 1rem;
  border-left: 3px solid #ffcf52;
  background: #172741;
}
.notice {
  padding: 1rem;
  border-radius: 12px;
  background: #172741;
}
.secondary {
  background: #263956;
  color: #fff;
}
button:focus-visible,
input:focus-visible {
  outline: 3px solid #ffcf52;
  outline-offset: 3px;
}
