body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.pin-input {
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.9);
  padding: 0.9rem;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

.pin-input:focus {
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
}

.modal.hidden {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(42rem, calc(100vw - 2rem));
  margin: 4rem auto;
  max-height: calc(100vh - 8rem);
  overflow: auto;
  border-radius: 1.5rem;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

.record-selected {
  border-color: rgb(15 23 42 / 0.35);
  background: rgb(248 250 252);
  box-shadow: 0 0 0 2px rgb(15 23 42 / 0.08);
}
