.modal-open {
  overflow: hidden;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #11261cb8;
  display: grid;
  place-items: center;
  z-index: 30;
  padding: 20px;
}
.access-dialog {
  position: relative;
  background: #fcfaf4;
  width: min(100%, 510px);
  padding: 42px;
  box-shadow: 0 20px 80px #0d221b55;
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 13px;
  border: 0;
  background: none;
  color: #647469;
  font-size: 28px;
}
.access-dialog h2 {
  font:
    400 42px Georgia,
    serif;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 17px 0;
}
.access-dialog > p {
  font-size: 14px;
  line-height: 1.65;
  color: #667167;
}
.access-dialog .dialog-book {
  color: #263c2d;
  font:
    400 22px Georgia,
    serif;
}
.dialog-book span {
  font:
    400 13px Arial,
    sans-serif;
  color: #738477;
}
.dialog-notice {
  background: #e7ede3;
  padding: 15px 17px;
  display: flex;
  gap: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #3b6046;
  margin: 25px 0;
}
.dialog-notice > span:first-child {
  font-size: 19px;
}
.dialog-action {
  width: 100%;
}
.dialog-cancel {
  display: block;
  margin: 18px auto 0;
  border: 0;
  background: none;
  color: #55705a;
  font-size: 12px;
}
.storage-notice {
  margin: 0;
  padding: 9px 20px;
  text-align: center;
  background: #ffe5d3;
  color: #603a2a;
  font-size: 12px;
}
.not-found {
  min-height: 55vh;
  padding-top: 90px;
}
.not-found h1 {
  font:
    400 50px Georgia,
    serif;
}
