/* ===== Privia Medical Group booking + Superscript pricing moment (scoped under .pm) ===== */
/* Skinned to Privia Medical Group — computed tokens pulled 2026-08-26 from myprivia.com:
   body Montserrat, headings "Roboto Serif", primary teal #19988B, primary CTA fill #F5CB08
   with #4D5151 text at a 35px pill radius / 700 weight / 2px white border, cards white at
   6px radius with a #DEE2E6 hairline, body ink #212529.
   The booking flow itself is providers.priviahealth.com (bot-protected, so the field list is
   modelled on its live "Schedule Appointment" modal: reason for visit, appointment type,
   date, time, then insurance). Insurance is the last thing it collects and no price is ever
   shown — that is the blind moment this dock fills.
   ASSUMPTION: the focus state was not observable through the protection, so .typing uses
   Privia's own teal as the active border. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto+Serif:wght@400;500;600&display=swap');
:root {
  --ms-font: "Montserrat", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --ms-serif: "Roboto Serif", Georgia, "Times New Roman", serif;
  --ms-gray-bg: #FFFFFF;
  --ms-border-dark: #CED4DA;
  --ms-border-light: #DEE2E6;
  --ms-text-900: #212529;
  --ms-text-500: #5B6570;
  --ms-text-desc: #5B6570;
  --ms-magenta: #19988B;
  --ms-magenta-hover: #14796F;
  --ms-red: #B3261E;
  --ms-yellow: #F5CB08;
  --ms-yellow-text: #4D5151;
}

.pm { display: flex; justify-content: center; width: 100%; }
.pm .card { width: 100%; max-width: 420px; background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,20,55,.12), 0 25px 60px rgba(0,20,55,.16), 0 1px 2px rgba(0,0,0,0.06); overflow: hidden; }

.pm .browser-bar { height: 30px; background: #E7E9EE; display: flex; align-items: center; gap: 10px; padding: 0 12px; border-bottom: 1px solid #D8DBE2; }
.pm .browser-bar .dots { position: static; top: auto; left: auto; z-index: auto; transform: none; display: flex; flex-direction: row; gap: 6px; }
.pm .browser-bar .dots span { width: 8px; height: 8px; border-radius: 50%; background: #C7CBD3; }
.pm .browser-bar .url { flex: 1; background: #F5F6F8; border-radius: 5px; padding: 3px 10px; font-size: 10px; color: #8A8F99; font-family: ui-monospace, Menlo, monospace; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pm .ms-section { padding: 12px 18px 12px; font-family: var(--ms-font); background: #fff; }
.pm .divider { border-bottom: 1px solid var(--ms-border-light); margin: 8px 0; }
.pm .ms-h { font-family: var(--ms-serif); font-size: 16px; line-height: 21px; font-weight: 500; color: var(--ms-magenta); padding: 2px 0; }
.pm .ms-desc { font-size: 9.5px; line-height: 13px; font-weight: 400; color: var(--ms-text-desc); padding-bottom: 4px; }

.pm .field-group { margin: 0 0 8px; }
.pm .field-group label { display: block; font-size: 10.5px; font-weight: 600; color: var(--ms-text-900); margin-bottom: 4px; }
.pm .field-group label .req { color: var(--ms-red); }

.pm .field { position: relative; background: var(--ms-gray-bg); height: 34px; border: 1px solid var(--ms-border-dark); border-radius: 6px; margin: 0; display: flex; align-items: center; padding: 0 28px 0 10px; transition: border-color .15s ease, box-shadow .15s ease; }
.pm .field.typing { border-color: var(--ms-magenta); box-shadow: 0 0 0 2px rgba(25,152,139,0.16); }
.pm .field .value { font-size: 11.5px; color: var(--ms-text-900); width: 100%; min-height: 14px; white-space: nowrap; overflow: hidden; }
.pm .field .value .caret { display: inline-block; width: 2px; height: 11px; background: var(--ms-magenta); margin-left: 1px; vertical-align: -2px; animation: pmBlink .9s steps(1) infinite; }
@keyframes pmBlink { 50% { opacity: 0; } }
.pm .chevron { position: absolute; top: 50%; right: 8px; width: 13px; height: 13px; margin-top: -6.5px; color: #8A939B; transition: opacity .25s ease, transform .25s ease; }
.pm .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pm .field.filled .chevron { opacity: 0; transform: scale(.5); }
.pm .field .checkmark { position: absolute; right: 7px; top: 50%; margin-top: -7px; width: 14px; height: 14px; opacity: 0; transform: scale(.5); transition: opacity .25s ease, transform .25s ease; }
.pm .field .checkmark.show { opacity: 1; transform: scale(1); }

.pm .ss-section { background: #fff; padding: 12px 18px 14px; position: relative; border-top: 2px solid var(--ms-border-light); }
.pm .ss-top { display: flex; align-items: center; justify-content: space-between; }
.pm .ss-brand { display: flex; align-items: center; gap: 6px; color: var(--ms-text-500); font-family: var(--ms-font); font-size: 9.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pm .ss-brand .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ms-magenta); }
.pm .ss-brand .logo { height: 12px; width: 68px; color: var(--ms-text-500); position: relative; top: 1px; }
.pm .ss-status { font-size: 9.5px; font-weight: 500; color: var(--ms-text-500); background: #F6F8F8; border: 1px solid var(--ms-border-light); border-radius: 100px; padding: 4px 9px; display: flex; align-items: center; gap: 5px; transition: color .3s; }
.pm .ss-status .pip { width: 5px; height: 5px; border-radius: 50%; background: var(--ms-text-500); transition: background .3s; }
.pm .ss-status.connected { color: var(--ms-magenta); }
.pm .ss-status.connected .pip { background: var(--ms-magenta); }

.pm .ss-body { margin-top: 10px; }
.pm .ss-service { font-family: var(--ms-serif); font-size: 16px; line-height: 20px; font-weight: 500; color: var(--ms-magenta); margin: 0 0 4px; }
.pm .ss-sub { font-family: var(--ms-font); font-size: 10.5px; line-height: 14.5px; font-weight: 400; color: var(--ms-text-desc); margin: 0 0 12px; max-width: 420px; }

.pm .ss-price-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; min-height: 42px; }
.pm .ss-price-col p { margin: 0; font-family: var(--ms-font); }
.pm .ss-price-value { font-size: 22px; font-weight: 700; color: var(--ms-text-900); line-height: 1.1; font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; display: inline-block; }
.pm .ss-price-label { font-size: 11px; font-weight: 400; color: var(--ms-text-500); margin-top: 2px; }
.pm .ss-price-sub { font-size: 9.5px; line-height: 13px; color: var(--ms-text-500); margin-top: 3px; opacity: 0; transition: opacity .4s ease; }
.pm .ss-price-sub.show { opacity: 1; }

.pm .ss-switch { width: 40px; height: 24px; border-radius: 999px; background: #D3D3D3; position: relative; transition: background .3s; cursor: default; flex-shrink: 0; }
.pm .ss-switch .knob { width: 16px; height: 16px; border-radius: 50%; background: #fff; position: absolute; top: 4px; left: 4px; box-shadow: 0 0 4px rgba(0,0,0,.25); transition: transform .3s; }
.pm .ss-switch.on { background: var(--ms-magenta); }
.pm .ss-switch.on .knob { transform: translateX(16px); }

.pm .ss-cta { position: relative; height: 42px; }
.pm .ss-cta-layer { position: absolute; inset: 0; border-radius: 35px; border: none; font-family: var(--ms-font); display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; font-weight: 700; opacity: 0; transition: opacity .4s ease, transform .4s ease, background-color .15s ease; transform: translateY(4px); }
.pm .ss-cta[data-state="idle"] .ss-idle,
.pm .ss-cta[data-state="calc"] .ss-calc,
.pm .ss-cta[data-state="resolved"] .ss-book { opacity: 1; transform: translateY(0); }

.pm .ss-idle { background: var(--ms-magenta); color: #fff; cursor: default; }
.pm .ss-calc { color: var(--ms-text-900); font-weight: 600; background: linear-gradient(120deg, #DDE7E5 0%, #F3F7F6 30%, #DDE7E5 55%, #F3F7F6 80%, #DDE7E5 100%); background-size: 250% 100%; animation: pmShimmer 1.8s linear infinite; border: 1px solid var(--ms-border-light); }
@keyframes pmShimmer { 0% { background-position: 0% 0%; } 100% { background-position: -250% 0%; } }
.pm .ss-book { background: var(--ms-yellow); color: var(--ms-yellow-text); cursor: default; }

.pm .ss-view { display: block; text-align: center; font-family: var(--ms-font); font-size: 10.5px; font-weight: 600; color: var(--ms-magenta); text-decoration: none; padding-top: 7px; cursor: default; }
