:root {
  --line: #e4e4e4;
  --text: #141414;
  --muted: #5a5a5a;
  --green: #08b56c;
  --green-dark: #079c5d;
  --bg-soft: #f8fbfa;
  --danger: #bd2121;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
}

.landing-page {
  background:
    radial-gradient(circle at top center, rgba(8, 181, 108, 0.12) 0%, rgba(8, 181, 108, 0) 40%),
    #f4f7f6;
}

a {
  color: inherit;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.nav-wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-wrap-centered {
  justify-content: center;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0a9f69;
}

.brand-mark {
  width: 20px;
  height: 20px;
  display: inline-block;
  object-fit: contain;
}

.brand-name {
  font-family: Outfit, Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.profile-menu {
  position: relative;
}

.profile-toggle {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  user-select: none;
}

.profile-toggle::-webkit-details-marker {
  display: none;
}

.profile-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #0a8c5b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.profile-toggle:focus-visible {
  outline: 2px solid rgba(8, 181, 108, 0.35);
  outline-offset: 2px;
}

.profile-icon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.profile-icon-image {
  width: 2.07rem;
  height: 2.07rem;
  object-fit: contain;
  display: block;
}

.profile-dropdown {
  position: absolute;
  top: calc(100% + 0.26rem);
  right: 0;
  min-width: 122px;
  border: 1px solid #d3e5dd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(11, 34, 24, 0.14);
  overflow: hidden;
  z-index: 20;
}

.profile-dropdown a,
.profile-dropdown button {
  width: 100%;
  display: block;
  text-align: left;
  border: none;
  background: transparent;
  padding: 0.42rem 0.58rem;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #26493b;
  text-decoration: none;
  cursor: pointer;
}

.profile-dropdown a:hover,
.profile-dropdown a:focus-visible,
.profile-dropdown button:hover,
.profile-dropdown button:focus-visible {
  background: #f2f9f5;
}

.profile-dropdown a.is-active {
  color: #06784b;
  font-weight: 600;
}

.logout-form {
  margin: 0;
}

.btn {
  border: 1px solid #1d1d1d;
  border-radius: 999px;
  padding: 0.56rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--green-dark);
}

.btn-ghost {
  border-color: #1d1d1d;
  color: #1d1d1d;
  background: #fff;
}

.btn-link {
  border: none;
  background: transparent;
  color: #0a8c5b;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
}

.hero {
  min-height: calc(100vh - 65px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.hero-card {
  width: min(100%, 920px);
  border: 1px solid #d9e5e0;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
  box-shadow: 0 18px 44px rgba(13, 24, 18, 0.08);
  padding: clamp(1.3rem, 4vw, 2.5rem);
  text-align: center;
}

.eyebrow {
  margin: 0 auto 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #bde7d3;
  border-radius: 999px;
  padding: 0.36rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #06784b;
  background: #f1fff8;
}

.hero-card h1 {
  margin: 0 0 0.9rem;
  font: 700 clamp(2rem, 4vw, 3rem) / 1.15 Outfit, Inter, sans-serif;
}

.hero-copy {
  margin: 0 auto 1.5rem;
  max-width: 68ch;
  color: #495b54;
  line-height: 1.6;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.trust-points {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.trust-points span {
  font-size: 0.8rem;
  color: #245240;
  background: #ebf8f2;
  border: 1px solid #ccecdf;
  border-radius: 999px;
  padding: 0.26rem 0.65rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.trust-card {
  text-align: left;
  border: 1px solid #dbe8e2;
  border-radius: 14px;
  padding: 0.9rem;
  background: #fff;
}

.trust-card h2 {
  margin: 0 0 0.35rem;
  font: 700 1.02rem/1.3 Outfit, Inter, sans-serif;
}

.trust-card p {
  margin: 0;
  color: #52635d;
  font-size: 0.9rem;
  line-height: 1.45;
}

.auth-main {
  padding: 2.2rem 0 3rem;
}

.signup-page {
  background:
    radial-gradient(circle at top left, rgba(8, 181, 108, 0.15) 0%, rgba(8, 181, 108, 0) 42%),
    #f4f8f6;
}

.signup-main {
  padding: clamp(1.4rem, 4vw, 3rem) 0;
}

.signup-shell {
  width: min(100%, 1060px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1rem;
}

.signup-trust {
  border: 1px solid #d2e7de;
  border-radius: 18px;
  padding: clamp(1rem, 3vw, 1.4rem);
  background: linear-gradient(180deg, #ffffff 0%, #f5fcf9 100%);
  box-shadow: 0 14px 34px rgba(14, 36, 26, 0.08);
}

.signup-eyebrow {
  margin: 0 0 0.75rem;
  display: inline-flex;
  border: 1px solid #b7e6d1;
  border-radius: 999px;
  padding: 0.32rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #096f48;
  background: #edfff6;
}

.signup-trust h1 {
  margin: 0 0 0.65rem;
  font: 700 clamp(1.6rem, 3.2vw, 2.2rem) / 1.2 Outfit, Inter, sans-serif;
}

.signup-intro {
  margin: 0 0 0.85rem;
  color: #4d5f58;
  line-height: 1.55;
}

.signup-benefits {
  margin: 0 0 0.8rem;
  padding: 0;
  list-style: none;
}

.signup-benefits li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  color: #2d5142;
  line-height: 1.45;
}

.signup-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.signup-caption {
  margin: 0;
  color: #5a6862;
  font-size: 0.86rem;
  line-height: 1.45;
}

.signup-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.metric-card {
  border: 1px solid #cfe7dd;
  border-radius: 12px;
  background: #fff;
  padding: 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.metric-card strong {
  font: 700 1rem/1.2 Outfit, Inter, sans-serif;
  color: #0a7f53;
}

.metric-card span {
  color: #5a6862;
  font-size: 0.78rem;
}

.auth-card {
  width: min(100%, 640px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.signup-card {
  width: 100%;
  border-color: #d7e6df;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(14, 36, 26, 0.08);
}

.signup-card h2 {
  margin: 0 0 0.35rem;
  font: 700 clamp(1.5rem, 2.7vw, 2rem) / 1.2 Outfit, Inter, sans-serif;
}

.auth-card h1 {
  margin: 0 0 0.35rem;
  font: 700 clamp(1.6rem, 3vw, 2.1rem) / 1.2 Outfit, Inter, sans-serif;
}

.auth-note {
  color: var(--muted);
  margin: 0 0 1.1rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.field {
  margin-bottom: 0.75rem;
}

.field label {
  font-size: 0.88rem;
  font-weight: 600;
  display: block;
  margin: 0 0 0.35rem;
}

.field input,
.field select {
  width: 100%;
  border: 1px solid #ccd7d1;
  border-radius: 9px;
  font-size: 0.96rem;
  padding: 0.62rem 0.7rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field select {
  appearance: none;
  cursor: pointer;
  padding-right: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2351675e' d='M4.2 6.3a.75.75 0 0 1 1.06 0L8 9.04 10.74 6.3a.75.75 0 1 1 1.06 1.06L8.53 10.63a.75.75 0 0 1-1.06 0L4.2 7.36a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 16px;
}

.field select:hover {
  border-color: #9eb4ab;
}

.field input:focus,
.field select:focus {
  border-color: #0a8c5b;
  outline: none;
  box-shadow: 0 0 0 1px rgba(8, 181, 108, 0.2);
}

.password-wrap {
  position: relative;
}

.password-wrap input {
  padding-right: 2.1rem;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.35rem;
  border: none;
  background: transparent;
  color: #4f5e58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.password-toggle::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f5e58' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.password-toggle:hover,
.password-toggle:focus-visible {
  color: #0a8c5b;
}

.password-toggle:hover::before,
.password-toggle:focus-visible::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a8c5b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.check-row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0.1rem 0 1rem;
  color: #2f2f2f;
  font-size: 0.92rem;
}

.check-row input {
  margin-top: 0.18rem;
}

.check-row a {
  color: #0a8c5b;
  font-weight: 600;
  text-decoration: none;
}

.check-row a:hover,
.check-row a:focus-visible {
  text-decoration: underline;
}

.error,
.success {
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
}

.error {
  border: 1px solid #f0caca;
  color: #8d1616;
  background: #fff6f6;
}

.success {
  border: 1px solid #cdebdc;
  color: #176a45;
  background: #f3fff8;
}

.helper-row {
  margin-top: 1rem;
  color: #4d4d4d;
  font-size: 0.92rem;
}

.helper-row a {
  color: #0a8c5b;
}

.otp-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 50;
}

.otp-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.otp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 13, 0.62);
}

.otp-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.otp-dialog h2 {
  margin: 0 0 0.25rem;
  font: 700 1.3rem/1.25 Outfit, Inter, sans-serif;
}

.otp-dialog p {
  margin: 0 0 0.8rem;
  color: #4e4e4e;
  font-size: 0.93rem;
}

.otp-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.otp-status {
  min-height: 1.2rem;
  margin: 0.45rem 0 0.55rem;
  font-size: 0.9rem;
  color: var(--danger);
}

.small-muted {
  color: #6a6a6a;
  font-size: 0.84rem;
}

.dash-wrap {
  padding: clamp(1.2rem, 3vw, 2rem) 0 3rem;
}

.dash-card {
  width: min(100%, 720px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem;
  background: var(--bg-soft);
}

.dashboard-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top center, rgba(8, 181, 108, 0.12) 0%, rgba(8, 181, 108, 0) 36%),
    linear-gradient(180deg, #f6faf8 0%, #f3f6f5 100%);
}

.dash-card-clean {
  border-color: #d7e5df;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
  box-shadow: 0 16px 36px rgba(13, 31, 23, 0.08);
}

.dash-eyebrow {
  margin: 0 0 0.55rem;
  display: inline-flex;
  border: 1px solid #c4ead9;
  border-radius: 999px;
  padding: 0.3rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0b7b50;
  background: #effff7;
}

.dash-title {
  margin: 0 0 0.75rem;
  font: 700 clamp(1.45rem, 2.6vw, 2rem) / 1.2 Outfit, Inter, sans-serif;
  letter-spacing: -0.01em;
}

.dash-meta {
  margin: 0 0 0.42rem;
  color: #2f4a40;
}

.dash-note {
  margin: 0.95rem 0 0;
  color: #53635d;
}

.onboard-status-row {
  margin-top: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.onboard-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.onboard-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  align-items: center;
}

.onboard-stepper-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.4rem 0.55rem;
  border-radius: 10px;
  border: 1px solid #dce8e3;
  background: #fbfdfc;
  color: #4e6259;
}

.onboard-stepper-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.15rem);
  width: calc(100% - 0.3rem);
  height: 2px;
  background: #d8e5df;
  transform: translateY(-50%);
}

.onboard-stepper-item:last-child::after {
  display: none;
}

.onboard-stepper-item .step-dot {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4f1;
  border: 1px solid #cfded8;
  color: #51675d;
  font-size: 0.8rem;
  font-weight: 700;
}

.onboard-stepper-item .step-text {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
}

.onboard-stepper-item.is-active {
  border-color: #86dfb8;
  background: #ebfff4;
  color: #0b7b50;
}

.onboard-stepper-item.is-active::after {
  background: linear-gradient(90deg, #50c88b 0%, #d7efe3 100%);
}

.onboard-stepper-item.is-active .step-dot {
  background: #08b56c;
  border-color: #08b56c;
  color: #fff;
}

.onboard-stepper-item.is-done {
  border-color: #b9e9d2;
  background: #f3fff8;
  color: #127b53;
}

.onboard-stepper-item.is-done .step-dot {
  background: #08b56c;
  border-color: #08b56c;
  color: #fff;
}

.onboard-stepper-item.is-done::after {
  background: #5ecf96;
}

.onboard-section {
  border: 1px solid #d9e7e1;
  border-radius: 14px;
  background: #fff;
  padding: 0.85rem;
}

.onboard-section h2 {
  margin: 0 0 0.65rem;
  font: 700 1rem/1.25 Outfit, Inter, sans-serif;
}

.onboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.68rem;
}

.field-full {
  grid-column: 1 / -1;
}

.onboard-form .btn {
  margin-top: 0.15rem;
}

.onboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.onboard-actions .btn {
  margin-top: 0;
}

.doc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.doc-badge.is-pending {
  border: 1px solid #edd9a1;
  background: #fff9e8;
  color: #825f00;
}

.doc-badge.is-approved {
  border: 1px solid #bfe7d4;
  background: #effff7;
  color: #0b7b50;
}

.doc-badge.is-rejected {
  border: 1px solid #f0caca;
  background: #fff5f5;
  color: #a01d1d;
}

.doc-badge.is-draft {
  border: 1px solid #cddce8;
  background: #f5f9fc;
  color: #365064;
}

.admin-dashboard-page {
  background:
    radial-gradient(circle at top left, rgba(8, 181, 108, 0.1) 0%, rgba(8, 181, 108, 0) 38%),
    linear-gradient(180deg, #f6faf8 0%, #f3f6f5 100%);
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
}

.admin-sidebar {
  border-right: 1px solid #d6e7df;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
  padding: 1rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.admin-nav {
  display: grid;
  gap: 0.45rem;
}

.admin-nav-link {
  border: 1px solid #dce8e3;
  border-radius: 11px;
  padding: 0.58rem 0.68rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: #345248;
  background: #fbfdfc;
}

.admin-nav-link.is-active {
  border-color: #88ddb8;
  background: #ebfff4;
  color: #0b7b50;
}

.admin-side-meta {
  margin-top: auto;
  padding: 0.2rem 0;
}

.admin-profile-mini {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.admin-profile-mini .dash-meta {
  margin: 0;
}

.admin-logout-btn {
  margin-top: 0.7rem;
  width: 100%;
  justify-content: center;
}

.admin-profile-logout {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.admin-profile-logout .profile-icon {
  width: 2.35rem;
  height: 2.35rem;
}

.admin-profile-logout:hover .profile-icon,
.admin-profile-logout:focus-visible .profile-icon {
  transform: translateY(-1px);
}

.admin-main {
  padding: 1rem;
}

.admin-main-card {
  width: 100%;
  max-width: none;
  margin: 0;
}

.admin-filter-row {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.admin-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #d9e7e1;
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
  text-decoration: none;
  color: #355046;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
}

.admin-filter-pill span {
  border-radius: 999px;
  background: #eef5f1;
  padding: 0.1rem 0.42rem;
  font-size: 0.75rem;
}

.admin-filter-pill.is-active {
  border-color: #8cdeba;
  background: #ebfff4;
  color: #0b7b50;
}

.admin-request-card {
  margin-top: 0.85rem;
  border: 1px solid #d9e7e1;
  border-radius: 14px;
  background: #fff;
  padding: 0.85rem;
}

.admin-request-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.admin-request-head .dash-meta {
  margin: 0;
}

.admin-request-details {
  margin-top: 0.72rem;
}

.admin-request-details summary {
  cursor: pointer;
  font-weight: 600;
  color: #1d4537;
}

.admin-request-body {
  margin-top: 0.72rem;
  display: grid;
  gap: 0.7rem;
}

.admin-request-block {
  border: 1px solid #dbe8e2;
  border-radius: 12px;
  background: #fbfdfc;
  padding: 0.7rem;
}

.admin-request-block h3 {
  margin: 0 0 0.58rem;
  font: 700 0.95rem/1.25 Outfit, Inter, sans-serif;
}

.admin-request-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.admin-request-item {
  border: 1px solid #e1ece7;
  border-radius: 9px;
  padding: 0.46rem 0.55rem;
  background: #fff;
  display: grid;
  gap: 0.2rem;
}

.admin-request-item strong {
  font-size: 0.8rem;
  color: #39574d;
}

.admin-request-item span {
  font-size: 0.84rem;
  color: #223f35;
  word-break: break-word;
}

.admin-request-docs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.admin-request-doc {
  border: 1px solid #e1ece7;
  border-radius: 9px;
  background: #fff;
  padding: 0.52rem;
  display: grid;
  gap: 0.5rem;
}

.admin-request-doc p {
  margin: 0;
  font-size: 0.83rem;
  color: #2a4a3f;
  font-weight: 600;
}

@media (max-width: 700px) {
  .onboard-stepper {
    grid-template-columns: 1fr;
  }

  .onboard-stepper-item::after {
    display: none;
  }

  .onboard-grid {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .signup-shell {
    grid-template-columns: 1fr;
  }

  .signup-metrics {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    border-right: none;
    border-bottom: 1px solid #d6e7df;
  }

  .admin-request-detail-grid {
    grid-template-columns: 1fr;
  }

  .admin-request-docs {
    grid-template-columns: 1fr;
  }
}
