html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.status {
  overflow-wrap: anywhere;
}

.unknown {
  padding: 14px;
  border: 1px solid #f0c36d;
  border-radius: 12px;
  background: #fff8e7;
  color: #713b13;
}

.unknown p {
  margin: 0.45rem 0 0;
  line-height: 1.55;
}

.unlock-card {
  max-width: 620px;
  margin: 0 auto;
}

.unlock-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.9rem;
}

.unlock-status {
  min-height: 1.4em;
  margin-top: 10px;
  color: var(--danger);
  font-size: 0.86rem;
  font-weight: 700;
}

button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.contact a {
  display: inline-block;
  padding: 4px 0;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .hero {
    padding-top: 26px;
    padding-bottom: 46px;
  }

  .hero p {
    font-size: 0.92rem;
  }

  .shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shortcut {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .action {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .action p {
    line-height: 1.48;
  }

  .details-block > summary {
    min-height: 52px;
    padding: 18px;
  }
}
