
:root {
  --v15-page: #F4F4F5;
  --v15-card: #FAFAFA;
  --v15-surface: #FFFFFF;
  --v15-hairline: #E4E4E7;

  --v15-text: #1A1B1F;
  --v15-mid: #52525B;
  --v15-muted: #6B6B74;
  --v15-placeholder: #A1A1AA;

  --v15-charcoal: #18181B;
  --v15-green: #1B5E20;
  --v15-green-bright: #5BB948;
  --v15-green-pale: #F0F7F0;

  --v15-amber: #FBBF24;
  --v15-amber-pale: #FEF3C7;
  --v15-amber-text: #92400E;

  --v15-scrim: rgba(24, 24, 27, .45);
  --v15-shadow: 0 18px 48px rgba(24, 24, 27, .28);
  --v15-on-dark: #FFFFFF;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  background: var(--v15-page);
  color: var(--v15-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--v15-page);
  display: flex;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }


.v15-shell {
  width: 100%;
  max-width: 480px;
  background: var(--v15-card);
  border: 1px solid var(--v15-hairline);
  border-radius: 10px;
  margin: 32px 16px;
  overflow: hidden;
  align-self: flex-start;
}


.v15-band {
  background: var(--v15-surface);
  border-bottom: 1px solid var(--v15-hairline);
  padding: 12px 24px;
  text-align: center;
}
.v15-band-eyebrow {
  font-size: 10px;
  color: var(--v15-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 0 0 2px;
}
.v15-band-vendor {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--v15-text);
  line-height: 1.15;
  margin: 0;
}
.v15-band-prov {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 10px;
  color: var(--v15-muted);
  margin: 4px 0 0;
}
.v15-band-prov strong { font-weight: 500; color: var(--v15-text); }
.v15-lp-inline {
  display: inline-block;
  width: 12px;
  height: 10px;
  vertical-align: middle;
}


.v15-band-direct {
  padding: 18px 24px;
  text-align: center;
}
.v15-band-direct .v15-lp-mark {
  height: 32px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.v15-band-direct .v15-band-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--v15-text);
  margin: 6px 0 0;
}
.v15-band-direct .v15-band-tag {
  font-size: 10px;
  color: var(--v15-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 4px 0 0;
}

.v15-band-direct.v15-band-cobrand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--v15-charcoal);
}
.v15-band-cobrand .v15-lp-mark { margin: 0; height: 28px; }
.v15-cobrand-logo {
  height: 28px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
  display: block;
}
.v15-cobrand-name {
  min-width: 0;
  max-width: 45vw;
  overflow-wrap: anywhere;
  font-size: 18px;
  font-weight: 500;
  color: var(--v15-on-dark);
  letter-spacing: -0.02em;
}
.v15-cobrand-x { color: var(--v15-placeholder); font-size: 16px; }

@media (max-width: 480px) {
  .v15-cobrand-logo { height: 24px; max-width: 120px; }
  .v15-band-cobrand .v15-lp-mark { height: 24px; }
  .v15-cobrand-name { font-size: 16px; }
}


.v15-main {
  padding: 18px 18px 24px;
}
.v15-main-center {
  text-align: center;
  padding: 40px 18px 32px;
}


.v15-h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--v15-text);
}
.v15-sub {
  font-size: 14px;
  color: var(--v15-muted);
  margin: 0 0 28px;
  line-height: 1.5;
}


.v15-cta {
  display: inline-block;
  background: var(--v15-charcoal);
  color: #fff;
  border: 0;
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  min-height: 46px;
  line-height: 1.4;
  text-align: center;
}
.v15-cta:disabled {
  background: var(--v15-placeholder);
  cursor: not-allowed;
}
.v15-cta-block {
  display: block;
  width: 100%;
}
.v15-cta-green {
  background: var(--v15-green);
}


.v15-trust {
  font-size: 11px;
  color: var(--v15-muted);
  margin: 18px 0 0;
  line-height: 1.5;
}
.v15-help {
  text-align: center;
  font-size: 11px;
  color: var(--v15-muted);
  margin: 14px 0 0;
}
.v15-help a {
  color: var(--v15-mid);
  text-decoration: underline;
}

.v15-rep-cta {
  text-align: center;
  margin: 14px 0 0;
  padding-top: 13px;
  border-top: 1px solid var(--v15-hairline);
}
.v15-rep-cta-q { font-size: 13px; font-weight: 500; color: var(--v15-text); }
.v15-rep-cta-line { font-size: 13px; color: var(--v15-mid); margin-top: 2px; }
.v15-rep-cta-links {
  display: flex;
  gap: 6px 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6px;
}
.v15-rep-cta-links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--v15-green);
  text-decoration: none;
}
.v15-rep-cta-links a:hover { text-decoration: underline; }

.trust-apply .v15-main { padding: 16px 18px 22px; }

.trust-proof {
  display: flex;
  align-items: stretch;
  margin: 0 0 18px;
  padding: 11px 0;
  border-top: 1px solid var(--v15-hairline);
  border-bottom: 1px solid var(--v15-hairline);
}
.trust-proof-item {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 7px;
  text-align: center;
}
.trust-proof-item + .trust-proof-item { border-left: 1px solid var(--v15-hairline); }
.trust-stars {
  display: flex;
  justify-content: center;
  gap: 1px;
  margin-bottom: 4px;
  color: var(--v15-amber);
}
.trust-stars svg { width: 12px; height: 12px; fill: currentColor; flex: 0 0 auto; }
.trust-proof-strong {
  display: block;
  color: var(--v15-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
.trust-proof-label {
  display: block;
  margin-top: 3px;
  color: var(--v15-muted);
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 500;
}

.trust-soft-check { margin: 0 0 16px; }
.trust-soft-check strong { color: var(--v15-text); font-weight: 700; }
.trust-soft-check .v15-preframe-body { font-size: 12px; }

.trust-next-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin: 10px 0 0;
  color: var(--v15-muted);
  font-size: 11.5px;
  line-height: 1.45;
  text-align: center;
}
.trust-next-note svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  margin-top: 1px;
  stroke: var(--v15-green);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-security {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--v15-hairline);
}
.trust-security-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--v15-mid);
  font-size: 12px;
  line-height: 1.45;
}
.trust-security-row + .trust-security-row { margin-top: 10px; }
.trust-security-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--v15-green-pale);
  color: var(--v15-green);
  flex: 0 0 auto;
}
.trust-security-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-security-row strong {
  display: block;
  margin-bottom: 1px;
  color: var(--v15-text);
  font-size: 12.5px;
  font-weight: 600;
}

.trust-creds {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid var(--v15-hairline);
}
.trust-creds-label {
  font-size: 9.5px;
  color: var(--v15-placeholder);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.trust-creds-badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--v15-mid);
  border: 1px solid var(--v15-hairline);
  border-radius: 5px;
  padding: 4px 8px;
  letter-spacing: 0.02em;
}

@media (max-width: 360px) {
  .trust-proof-item { padding: 0 5px; }
  .trust-proof-strong { font-size: 13px; }
  .trust-proof-label { font-size: 10px; }
  .trust-stars svg { width: 10px; height: 10px; }
}


.v15-crumb {
  padding: 8px 22px;
  background: var(--v15-card);
  border-bottom: 1px solid var(--v15-hairline);
  font-size: 11px;
  color: var(--v15-text);
  font-weight: 500;
}


.v15-section-eyebrow {
  font-size: 11px;
  color: var(--v15-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin: 0 0 10px;
}


.v15-field { margin-bottom: 12px; }
.v15-field-label {
  display: block;
  font-size: 12px;
  color: var(--v15-mid);
  font-weight: 500;
  margin-bottom: 5px;
}
.v15-input {
  width: 100%;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 16px;
  font-family: inherit;
  color: var(--v15-text);
  background: var(--v15-page);
  min-height: 44px;
  line-height: 1.4;
}
.v15-input::placeholder { color: var(--v15-placeholder); }
.v15-input:focus {
  outline: none;
  border-color: var(--v15-green);
  background: var(--v15-surface);
}


.v15-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 12px;
}
.v15-fieldset-legend {
  font-size: 12px;
  color: var(--v15-mid);
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0;
}
.v15-radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--v15-page);
  border: 1px solid transparent;
  border-radius: 7px;
  margin-bottom: 6px;
  cursor: pointer;
  min-height: 44px;
  font-size: 14px;
  color: var(--v15-text);
}
.v15-radio-row input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--v15-green);
}
.v15-radio-row:has(input[type="radio"]:checked) {
  background: var(--v15-green-pale);
  border-color: var(--v15-green);
}
.v15-phase2-notice {
  background: var(--v15-amber-pale);
  border-left: 3px solid var(--v15-amber);
  border-radius: 0 8px 8px 0;
  padding: 11px 13px;
  margin-top: 8px;
  font-size: 12px;
  color: var(--v15-amber-text);
  line-height: 1.5;
}

.doc-issues { margin-bottom: 12px; }
.doc-issue-banner {
  background: var(--v15-amber-pale);
  border-left: 3px solid var(--v15-amber);
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
  margin-bottom: 8px;
}
.doc-issue-msg {
  font-size: 13px;
  color: var(--v15-amber-text);
  line-height: 1.5;
}
.doc-issue-reupload {
  margin-top: 10px;
  width: 100%;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--v15-amber-text);
  background: #fff;
  border: 1px solid var(--v15-amber);
  border-radius: 8px;
  cursor: pointer;
}
.doc-issue-reupload:hover { background: var(--v15-amber-pale); }
.doc-issue-reupload:disabled { opacity: 0.6; cursor: default; }


.funnel-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  color: var(--v15-muted);
  white-space: nowrap;
}
.fp-step { display: inline-flex; align-items: center; gap: 5px; }
.fp-step.done { color: var(--v15-mid); }
.fp-step.current { color: var(--v15-text); font-weight: 600; }
.fp-check { width: 15px; height: 15px; flex: 0 0 15px; }
.fp-check circle { fill: var(--v15-green-bright); }
.fp-arrow { color: var(--v15-muted); font-size: 11px; }
@media (max-width: 640px) {
  .funnel-progress { font-size: 11px; gap: 4px; }
}

#sign-frame {
  width: 100%;
  min-height: 620px;
  border: 1px solid var(--v15-hairline);
  border-radius: 8px;
  background: var(--v15-surface);
}

#focused-view-mount { width: 100%; min-height: 620px; }

@media (max-width: 640px) {
  .v15-shell-sign { max-width: 100%; margin: 8px; }
  .v15-shell-sign .v15-main { padding-left: 8px; padding-right: 8px; }
  .v15-shell-sign #sign-frame,
  .v15-shell-sign #focused-view-mount { min-height: calc(100dvh - 190px); }
}

.v15-sign-trust {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 14px 0 0;
  font-size: 11px;
  color: var(--v15-muted);
  line-height: 1.45;
}
.v15-sign-trust svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  fill: var(--v15-green);
  margin-top: 1px;
}

.v15-recovery {
  text-align: center;
  padding: 32px 0 8px;
}
.v15-recovery .v15-cta-form { margin-top: 8px; }
.v15-recovery-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  font-size: 11px;
  color: var(--v15-muted);
  line-height: 1.5;
  text-align: center;
}

.v15-signed-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.v15-signed-badge {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--v15-green-pale);
  color: var(--v15-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.v15-signed-badge svg { width: 20px; height: 20px; }
.v15-signed-text { min-width: 0; }
.v15-signed-text h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--v15-text);
  letter-spacing: -0.02em;
}
.v15-signed-text p { margin: 3px 0 0; font-size: 13px; color: var(--v15-mid); }

.v15-status-lead {
  color: var(--v15-mid);
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
.v15-status-section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--v15-muted);
  margin: 24px 0 8px;
  font-weight: 600;
}

.wait-lead {
  margin: 26px 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--v15-mid);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.checklist-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stip-card {
  border: 1px solid var(--v15-hairline);
  border-radius: 10px;
  padding: 14px;
  background: var(--v15-surface);
}
.stip-card[data-status="completed"] {
  background: var(--v15-green-pale);
  border-color: var(--v15-green);
}
.stip-head { display: flex; align-items: flex-start; gap: 12px; }
.stip-ic {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--v15-green-pale);
  color: var(--v15-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stip-ic svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stip-main { flex: 1; min-width: 0; }
.stip-title { font-weight: 600; font-size: 15px; color: var(--v15-text); }
.stip-sub { margin-top: 4px; font-size: 12.5px; color: var(--v15-mid); line-height: 1.4; }
.stip-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.stip-side { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
.stip-side-label { font-size: 12px; font-weight: 500; color: var(--v15-muted); }
.stip-hint { margin-top: 10px; font-size: 11.5px; color: var(--v15-muted); line-height: 1.4; }
.stip-due-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 4px 0 12px;
  font-size: 12.5px;
  color: var(--v15-mid);
  line-height: 1.45;
}
.stip-due-ic { flex: 0 0 auto; color: var(--v15-green); }
.stip-fallback-lead {
  display: block;
  font-size: 13px;
  color: var(--v15-mid);
  margin-bottom: 8px;
}

.stip-ach-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.stip-ach-or {
  font-size: 12px;
  color: var(--v15-muted);
  text-transform: lowercase;
  text-align: center;
}
.stip-vc-link {
  background: none;
  border: 0;
  color: var(--v15-muted);
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 6px;
  display: block;
  padding: 0;
  font-family: inherit;
}
.stip-vc-link:hover { color: var(--v15-mid); }
.stip-optional-label {
  font-size: 12px;
  color: var(--v15-muted);
  font-style: italic;
}

.checklist-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--v15-hairline);
  border-radius: 8px;
  background: var(--v15-surface);
}
.checklist-row[data-status="completed"] {
  background: var(--v15-green-pale);
  border-color: var(--v15-green);
}
.checklist-row[data-status="placeholder"] {
  background: var(--v15-page);
  color: var(--v15-muted);
}
.checklist-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--v15-page);
  color: var(--v15-muted);
  font-size: 14px;
  flex-shrink: 0;
}
.checklist-row[data-status="completed"] .checklist-icon {
  background: var(--v15-green);
  color: #fff;
}
.checklist-label { flex: 1; font-size: 14px; color: var(--v15-text); }
.checklist-action { font-size: 13px; color: var(--v15-muted); }
.checklist-action.done { color: var(--v15-green); font-weight: 500; }
.checklist-action.placeholder { font-style: italic; }

.checklist-cta {
  background: var(--v15-green);
  color: #fff;
  border: 0;
  padding: 10px 16px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  min-height: 38px;
  width: 100%;
  box-sizing: border-box;
}
.checklist-cta:hover { opacity: 0.92; }
.checklist-cta:disabled {
  background: var(--v15-placeholder);
  cursor: not-allowed;
}
.checklist-cta-secondary {
  background: transparent;
  color: var(--v15-green);
  border: 1px solid var(--v15-green);
}
.checklist-cta-secondary:hover {
  background: var(--v15-green);
  color: #fff;
  opacity: 1;
}

.stip-card .checklist-action { width: 100%; min-width: 0; }
.stip-card .checklist-action.done { width: auto; }
.stip-card .checklist-cta { width: 100%; box-sizing: border-box; }

.v15-status-help { margin-top: 24px; }
.v15-completed-help {
  text-align: center;
  color: var(--v15-muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.welcome-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--v15-hairline);
  border-radius: 10px;
  background: var(--v15-surface);
  overflow: hidden;
}
.welcome-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 18px;
  gap: 12px;
}
.welcome-row + .welcome-row { border-top: 1px solid var(--v15-hairline); }
.welcome-label { font-size: 13px; color: var(--v15-muted); flex-shrink: 0; }
.welcome-value {
  font-size: 14px;
  color: var(--v15-text);
  font-weight: 500;
  text-align: right;
}
.welcome-link { color: var(--v15-green); text-decoration: none; font-weight: 400; }
.welcome-link:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .welcome-row { flex-direction: column; gap: 2px; }
  .welcome-value { text-align: left; }
}


.v15-offer-loading {
  text-align: center;
  padding: 40px 0 24px;
}

.v15-h1-approved { color: var(--v15-green); }

.v15-offer-card {
  position: relative;
  background: var(--v15-surface);
  border: 1px solid var(--v15-hairline);
  border-radius: 12px;
  padding: 18px 16px 14px;
  margin: 12px 0;
  overflow: hidden;
}
.v15-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: var(--v15-green-pale);
  color: var(--v15-green);
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.v15-offer-why {
  font-size: 11px;
  color: var(--v15-muted);
  margin: 0 0 6px;
}
.v15-offer-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}
.v15-offer-price .amount {
  font-size: 36px;
  font-weight: 600;
  color: var(--v15-green);
  letter-spacing: -0.025em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: pre-line;
}
.v15-offer-price .term {
  font-size: 14px;
  color: var(--v15-muted);
  font-weight: 500;
}
.v15-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  padding-top: 12px;
  border-top: 1px solid var(--v15-hairline);
}
.v15-offer-grid-row {
  display: flex;
  flex-direction: column;
}
.v15-offer-grid-row .v15-data-label {
  font-size: 9.5px;
  color: var(--v15-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 1px;
}
.v15-offer-grid-row .v15-data-val {
  font-size: 12.5px;
  color: var(--v15-text);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.v15-offer-grid-row .v15-data-val.v15-apr-zero {
  color: var(--v15-green);
  font-weight: 700;
}
.v15-offer-grid-row.v15-apr-zero-row .v15-data-label {
  color: var(--v15-green);
}

.v15-alt-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.alt-card {
  background: var(--v15-surface);
  border: 1px solid var(--v15-hairline);
  border-radius: 8px;
  padding: 11px 13px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  opacity: 0.88;
  min-height: 54px;
}
.alt-card:hover { opacity: 1; }
.alt-card:focus-visible {
  outline: none;
  border-color: var(--v15-green);
  box-shadow: 0 0 0 3px var(--v15-green-pale);
  opacity: 1;
}
.alt-title {
  display: block;
  font-size: 11px;
  color: var(--v15-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 2px;
}
.alt-price {
  display: block;
  font-size: 18px;
  color: var(--v15-text);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  white-space: pre-line;
}
.alt-term {
  display: inline;
  font-size: 13px;
  color: var(--v15-muted);
  font-weight: 500;
  margin-left: 4px;
}
.alt-details {
  display: block;
  font-size: 11px;
  color: var(--v15-muted);
  margin-top: 4px;
  line-height: 1.4;
}


.walkthrough-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--v15-amber-pale);
  color: var(--v15-amber-text);
  border-bottom: 2px solid var(--v15-amber);
  padding: 10px 16px;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

.v15-select-note {
  font-size: 12px;
  color: var(--v15-amber-text);
  background: var(--v15-amber-pale);
  border-left: 3px solid var(--v15-amber);
  border-radius: 0 6px 6px 0;
  padding: 8px 11px;
  margin: 8px 0 0;
}

.v15-conditions {
  background: var(--v15-page);
  border-radius: 8px;
  padding: 12px 14px;
  margin-top: 12px;
}
.v15-conditions-heading {
  font-size: 12px;
  font-weight: 600;
  color: var(--v15-text);
  margin: 0 0 6px;
}
.v15-conditions-heading-elevated { margin-top: 12px; }
.v15-conditions-list {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  color: var(--v15-mid);
  line-height: 1.5;
}
.v15-conditions-list li { margin-bottom: 4px; }

.v15-cta-form-green {
  display: block;
  width: 100%;
  background: var(--v15-green);
  color: #fff;
  border: 0;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  min-height: 46px;
  margin-top: 8px;
  box-sizing: border-box;
}
.v15-cta-form-green:disabled {
  background: var(--v15-placeholder);
  cursor: not-allowed;
}

.v15-link-action {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--v15-mid);
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  padding: 12px;
  text-decoration: underline;
  text-align: center;
  min-height: 44px;
}
.v15-rep-note {
  font-size: 12px;
  color: var(--v15-mid);
  margin: 8px 0 0;
  text-align: center;
  line-height: 1.45;
}

.v15-walkthrough-disable-notice {
  background: var(--v15-amber-pale);
  color: var(--v15-amber-text);
  border-left: 3px solid var(--v15-amber);
  border-radius: 0 6px 6px 0;
  padding: 10px 12px;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
}


.v15-rev-section {
  padding: 14px 0;
  border-bottom: 1px solid var(--v15-hairline);
}
.v15-rev-section:last-of-type { border-bottom: 0; }
.v15-rev-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
  gap: 8px;
}
.v15-rev-title {
  font-size: 10px;
  color: var(--v15-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin: 0;
}
.v15-rev-action {
  font-size: 11px;
  color: var(--v15-mid);
  text-decoration: underline;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 4px;
  min-height: 24px;
  font-family: inherit;
}
.v15-rev-action:disabled {
  color: var(--v15-muted);
  cursor: not-allowed;
  text-decoration: none;
}
.v15-data-primary {
  font-size: 14px;
  color: var(--v15-text);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 500;
}
.v15-data-row {
  font-size: 12px;
  color: var(--v15-muted);
  margin-top: 2px;
  line-height: 1.4;
}
.v15-source-cue {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: var(--v15-green-pale);
  color: var(--v15-green);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.v15-edit-form {
  background: var(--v15-page);
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
}
.v15-edit-field {
  display: block;
  margin-bottom: 10px;
}
.v15-edit-field > span {
  display: block;
  font-size: 11px;
  color: var(--v15-mid);
  font-weight: 500;
  margin-bottom: 4px;
}
.v15-edit-field > input,
.v15-edit-field > select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 16px;
  color: var(--v15-text);
  background: var(--v15-surface);
  min-height: 44px;
  font-family: inherit;
  box-sizing: border-box;
}
.v15-edit-field > input:focus,
.v15-edit-field > select:focus {
  outline: none;
  border-color: var(--v15-green);
}
.v15-edit-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.v15-edit-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 12px;
}
.v15-btn-secondary {
  background: transparent;
  border: 1px solid var(--v15-hairline);
  color: var(--v15-mid);
  border-radius: 7px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  min-height: 38px;
}
.v15-btn-save {
  background: var(--v15-green);
  border: 0;
  color: #fff;
  border-radius: 7px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  min-height: 38px;
}
.v15-edit-error {
  background: var(--v15-amber-pale);
  color: var(--v15-amber-text);
  border-left: 3px solid var(--v15-amber);
  padding: 8px 11px;
  margin-top: 8px;
  border-radius: 0 6px 6px 0;
  font-size: 12px;
  line-height: 1.4;
}

.v15-segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 8px 0 12px;
}
.v15-segmented button {
  background: var(--v15-surface);
  border: 1.5px solid var(--v15-hairline);
  color: var(--v15-text);
  border-radius: 7px;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  min-height: 44px;
}
.v15-segmented button[aria-pressed="true"] {
  background: var(--v15-green-pale);
  border-color: var(--v15-green);
  color: var(--v15-green);
  font-weight: 600;
}

.v15-co-help {
  font-size: 13px;
  color: var(--v15-mid);
  line-height: 1.45;
  margin: 4px 0 12px;
}
.v15-co-card {
  background: var(--v15-surface);
  border: 1px solid var(--v15-hairline);
  border-radius: 9px;
  padding: 12px 13px;
  margin-bottom: 10px;
}
.v15-co-card.is-excluded { opacity: 0.55; }
.v15-co-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.v15-co-id { min-width: 0; }
.v15-co-name { font-size: 14px; color: var(--v15-text); font-weight: 600; }
.v15-co-role { font-size: 11px; color: var(--v15-muted); margin-top: 2px; }
.v15-co-seg { display: flex; gap: 4px; flex-shrink: 0; }
.v15-co-seg button {
  background: var(--v15-surface);
  border: 1.5px solid var(--v15-hairline);
  color: var(--v15-mid);
  border-radius: 7px;
  padding: 0 11px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}
.v15-co-seg button[aria-pressed="true"] {
  background: var(--v15-green-pale);
  border-color: var(--v15-green);
  color: var(--v15-green);
}
.v15-co-seg button.is-no[aria-pressed="true"] {
  background: var(--v15-page);
  border-color: var(--v15-mid);
  color: var(--v15-mid);
}
.v15-co-remove {
  background: transparent;
  border: 1px solid var(--v15-hairline);
  color: var(--v15-mid);
  border-radius: 7px;
  padding: 0 11px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  flex-shrink: 0;
}
.v15-co-body { margin-top: 11px; }
.v15-co-pct-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: var(--v15-mid);
}
.v15-co-pct {
  width: 88px;
  padding: 11px 12px;
  border: 1px solid var(--v15-hairline);
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--v15-text);
  background: var(--v15-surface);
  min-height: 44px;
  box-sizing: border-box;
  font-family: inherit;
}
.v15-co-pct:focus { outline: none; border-color: var(--v15-green); }
.v15-co-add {
  width: 100%;
  background: transparent;
  border: 1px dashed var(--v15-hairline);
  color: var(--v15-green);
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  min-height: 44px;
}
.v15-co-summary {
  background: var(--v15-page);
  border-radius: 7px;
  padding: 10px 12px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--v15-mid);
}
.v15-co-summary strong { color: var(--v15-text); font-weight: 600; }
.v15-co-summary.is-off { color: var(--v15-amber-text); background: var(--v15-amber-pale); }
.v15-co-attest {
  font-size: 13px;
  color: var(--v15-mid);
  line-height: 1.5;
  margin: 12px 0 0;
}

.v15-ownership-label {
  font-size: 13px;
  color: var(--v15-text);
  margin: 6px 0 4px;
}
.v15-ownership-hint {
  background: var(--v15-amber-pale);
  border-left: 3px solid var(--v15-amber);
  border-radius: 0 8px 8px 0;
  padding: 11px 13px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--v15-amber-text);
  line-height: 1.5;
}

.v15-reassurance {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin: 12px 0 0;
  font-size: 11px;
  color: var(--v15-muted);
  line-height: 1.5;
  text-align: center;
}
.v15-reassurance svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  fill: var(--v15-green);
  margin-top: 1px;
}
.v15-required { color: var(--v15-green); font-weight: 600; }


.v15-section-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--v15-text);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}


.v15-search-wrap {
  position: relative;
  margin-bottom: 14px;
}
.v15-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--v15-muted);
  font-size: 16px;
  pointer-events: none;
}
.v15-search-wrap .v15-input { padding-left: 38px; }



.candidate-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.candidate {
  background: var(--v15-surface);
  border: 1px solid var(--v15-hairline);
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
  min-height: 54px;
}
.candidate:hover { border-color: var(--v15-green); }
.candidate-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--v15-text);
}
.candidate-meta {
  display: block;
  font-size: 12px;
  color: var(--v15-muted);
  margin-top: 2px;
}
button.candidate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: inherit;
  min-height: 56px;
}
button.candidate:focus-visible { outline: 2px solid var(--v15-green); outline-offset: 2px; }
.candidate-info { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.candidate-info .candidate-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.candidate-info .candidate-meta {
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.candidate-info .candidate-meta .vendor { color: var(--v15-text); font-weight: 500; }
button.candidate.is-inprogress { border-left: 3px solid var(--v15-amber); }
button.candidate.is-inprogress:hover { border-color: var(--v15-amber); }
button.candidate.is-postsign { border-left: 3px solid var(--v15-green-bright); }
button.candidate.is-postsign:hover { border-color: var(--v15-green-bright); }
.candidate-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: var(--v15-green);
  font-weight: 600;
  font-size: 12.5px;
  white-space: nowrap;
}
@media (max-width: 640px) {
  button.candidate.is-inprogress, button.candidate.is-postsign { flex-wrap: wrap; }
  button.candidate.is-inprogress .candidate-cta, button.candidate.is-postsign .candidate-cta { width: 100%; margin-top: 2px; }
  .candidate-info .candidate-meta { white-space: normal; overflow: visible; }
}

.bp-result {
  background: var(--v15-surface);
  border: 1px solid var(--v15-hairline);
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
  min-height: 54px;
  margin-bottom: 6px;
}
.bp-result:hover,
.bp-result-best { border-color: var(--v15-green); }
.bp-result-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--v15-text);
}
.bp-result-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--v15-muted);
  margin-top: 2px;
}
.bp-result-dba {
  font-size: 11px;
  color: var(--v15-muted);
  margin-top: 2px;
  font-style: italic;
}

.bp-status {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bp-status-live { background: var(--v15-green-pale); color: var(--v15-green); }
.bp-status-other { background: var(--v15-page); color: var(--v15-muted); }
.bp-result-verified {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  border-radius: 999px;
  background: var(--v15-green-pale);
  color: var(--v15-green);
  font-size: 11px;
  font-weight: 600;
  vertical-align: middle;
}

.bp-confirm-card {
  background: var(--v15-surface);
  border: 1px solid var(--v15-hairline);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
}
.bp-confirm-tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: var(--v15-green-pale);
  color: var(--v15-green);
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bp-confirm-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--v15-text);
  margin-bottom: 4px;
}
.bp-confirm-meta {
  font-size: 12px;
  color: var(--v15-muted);
  margin-bottom: 14px;
}
.bp-confirm-back {
  background: transparent;
  border: 0;
  color: var(--v15-mid);
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  padding: 12px 0 0;
  text-decoration: underline;
  display: block;
  width: 100%;
  text-align: center;
  min-height: 44px;
}

.v15-addr-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
@media (max-width: 360px) { .v15-addr-row { gap: 6px; } }

.addr-ac-host { position: relative; }
.addr-ac-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: var(--v15-surface);
  border: 1px solid var(--v15-hairline);
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 240px;
  overflow-y: auto;
}
.addr-ac-opt {
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  color: var(--v15-text);
}
.addr-ac-opt:hover, .addr-ac-active {
  background: var(--v15-green-pale);
  color: var(--v15-green);
}

.v15-input.addr-confirmed,
.v15-edit-field > input.addr-confirmed {
  background: var(--v15-green-pale);
  border-color: color-mix(in srgb, var(--v15-green) 22%, var(--v15-surface));
}
.v15-input.addr-confirmed:focus,
.v15-edit-field > input.addr-confirmed:focus {
  border-color: var(--v15-green);
  background: var(--v15-surface);
}

.v15-manual-prompt {
  font-size: 12.5px;
  color: var(--v15-mid);
  margin: 0 0 12px;
  line-height: 1.5;
}


.v15-field-helper {
  margin-top: 6px;
  font-size: 12px;
  color: var(--v15-muted);
  line-height: 1.45;
}
.v15-field-error {
  margin-top: 5px;
  font-size: 12px;
  color: var(--v15-amber-text);
  line-height: 1.45;
}


.v15-preframe {
  background: var(--v15-green-pale);
  border-left: 3px solid var(--v15-green);
  border-radius: 0 8px 8px 0;
  padding: 12px 13px;
  margin: 0 0 16px;
}
.v15-preframe-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--v15-green);
  font-weight: 600;
  margin: 0 0 4px;
}
.v15-preframe-head svg { width: 13px; height: 13px; flex-shrink: 0; }
.v15-preframe-body {
  font-size: 11.5px;
  color: var(--v15-mid);
  line-height: 1.5;
  margin: 0;
}


.v15-code-row {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 4px 0 14px;
}
.v15-code-cell {
  width: 44px;
  height: 52px;
  padding: 0;
  border: 1.5px solid var(--v15-hairline);
  border-radius: 8px;
  background: var(--v15-surface);
  font-size: 22px;
  font-weight: 600;
  color: var(--v15-text);
  text-align: center;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
}
.v15-code-cell:focus {
  outline: none;
  border-color: var(--v15-green);
  box-shadow: 0 0 0 3px var(--v15-green-pale);
}

.v15-ssn-row {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  margin: 4px 0 6px;
}
.v15-ssn-cell {
  width: 28px;
  height: 40px;
  padding: 0;
  border: 1.5px solid var(--v15-hairline);
  border-radius: 8px;
  background: var(--v15-surface);
  font-size: 17px;
  font-weight: 600;
  color: var(--v15-text);
  text-align: center;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
}
.v15-ssn-cell:focus {
  outline: none;
  border-color: var(--v15-green);
  box-shadow: 0 0 0 3px var(--v15-green-pale);
}
.v15-ssn-sep {
  display: flex;
  align-items: center;
  padding: 0 2px;
  color: var(--v15-placeholder);
  font-size: 14px;
  font-weight: 600;
  user-select: none;
}
@media (min-width: 520px) {
  .v15-ssn-row { gap: 6px; }
  .v15-ssn-cell { width: 38px; height: 50px; font-size: 21px; }
  .v15-ssn-sep { font-size: 18px; }
}


.v15-resend {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 8px 4px;
  color: var(--v15-green);
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  min-height: 32px;
}
.v15-resend:hover { text-decoration: underline; }
.v15-resend:disabled {
  color: var(--v15-muted);
  cursor: not-allowed;
  text-decoration: none;
}
.v15-resend-helper {
  display: inline-block;
  font-size: 12px;
  color: var(--v15-muted);
  margin-left: 8px;
}


.v15-cta-form {
  display: block;
  width: 100%;
  background: var(--v15-charcoal);
  color: #fff;
  border: 0;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  min-height: 46px;
  margin-top: 8px;
  box-sizing: border-box;
}
.v15-cta-form:disabled {
  background: var(--v15-placeholder);
  cursor: not-allowed;
}


.v15-overlay {
  position: fixed;
  inset: 0;
  background: rgba(24, 24, 27, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}
.v15-overlay-card {
  background: var(--v15-surface);
  padding: 22px;
  border-radius: 12px;
  max-width: 360px;
  width: 100%;
  text-align: center;
}
.v15-overlay-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--v15-text);
  letter-spacing: -0.01em;
}
.v15-overlay-body {
  font-size: 14px;
  color: var(--v15-mid);
  margin: 0 0 18px;
  line-height: 1.5;
}


.v15-spinner {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2.5px solid var(--v15-hairline);
  border-top-color: var(--v15-green);
  border-radius: 50%;
  animation: v15-spin 0.9s linear infinite;
  margin-bottom: 18px;
}
@keyframes v15-spin { to { transform: rotate(360deg); } }

.v15-error {
  background: var(--v15-amber-pale);
  color: var(--v15-amber-text);
  border-left: 3px solid var(--v15-amber);
  border-radius: 0 8px 8px 0;
  padding: 11px 13px;
  margin: 16px 16px 0;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}


@media (max-width: 360px) {
  .v15-shell { margin: 24px 12px; }
  .v15-main { padding: 14px 14px 20px; }
  .v15-main-center { padding: 32px 16px 26px; }
  .v15-h1 { font-size: 20px; }
  .v15-code-row { gap: 5px; }
  .v15-code-cell { width: 38px; height: 50px; font-size: 21px; }
  .v15-ssn-cell { width: 24px; height: 34px; font-size: 16px; }
  .v15-ssn-sep { font-size: 13px; }
}

.v15-check-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--v15-green-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.v15-check-badge svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--v15-green);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.v15-consent-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 4px 0 16px;
  font-size: 12px;
  color: var(--v15-mid);
  line-height: 1.45;
  cursor: pointer;
}
.v15-consent-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--v15-green);
}

.board { margin-top: 22px; }
.board-title { font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--v15-mid); margin: 0 0 10px; }
.board-row { display: flex; align-items: center; gap: 10px; padding: 10px 2px; border-top: 1px solid var(--v15-hairline); font-size: 14px; }
.board-row:last-child { border-bottom: 1px solid var(--v15-hairline); }
.board-name { flex: 1; min-width: 0; font-weight: 600; color: var(--v15-text); }
.board-name .you { font-weight: 400; color: var(--v15-mid); }
.board-chip { font-size: 12.5px; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.board-chip.done { background: var(--v15-green-pale); color: var(--v15-green); }
.board-chip.needed { background: var(--v15-amber-pale); color: var(--v15-amber-text); }
.stip-add-another { display: inline-block; margin-top: 10px; padding: 10px 14px; font-size: 14px; color: var(--v15-green); background: none; font-weight: 600; border: 1px solid var(--v15-hairline); border-radius: 10px; cursor: pointer; }
