:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #202c28;
  background: #f5f6f2;
  font-synthesis: none;
  --green: #173f35;
  --muted: #738078;
  --line: #e3e7de;
  --lime: #d7eeb5;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #99be6b;
  outline-offset: 4px;
}
a {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.sidebar {
  width: 248px;
  position: fixed;
  inset: 0 auto 0 0;
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 35px 24px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--lime);
  font-size: 25px;
  font-weight: 800;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  letter-spacing: -3px;
  padding-right: 3px;
}
.brand-sub {
  display: block;
  font-size: 9px;
  letter-spacing: 5px;
  margin-top: 3px;
}
.workspace {
  margin-top: 39px;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  padding: 13px 10px;
  font-size: 11px;
  font-weight: 650;
  align-items: center;
}
.workspace-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f0f3eb;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: var(--green);
}
small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 5px;
}
.nav-label,
.small-label {
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #839084;
  font-weight: 700;
}
.nav-label {
  margin: 36px 10px 13px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: #69766d;
  padding: 13px 12px;
  border-radius: 8px;
  margin: 5px 0;
  font-size: 13px;
}
.nav-item > span {
  font-size: 19px;
  width: 20px;
  text-align: center;
}
.nav-item.selected {
  background: #edf3e8;
  color: #214b39;
  font-weight: 650;
}
.nav-item:hover {
  background: #f3f6ef;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.sidebar-bottom p {
  font-size: 12px;
  line-height: 1.8;
  color: #7d877f;
  margin-top: 10px;
}
.profile {
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 600;
}
.avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8ebdf;
  color: #455e37;
}
.text-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  padding: 10px 0;
}
.topbar {
  height: 83px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.crumb {
  color: #8b948f;
}
.slash {
  margin: 0 15px;
  color: #b2bab4;
}
.topbar-right {
  display: flex;
  gap: 25px;
  align-items: center;
}
.help-text {
  color: #88938d;
  font-size: 11px;
}
.mini-mark {
  width: 30px;
  height: 30px;
  background: #f0f4e9;
  border: 1px solid #e5eadc;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #577348;
}
main {
  margin-left: 248px;
  min-height: 100vh;
}
.content {
  max-width: 1370px;
  margin: auto;
  padding: 47px 44px 35px;
}
.preview-banner {
  padding: 11px 44px;
  font-size: 11px;
  color: #656a40;
  background: #f5f3d9;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #e9e6c7;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.3px;
  font-weight: 750;
  color: #65856e;
  margin-bottom: 16px;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 34px;
}
.page-heading h1 {
  font-size: clamp(25px, 2.55vw, 38px);
  font-weight: 620;
  line-height: 1.27;
  letter-spacing: -1.4px;
}
.page-heading h1 span {
  color: #7c897f;
}
.page-heading p,
.wizard-heading p {
  font-size: 12px;
  color: #7b867e;
  margin-top: 16px;
  line-height: 1.7;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 12px 17px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition:
    background 0.15s,
    transform 0.15s;
  min-height: 40px;
}
.btn:hover:not(:disabled) {
  transform: translateY(-1px);
}
.primary {
  background: var(--green);
  color: white;
  box-shadow: 0 2px 3px #173f3512;
}
.primary:hover:not(:disabled) {
  background: #275747;
}
.secondary {
  background: white;
  border-color: #dce2d6;
  color: #365240;
}
.quiet {
  background: transparent;
  color: #6e7e70;
  padding: 9px 12px;
}
.quiet:hover:not(:disabled) {
  background: #edf2e7;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  margin-bottom: 42px;
  padding: 24px 0;
}
.metrics > div {
  display: flex;
  align-items: center;
  padding: 0 23px;
  gap: 15px;
  border-right: 1px solid var(--line);
}
.metrics > div:last-child {
  border: 0;
}
.metric-icon {
  background: #f2f5ed;
  color: #718164;
  border-radius: 9px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  font-size: 19px;
  flex-shrink: 0;
}
.metrics strong {
  font-size: 26px;
  font-weight: 620;
  letter-spacing: -1px;
  display: block;
}
.metrics div div > span {
  font-size: 10px;
  color: #8a938b;
  display: block;
  margin-top: 4px;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.section-title h2 {
  font-size: 15px;
  font-weight: 600;
}
.count {
  display: inline-block;
  min-width: 23px;
  background: #e9ede3;
  border-radius: 5px;
  font-size: 11px;
  color: #7a8873;
  text-align: center;
  margin-left: 9px;
  padding: 3px;
}
.empty-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: center;
  padding: 49px 30px 0;
  overflow: hidden;
}
.route-art {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px auto 32px;
  max-width: 580px;
}
.service-icon {
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 26px;
  flex-shrink: 0;
}
.facebook {
  background: #eaf0ff;
  color: #2872e2;
  font-weight: 800;
  font-family: Arial, sans-serif;
}
.google {
  background: #e8f3e9;
  color: #389360;
}
.bridge {
  background: #173f35;
  color: #d7eeb5;
  font-size: 25px;
  box-shadow: 0 0 0 8px #f1f5ed;
}
.route-line {
  position: relative;
  height: 1px;
  flex: 1;
  background: repeating-linear-gradient(
    90deg,
    #d6dfd0 0 4px,
    transparent 4px 8px
  );
  margin: 0 20px;
}
.route-line > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 1.3px;
  color: #8a9882;
}
.route-line i {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #afc899;
  border-radius: 50%;
  top: -2px;
}
.route-line i:last-child {
  right: 0;
}
.empty-card h2 {
  font-size: 23px;
  letter-spacing: -0.7px;
  font-weight: 600;
}
.empty-card p {
  font-size: 12px;
  line-height: 1.85;
  color: #879087;
  margin: 13px 0 24px;
}
.empty-foot {
  margin: 39px -30px 0;
  padding: 18px 20px;
  border-top: 1px solid #eef1e9;
  display: flex;
  justify-content: center;
  gap: 35px;
  color: #819078;
  font-size: 10px;
  background: #fdfefb;
}
.bottom-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #a0a898;
  font-size: 10px;
  margin-top: 29px;
}
.bottom-note > span {
  font-size: 22px;
  color: #96a784;
}
.bottom-note strong {
  font-weight: 600;
  color: #808d77;
  margin-right: 4px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 9px;
  border-radius: 20px;
}
.badge i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.green {
  color: #46774e;
  background: #edf5e7;
}
.amber {
  color: #95661c;
  background: #fff3d5;
}
.gray {
  color: #7e8982;
  background: #f0f2ee;
}
.connection-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  margin-bottom: 15px;
  padding: 22px 24px 0;
}
.connection-main {
  display: flex;
  align-items: center;
  gap: 15px;
}
.connection-main > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.small {
  width: 40px;
  height: 40px;
  font-size: 21px;
}
.connection-card h3 {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}
.connection-card p {
  color: #819080;
  font-size: 11px;
  margin-top: 7px;
  line-height: 1.6;
}
.connection-card p span {
  padding: 0 8px;
  color: #adb5a7;
}
.connection-card p a {
  text-decoration: none;
  border-bottom: 1px solid #d7dfcd;
}
.connection-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #edf0e7;
  margin-top: 21px;
  padding: 9px 0;
  color: #8a9683;
  font-size: 10px;
}
.connection-footer > div {
  display: flex;
  gap: 2px;
}
.compact h1 {
  font-size: 30px;
}
.compact {
  align-items: flex-start;
}
.back-link {
  background: none;
  border: 0;
  color: #7a887b;
  font-size: 11px;
  padding: 0 0 22px;
}
.wizard-heading {
  text-align: center;
}
.wizard-heading h1 {
  font-size: 33px;
  font-weight: 610;
  letter-spacing: -1px;
}
.wizard-heading .eyebrow {
  margin-bottom: 12px;
}
.wizard-heading p {
  margin-top: 9px;
}
.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 30px auto;
}
.step {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 11px;
  color: #8c958c;
}
.step > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #dce3d6;
  border-radius: 50%;
  font-size: 10px;
}
.step.current {
  color: var(--green);
  font-weight: 650;
}
.step.current > span {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.step.complete > span {
  background: #e5eedb;
  border-color: #e5eedb;
  color: #578345;
}
.step-divider {
  height: 1px;
  background: #dce4d5;
  min-width: 20px;
  flex: 1;
  margin: 0 17px;
}
.wizard-card {
  max-width: 730px;
  margin: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 32px;
}
.wizard-card.wide {
  max-width: 950px;
}
.form-intro {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.form-intro h2,
.review-heading h2 {
  font-size: 18px;
  font-weight: 620;
  letter-spacing: -0.4px;
}
.form-intro p,
.review-heading p {
  color: #839080;
  font-size: 11px;
  margin-top: 8px;
  line-height: 1.7;
}
label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 22px 0 9px;
  color: #4f6151;
}
input,
select {
  width: 100%;
  border: 1px solid #dce3d6;
  border-radius: 7px;
  min-height: 43px;
  padding: 10px 12px;
  background: white;
  font-size: 12px;
  color: #405442;
  outline: none;
}
input:focus,
select:focus {
  border-color: #759b67;
  box-shadow: 0 0 0 3px #759b6717;
}
input::placeholder {
  color: #a1aaa0;
}
select:disabled,
input:disabled {
  background: #f6f8f2;
}
.hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f4f7ef;
  padding: 13px 15px;
  border-radius: 7px;
  color: #84907c;
  font-size: 10px;
  line-height: 1.7;
  margin-top: 24px;
}
.hint > span {
  color: #648251;
  font-size: 13px;
}
.wizard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 32px;
  font-size: 10px;
  color: #8b9982;
}
.wizard-footer > div {
  display: flex;
  gap: 9px;
}
.input-row {
  display: flex;
  gap: 8px;
}
.input-row input {
  min-width: 0;
}
.field-note {
  font-size: 10px;
  line-height: 1.8;
  color: #8c9984;
  margin-top: 10px;
}
.file-found {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #dfe9d3;
  background: #f8faf4;
  border-radius: 8px;
  margin-top: 22px;
  padding: 14px;
}
.file-found > span {
  font-size: 25px;
  color: #6f9b5a;
}
.file-found > div {
  flex: 1;
}
.file-found strong {
  font-size: 12px;
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.6;
}
.checkbox input {
  width: 15px;
  height: 15px;
  min-height: 0;
  accent-color: var(--green);
}
.review-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.summary-route {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #f7f9f3;
  border: 1px solid #e8eddf;
  border-radius: 9px;
  padding: 18px;
  margin-top: 23px;
}
.summary-route > span {
  flex: 1;
  min-width: 0;
}
.summary-route small {
  font-size: 8px;
  letter-spacing: 1.8px;
  margin: 0 0 7px;
}
.summary-route strong {
  font-size: 11px;
  line-height: 1.7;
  font-weight: 550;
}
.summary-route > b {
  color: #9ca98c;
  font-weight: 400;
}
.mapping-wrap {
  max-height: 425px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 22px;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
th {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #8b987f;
  font-weight: 650;
  background: #fbfcf8;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1;
}
td {
  padding: 11px 18px;
  border-bottom: 1px solid #edf1e6;
  font-size: 11px;
  color: #52624c;
}
tr:last-child td {
  border-bottom: 0;
}
.mapping-table td:first-child {
  width: 45%;
}
.mapping-table select {
  font-size: 11px;
  min-height: 35px;
  padding: 7px 9px;
}
.column-letter {
  display: inline-block;
  min-width: 26px;
  color: #9eaa92;
  font-size: 9px;
}
.new-column {
  font-size: 7px;
  font-weight: 700;
  background: #edf4e3;
  padding: 3px 5px;
  border-radius: 3px;
  color: #779159;
  margin-left: 8px;
}
.notice {
  padding: 13px 15px;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.7;
  margin: 15px 0;
}
.error {
  background: #fff1e8;
  border: 1px solid #f0d7c3;
  color: #945733;
}
.info {
  background: #f0f4e9;
  border: 1px solid #e0e9d4;
  color: #718160;
}
.activity-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: auto;
}
.activity-card td:first-child {
  white-space: nowrap;
  color: #89967e;
  font-size: 10px;
}
.simple-empty {
  text-align: center;
  padding: 65px 25px;
}
.simple-empty > span {
  font-size: 38px;
  color: #8ba27a;
}
.simple-empty h2 {
  font-size: 19px;
  margin-top: 20px;
}
.simple-empty p {
  color: #88977c;
  font-size: 12px;
  margin-top: 12px;
}
.account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.account-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 27px;
}
.account-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.account-card h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.account-card p {
  font-size: 12px;
  color: #86937c;
  line-height: 1.8;
  margin-top: 10px;
}
.account-label {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin: 22px 0 16px;
  font-size: 11px;
  color: #7a8c6c;
}
.account-card > small {
  line-height: 1.7;
  font-size: 10px;
}
.setup-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 24px;
  padding: 26px;
}
.setup-card h2 {
  font-size: 15px;
}
.setup-card > p {
  font-size: 11px;
  color: #819273;
  line-height: 1.8;
  margin: 12px 0;
}
.setup-card dt {
  font-size: 10px;
  color: #859879;
  margin-top: 14px;
}
.setup-card dd {
  margin: 7px 0;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.login-page {
  min-height: 100vh;
  background:
    radial-gradient(ellipse at top right, #dfebd0 0, transparent 55%), #f5f6f0;
  padding: 40px 5vw;
}
.login-card {
  max-width: 430px;
  margin: 6vh auto 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 15px 70px #25402908;
}
.login-card h1 {
  font-size: 34px;
  letter-spacing: -1.4px;
  line-height: 1.2;
  font-weight: 620;
}
.login-card > p {
  font-size: 12px;
  color: #83917a;
  line-height: 1.8;
  margin-top: 18px;
}
.full {
  width: 100%;
  margin-top: 24px;
}
.forgot {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #80926d;
  line-height: 1.8;
  margin-top: 24px;
}
.login-foot {
  text-align: center;
  font-size: 11px;
  color: #98a38d;
  margin-top: 30px;
}
.boot {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #56754a;
  font-size: 14px;
}
#toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 30px);
  background: #254c3f;
  color: #fff;
  border: 1px solid #395e47;
  border-radius: 9px;
  padding: 15px 22px;
  box-shadow: 0 6px 25px #203b2725;
  font-size: 12px;
  max-width: min(650px, 90vw);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1500px) {
  .content {
    padding-top: 55px;
  }
  .empty-card {
    padding-top: 62px;
  }
  .route-art {
    margin-bottom: 40px;
  }
  .empty-foot {
    margin-top: 47px;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 205px;
    padding: 27px 17px;
  }
  main {
    margin-left: 205px;
  }
  .content {
    padding: 33px 27px;
  }
  .topbar {
    padding: 0 27px;
  }
  .preview-banner {
    padding: 10px 27px;
  }
  .metrics > div {
    padding: 0 15px;
    gap: 9px;
  }
  .metric-icon {
    width: 30px;
    height: 30px;
  }
  .page-heading h1 {
    font-size: 29px;
  }
  .empty-foot {
    gap: 16px;
  }
  .metrics strong {
    font-size: 23px;
  }
  .connection-main {
    flex-wrap: wrap;
  }
  .connection-main .badge {
    margin-left: 55px;
  }
  .connection-footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .sidebar {
    position: static;
    width: 100%;
    padding: 17px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .brand {
    font-size: 13px;
    gap: 8px;
  }
  .brand-mark {
    width: 31px;
    height: 31px;
    font-size: 21px;
    border-radius: 8px;
  }
  .brand-sub {
    font-size: 7px;
    letter-spacing: 3px;
  }
  .workspace,
  .nav-label,
  .sidebar-bottom {
    display: none;
  }
  .sidebar nav {
    display: flex;
    gap: 4px;
  }
  .nav-item {
    font-size: 10px;
    padding: 9px;
    gap: 6px;
  }
  .nav-item > span {
    display: none;
  }
  main {
    margin-left: 0;
  }
  .topbar {
    height: 53px;
    padding: 0 21px;
    font-size: 10px;
  }
  .topbar-right {
    display: none;
  }
  .content {
    padding: 28px 20px;
  }
  .preview-banner {
    padding: 10px 20px;
    display: block;
    line-height: 1.7;
    font-size: 10px;
  }
  .preview-banner strong {
    margin-right: 8px;
  }
  .page-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .page-heading h1 {
    font-size: 29px;
  }
  .page-heading p {
    font-size: 11px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
    padding: 18px 0;
    gap: 23px 0;
    margin-bottom: 29px;
  }
  .metrics > div:nth-child(2) {
    border: 0;
  }
  .metrics > div {
    padding: 0 17px;
  }
  .metric-icon {
    width: 32px;
    height: 32px;
  }
  .metrics div div > span {
    font-size: 9px;
  }
  .empty-card {
    padding: 30px 17px 0;
  }
  .route-line {
    margin: 0 12px;
  }
  .route-line > span {
    font-size: 5px;
    letter-spacing: 0.5px;
  }
  .service-icon {
    height: 42px;
    width: 42px;
    font-size: 23px;
  }
  .empty-card h2 {
    font-size: 20px;
  }
  .empty-card p {
    font-size: 11px;
  }
  .empty-foot {
    margin: 29px -17px 0;
    padding: 16px;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 8px;
  }
  .bottom-note {
    line-height: 1.7;
    align-items: flex-start;
  }
  .bottom-note p {
    max-width: 300px;
  }
  .wizard-heading h1 {
    font-size: 27px;
  }
  .steps {
    gap: 0;
    margin: 24px 0;
  }
  .step {
    font-size: 9px;
    gap: 5px;
  }
  .step > span {
    height: 22px;
    width: 22px;
    font-size: 9px;
  }
  .step-divider {
    margin: 0 7px;
    min-width: 6px;
  }
  .wizard-card {
    padding: 22px 17px;
  }
  .form-intro {
    gap: 12px;
    margin-bottom: 25px;
  }
  .form-intro h2 {
    font-size: 16px;
  }
  .form-intro p {
    font-size: 10px;
  }
  .input-row {
    flex-wrap: wrap;
  }
  .input-row .btn {
    width: 100%;
  }
  .review-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .review-heading h2 {
    font-size: 19px;
  }
  .summary-route {
    gap: 12px;
    padding: 13px;
  }
  .summary-route strong {
    font-size: 10px;
  }
  .mapping-table th {
    font-size: 8px;
    letter-spacing: 0.3px;
    padding: 12px 9px;
  }
  .mapping-table td {
    padding: 9px;
    font-size: 10px;
  }
  .mapping-table select {
    font-size: 10px;
    max-width: 190px;
  }
  .column-letter {
    min-width: 20px;
  }
  .new-column {
    display: none;
  }
  .account-grid {
    grid-template-columns: 1fr;
  }
  .account-card {
    padding: 23px;
  }
  .connection-card {
    padding: 18px 17px 0;
  }
  .connection-main {
    gap: 10px;
  }
  .connection-main h3 {
    font-size: 12px;
  }
  .connection-main > div:nth-child(2) {
    min-width: 180px;
  }
  .connection-main .badge {
    margin-left: 50px;
  }
  .connection-card p {
    font-size: 10px;
  }
  .connection-footer > div {
    flex-wrap: wrap;
  }
  .connection-footer {
    font-size: 9px;
  }
  .btn {
    font-size: 11px;
    padding: 11px 14px;
  }
  .wizard-footer > div {
    gap: 2px;
  }
  .login-page {
    padding: 25px 20px;
  }
  .login-card {
    padding: 29px 24px;
    margin-top: 6vh;
  }
  .login-card h1 {
    font-size: 31px;
  }
}

.sample-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 16px;
  padding: 14px;
}
.sample-preview summary {
  font-size: 11px;
  font-weight: 600;
  color: #527046;
  cursor: pointer;
}
.sample-preview > p {
  font-size: 10px;
  color: #879578;
  line-height: 1.7;
  margin: 12px 0;
}
.sample-scroll {
  overflow: auto;
}
.sample-scroll th,
.sample-scroll td {
  white-space: nowrap;
  font-size: 10px;
  padding: 12px;
}
.sample-scroll td {
  background: #fcfdf9;
}
