@import url('/base.css');
@import url('/ui.css');
@import url('/copy-fields.css');
.topbar {
  height: 88px;
  border-bottom: 1px solid #e0e6dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.5vw;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -1px;
  color: #1c2927;
}
.brand-icon {
  background: #235c46;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 11px;
  font-size: 28px;
  line-height: 34px;
}
.tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  border: 1px solid #d9e2d7;
  padding: 6px 9px;
  border-radius: 5px;
  color: #617163;
}
.brand .tag {
  margin-left: 10px;
}
.top-note {
  font-size: 12px;
  color: #75817a;
}
.container {
  max-width: 1056px;
  padding: 52px 28px 24px;
  margin: auto;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #71806e;
  font-weight: 700;
}
h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -2.2px;
  margin: 16px 0;
}
.intro p {
  max-width: 465px;
  margin-bottom: 34px;
}
.card {
  border: 1px solid #e0e6dc;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 18px #203b2304;
}
.step {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #dfe5d9;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 650;
  color: #738363;
}
.grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
}
.access-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: center;
}
.access-card label {
  margin-top: 0;
}
.input-action {
  display: flex;
  gap: 8px;
}
.input-action input {
  min-width: 0;
}
.input-action button {
  white-space: nowrap;
}
.email-preview {
  background: #f4f7f0;
  border: 1px dashed #d5decc;
  padding: 14px;
  border-radius: 8px;
  margin: 24px 0 18px;
  font-size: 11px;
  color: #788370;
}
.email-preview strong {
  display: block;
  color: #235c46;
  font-size: 16px;
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.generate-card {
  display: flex;
  flex-direction: column;
}
.profile-symbol {
  flex: 1;
  min-height: 130px;
  display: grid;
  place-items: center;
}
.profile-symbol span {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid #dbe5d5;
  background: #f0f5ea;
  color: #46663b;
  border-radius: 26px;
  font-size: 42px;
  font-weight: 200;
  box-shadow: 0 0 0 10px #f8faf4;
}
.wide {
  width: 100%;
}
.center {
  text-align: center;
}
.muted {
  font-size: 11px;
  margin: 10px 0;
}
.inbox-link {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 18px;
}
.workspace-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 12px;
  color: #6b7c70;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #578b50;
}
.text-button {
  background: none;
  color: #75817a;
  padding: 4px 0;
  margin-left: auto;
  font-size: 12px;
}
.text-button:hover {
  background: none;
  color: #235c46;
}
.result-card {
  margin-top: 22px;
}
.result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.result-head h2 {
  margin-top: 8px;
}
.result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.result-grid label {
  font-size: 11px;
  color: #87917f;
  font-weight: 500;
}
.result-grid strong {
  display: block;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.secondary {
  background: #eff4eb;
  color: #3e603b;
  font-size: 12px;
}
.secondary:hover {
  background: #e3ecd9;
}
.success {
  background: #f0f6e8;
  color: #62804d;
  border-color: #dae7cd;
}
.message {
  background: #fff3df;
  border: 1px solid #efd3a1;
  color: #75521b;
  padding: 14px 18px;
  border-radius: 9px;
  font-size: 13px;
  margin: 20px 0;
}
.message.ok {
  background: #eaf3e4;
  border-color: #cfdcc4;
  color: #3b5e35;
}
details {
  margin-top: 24px;
  border-top: 1px solid #e4e9e0;
  padding-top: 18px;
}
summary {
  font-size: 12px;
  color: #72816c;
  cursor: pointer;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f7f9f4;
  padding: 18px;
  font-size: 11px;
  line-height: 1.7;
  border-radius: 8px;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 8px;
  font-size: 11px;
  color: #8c9687;
}
footer a {
  color: #6c7c63;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
@media (max-width: 650px) {
  .topbar {
    height: 70px;
    padding: 0 22px;
  }
  .top-note {
    display: none;
  }
  .brand {
    font-size: 21px;
  }
  .brand .tag {
    font-size: 8px;
  }
  .container {
    padding: 30px 18px;
  }
  h1 {
    font-size: 39px;
  }
  .grid,
  .access-card {
    grid-template-columns: 1fr;
  }
  .access-card {
    gap: 22px;
  }
  .card {
    padding: 22px;
  }
  .result-grid {
    grid-template-columns: 1fr;
  }
  .result-head {
    align-items: start;
    flex-direction: column;
  }
  .profile-symbol {
    min-height: 140px;
  }
  footer {
    gap: 20px;
    font-size: 10px;
  }
  .input-action {
    flex-wrap: wrap;
  }
  .input-action button {
    width: 100%;
  }
}
