/* Jednoetapowe wejście do lokalnego Cadulo przez klucz ze schowka. */
.auth-key {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background: #000;
}
.auth-key-form {
  width: min(360px, calc(100vw - 48px));
  display: grid;
  gap: 12px;
}
.auth-key-form input {
  height: 56px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #4c4f54;
  border-radius: 13px;
  background: #111214;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-text-security: disc;
}
.auth-key-form input:focus { outline: none; }
