/* Real app adaptation: keep mockapp layout as the visual source of truth while wiring the live devdry backend. */
.experience-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.lab-pill,
.nav-link,
.auth-chip,
.auth-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: rgba(255,255,255,0.90);
  background: rgba(255,255,255,0.12);
  font-size: 0.70rem;
  font-weight: 950;
  letter-spacing: -0.01em;
  backdrop-filter: blur(12px);
}
.lab-pill {
  color: #fff;
  background: rgba(23, 23, 23, 0.22);
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.auth-chip {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auth-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.56);
}
[data-auth-state="signed-in"] .auth-chip::before {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(20,135,98,0.18);
}
.auth-action {
  border: 0;
  color: var(--brand-primary);
  background: #fff;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(35,23,41,0.12);
}
.auth-action-quiet {
  color: #fff;
  background: rgba(35,23,41,0.36);
}
.choice-heading span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}
.confidence-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(20,135,98,0.10);
  font-size: 0.68rem;
  font-weight: 950;
}
.provider-copy em {
  display: block;
  margin-top: 5px;
  color: var(--muted-2);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: -0.01em;
}
.empty-state {
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px dashed rgba(35,23,41,0.18);
  border-radius: 22px;
  color: var(--muted);
  background: rgba(255,255,255,0.72);
}
.empty-state strong {
  display: block;
  color: var(--ink-2);
  margin-bottom: 6px;
  font-size: 0.98rem;
  font-weight: 950;
}
.empty-state p { margin: 0; font-size: 0.84rem; line-height: 1.45; }
.lab-dock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(230px, 0.78fr);
  gap: 10px;
}
.dock-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,0.97);
  box-shadow: var(--shadow-card);
}
.dock-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}
.dock-heading span {
  color: var(--muted-2);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dock-heading strong {
  color: var(--ink-2);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 1.22rem;
  line-height: 0.95;
  letter-spacing: -0.045em;
}
.bundle-list,
.evidence-list {
  display: grid;
  gap: 8px;
}
.bundle-item,
.evidence-item {
  display: grid;
  gap: 8px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.bundle-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
.bundle-item.is-matched {
  border-color: rgba(20,135,98,0.35);
  background: #effaf5;
}
.bundle-item strong,
.evidence-item strong {
  display: block;
  color: var(--ink-2);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.bundle-item small,
.evidence-item small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.70rem;
  line-height: 1.34;
}
.bundle-item > span {
  color: var(--brand-plum);
  font-size: 0.68rem;
  font-weight: 950;
  text-align: right;
}
.evidence-item {
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
}
.evidence-item > span {
  color: var(--muted-2);
  font-size: 0.60rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.evidence-item small { grid-column: 2; }
.upload-zone {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px dashed rgba(220,30,55,0.38);
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
}
.upload-zone input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.upload-zone span {
  color: var(--brand-primary);
  font-weight: 950;
}
.upload-zone small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}
.upload-extract {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.upload-extract span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #473b45;
  background: rgba(255,255,255,0.76);
  font-size: 0.68rem;
  font-weight: 900;
}
.schedule-action {
  border: 0;
  cursor: pointer;
}
[data-auth-state="signed-in"] .lab-pill::after {
  content: " · signed in";
  color: rgba(255,255,255,0.72);
}
@media (max-width: 960px) {
  .experience-nav { align-items: flex-start; }
  .nav-actions { max-width: 100%; justify-content: center; }
  .lab-dock { grid-template-columns: 1fr; }
}

.coverage-field--plan { display: none !important; }
.insurer-option { grid-template-columns: minmax(0, 1fr) auto; }
.insurer-option small { display: none !important; }
.insurance-picker .coverage-continue { margin-top: clamp(4px, 1.1vh, 12px); }
@media (max-width: 760px) {
  .experience-nav { justify-content: center; }
  .nav-actions { display: none; }
  .choice-grid { grid-template-columns: 1fr; }
  .lab-dock { gap: 8px; }
  .dock-card { border-radius: 24px; padding: 12px; }
  .evidence-item, .bundle-item { grid-template-columns: 1fr; }
  .evidence-item small { grid-column: auto; }
  .bundle-item > span { text-align: left; }
}


/* 2026-05-10 mockapp visual alignment: keep the real app on the mockapp result deck and hide lab/debug chrome from consumer results. */
.experience-nav { justify-content: center; }
.nav-actions { display: none !important; }
.micro-context.resolution-snaps,
.lab-dock,
.confidence-dot,
.provider-copy em { display: none !important; }
.provider-summary { gap: 8px; }
.provider-price { min-width: 74px; }
.provider-detail-link { color: var(--brand-primary); pointer-events: none; }
.result-subtitle { max-width: 58ch; }
.detail-actions a[href="#"] { cursor: default; }
html[data-embed="phone"] .micro-context.resolution-snaps,
html[data-embed="phone"] .lab-dock,
html[data-embed="phone"] .confidence-dot,
html[data-embed="phone"] .provider-copy em { display: none !important; }

