html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  min-height: 100vh;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem #ffffff, 0 0 0 0.25rem rgba(17, 17, 17, 0.18);
}

.site-brandmark {
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
}

.admin-shell-page {
  background:
    radial-gradient(circle at top right, rgba(17, 17, 17, 0.06), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
  color: #111111;
}

.feedback-page {
  display: flex;
  flex-direction: column;
}

.feedback-topbar {
  padding: 1rem 0 0.5rem;
}

.feedback-topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #111111;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.feedback-topbar__brand:hover {
  color: #111111;
}

.feedback-shell {
  flex: 1;
  width: 100%;
  padding-bottom: 2rem;
}

.admin-shell-brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 1.75rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 1rem 2.5rem rgba(17, 17, 17, 0.08);
}

.admin-shell-brand__logo {
  width: min(13rem, 34vw);
  max-width: 100%;
  height: auto;
  display: block;
}

.admin-shell-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.admin-shell-brand__title {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 700;
  color: #111111;
}

.admin-shell-brand__credit {
  margin: 0;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.35;
}

.admin-shell-brand__credit--lead {
  margin-top: 0.35rem;
}

.admin-shell-brand__name {
  font-weight: 700;
  color: #111111;
}

.admin-shell-brand__name--lead {
  font-size: 1.22em;
  letter-spacing: 0.01em;
}

.admin-surface-panel {
  padding: 1.5rem;
  border-radius: 1.5rem;
}

.admin-surface-panel--light {
  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.18);
  box-shadow: 0 1rem 2.5rem rgba(17, 17, 17, 0.08);
}

.feedback-info-list {
  max-width: 68rem;
  line-height: 1.7;
}

.feedback-panel {
  margin-bottom: 2rem;
}

.feedback-panel__intro {
  margin-bottom: 1.5rem;
}

.feedback-panel__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4b5563;
}

.feedback-panel__title {
  margin: 0;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  font-weight: 700;
}

.feedback-panel__description {
  max-width: 52rem;
  margin: 0.75rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.65;
}

.feedback-form__label {
  font-weight: 600;
  color: #111111;
}

.feedback-form__required {
  color: #c62828;
}

.feedback-form__textarea,
.feedback-form__input {
  border-radius: 1rem;
  border-color: rgba(17, 17, 17, 0.14);
  padding: 0.85rem 1rem;
}

.feedback-form__textarea {
  min-height: 12rem;
  resize: vertical;
}

.feedback-form__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.55rem;
}

.feedback-form__actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
}

.feedback-form__submit {
  min-width: 13rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
}

.footer {
  padding: 1rem 0 1.5rem;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .admin-shell-brand {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem;
  }

  .admin-shell-brand__logo {
    width: min(11rem, 60vw);
  }

  .feedback-form__meta {
    flex-direction: column;
    gap: 0.25rem;
  }

  .feedback-form__submit {
    width: 100%;
  }
}
