/* packages/app-shell/src/auth.css */
body:has(> .cl-auth-gate) {
  margin: 0;
}
.cl-auth-gate {
  box-sizing: border-box;
  display: grid;
  min-height: 100dvh;
  padding: max(24px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom));
  place-items: center;
  background: #f5f6fa;
  color: #202536;
  font:
    16px/1.5 Inter,
    Arial,
    sans-serif;
}
.cl-auth-card {
  box-sizing: border-box;
  width: min(100%, 420px);
  padding: 32px;
  border: 1px solid #dde1e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 40px #1b25440a;
}
.cl-auth-brand {
  margin: 0 0 20px;
  color: #535e79;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cl-auth-card h1 {
  margin: 0 0 8px;
  font: 500 32px/1.15 Georgia, serif;
}
.cl-auth-audience {
  margin: 0 0 24px;
  color: #535e79;
}
.cl-auth-card form {
  display: grid;
  gap: 10px;
}
.cl-auth-card label {
  font-size: 14px;
  font-weight: 600;
}
.cl-auth-card input {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #aeb7c8;
  border-radius: 7px;
  background: #fff;
  color: #202536;
  font: inherit;
}
.cl-auth-card input + label {
  margin-top: 8px;
}
.cl-auth-card button,
.cl-auth-account button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #bec6d5;
  border-radius: 7px;
  background: #fff;
  color: #26355e;
  font: inherit;
  cursor: pointer;
}
.cl-auth-card [data-auth-submit] {
  margin-top: 12px;
  border-color: #3048a5;
  background: #3048a5;
  color: white;
  font-weight: 600;
}
.cl-auth-card :focus-visible,
.cl-auth-account :focus-visible {
  outline: 3px solid #a4b9fa;
  outline-offset: 3px;
}
.cl-auth-error {
  margin: 12px 0;
  color: #a22727;
  font-size: 14px;
}
.cl-auth-account {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-block: 1px solid #dde1e9;
  background: #fff;
  color: #202536;
  font:
    13px/1.4 Inter,
    Arial,
    sans-serif;
}
.cl-auth-identity {
  min-width: 0;
  flex: 1;
  overflow-wrap: anywhere;
}
.cl-auth-identity strong,
.cl-auth-identity span {
  display: block;
}
.cl-auth-identity span {
  margin-top: 2px;
  color: #535e79;
}
.cl-auth-organisation {
  display: grid;
  min-width: 0;
  gap: 4px;
}
.cl-auth-organisation span {
  font-size: 12px;
}
.cl-auth-organisation select {
  box-sizing: border-box;
  max-width: 100%;
  min-height: 44px;
  padding: 6px 10px;
  border: 1px solid #aeb7c8;
  border-radius: 6px;
  background: #fff;
  color: #202536;
  font: inherit;
}
.cl-auth-offline {
  width: 100%;
  margin: 0;
  color: #75510b;
}
.cl-auth-account .cl-auth-error {
  width: 100%;
  margin: 0;
}
.cl-auth-profile-action {
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cl-rail > .cl-auth-account {
  flex-direction: column;
  align-items: stretch;
  font-size: 11px;
}
.cl-auth-gate .cl-auth-account {
  padding-inline: 0;
}
@media (max-width: 480px) {
  .cl-auth-card {
    padding: 24px;
  }
  .cl-auth-account {
    gap: 8px;
  }
  .cl-auth-organisation {
    flex-basis: 100%;
  }
}

/* node_modules/.pnpm/@fontsource+inter@5.3.0/node_modules/@fontsource/inter/latin-400.css */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./assets/inter-latin-400-normal-55WT6UWF.woff2") format("woff2"), url("./assets/inter-latin-400-normal-FR5HOXA4.woff") format("woff");
}

/* node_modules/.pnpm/@fontsource+inter@5.3.0/node_modules/@fontsource/inter/latin-500.css */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./assets/inter-latin-500-normal-W62DVTXI.woff2") format("woff2"), url("./assets/inter-latin-500-normal-ZNGIZ2YB.woff") format("woff");
}

/* node_modules/.pnpm/@fontsource+inter@5.3.0/node_modules/@fontsource/inter/latin-600.css */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./assets/inter-latin-600-normal-R6Y2SZCR.woff2") format("woff2"), url("./assets/inter-latin-600-normal-ZYHV6QZT.woff") format("woff");
}

/* node_modules/.pnpm/@fontsource+inter@5.3.0/node_modules/@fontsource/inter/latin-700.css */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./assets/inter-latin-700-normal-SU5XVJMF.woff2") format("woff2"), url("./assets/inter-latin-700-normal-TQQ5JXGD.woff") format("woff");
}

/* node_modules/.pnpm/@fontsource+newsreader@5.3.0/node_modules/@fontsource/newsreader/latin-400.css */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./assets/newsreader-latin-400-normal-IALEXUIR.woff2") format("woff2"), url("./assets/newsreader-latin-400-normal-E6PDGAFE.woff") format("woff");
}

/* node_modules/.pnpm/@fontsource+newsreader@5.3.0/node_modules/@fontsource/newsreader/latin-500.css */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./assets/newsreader-latin-500-normal-KZ5D7QUO.woff2") format("woff2"), url("./assets/newsreader-latin-500-normal-5W4FBAUO.woff") format("woff");
}

/* node_modules/.pnpm/@fontsource+newsreader@5.3.0/node_modules/@fontsource/newsreader/latin-600.css */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./assets/newsreader-latin-600-normal-ECUJCKOY.woff2") format("woff2"), url("./assets/newsreader-latin-600-normal-2Y47FWM6.woff") format("woff");
}

/* packages/ui/src/styles.css */
:root {
  color-scheme: light;
  font-family:
    "Inter",
    Arial,
    sans-serif;
  font-synthesis: none;
  --cl-paper: #ffffff;
  --cl-canvas: #f7f7f8;
  --cl-ink: #17181c;
  --cl-muted: #6b7280;
  --cl-faint: #9298a3;
  --cl-line: #e7e8ec;
  --cl-soft: #f5f6f8;
  --cl-accent: #2f44d4;
  --cl-accent-ink: #ffffff;
  --cl-positive: #087a55;
  --cl-positive-soft: #e9f7f1;
  --cl-warning: #9a5b08;
  --cl-warning-soft: #fff7e4;
  --cl-critical: #b42318;
  --cl-critical-soft: #fff0ee;
  --cl-radius-xs: 4px;
  --cl-radius-sm: 5px;
  --cl-radius: 8px;
  --cl-radius-lg: 12px;
  --cl-radius-xl: 16px;
  --cl-radius-pill: 9999px;
  --cl-shadow-sm: 0 1px 2px rgb(17 24 39 / 6%);
  --cl-shadow-md: 0 4px 12px rgb(17 24 39 / 8%);
  --cl-shadow-lg: 0 12px 32px rgb(17 24 39 / 12%);
  --cl-shadow-xl: 0 20px 48px rgb(17 24 39 / 18%);
  --cl-shadow: 0 18px 50px rgb(17 24 39 / 18%);
  --cl-text-xs: 11px;
  --cl-text-sm: 12px;
  --cl-text-base: 14px;
  --cl-text-md: 15px;
  --cl-text-lg: 16px;
  --cl-text-xl: 18px;
  --cl-text-2xl: 22px;
  --cl-text-3xl: 28px;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
html[data-capture-bootstrap=armed] :where(input, textarea, [contenteditable]:not([contenteditable=false])) {
  caret-color: transparent;
}
body {
  margin: 0;
  background: var(--cl-canvas);
  color: var(--cl-ink);
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--cl-accent);
  outline-offset: 2px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3,
.cl-serif {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.cl-app {
  min-height: 100vh;
  background: var(--cl-paper);
}
.cl-app::before {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--cl-crown, transparent);
  content: "";
}
.cl-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: var(--cl-rail-width, 218px) minmax(0, 1fr);
}
.cl-rail {
  position: fixed;
  z-index: 20;
  top: 3px;
  bottom: 0;
  left: 0;
  display: flex;
  width: var(--cl-rail-width, 218px);
  flex-direction: column;
  border-right: 1px solid var(--cl-line);
  background: var(--cl-rail-bg, #fafafb);
  color: var(--cl-rail-ink, var(--cl-ink));
}
.cl-brand {
  padding: 23px 22px 17px;
  border-bottom: 1px solid color-mix(in srgb, var(--cl-line) 86%, transparent);
}
.cl-brand strong {
  display: block;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.cl-brand span {
  display: block;
  margin-top: 1px;
  color: var(--cl-rail-muted, var(--cl-muted));
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cl-nav {
  overflow: auto;
  padding: 14px 12px;
  flex: 1;
}
.cl-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.cl-icon > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cl-sr-only {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.cl-nav__group + .cl-nav__group {
  margin-top: 16px;
}
.cl-nav__label {
  display: block;
  padding: 0 10px 5px;
  color: var(--cl-rail-muted, var(--cl-faint));
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.cl-nav a {
  display: flex;
  min-height: 29px;
  align-items: center;
  gap: 9px;
  padding: 6px 10px;
  border-radius: 5px;
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}
.cl-nav a .cl-icon--nav {
  width: 14px;
  height: 14px;
  opacity: .65;
}
.cl-nav a[aria-current=page] .cl-icon--nav {
  opacity: 1;
}
.cl-rail-footer {
  display: flex;
  padding: 10px 12px;
  border-top: 1px solid color-mix(in srgb, var(--cl-line) 86%, transparent);
  flex-direction: column;
  gap: 2px;
}
.cl-rail-footer a {
  display: flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 7px;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  gap: 9px;
}
.cl-rail-footer a[aria-current=page] {
  background: var(--cl-nav-active-bg, var(--cl-ink));
  color: var(--cl-nav-active-ink, #fff);
}
.cl-nav a:hover {
  background: color-mix(in srgb, var(--cl-nav-active-bg, var(--cl-ink)) 8%, transparent);
}
.cl-nav a[aria-current=page] {
  background: var(--cl-nav-active-bg, var(--cl-ink));
  color: var(--cl-nav-active-ink, #fff);
}
.cl-profile {
  display: grid;
  align-items: center;
  padding: 13px 16px;
  border-top: 1px solid color-mix(in srgb, var(--cl-line) 86%, transparent);
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 9px;
}
.cl-profile__action {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 7px;
  color: inherit;
}
.cl-profile__action:hover {
  background: color-mix(in srgb, currentColor 10%, transparent);
}
.cl-profile__action .cl-icon--profile {
  width: 15px;
  height: 15px;
}
.cl-avatar {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--cl-accent);
  color: var(--cl-accent-ink);
  font-size: 10px;
  font-weight: 700;
}
.cl-profile strong,
.cl-profile span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cl-profile strong {
  font-size: 10px;
}
.cl-profile span {
  color: var(--cl-rail-muted, var(--cl-muted));
  font-size: 9px;
}
.cl-workspace {
  min-width: 0;
  grid-column: 2;
}
.cl-topbar {
  position: sticky;
  z-index: 15;
  top: 3px;
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 38px;
  border-bottom: 1px solid var(--cl-line);
  background: color-mix(in srgb, var(--cl-paper) 96%, transparent);
  backdrop-filter: blur(12px);
  gap: 14px;
}
.cl-topbar__search {
  width: min(245px, 28vw);
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: var(--cl-radius-sm);
  background: var(--cl-soft);
  font-size: 10px;
}
.cl-topbar__status {
  color: var(--cl-positive);
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}
.cl-mobile-head,
.cl-mobile-tools,
.cl-mobile-nav,
.cl-mobile-drawer {
  display: none;
}
.cl-page {
  width: min(100%, var(--cl-content-width, 1180px));
  margin: 0 auto;
  padding: 30px 40px 64px;
}
.cl-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}
.cl-page__eyebrow {
  margin-bottom: 5px;
  color: var(--cl-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cl-page h1 {
  margin-bottom: 4px;
  font-size: 29px;
  line-height: 1.08;
}
.cl-page__lede {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--cl-muted);
  font-size: 11px;
}
.cl-page__actions,
.cl-inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.cl-button {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid var(--cl-line);
  border-radius: var(--cl-radius-sm);
  background: var(--cl-paper);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  gap: 5px;
}
.cl-button .cl-icon--button {
  width: 14px;
  height: 14px;
}
.cl-button:hover {
  filter: brightness(0.98);
}
.cl-button--primary {
  border-color: var(--cl-accent);
  background: var(--cl-accent);
  color: var(--cl-accent-ink);
}
.cl-button--danger {
  border-color: var(--cl-critical);
  background: var(--cl-critical);
  color: #fff;
}
.cl-button--quiet {
  border-color: transparent;
  background: transparent;
  color: var(--cl-accent);
}
.cl-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 13px;
}
.cl-span-3 {
  grid-column: span 3;
}
.cl-span-4 {
  grid-column: span 4;
}
.cl-span-5 {
  grid-column: span 5;
}
.cl-span-6 {
  grid-column: span 6;
}
.cl-span-7 {
  grid-column: span 7;
}
.cl-span-8 {
  grid-column: span 8;
}
.cl-span-9 {
  grid-column: span 9;
}
.cl-span-12 {
  grid-column: 1 / -1;
}
.cl-card {
  padding: 17px;
  border: 1px solid var(--cl-line);
  border-radius: var(--cl-radius);
  background: var(--cl-paper);
}
.cl-card--soft {
  background: var(--cl-soft);
}
.cl-card--warning {
  border-color: color-mix(in srgb, var(--cl-warning) 24%, var(--cl-line));
  background: var(--cl-warning-soft);
}
.cl-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 12px;
}
.cl-card h2 {
  margin-bottom: 2px;
  font-family:
    "Inter",
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.cl-card h3 {
  margin-bottom: 4px;
  font-family:
    "Inter",
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.cl-card p:last-child {
  margin-bottom: 0;
}
.cl-muted {
  color: var(--cl-muted);
}
.cl-small {
  font-size: 10px;
}
.cl-metrics {
  display: grid;
  margin-bottom: 14px;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  gap: 9px;
}
.cl-metric {
  min-height: 77px;
  padding: 13px;
  border: 1px solid var(--cl-line);
  border-radius: var(--cl-radius);
  background: var(--cl-paper);
}
.cl-metric > span,
.cl-metric > small {
  display: block;
  color: var(--cl-muted);
  font-size: 9px;
}
.cl-metric > strong {
  display: block;
  margin: 4px 0 2px;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 22px;
  font-weight: 500;
}
.cl-metric--positive {
  border-top: 2px solid var(--cl-positive);
}
.cl-metric--warning {
  border-top: 2px solid var(--cl-warning);
}
.cl-metric--critical {
  border-top: 2px solid var(--cl-critical);
}
.cl-metric--accent {
  border-top: 2px solid var(--cl-accent);
}
.cl-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cl-list > li {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid var(--cl-line);
  gap: 14px;
}
.cl-list > li:first-child {
  border-top: 0;
}
.cl-list strong,
.cl-list span,
.cl-list small {
  display: block;
}
.cl-list strong {
  font-size: 10px;
}
.cl-list small,
.cl-list span {
  color: var(--cl-muted);
  font-size: 9px;
}
.cl-table-wrap {
  overflow-x: auto;
}
.cl-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.cl-table th {
  padding: 8px 10px;
  border-bottom: 1px solid var(--cl-line);
  color: var(--cl-muted);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cl-table td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--cl-line);
  font-size: 10px;
}
.cl-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--cl-soft);
  color: var(--cl-muted);
  font-size: 8px;
  font-weight: 650;
  white-space: nowrap;
}
.cl-badge--positive {
  background: var(--cl-positive-soft);
  color: var(--cl-positive);
}
.cl-badge--warning {
  background: var(--cl-warning-soft);
  color: var(--cl-warning);
}
.cl-badge--critical {
  background: var(--cl-critical-soft);
  color: var(--cl-critical);
}
.cl-badge--accent {
  background: color-mix(in srgb, var(--cl-accent) 10%, white);
  color: var(--cl-accent);
}
.cl-progress {
  overflow: hidden;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: var(--cl-soft);
}
.cl-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--cl-accent);
}
.cl-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.cl-field {
  display: grid;
  gap: 5px;
}
.cl-field > span {
  color: var(--cl-muted);
  font-size: 9px;
  font-weight: 600;
}
.cl-field input,
.cl-field textarea,
.cl-field select {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid var(--cl-line);
  border-radius: var(--cl-radius-sm);
  background: var(--cl-paper);
  font-size: 10px;
}
.cl-field textarea {
  min-height: 104px;
  resize: vertical;
}
.cl-note {
  padding: 11px 13px;
  border-left: 3px solid var(--cl-accent);
  border-radius: 0 var(--cl-radius-sm) var(--cl-radius-sm) 0;
  background: color-mix(in srgb, var(--cl-accent) 6%, var(--cl-paper));
  color: var(--cl-muted);
  font-size: 10px;
}
.cl-empty {
  display: grid;
  min-height: 250px;
  place-items: center;
  align-content: center;
  padding: 30px;
  text-align: center;
}
.cl-empty h2 {
  margin-bottom: 7px;
  font-size: 21px;
}
.cl-empty p {
  max-width: 420px;
  color: var(--cl-muted);
  font-size: 11px;
}
.cl-dialog-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
  background: rgb(17 24 39 / 50%);
}
.cl-dialog {
  width: min(100%, 520px);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  border-radius: 10px;
  background: var(--cl-paper);
  box-shadow: var(--cl-shadow);
}
.cl-dialog > header,
.cl-dialog__body,
.cl-dialog > footer {
  padding: 18px 20px;
}
.cl-dialog > header,
.cl-dialog__body {
  border-bottom: 1px solid var(--cl-line);
}
.cl-dialog h2 {
  margin-bottom: 4px;
  font-size: 20px;
}
.cl-dialog header p {
  margin-bottom: 0;
  color: var(--cl-muted);
  font-size: 10px;
}
.cl-dialog > footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.cl-dialog--danger {
  border-top: 4px solid var(--cl-critical);
}
@media (max-width: 720px) {
  body {
    font-size: 13px;
  }
  .cl-app {
    padding-bottom: var(--cl-mobile-nav-height, 70px);
  }
  .cl-mobile-mode--top,
  .cl-mobile-mode--none {
    padding-bottom: 0;
  }
  .cl-shell {
    display: block;
  }
  .cl-rail,
  .cl-topbar {
    display: none;
  }
  .cl-workspace {
    min-height: 100vh;
  }
  .cl-mobile-head {
    position: sticky;
    z-index: 30;
    top: 3px;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid var(--cl-line);
    background: color-mix(in srgb, var(--cl-paper) 96%, transparent);
    backdrop-filter: blur(12px);
  }
  .cl-mobile-head strong {
    display: block;
    font-family:
      "Newsreader",
      Georgia,
      serif;
    font-size: 17px;
    line-height: 1;
  }
  .cl-mobile-head span {
    display: block;
    margin-bottom: 2px;
    color: var(--cl-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .cl-mobile-menu {
    min-width: 32px;
    min-height: 32px;
    padding: 5px 8px;
    border: 1px solid var(--cl-line);
    border-radius: var(--cl-radius-sm);
    background: var(--cl-paper);
    font-size: 9px;
    font-weight: 650;
  }
  .cl-mobile-tools {
    display: grid;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px solid var(--cl-line);
    background: var(--cl-paper);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }
  .cl-mobile-tools input {
    min-width: 0;
    padding: 8px 9px;
    border: 1px solid var(--cl-line);
    border-radius: var(--cl-radius-sm);
    background: var(--cl-paper);
    font-size: 9px;
  }
  .cl-mobile-tools span {
    padding: 6px 8px;
    border-radius: 999px;
    background: var(--cl-positive-soft);
    color: var(--cl-positive);
    font-size: 8px;
    font-weight: 650;
    white-space: nowrap;
  }
  .cl-page {
    width: 100%;
    padding: 23px 16px 34px;
  }
  .cl-page__header {
    display: block;
    margin-bottom: 18px;
  }
  .cl-page h1 {
    font-size: 26px;
  }
  .cl-page__lede {
    font-size: 10px;
  }
  .cl-page__actions {
    justify-content: flex-start;
    margin-top: 13px;
  }
  .cl-grid {
    display: block;
  }
  .cl-grid > * + * {
    margin-top: 12px;
  }
  .cl-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cl-metric {
    min-height: 73px;
  }
  .cl-fields {
    grid-template-columns: 1fr;
  }
  .cl-card {
    padding: 15px;
  }
  .cl-table {
    min-width: 560px;
  }
  .cl-mobile-nav {
    position: fixed;
    z-index: 35;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: var(--cl-mobile-nav-height, 70px);
    padding: 7px 8px max(7px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--cl-line);
    background: color-mix(in srgb, var(--cl-paper) 97%, transparent);
    box-shadow: 0 -7px 25px rgb(17 24 39 / 5%);
    grid-template-columns: repeat(var(--cl-mobile-nav-columns, 5), minmax(0, 1fr));
    backdrop-filter: blur(14px);
  }
  .cl-mobile-nav--top {
    position: sticky;
    z-index: 25;
    top: 61px;
    min-height: 44px;
    padding: 4px 8px;
    border-top: 0;
    border-bottom: 1px solid var(--cl-line);
    box-shadow: none;
  }
  .cl-mobile-nav--top a {
    min-height: 34px;
  }
  .cl-mobile-nav a {
    display: grid;
    min-width: 0;
    place-items: center;
    align-content: center;
    padding: 5px 2px;
    border-radius: 7px;
    color: var(--cl-muted);
    font-size: 8px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    gap: 3px;
  }
  .cl-mobile-nav .cl-icon--nav {
    width: 18px;
    height: 18px;
  }
  .cl-mobile-nav a[aria-current=page] {
    background: color-mix(in srgb, var(--cl-accent) 9%, transparent);
    color: var(--cl-accent);
  }
  .cl-mobile-drawer:not([hidden]) {
    position: fixed;
    z-index: 60;
    inset: 3px 0 0;
    display: block;
    overflow: auto;
    padding: 14px 12px;
    background: var(--cl-paper);
  }
  .cl-mobile-drawer > button {
    display: block;
    margin: 2px 4px 10px auto;
    padding: 7px 10px;
    border: 1px solid var(--cl-line);
    border-radius: var(--cl-radius-sm);
    background: var(--cl-paper);
    font-size: 9px;
    font-weight: 650;
  }
  .cl-mobile-drawer .cl-nav {
    overflow: visible;
    padding: 5px 4px;
  }
  .cl-mobile-drawer .cl-nav a {
    min-height: 38px;
    font-size: 12px;
  }
  .cl-dialog-backdrop {
    align-items: end;
    padding: 10px;
  }
  .cl-dialog {
    max-height: calc(100vh - 20px);
    border-radius: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* apps/pilot/src/styles.css */
.cl-app--pilot {
  --cl-canvas: #fff;
  --cl-paper: #fff;
  --cl-rail-bg: #475569;
  --cl-rail-ink: #f8fafc;
  --cl-rail-muted: #cbd5e1;
  --cl-rail-width: 232px;
  --cl-content-width: 1120px;
  --cl-accent: #5b36d6;
  --cl-nav-active-bg: #64748b;
  --cl-line: #e8e7ec;
}
.pilot-consent {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 13px 16px;
}
.pilot-consent__icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #b5532f;
  color: #fff;
  place-items: center;
  font-size: 15px;
}
.pilot-consent__icon .cl-icon--pilot-consent-heart,
.pilot-consent__icon .cl-icon--pilot-consent-heart > svg {
  width: 16px;
  height: 16px;
}
.pilot-consent__copy {
  min-width: 0;
  flex: 1;
}
.pilot-accountability-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.pilot-accountability-note__icon {
  flex: 0 0 auto;
  color: var(--pilot-green);
}
.pilot-accountability-note__icon .cl-icon--pilot-accountability-check,
.pilot-accountability-note__icon .cl-icon--pilot-accountability-check > svg {
  width: 15px;
  height: 15px;
}
.pilot-ready-label {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 50%;
  background: var(--pilot-green-soft);
  color: var(--pilot-green);
  place-items: center;
}
.pilot-ready-label .cl-icon--pilot-ready-check,
.pilot-ready-label .cl-icon--pilot-ready-check > svg {
  width: 12px;
  height: 12px;
}
.pilot-overlay--settings {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  padding: 40px 16px;
}
.pilot-modal-close {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--pilot-muted);
  cursor: pointer;
  place-items: center;
}
.pilot-modal-close:hover {
  background: var(--pilot-line-soft);
  color: var(--pilot-ink);
}
.pilot-modal-close:focus-visible {
  outline: 2px solid var(--pilot-violet);
  outline-offset: 2px;
}
.pilot-modal-close .cl-icon--pilot-modal-close,
.pilot-modal-close .cl-icon--pilot-modal-close > svg {
  width: 18px;
  height: 18px;
}
.pilot-claims-dialog {
  display: flex;
  width: min(100%, 920px);
  overflow: hidden;
  border-radius: 12px;
  flex-direction: column;
}
.pilot-claims-dialog > header,
.pilot-settings > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pilot-claims-dialog > header {
  padding: 16px 22px;
}
.pilot-claims-dialog > footer .cl-button--primary {
  min-width: 176px;
  border-color: #142774;
  background: #142774;
}
.pilot-claims-dialog > footer .cl-button:last-child {
  min-width: 72px;
}
.pilot-settings {
  width: min(100%, 680px);
  max-height: none;
  overflow: hidden;
}
.pilot-settings-layout {
  min-height: 340px;
}
.pilot-settings-tabs > * {
  display: flex;
  align-items: center;
  gap: 7px;
}
.pilot-settings-tabs .cl-icon--pilot-settings-tab,
.pilot-settings-tabs .cl-icon--pilot-settings-tab > svg {
  width: 14px;
  height: 14px;
}
.pilot-settings-signout {
  margin-top: auto;
  color: var(--pilot-red) !important;
}
.cl-app--pilot[data-pilot-route=settings] .cl-nav a[aria-current=page] {
  background: transparent;
  color: #d4dae4;
}
.cl-app--pilot[data-pilot-route=settings] .cl-nav a[data-shell-route=myplans] {
  background: rgb(255 255 255 / 16%);
  color: #fff;
}
@media (max-width: 720px) {
  .cl-app--pilot .cl-mobile-nav--top {
    height: 100px;
    min-height: 100px;
    grid-auto-rows: 40px;
  }
  .cl-app--pilot .cl-mobile-nav--top a {
    display: flex;
    min-height: 40px;
    align-content: normal;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 12px;
    text-align: left;
  }
  .pilot-accountability__claim {
    padding: 12px 16px;
  }
  .pilot-accountability__sources {
    padding-block: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    line-height: 1.25;
  }
  .pilot-accountability__sources > :last-child {
    grid-column: 1 / -1;
  }
  .pilot-connection-score {
    min-height: 316px;
    margin-top: 14px;
  }
  .pilot-page--care-teams .pilot-section-title {
    display: block;
  }
  .pilot-page--care-teams .pilot-section-title > span {
    display: block;
    margin-top: 2px;
    text-align: left;
  }
  .pilot-consent {
    padding: 13px 16px;
  }
  .pilot-accountability-note {
    padding-left: 16px;
  }
  .pilot-overlay--claims {
    align-items: center;
    padding: 20px;
  }
  .pilot-claims-dialog {
    width: 100%;
    height: 388px;
    min-height: 388px;
    max-height: 388px;
  }
  .pilot-claims-dialog .cl-dialog__body {
    min-height: 0;
    flex: 1;
  }
  .pilot-claims-dialog .cl-table {
    min-width: 100%;
  }
  .pilot-claims-dialog > footer {
    min-height: 105px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .pilot-overlay--settings {
    align-items: flex-start;
    padding: 40px 16px;
  }
  .pilot-settings {
    width: calc(100vw - 32px);
    max-height: none;
    flex: 0 0 auto;
  }
  .pilot-settings-layout {
    min-height: 0;
  }
  .pilot-settings-signout {
    margin-top: 0;
  }
  .cl-app--pilot[data-pilot-route=settings] .cl-mobile-nav a[aria-current=page] {
    background: transparent;
    color: #e2e8f0;
  }
  .cl-app--pilot[data-pilot-route=settings] .cl-mobile-nav a[data-shell-route=myplans] {
    background: rgb(255 255 255 / 16%);
    color: #fff;
  }
}
.cl-app--pilot .cl-brand,
.cl-app--pilot .cl-profile {
  border-color: rgb(255 255 255 / 11%);
}
.cl-app--pilot .cl-page {
  min-height: calc(100vh - 58px);
}
.pilot-page > .cl-field {
  width: min(100%, 280px);
  margin: -52px 0 18px auto;
}
.pilot-page .cl-note {
  margin-bottom: 14px;
}
.pilot-page .cl-card + .cl-card {
  margin-top: 13px;
}
.pilot-page .cl-list > li > span:last-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.pilot-connection-score {
  display: grid;
  align-items: center;
  margin-bottom: 14px;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 22px;
}
.pilot-connection-score > strong {
  color: var(--cl-accent);
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 42px;
  font-weight: 500;
}
.pilot-filters {
  justify-content: flex-start;
  margin: 0 0 12px;
}
.pilot-consent-note {
  border-left-color: #b34a2d;
  background: #fff2ec;
  color: #713b2d;
}
.pilot-risk-card {
  margin-top: 13px;
}
.pilot-actions-left {
  justify-content: flex-start;
  margin-top: 14px;
}
.pilot-claims-dialog {
  width: min(100%, 780px);
}
.pilot-settings {
  width: min(100%, 650px);
}
.pilot-settings-tabs {
  display: flex;
  margin-bottom: 20px;
  gap: 8px;
}
.pilot-settings-tabs > * {
  padding: 7px 9px;
  border-radius: 5px;
  color: var(--cl-muted);
  font-size: 9px;
}
.pilot-settings-tabs > strong {
  background: #f1edff;
  color: var(--cl-accent);
}
@media (max-width: 720px) {
  .cl-app--pilot .cl-mobile-head,
  .cl-app--pilot .cl-mobile-tools {
    display: none;
  }
  .cl-app--pilot .cl-mobile-nav--top {
    position: sticky;
    top: 3px;
    min-height: 104px;
    padding: 9px 12px;
    border: 0;
    background: #475569;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4px 7px;
  }
  .cl-app--pilot .cl-mobile-nav--top a {
    min-height: 38px;
    color: #e2e8f0;
    font-size: 9px;
  }
  .cl-app--pilot .cl-mobile-nav--top a[aria-current=page] {
    background: #64748b;
    color: #fff;
  }
  .cl-app--pilot .cl-page {
    min-height: auto;
    padding: 21px 20px 42px;
  }
  .pilot-page > .cl-field {
    width: 100%;
    margin: 0 0 13px;
  }
  .pilot-connection-score {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 13px;
  }
  .pilot-connection-score > strong {
    font-size: 36px;
  }
  .pilot-settings {
    width: 100%;
  }
  .pilot-claims-dialog {
    width: 100%;
  }
}
.cl-app--pilot {
  --pilot-bg: #fff;
  --pilot-canvas: #fcfbf8;
  --pilot-ink: #16181d;
  --pilot-ink-2: #3a4150;
  --pilot-muted: #6a7180;
  --pilot-line: #e9e6df;
  --pilot-line-soft: #f1efe9;
  --pilot-violet: #5b3fd1;
  --pilot-violet-deep: #4a2fc0;
  --pilot-violet-soft: #efeafe;
  --pilot-green: #1f7a52;
  --pilot-green-soft: #e7f3ec;
  --pilot-red: #b9462d;
  --pilot-red-soft: #fdece7;
  --pilot-amber: #90662e;
  --pilot-amber-soft: #fbf1e2;
  background: var(--pilot-bg);
  color: var(--pilot-ink);
  font-size: 15px;
}
.cl-app--pilot .cl-topbar {
  display: none;
}
.cl-app--pilot .cl-workspace {
  min-height: 100vh;
}
.cl-app--pilot .cl-rail {
  top: 0;
  border: 0;
  padding: 18px 14px;
  background: #475569;
}
.cl-app--pilot .cl-brand {
  padding: 2px 8px 16px;
  border: 0;
}
.cl-app--pilot .cl-brand strong {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
.cl-app--pilot .cl-brand span,
.cl-app--pilot .cl-nav__label,
.cl-app--pilot .cl-nav__group:nth-child(2) {
  display: none;
}
.cl-app--pilot .cl-nav {
  padding: 2px 0;
}
.cl-app--pilot .cl-nav__group + .cl-nav__group {
  margin-top: 0;
}
.cl-app--pilot .cl-nav a {
  min-height: 38px;
  padding: 9px 11px;
  border-radius: 9px;
  color: #d4dae4;
  font-size: 14px;
  gap: 10px;
}
.cl-app--pilot .cl-nav a .cl-icon--nav {
  width: 18px;
  height: 18px;
  opacity: .85;
}
.cl-app--pilot .cl-nav a .cl-icon--nav > svg {
  width: 14px;
  height: 14px;
}
.cl-app--pilot .cl-nav a[aria-current=page] {
  background: rgb(255 255 255 / 16%);
  color: #fff;
}
.cl-app--pilot .cl-profile {
  margin-top: auto;
  padding: 14px 0 0;
  border-color: rgb(255 255 255 / 14%);
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 10px;
}
.cl-app--pilot .cl-profile .cl-avatar {
  width: 32px;
  height: 32px;
  background: #b9a7ff;
  color: #33415a;
  font-size: 13px;
}
.cl-app--pilot .cl-profile strong {
  color: #fff;
  font-size: 13px;
}
.cl-app--pilot .cl-profile span {
  color: #c3c9d5;
  font-size: 11px;
}
.cl-app--pilot .cl-profile__action {
  color: #cdd4df;
}
.cl-app--pilot .cl-profile__action:hover {
  color: #fff;
}
.cl-app--pilot .cl-profile__action .cl-icon--profile {
  width: 16px;
  height: 16px;
}
.cl-app--pilot .cl-page {
  width: min(100%, 920px);
  min-height: 100vh;
  padding: 26px 30px 80px;
}
.pilot-page {
  color: var(--pilot-ink);
}
.pilot-page h1,
.pilot-page h2 {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-weight: 500;
}
.pilot-page h1 {
  margin: 2px 0 0;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.01em;
}
.pilot-page h2 {
  letter-spacing: normal;
}
.pilot-page .cl-button {
  min-height: 38px;
  padding: 8px 13px;
  border-color: var(--pilot-line);
  border-radius: 9px;
  font-size: 12.5px;
}
.pilot-page .cl-button--primary {
  border-color: var(--pilot-violet);
  background: var(--pilot-violet);
}
.pilot-page .cl-button--danger {
  border-color: #e4b9b1;
  background: #fff;
  color: #a52e28;
}
.pilot-page .cl-button--quiet {
  color: var(--pilot-muted);
}
.pilot-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.pilot-head__copy {
  min-width: 0;
}
.pilot-eyebrow {
  margin: 0 0 4px;
  color: var(--pilot-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pilot-lede {
  margin: 6px 0 0;
  color: var(--pilot-muted);
  font-size: 13px;
}
.pilot-head__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding-top: 24px;
}
.pilot-plan-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pilot-plan-controls .cl-button {
  min-height: 43px;
  padding-inline: 17px;
  font-size: 14px;
}
.pilot-search {
  display: flex;
  width: 244px;
  min-height: 46px;
  align-items: center;
  border: 1px solid var(--pilot-line);
  border-radius: 11px;
  background: #fff;
}
.pilot-search .cl-icon--pilot-search {
  width: 14px;
  height: 14px;
  margin-left: 13px;
  color: #676c79;
}
.pilot-search input {
  width: 100%;
  height: 44px;
  padding: 0 13px 0 8px;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
}
.pilot-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.pilot-back {
  display: inline-block;
  margin: 0;
  padding: 0 0 6px;
  color: var(--pilot-violet-deep);
  font-size: 13px;
  text-decoration: none;
}
.pilot-back .cl-icon--pilot-back {
  width: 14px;
  height: 14px;
}
.pilot-accountability {
  margin-top: 18px;
}
.pilot-accountability__claim,
.pilot-accountability-note {
  padding: 12px 16px;
  border: 1px solid #efe6cf;
  border-radius: 12px 12px 0 0;
  background: #faf6ec;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
}
.pilot-accountability__claim {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pilot-accountability__claim .cl-icon--pilot-claim {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: var(--pilot-green);
}
.pilot-accountability__claim strong,
.pilot-accountability-note strong {
  font-weight: 600;
}
.pilot-accountability__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 9px 16px;
  border: 1px solid #efe6cf;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: var(--pilot-canvas);
  color: #676c79;
  font-size: 12px;
}
.pilot-accountability__sources > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pilot-source-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pilot-green);
  box-shadow: 0 0 0 3px var(--pilot-green-soft);
}
.pilot-unlinked {
  display: inline-flex;
  width: fit-content;
  padding: 2px 9px;
  border: 1px dashed var(--pilot-violet);
  border-radius: 999px;
  color: var(--pilot-violet-deep);
  font-size: 11.5px;
  font-weight: 600;
  align-items: center;
  gap: 5px;
}
.pilot-unlinked .cl-icon--pilot-unlinked {
  width: 10px;
  height: 10px;
}
.pilot-stats {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.pilot-stats--three {
  grid-template-columns: repeat(3, 1fr);
}
.pilot-stats--four {
  grid-template-columns: repeat(4, 1fr);
}
.pilot-stat {
  min-height: 87px;
  padding: 14px 16px;
  border: 1px solid var(--pilot-line);
  border-radius: 14px;
  background: #fff;
}
.pilot-stat > span {
  display: flex;
  align-items: center;
  color: var(--pilot-muted);
  font-size: 12px;
  gap: 7px;
}
.pilot-stat > span .cl-icon--pilot-stat {
  width: 12px;
  height: 12px;
}
.pilot-stat > strong {
  display: block;
  margin-top: 5px;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 23px;
  font-weight: 500;
}
.pilot-stat--need {
  border-color: #d7d3f2;
  background: var(--pilot-violet-soft);
}
.pilot-stat--need > strong {
  color: var(--pilot-violet-deep);
}
.pilot-stat--risk {
  border-color: #f3cabb;
  background: #fffaf8;
}
.pilot-stat--review {
  border-color: #f0dcc1;
  background: #fffdf8;
}
.pilot-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0 12px;
  border-bottom: 1px solid var(--pilot-line);
}
.pilot-tab {
  padding: 8px 0;
  color: var(--pilot-muted);
  font-size: 14px;
}
.pilot-tab--active {
  margin-bottom: -1px;
  border-bottom: 2px solid var(--pilot-violet);
  color: var(--pilot-violet-deep);
  font-weight: 600;
}
.pilot-tabs small {
  margin-left: auto;
  color: #676c79;
  font-size: 12.5px;
}
.pilot-plan-list,
.pilot-queue,
.pilot-gap-list,
.pilot-roster {
  overflow: hidden;
  border: 1px solid var(--pilot-line);
  border-radius: 14px;
  background: #fff;
}
.pilot-plan-row {
  padding: 15px 17px;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-plan-row:first-child {
  border-top: 0;
}
.pilot-plan-row--alert {
  background: #fffcfb;
}
.pilot-plan-row__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.pilot-plan-row__top > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.pilot-plan-row__top strong {
  font-size: 14.5px;
}
.pilot-plan-row__top div span {
  color: #676c79;
  font-size: 11.5px;
}
.pilot-review {
  color: var(--pilot-muted);
  font-size: 12.5px;
}
.pilot-review--due {
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--pilot-red-soft);
  color: var(--pilot-red);
  font-weight: 600;
}
.pilot-plan-row__signal {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
  font-weight: 600;
  gap: 7px;
}
.pilot-plan-row__signal .cl-icon--pilot-signal {
  width: 13px;
  height: 13px;
}
.pilot-plan-row__signal--risk {
  color: var(--pilot-red);
}
.pilot-plan-row__budget {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}
.pilot-budget-summary {
  min-width: 0;
  flex: 1;
}
.pilot-budget-summary p {
  margin: 0;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
}
.pilot-budget-summary p strong {
  color: var(--pilot-ink);
}
.pilot-budget-bar {
  overflow: hidden;
  max-width: 420px;
  height: 8px;
  margin: 7px 0;
  border-radius: 99px;
  background: var(--pilot-line);
}
.pilot-budget-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--pilot-violet);
  opacity: .35;
}
.pilot-plan-row__action {
  flex: 0 0 auto;
  text-align: right;
}
.pilot-plan-row__action small {
  display: block;
  margin-top: 5px;
  color: #676c79;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.pilot-empty {
  padding: 36px 20px;
  text-align: center;
}
.pilot-empty h2 {
  margin-bottom: 4px;
}
.pilot-empty p,
.pilot-muted {
  color: var(--pilot-muted);
  font-size: 13px;
}
.pilot-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 22px 0 8px;
}
.pilot-section-title h2 {
  margin: 0;
  font-size: 20px;
}
.pilot-section-title h2 small {
  margin-left: 6px;
  color: var(--pilot-muted);
  font: 700 12px Inter, sans-serif;
}
.pilot-section-title > span {
  color: #676c79;
  font-size: 12.5px;
}
.pilot-queue-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 16px;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-queue-row:first-child {
  border-top: 0;
}
.pilot-queue-tag {
  flex: 0 0 76px;
  padding: 5px 0;
  border-radius: 7px;
  background: var(--pilot-amber-soft);
  color: var(--pilot-amber);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}
.pilot-queue-tag--risk {
  background: var(--pilot-red-soft);
  color: var(--pilot-red);
}
.pilot-queue-main {
  min-width: 0;
  flex: 1;
}
.pilot-queue-main > strong {
  display: block;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 15px;
  font-weight: 500;
}
.pilot-queue-main > b {
  display: block;
  margin-top: 2px;
  color: var(--pilot-red);
  font-size: 12.5px;
  font-weight: 600;
}
.pilot-queue-main > p {
  margin: 3px 0 0;
  color: #676c79;
  font-size: 12.5px;
}
.pilot-queue-meta {
  display: inline-block;
  margin-top: 5px;
  color: var(--pilot-muted);
  font-size: 11px;
}
.pilot-queue-action {
  display: flex;
  min-width: 130px;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.pilot-queue-action small {
  color: var(--pilot-red);
  font-size: 11px;
  font-weight: 700;
}
.pilot-queue-row--review .pilot-queue-main > b,
.pilot-queue-row--review .pilot-queue-action small {
  color: var(--pilot-amber);
}
.pilot-queue-source {
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--pilot-line-soft);
  color: var(--pilot-ink-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}
.pilot-future-note,
.pilot-compound {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px dashed var(--pilot-violet);
  border-radius: 12px;
  background: var(--pilot-violet-soft);
  color: var(--pilot-ink-2);
  font-size: 12px;
}
.pilot-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.pilot-detail-head .pilot-head {
  display: block;
}
.pilot-detail-head .pilot-head__actions {
  display: none;
}
.pilot-review-pill,
.pilot-status {
  display: inline-flex;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--pilot-green-soft);
  color: var(--pilot-green);
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
}
.pilot-review-pill {
  margin-top: 54px;
}
.pilot-detail-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.pilot-detail-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: start;
  gap: 22px;
  margin-top: 20px;
}
.pilot-detail-main,
.pilot-detail-rail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}
.pilot-card {
  padding: 16px 18px;
  border: 1px solid var(--pilot-line);
  border-radius: 14px;
  background: #fff;
}
.pilot-card h1 {
  font-size: 22px;
}
.pilot-card h2 {
  margin: 0;
  font-size: 18px;
}
.pilot-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.pilot-card-title > span {
  color: var(--pilot-violet-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pilot-budget-category {
  padding: 11px 0;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-budget-category > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13.5px;
}
.pilot-budget-category > div:first-child span {
  color: var(--pilot-ink-2);
}
.pilot-budget-category small {
  color: #676c79;
  font-size: 11.5px;
}
.pilot-budget-bar--wide {
  max-width: none;
  height: 9px;
}
.pilot-deferred {
  margin-top: 12px;
  padding: 11px 13px;
  border: 1px dashed var(--pilot-violet);
  border-radius: 11px;
  background: var(--pilot-violet-soft);
}
.pilot-deferred p {
  margin: 0 0 10px;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
}
.pilot-deferred .cl-button {
  width: 100%;
}
.pilot-goals > div:not(.pilot-card-title) {
  padding: 12px 0;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-goals strong,
.pilot-goals small,
.pilot-goals span {
  display: block;
}
.pilot-goals strong {
  font-size: 13.5px;
}
.pilot-goals small {
  margin-top: 3px;
  color: #676c79;
  font-size: 12px;
}
.pilot-goals span {
  margin-top: 7px;
  color: var(--pilot-green);
  font-size: 11px;
  font-weight: 600;
}
.pilot-facts {
  margin: 10px 0 0;
}
.pilot-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  border-top: 1px solid var(--pilot-line-soft);
  font-size: 13px;
}
.pilot-facts dt {
  color: var(--pilot-muted);
}
.pilot-facts dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}
.pilot-member {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-avatar,
.pilot-square-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: #b5532f;
  color: #fff;
  font-weight: 700;
}
.pilot-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e7eaf6;
  color: #142774;
  font-size: 12px;
}
.pilot-member > div {
  min-width: 0;
  flex: 1;
}
.pilot-member strong,
.pilot-member small {
  display: block;
}
.pilot-member strong {
  font-size: 13px;
}
.pilot-member small {
  color: #676c79;
  font-size: 11.5px;
}
.pilot-detail-rail > .pilot-card > .cl-button,
.pilot-do-next .cl-button {
  width: 100%;
  margin-top: 8px;
}
.pilot-connection-score {
  display: grid;
  margin-top: 20px;
  padding: 18px 20px;
  border-color: #d7d3f2;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px 16px;
}
.pilot-connection-score > strong {
  color: var(--pilot-violet-deep);
  font-size: 40px;
  line-height: 1;
}
.pilot-connection-score > strong span {
  margin-left: 2px;
  color: var(--pilot-muted);
  font: 12px Inter, sans-serif;
}
.pilot-connection-score h2 {
  margin: 0;
  font: 600 14px Inter, sans-serif;
}
.pilot-connection-score p {
  max-width: 620px;
  margin: 3px 0 0;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
}
.pilot-connection-meter {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: var(--pilot-violet);
  grid-column: 1 / -1;
}
.pilot-connection-meter span {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--pilot-green);
}
.pilot-connection-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--pilot-muted);
  font-size: 12px;
  grid-column: 1 / -1;
}
.pilot-care-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.pilot-care-controls .pilot-search {
  min-width: 240px;
  flex: 1;
}
.pilot-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pilot-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border: 1px solid var(--pilot-line);
  border-radius: 999px;
  background: #fff;
  color: var(--pilot-ink-2);
  font: inherit;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
}
.pilot-chip--active {
  border-color: #33415a;
  background: #33415a;
  color: #fff;
}
.pilot-gap-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
}
.pilot-gap-row > div:first-child {
  flex: 0 0 150px;
}
.pilot-gap-row > div:nth-child(3) {
  min-width: 0;
  flex: 1;
}
.pilot-gap-row strong,
.pilot-gap-row small {
  display: block;
}
.pilot-gap-row strong {
  font-size: 13px;
}
.pilot-gap-row small {
  color: var(--pilot-muted);
  font-size: 11.5px;
}
.pilot-status--pending {
  background: var(--pilot-amber-soft);
  color: var(--pilot-amber);
}
.pilot-consent {
  margin-top: 16px;
  padding: 13px 16px;
  border: 1px solid #efcdbf;
  border-radius: 13px;
  background: #f8e9e2;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
}
.pilot-accountability-note {
  margin-top: 14px;
  border-radius: 13px;
}
.pilot-roster-row {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 15px 18px;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-roster-row:first-child {
  border-top: 0;
}
.pilot-roster-row > div:nth-child(2) {
  min-width: 0;
  flex: 1;
}
.pilot-roster-row strong,
.pilot-roster-row p,
.pilot-roster-row small {
  display: block;
}
.pilot-roster-row strong {
  font-size: 15px;
}
.pilot-roster-row p {
  margin: 1px 0 0;
  color: var(--pilot-muted);
  font-size: 12.5px;
}
.pilot-roster-row small {
  margin-top: 8px;
  color: var(--pilot-muted);
  font-size: 11.5px;
}
.pilot-roster-row__status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}
.pilot-square-avatar--provider {
  background: #142774;
}
.pilot-risk-signal {
  display: flex;
  flex-direction: column;
  padding: 15px 68px;
  border: 1px solid var(--pilot-line);
  border-radius: 14px;
}
.pilot-risk-signal span {
  color: var(--pilot-muted);
  font-size: 12px;
}
.pilot-page--manage > .pilot-card {
  margin-top: 18px;
}
.pilot-manage-intro p,
.pilot-family-form > p {
  margin: 6px 0 10px;
  color: var(--pilot-muted);
  font-size: 13px;
}
.pilot-provider-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.pilot-provider-card p {
  margin: 2px 0;
  color: var(--pilot-muted);
  font-size: 12px;
}
.pilot-provider-card small {
  display: block;
  margin-top: 5px;
  color: var(--pilot-muted);
}
.pilot-provider-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
}
.pilot-sent > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pilot-invitation-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.pilot-invitation-list li {
  padding: 8px 0;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-invitation-list strong,
.pilot-invitation-list span {
  display: block;
}
.pilot-invitation-list span {
  color: var(--pilot-muted);
  font-size: 12px;
}
.pilot-form-stack {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.pilot-form-stack .cl-field > span,
.pilot-password-fields .cl-field > span {
  color: var(--pilot-ink);
  font-size: 12px;
}
.pilot-form-stack .cl-field input,
.pilot-form-stack .cl-field textarea,
.pilot-password-fields .cl-field input {
  padding: 10px 11px;
  border-color: var(--pilot-line);
  border-radius: 9px;
  font-size: 14px;
}
.pilot-request-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pilot-readiness {
  margin-top: 18px;
}
.pilot-readiness-bar {
  overflow: hidden;
  height: 8px;
  margin: 4px 0 12px;
  border-radius: 999px;
  background: var(--pilot-line-soft);
}
.pilot-readiness-bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--pilot-violet);
}
.pilot-check-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 11px 0;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-ready-label {
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--pilot-green-soft);
  color: var(--pilot-green);
  font-size: 10px;
  font-weight: 700;
}
.pilot-check-row strong,
.pilot-check-row small {
  display: block;
}
.pilot-check-row strong {
  font-size: 13.5px;
}
.pilot-check-row small {
  margin-top: 2px;
  color: var(--pilot-muted);
  font-size: 12px;
}
.pilot-reassessment-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 22px;
  margin-top: 20px;
}
.pilot-page--report > .pilot-eyebrow {
  margin-top: 8px;
}
.pilot-page--report .pilot-head__actions {
  padding-top: 56px;
}
.pilot-record-note {
  margin: 18px 0 12px;
  color: var(--pilot-muted);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pilot-report-grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}
.pilot-evidence > p {
  margin: 10px 0;
  color: var(--pilot-muted);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pilot-evidence ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pilot-evidence li {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 5px;
  background: #f7f7f8;
  font-size: 12px;
}
.pilot-evidence > small {
  display: block;
  margin-top: 18px;
  color: var(--pilot-muted);
  font-family: ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pilot-report-sections {
  display: grid;
  gap: 14px;
}
.pilot-report-section {
  padding: 14px 18px;
  border: 1px solid var(--pilot-line);
  border-radius: 9px;
  background: #f8f8f9;
}
.pilot-report-editor {
  display: none;
}
.pilot-overlay {
  background: rgb(20 24 40 / 50%);
}
.pilot-claims-dialog {
  width: min(100%, 920px);
  border-radius: 12px;
}
.pilot-claims-dialog > header {
  padding: 20px 22px;
}
.pilot-claims-dialog .cl-dialog__body {
  padding: 22px;
}
.pilot-claims-dialog .cl-table {
  min-width: 700px;
}
.pilot-claims-dialog .cl-table th {
  padding: 11px 12px;
  background: #f7f7f8;
  color: var(--pilot-ink);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
.pilot-claims-dialog .cl-table td {
  padding: 14px 12px;
  font-size: 13px;
}
.pilot-claims-dialog > footer {
  padding: 14px 22px;
}
.pilot-settings {
  width: min(100%, 680px);
  max-height: calc(100vh - 80px);
  border-radius: 18px;
}
.pilot-settings > header {
  padding: 14px 22px;
}
.pilot-settings-layout {
  display: grid;
  min-height: 700px;
  grid-template-columns: 190px minmax(0, 1fr);
}
.pilot-settings-tabs {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 10px;
  border-right: 1px solid var(--pilot-line);
  background: var(--pilot-canvas);
}
.pilot-settings-tabs > * {
  padding: 9px 11px;
  border-radius: 9px;
  color: var(--pilot-ink-2);
  font-size: 13.5px;
}
.pilot-settings-tabs > strong {
  background: var(--pilot-violet-soft);
  color: var(--pilot-violet-deep);
}
.pilot-settings-panel {
  padding: 20px 24px;
}
.pilot-settings-panel > h3 {
  margin: 0 0 8px;
  color: var(--pilot-muted);
  font: 700 11px Inter, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pilot-settings-panel > h3:not(:first-child) {
  margin-top: 18px;
}
.pilot-settings-list {
  margin: 0;
}
.pilot-settings-list > div {
  padding: 11px 0;
  border-top: 1px solid var(--pilot-line-soft);
}
.pilot-settings-list dt {
  font-size: 13.5px;
  font-weight: 600;
}
.pilot-settings-list dd {
  margin: 2px 0 0;
  color: var(--pilot-ink-2);
  font-size: 13px;
}
.pilot-inbound > strong {
  font-size: 13.5px;
  font-weight: 600;
}
.pilot-inbound p {
  margin: 2px 0 12px;
  color: var(--pilot-muted);
  font-size: 12px;
}
.pilot-inbound > span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 5px;
  border: 1px solid var(--pilot-line);
  border-radius: 6px;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilot-inbound-actions .cl-button {
  min-height: 0;
  padding: 7px 12px;
  border: 1px solid var(--pilot-line);
  border-radius: 9px;
  background: #fff;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
  font-weight: 400;
}
.pilot-password-fields {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.pilot-password-fields .cl-field > span {
  color: var(--pilot-muted);
  font-weight: 400;
}
.pilot-password-fields .cl-field input {
  padding: 9px 11px;
}
.pilot-settings-panel > .cl-button {
  display: block;
  min-height: 0;
  margin-left: auto;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--pilot-violet);
  color: #fff;
  font-size: 15px;
}
.pilot-settings-panel > .cl-button .cl-icon {
  display: none;
}
.pilot-feedback {
  position: fixed;
  z-index: 110;
  right: 18px;
  bottom: 18px;
  max-width: 380px;
}
@media (min-width: 721px) {
  .pilot-inbound > strong {
    display: block;
    margin-top: 12px;
  }
  .pilot-inbound-actions {
    margin-bottom: 24px;
  }
}
@media (max-width: 720px) {
  .cl-app--pilot {
    padding-bottom: 0;
  }
  .cl-app--pilot .cl-mobile-head,
  .cl-app--pilot .cl-mobile-tools {
    display: none;
  }
  .cl-app--pilot .cl-mobile-nav--top {
    position: sticky;
    z-index: 35;
    top: 0;
    min-height: 100px;
    padding: 8px;
    border: 0;
    background: #475569;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4px;
  }
  .cl-app--pilot .cl-mobile-nav--top a {
    min-height: 40px;
    padding: 5px 4px;
    color: #e2e8f0;
    font-size: 12px;
    gap: 4px;
  }
  .cl-app--pilot .cl-mobile-nav--top .cl-icon--nav {
    width: 18px;
    height: 18px;
  }
  .cl-app--pilot .cl-mobile-nav--top .cl-icon--nav > svg {
    width: 14px;
    height: 14px;
  }
  .cl-app--pilot .cl-mobile-nav--top a[aria-current=page] {
    background: rgb(255 255 255 / 16%);
    color: #fff;
  }
  .cl-app--pilot .cl-page {
    min-height: auto;
    padding: 18px 16px 80px;
  }
  .pilot-page h1 {
    font-size: 29px;
  }
  .pilot-head {
    display: block;
  }
  .pilot-lede {
    font-size: 13px;
    line-height: 1.5;
  }
  .pilot-head__actions {
    display: block;
    padding-top: 20px;
  }
  .pilot-plan-controls {
    display: block;
  }
  .pilot-plan-controls .pilot-search {
    width: min(100%, 244px);
  }
  .pilot-plan-controls .cl-button {
    margin-top: 11px;
  }
  .pilot-search {
    width: min(100%, 244px);
  }
  .pilot-accountability {
    margin-top: 18px;
  }
  .pilot-accountability__claim {
    padding: 12px 16px 12px 40px;
    line-height: 1.45;
  }
  .pilot-accountability__sources {
    display: grid;
    gap: 13px;
    padding-block: 10px;
  }
  .pilot-stats--three {
    grid-template-columns: 1fr;
  }
  .pilot-stats--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pilot-stat {
    min-height: 88px;
  }
  .pilot-tabs {
    overflow-x: auto;
  }
  .pilot-tabs small {
    display: none;
  }
  .pilot-plan-row__top,
  .pilot-plan-row__top > div,
  .pilot-plan-row__budget {
    align-items: flex-start;
  }
  .pilot-plan-row__top > div,
  .pilot-plan-row__budget {
    flex-direction: column;
  }
  .pilot-plan-row__action {
    text-align: left;
  }
  .pilot-section-title {
    align-items: baseline;
  }
  .pilot-section-title > span {
    text-align: right;
  }
  .pilot-queue-row {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 10px;
  }
  .pilot-queue-action {
    min-width: 0;
  }
  .pilot-queue-main > p {
    line-height: 1.45;
  }
  .pilot-detail-head {
    display: block;
  }
  .pilot-review-pill {
    margin-top: 16px;
  }
  .pilot-detail-grid,
  .pilot-reassessment-grid,
  .pilot-report-grid {
    display: block;
  }
  .pilot-detail-rail,
  .pilot-reassessment-grid > *,
  .pilot-report-sections {
    margin-top: 16px;
  }
  .pilot-card {
    padding: 16px 18px;
  }
  .pilot-card-title {
    align-items: flex-start;
  }
  .pilot-card-title h2 {
    max-width: 210px;
  }
  .pilot-budget-category > div:first-child {
    font-size: 13.5px;
  }
  .pilot-connection-score {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 18px 20px;
  }
  .pilot-connection-score > strong {
    font-size: 40px;
  }
  .pilot-connection-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .pilot-care-controls {
    display: block;
  }
  .pilot-care-controls .pilot-search {
    width: 100%;
  }
  .pilot-chip-row {
    margin-top: 10px;
  }
  .pilot-gap-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .pilot-gap-row > div:first-child {
    flex-basis: 100%;
  }
  .pilot-gap-row > div:nth-child(3) {
    flex-basis: 100%;
  }
  .pilot-page--care-detail .pilot-head__actions {
    padding-top: 16px;
  }
  .pilot-consent {
    padding: 13px 16px 13px 58px;
    line-height: 1.45;
  }
  .pilot-accountability-note {
    padding-left: 40px;
    line-height: 1.45;
  }
  .pilot-roster-row {
    flex-wrap: wrap;
  }
  .pilot-roster-row > div:nth-child(2) {
    min-width: 180px;
  }
  .pilot-roster-row__status,
  .pilot-request-actions {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .pilot-risk-signal {
    padding: 15px 18px;
  }
  .pilot-provider-card {
    display: block;
  }
  .pilot-provider-actions {
    margin-top: 18px;
  }
  .pilot-page--report .pilot-head__actions {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
  }
  .pilot-record-note {
    line-height: 1.5;
  }
  .pilot-evidence {
    margin-top: 16px;
  }
  .pilot-overlay {
    align-items: center;
    padding: 16px;
  }
  .pilot-claims-dialog {
    width: 100%;
    max-height: 390px;
  }
  .pilot-claims-dialog .cl-dialog__body {
    padding: 18px 22px;
  }
  .pilot-claims-dialog > footer {
    flex-wrap: wrap;
  }
  .pilot-settings {
    width: 100%;
    max-height: calc(100vh - 80px);
  }
  .pilot-settings-layout {
    display: block;
    min-height: 0;
  }
  .pilot-settings-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 14px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--pilot-line);
  }
  .pilot-settings-tabs > * {
    padding: 9px 11px;
  }
  .pilot-settings-panel {
    padding: 20px 24px 40px;
  }
}
.pilot-ready-label {
  display: grid;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 50%;
  place-items: center;
}
.pilot-ready-label .cl-icon--pilot-ready-check,
.pilot-ready-label .cl-icon--pilot-ready-check > svg {
  width: 12px;
  height: 12px;
}
.pilot-claims-dialog {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.pilot-claims-dialog > header,
.pilot-settings > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pilot-claims-dialog > header {
  padding: 16px 22px;
}
.pilot-settings {
  width: min(100%, 680px);
  max-height: none;
  overflow: hidden;
}
.pilot-settings-layout {
  min-height: 340px;
}
.pilot-settings-tabs > * {
  display: flex;
  align-items: center;
  gap: 7px;
}
.pilot-settings-signout {
  margin-top: auto;
  color: var(--pilot-red) !important;
}
@media (max-width: 720px) {
  .cl-app--pilot .cl-mobile-nav--top {
    height: 100px;
    min-height: 100px;
    grid-auto-rows: 40px;
  }
  .cl-app--pilot .cl-mobile-nav--top a {
    display: flex;
    min-height: 40px;
    align-content: normal;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 12px;
    text-align: left;
  }
  .pilot-accountability__claim {
    padding: 12px 16px;
  }
  .pilot-accountability__sources {
    padding-block: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    line-height: 1.25;
  }
  .pilot-accountability__sources > :last-child {
    grid-column: 1 / -1;
  }
  .pilot-connection-score {
    min-height: 316px;
    margin-top: 14px;
  }
  .pilot-page--care-teams .pilot-section-title {
    display: block;
  }
  .pilot-page--care-teams .pilot-section-title > span {
    display: block;
    margin-top: 2px;
    text-align: left;
  }
  .pilot-consent {
    padding: 13px 16px;
  }
  .pilot-accountability-note {
    padding-left: 16px;
  }
  .pilot-overlay--claims {
    align-items: center;
    padding: 20px;
  }
  .pilot-claims-dialog {
    width: 100%;
    height: 388px;
    min-height: 388px;
    max-height: 388px;
  }
  .pilot-claims-dialog .cl-dialog__body {
    min-height: 0;
    flex: 1;
  }
  .pilot-claims-dialog .cl-table {
    min-width: 100%;
  }
  .pilot-claims-dialog > footer {
    min-height: 105px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .pilot-overlay--settings {
    align-items: flex-start;
    padding: 40px 16px;
  }
  .pilot-settings {
    width: calc(100vw - 32px);
    max-height: none;
    flex: 0 0 auto;
  }
  .pilot-settings-layout {
    min-height: 0;
  }
  .pilot-settings-signout {
    margin-top: 0;
  }
}
.pilot-future-note,
.pilot-compound {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pilot-future-note .cl-icon--pilot-future,
.pilot-future-note .cl-icon--pilot-future > svg {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.pilot-compound .cl-icon--pilot-compound {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--pilot-violet);
  color: #fff;
  place-items: center;
}
.pilot-compound .cl-icon--pilot-compound > svg {
  width: 16px;
  height: 16px;
}
.pilot-deferred p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pilot-deferred .cl-icon--pilot-deferred,
.pilot-deferred .cl-icon--pilot-deferred > svg {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.pilot-connection-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pilot-connection-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pilot-green);
}
.pilot-connection-legend > span:nth-child(2) i {
  background: var(--pilot-violet);
}
.pilot-connection-legend > span:nth-child(3) i {
  background: var(--pilot-red);
}
.pilot-triad {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 6px;
}
.pilot-triad span {
  padding: 3px 9px;
  border-radius: 999px;
  background: #fbf2e3;
  color: var(--pilot-muted);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.pilot-triad span:nth-child(2),
.pilot-triad span:nth-child(3) {
  background: #f7f7f8;
}
.pilot-gap-message small {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pilot-gap-message small b {
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--pilot-red-soft);
  color: var(--pilot-red);
  font-size: 9px;
  text-transform: uppercase;
}
.pilot-gap-manage {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--pilot-amber-soft);
  color: var(--pilot-amber);
  font: inherit;
  font-size: 11.5px;
  cursor: pointer;
}
.pilot-roster-spacer {
  width: 38px;
  flex: 0 0 auto;
}
.pilot-member-tag {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 7px;
  border-radius: 4px;
  background: #f8e9e2;
  color: #9a4f30;
  font-size: 10px;
  font-weight: 600;
}
.pilot-risk-signal {
  flex-direction: row;
  align-items: center;
  padding: 15px 18px;
  gap: 13px;
}
.pilot-risk-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #142774;
  color: #fff;
  place-items: center;
}
.pilot-risk-icon .cl-icon--pilot-risk,
.pilot-risk-icon .cl-icon--pilot-risk > svg {
  width: 14px;
  height: 14px;
}
.pilot-risk-signal > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.pilot-family-waiting {
  margin-top: 18px !important;
  font: 600 15px Inter, sans-serif !important;
}
.pilot-evidence-source {
  display: grid;
  padding: 10px 0;
  border-top: 1px solid var(--pilot-line-soft);
  grid-template-columns: auto 1fr;
  gap: 10px;
}
.pilot-evidence-source > span {
  height: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--pilot-violet-soft);
  color: var(--pilot-violet-deep);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.pilot-evidence-source:nth-child(3) > span {
  background: #f8e9e2;
  color: #9a4f30;
}
.pilot-evidence-source:nth-child(4) > span {
  background: #efefeb;
  color: #676c79;
}
.pilot-evidence-source p {
  margin: 0;
  color: var(--pilot-ink-2);
  font-size: 12.5px;
  line-height: 1.45;
}
.pilot-report-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pilot-report-section .cl-icon--pilot-report-chevron,
.pilot-report-section .cl-icon--pilot-report-chevron > svg {
  width: 14px;
  height: 14px;
}
.pilot-claim-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}
.pilot-claim-voided {
  color: var(--pilot-red);
  font-size: 12px;
  font-weight: 600;
}
.pilot-claims-dialog .cl-table th:last-child,
.pilot-claims-dialog .cl-table td:last-child {
  width: 128px;
}
.pilot-inbound-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.pilot-inbound-actions > span:first-child {
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  padding: 5px 7px;
  border: 1px solid var(--pilot-line);
  border-radius: 5px;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pilot-settings-close-asset {
  display: block;
  width: 24px;
  height: 24px;
  background: url("./assets/feather-x-square-FVZSCU63.svg") center / 24px 24px no-repeat;
}
.pilot-audit-tools {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .pilot-accountability__sources {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pilot-accountability__sources > :last-child {
    grid-column: auto;
  }
  .pilot-gap-row > .pilot-triad {
    flex-basis: auto;
  }
  .pilot-gap-manage {
    margin-left: auto;
  }
  .pilot-overlay--settings {
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 16px;
  }
  .pilot-overlay--settings .pilot-settings {
    width: 100%;
    max-width: 680px;
    max-height: none;
    flex: 0 0 auto;
    overflow: hidden;
  }
  .pilot-settings-layout {
    min-height: 0;
  }
  .pilot-settings-tabs {
    margin-bottom: 0;
  }
  .pilot-inbound-actions > span:first-child {
    max-width: 100%;
  }
}
.cl-app--pilot {
  position: fixed;
  z-index: 9999;
  inset: 0;
  overflow: auto;
  line-height: 1.5;
  transform: translateZ(0);
}
.cl-app--pilot .cl-brand {
  padding: 4px 8px 16px;
}
.cl-app--pilot .cl-brand strong::after {
  color: #cdc1ff;
  content: ".";
}
.cl-app--pilot .cl-nav {
  padding-top: 0;
}
.cl-app--pilot .cl-nav__group:first-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cl-app--pilot .cl-nav a {
  min-height: 0;
  line-height: normal;
}
.cl-app--pilot .cl-nav a .cl-icon--nav > svg,
.cl-app--pilot .cl-profile__action .cl-icon--profile > svg {
  display: none;
}
.cl-app--pilot .cl-nav a .cl-icon--nav::before {
  font-weight: 400;
}
.cl-app--pilot .cl-nav a[data-shell-route=myplans] .cl-icon--nav::before {
  content: "\25eb";
}
.cl-app--pilot .cl-nav a[data-shell-route=planhealth] .cl-icon--nav::before {
  content: "\25d4";
}
.cl-app--pilot .cl-nav a[data-shell-route=careteams] .cl-icon--nav::before {
  content: "\21c4";
}
.cl-app--pilot .cl-nav a[data-shell-route=requests] .cl-icon--nav::before {
  content: "\2709";
}
.cl-app--pilot .cl-nav a[data-shell-route=claims] .cl-icon--nav::before {
  content: "$";
}
.cl-app--pilot .cl-profile__action .cl-icon--profile::before {
  content: "\2699";
}
.cl-app--pilot .cl-mobile-nav .cl-icon--nav > svg {
  display: none;
}
.cl-app--pilot .cl-mobile-nav a .cl-icon--nav::before {
  font-weight: 400;
}
.cl-app--pilot .cl-mobile-nav a[data-shell-route=myplans] .cl-icon--nav::before {
  content: "\25eb";
}
.cl-app--pilot .cl-mobile-nav a[data-shell-route=planhealth] .cl-icon--nav::before {
  content: "\25d4";
}
.cl-app--pilot .cl-mobile-nav a[data-shell-route=careteams] .cl-icon--nav::before {
  content: "\21c4";
}
.cl-app--pilot .cl-mobile-nav a[data-shell-route=requests] .cl-icon--nav::before {
  content: "\2709";
}
.cl-app--pilot .cl-mobile-nav a[data-shell-route=claims] .cl-icon--nav::before {
  content: "$";
}
.cl-app--pilot .cl-mobile-nav a[data-shell-route=settings] .cl-icon--nav::before {
  content: "\2699";
}
.cl-app--pilot .cl-profile {
  padding-top: 12px;
}
.pilot-eyebrow {
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.5;
}
.pilot-search {
  width: 236px;
}
.pilot-search-glyph {
  margin-left: 13px;
  color: #676c79;
}
.pilot-plan-controls .cl-button {
  width: 170.28125px;
  min-height: 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.pilot-accountability__claim {
  border-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}
.pilot-accountability__claim > span {
  font-size: 12.5px;
}
.pilot-accountability__claim .cl-icon--pilot-claim {
  width: 11.25px;
  height: 22.5px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
}
.pilot-accountability__claim .cl-icon--pilot-claim > svg {
  display: none;
}
.pilot-accountability__claim .cl-icon--pilot-claim::before {
  content: "\2713";
}
.pilot-accountability__sources {
  line-height: 1.5;
}
.pilot-tab {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.pilot-tabs {
  height: 44px;
  margin-bottom: 4px;
}
.pilot-plan-list {
  margin-top: 12px;
}
.pilot-plan-chevron {
  color: #676c79;
  font-size: 18px;
}
.pilot-stat--money .cl-icon--pilot-stat {
  color: var(--pilot-violet);
}
.pilot-stat--risk .cl-icon--pilot-stat {
  color: var(--pilot-red);
}
.pilot-stat--review .cl-icon--pilot-stat {
  color: var(--pilot-amber);
}
.pilot-stat .cl-icon--pilot-stat > svg,
.pilot-plan-row__signal .cl-icon--pilot-signal > svg,
.pilot-unlinked .cl-icon--pilot-unlinked > svg {
  display: none;
}
.pilot-stat--money .cl-icon--pilot-stat::before {
  content: "\25c8";
}
.pilot-stat--risk .cl-icon--pilot-stat::before,
.pilot-plan-row__signal--risk .cl-icon--pilot-signal::before {
  content: "\26a0";
}
.pilot-stat--review .cl-icon--pilot-stat::before,
.pilot-plan-row__signal:not(.pilot-plan-row__signal--risk) .cl-icon--pilot-signal::before {
  content: "\25f7";
}
.pilot-unlinked .cl-icon--pilot-unlinked::before {
  content: "\25cc";
}
.pilot-stat > span .cl-icon--pilot-stat,
.pilot-plan-row__signal .cl-icon--pilot-signal {
  width: auto;
  height: auto;
  line-height: inherit;
}
.pilot-plan-row__signal {
  gap: 8px;
}
.pilot-budget-unlinked {
  display: inline-flex;
  width: fit-content;
  padding: 2px 8px;
  border: 1px dashed var(--pilot-violet);
  border-radius: 8px;
  color: var(--pilot-violet-deep);
  font-size: 12px;
  font-weight: 400;
}
.pilot-plan-row__top {
  justify-content: flex-start;
  gap: 9px;
}
.pilot-review {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 8px;
}
.pilot-review--due {
  font-size: 11.5px;
}
.pilot-plan-row__action .cl-button {
  min-height: 0;
  padding: 9px 14px;
  border: 0;
  border-radius: 10px;
  font-size: 12.5px;
  line-height: 1.5;
  gap: 6px;
}
.pilot-fab {
  position: fixed;
  z-index: 10040;
  right: 24px;
  bottom: 24px;
  display: none;
  padding: 14px 22px;
  border: 0;
  border-radius: 50px;
  background: #142774;
  box-shadow: 0 6px 20px rgb(20 39 116 / 30%);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.cl-app--pilot:has(.pilot-overlay--settings) .pilot-fab {
  display: none;
}
@media (max-width: 720px) {
  .pilot-page h1 {
    font-size: 30px;
  }
  .pilot-plan-controls .pilot-search,
  .pilot-search {
    width: min(100%, 236px);
  }
  .pilot-plan-controls .cl-button {
    margin-top: 10px;
  }
  .pilot-stat {
    min-height: 87.5px;
  }
  .pilot-accountability__claim {
    line-height: 1.5;
  }
  .pilot-accountability__sources {
    display: flex;
    padding: 9px 16px;
    flex-direction: row;
    align-items: initial;
    gap: 16px;
    line-height: 1.5;
  }
  .pilot-accountability__sources > :last-child {
    grid-column: auto;
  }
  .pilot-fab {
    display: block;
  }
  .cl-app--pilot .cl-mobile-nav--top a {
    padding: 0 9px;
    font: 600 13px/1 Inter, sans-serif;
    gap: 7px;
  }
  .cl-app--pilot .cl-mobile-nav--top .cl-icon--nav {
    width: 15px;
    height: 15px;
  }
  .cl-app--pilot .cl-mobile-nav--top .cl-icon--nav > svg {
    width: 14px;
    height: 14px;
  }
  .cl-app--pilot .cl-mobile-nav--top a[aria-current=page],
  .cl-app--pilot[data-pilot-route=plandetail] .cl-mobile-nav a[data-shell-route=myplans],
  .cl-app--pilot[data-pilot-route=reassessmentprep] .cl-mobile-nav a[data-shell-route=myplans],
  .cl-app--pilot[data-pilot-route=reportbuilder] .cl-mobile-nav a[data-shell-route=myplans],
  .cl-app--pilot[data-pilot-route=careteam] .cl-mobile-nav a[data-shell-route=careteams],
  .cl-app--pilot[data-pilot-route=careteammanage] .cl-mobile-nav a[data-shell-route=careteams],
  .cl-app--pilot[data-pilot-route=settings] .cl-mobile-nav a[data-shell-route=myplans] {
    background: rgb(255 255 255 / 18%);
    color: #fff;
  }
}
.pilot-page--health .pilot-section-title {
  margin: 22px 0 4px;
}
.pilot-page--health .pilot-section-title h2 {
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: normal;
}
.pilot-queue-action .cl-button {
  min-height: 0;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 12.5px;
  line-height: 1.5;
  gap: 1.4375px;
}
.pilot-queue-action {
  min-width: 0;
}
.pilot-queue-action small {
  font-size: 11.5px;
}
.pilot-queue-action .cl-button--primary {
  border: 0;
}
.pilot-queue-action .cl-icon--button {
  width: auto;
  height: auto;
}
.pilot-queue-action .cl-icon--button > svg {
  display: none;
}
.pilot-queue-action .cl-icon--button::before {
  content: "\2192";
}
.pilot-queue-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #676c79;
}
.pilot-future-note {
  padding: 11px 13px;
  border-radius: 11px;
  font-size: 12.5px;
  gap: 9px;
}
.pilot-future-note .cl-icon--pilot-future {
  width: auto;
  height: auto;
  margin-top: 0;
}
.pilot-future-note .cl-icon--pilot-future > svg {
  display: none;
}
.pilot-future-note .cl-icon--pilot-future::before {
  content: "\25cc";
}
@media (max-width: 720px) {
  .pilot-page--health .pilot-queue-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .pilot-page--health .pilot-queue-main > p {
    line-height: 1.5;
  }
}
.pilot-page--report > .pilot-eyebrow {
  margin: 0 0 8px;
}
.pilot-page--report {
  opacity: .99999;
  font-synthesis: weight style small-caps;
}
.pilot-page--report .pilot-back {
  display: block;
  width: fit-content;
}
.pilot-page--report .pilot-head {
  position: relative;
  display: grid;
  margin-top: 12px;
  grid-template-columns: auto 1fr;
  gap: 0;
}
.pilot-page--report .pilot-head__copy {
  display: contents;
}
.pilot-page--report .pilot-head .pilot-eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: #676c79;
  font: 11px/16.5px "JetBrains Mono", monospace;
  letter-spacing: 1.2px;
}
.pilot-page--report .pilot-head h1 {
  grid-column: 1 / -1;
  margin: 0;
  font-family:
    Fraunces,
    Georgia,
    serif;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.5px;
}
.pilot-page--report .pilot-lede {
  display: flex;
  height: 30px;
  align-items: center;
  margin: 12px 0 0;
  color: #676c79;
  font-size: 13px;
  line-height: 1.5;
}
.pilot-report-status {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.pilot-page--report .pilot-head__actions {
  align-self: end;
  justify-self: end;
  padding: 0;
  gap: 12px;
}
.pilot-page--report .pilot-head__actions::before {
  content: "";
}
.pilot-page--report .pilot-head__actions .cl-button {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgb(20 39 116 / 28%);
  border-radius: 7px;
  background: transparent;
  color: #142774;
  font-size: 13px;
  line-height: normal;
  gap: 6px;
}
.pilot-page--report .pilot-head__actions .cl-button--primary {
  border-color: transparent;
  background: #142774;
  color: #fff;
}
.pilot-page--report .pilot-record-note {
  margin: 12px 0 0;
  color: #676c79;
  font: 11px/16.5px "JetBrains Mono", monospace;
  letter-spacing: 1.2px;
}
.pilot-page--report .pilot-report-grid {
  margin-top: 14px;
}
.pilot-page--report .pilot-evidence {
  position: sticky;
  top: 24px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  align-self: start;
  padding: 16px;
  border: 1px solid rgb(61 90 128 / 12%);
  border-radius: 10px;
}
.pilot-page--report .pilot-evidence h2 {
  margin: 0 0 10px;
  font: 600 16px/1.2 Inter, sans-serif;
  letter-spacing: -.01em;
}
.pilot-page--report .pilot-evidence > p {
  margin: 12px 0 0;
  color: #676c79;
  font: 11px/16.5px "JetBrains Mono", monospace;
  letter-spacing: 1.2px;
}
.pilot-page--report .pilot-evidence ul {
  display: grid;
  margin: 12px 0 0;
  gap: 8px;
}
.pilot-page--report .pilot-evidence li {
  margin: 0;
  border-radius: 6px;
  background: rgb(61 90 128 / 3%);
}
.pilot-page--report .pilot-evidence > small {
  margin-top: 20px;
  color: #676c79;
  font: 11px/16.5px "JetBrains Mono", monospace;
  letter-spacing: 1.2px;
}
.pilot-page--report .pilot-report-section {
  min-height: 52px;
  border: 1px solid rgb(61 90 128 / 12%);
  border-radius: 10px;
  background: rgb(61 90 128 / 3%);
}
.pilot-page--report .pilot-report-section strong {
  font: 600 16px/1.2 Inter, sans-serif;
  letter-spacing: -.01em;
}
.pilot-page--report .pilot-report-chevron > svg {
  display: none;
}
.pilot-page--report .pilot-report-chevron::before {
  content: "\203a";
  font-size: 14px;
  color: #676c79;
}
@media (max-width: 720px) {
  .pilot-page--report {
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--report .pilot-head {
    grid-template-columns: 1fr;
  }
  .pilot-page--report .pilot-lede {
    display: block;
    height: auto;
    grid-column: 1;
  }
  .pilot-page--report .pilot-head__actions {
    width: 344.28125px;
    min-height: 44px;
    margin-top: 10px;
    justify-self: start;
    grid-column: 1;
  }
  .pilot-page--report .pilot-head__actions .cl-button {
    min-height: 44px;
  }
  .pilot-page--report .pilot-report-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pilot-page--report .pilot-evidence,
  .pilot-page--report .pilot-report-sections {
    margin-top: 0;
  }
  .pilot-page--report .pilot-evidence {
    position: static;
  }
  .cl-app--pilot[data-pilot-route=reportbuilder] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
}
.pilot-overlay--claims {
  z-index: 2147483601;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgb(10 14 26 / 50%);
}
.pilot-claims-dialog {
  display: block;
  width: calc(100vw - 40px);
  max-width: 920px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgb(0 0 0 / 25%);
  font-size: 16px;
  line-height: 1.55;
}
.pilot-claims-dialog > header {
  padding: 18px 22px;
  border-bottom: 1px solid rgb(61 90 128 / 12%);
}
.pilot-claims-dialog > header h2 {
  margin: 0;
  font-family:
    Fraunces,
    Georgia,
    serif;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -.5px;
}
.pilot-claims-dialog .pilot-modal-close {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  font-size: 22px;
  line-height: normal;
}
.pilot-claims-dialog .cl-dialog__body {
  padding: 20px 22px;
  border-bottom: 0;
}
.pilot-claims-dialog .cl-table-wrap {
  overflow-x: visible;
}
.pilot-claims-dialog .cl-table {
  min-width: 0;
  font-size: 14px;
}
.pilot-claims-dialog .cl-table thead {
  background: rgb(61 90 128 / 4%);
}
.pilot-claims-dialog .cl-table th {
  padding: 10px 12px;
  border-bottom: 1px solid rgb(61 90 128 / 15%);
  color: var(--pilot-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.pilot-claims-dialog .cl-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgb(61 90 128 / 8%);
  font-size: 14px;
}
.pilot-claims-dialog .cl-table th:last-child,
.pilot-claims-dialog .cl-table td:last-child {
  width: auto;
}
.pilot-claim-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}
.pilot-claim-actions .cl-button {
  min-height: 0;
  padding: 6px 10px;
  border-color: rgb(20 39 116 / 28%);
  border-radius: 7px;
  background: transparent;
  color: #142774;
  font-size: 13px;
  line-height: normal;
}
.pilot-claim-actions [data-pilot-action=void-claim] {
  color: #b91c1c;
}
.pilot-claims-dialog > footer {
  padding: 14px 22px;
  border-top: 1px solid rgb(61 90 128 / 12%);
  gap: 8px;
}
.pilot-claims-dialog > footer .cl-button {
  min-width: 0;
  min-height: 0;
  padding: 10px 16px;
  border-radius: 7px;
  font-size: 14px;
  line-height: normal;
}
.pilot-claims-dialog > footer .cl-button--primary {
  border-color: transparent;
  background: #142774;
  outline: auto 1px #101010;
  outline-offset: 0;
}
.pilot-claims-dialog > footer .cl-button:not(.cl-button--primary) {
  border-color: rgb(20 39 116 / 28%);
  background: transparent;
  color: #142774;
}
@media (max-width: 640px) {
  .pilot-claims-dialog {
    width: calc(100vw - 40px);
    height: auto;
    min-height: 0;
    max-height: 90vh;
  }
  .pilot-claims-dialog .cl-dialog__body {
    padding: 20px 22px;
  }
  .pilot-claims-dialog > footer {
    min-height: 0;
    flex-wrap: nowrap;
  }
  .pilot-claims-dialog .cl-button {
    min-height: 44px;
  }
  .pilot-claims-dialog > footer .cl-button {
    min-height: 44px;
  }
}
.pilot-page--requests {
  font-synthesis: weight style small-caps;
}
.pilot-page--requests .pilot-section-title h2 {
  font-family:
    "Newsreader",
    Georgia,
    "Times New Roman",
    serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.pilot-page--requests .pilot-section-title--needs,
.pilot-page--requests .pilot-section-title--waiting {
  justify-content: flex-start;
  gap: 10px;
}
.pilot-page--requests .pilot-section-title > small {
  color: var(--pilot-muted);
  font:
    700 12px/18px Inter,
    system-ui,
    sans-serif;
}
.pilot-page--requests .pilot-section-title--needs > small {
  display: inline-block;
  min-width: 21px;
  padding: 1px 8px;
  border-radius: 999px;
  background: var(--pilot-violet);
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.pilot-page--requests .pilot-roster-row {
  gap: 13px;
  padding: 15px 18px;
}
.pilot-page--requests .pilot-roster-body {
  min-width: 0;
  flex: 1;
}
.pilot-page--requests .pilot-roster-body strong {
  font-size: 15px;
  font-weight: 600;
}
.pilot-page--requests .pilot-roster-body p {
  margin-top: 1px;
  color: var(--pilot-muted);
  font-size: 12.5px;
}
.pilot-page--requests .pilot-roster-body small {
  margin-top: 8px;
  color: var(--pilot-muted);
  font-size: 11.5px;
}
.pilot-page--requests .pilot-square-avatar {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  font-size: 14px;
}
.pilot-page--requests .pilot-square-avatar {
  background: #9a4a2c;
}
.pilot-page--requests .pilot-square-avatar--provider {
  background: #142774;
}
.pilot-page--requests .pilot-request-actions {
  width: auto;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.pilot-page--requests .pilot-request-go,
.pilot-page--requests .pilot-request-quiet {
  border: 0;
  font:
    600 12px/18px Inter,
    system-ui,
    sans-serif;
  cursor: pointer;
}
.pilot-page--requests .pilot-request-go {
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--pilot-violet);
  color: #fff;
}
.pilot-page--requests .pilot-request-quiet {
  padding: 6px 4px;
  background: none;
  color: var(--pilot-muted);
}
.pilot-page--requests .pilot-status {
  padding: 3px 9px;
  font-size: 10.5px;
  font-weight: 700;
}
.pilot-page--requests .pilot-status--pending {
  background: var(--pilot-violet-soft);
  color: var(--pilot-violet-deep);
}
.pilot-page--requests .pilot-consent {
  border-color: #e6cdc0;
  background: #f6e9e2;
  line-height: 1.5;
}
.pilot-page--requests .pilot-consent__icon {
  background: #9a4a2c;
}
@media (max-width: 760px) {
  .pilot-page--requests .pilot-roster-row {
    flex-wrap: wrap;
  }
  .pilot-page--requests .pilot-request-actions {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 720px) {
  .cl-app--pilot[data-pilot-route=requests] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
}
@media (max-width: 720px) {
  .pilot-page--detail {
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--detail .pilot-detail-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }
  .pilot-page--detail .pilot-detail-head > div:first-child > .pilot-eyebrow {
    margin-bottom: 6px;
  }
  .pilot-page--detail .pilot-detail-head .pilot-lede {
    margin-top: 5px;
  }
  .pilot-page--detail .pilot-detail-actions {
    margin-top: 10px;
    gap: 8px;
  }
  .pilot-page--detail .pilot-detail-actions .pilot-detail-action {
    display: block;
    min-height: 0;
    padding: 7px 12px;
    border: 1px solid #e9e6df;
    border-radius: 9px;
    background: #fff;
    color: #3a4150;
    font:
      400 12.5px/18.75px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--detail .pilot-review-pill {
    display: inline;
    width: auto;
    margin: 0;
    padding: 3px 11px;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--detail .pilot-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pilot-page--detail .pilot-budget-card {
    margin-bottom: 18px;
  }
  .pilot-page--detail .pilot-budget-card .pilot-card-title {
    align-items: center;
  }
  .pilot-page--detail .pilot-budget-card .pilot-card-title h2 {
    max-width: none;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -.5px;
  }
  .pilot-page--detail .pilot-budget-category > div:first-child strong {
    font-weight: 600;
  }
  .pilot-page--detail .pilot-budget-category .pilot-budget-bar {
    margin: 8px 0 6px;
  }
  .pilot-page--detail .pilot-budget-category small {
    display: block;
    line-height: 17.25px;
  }
  .pilot-page--detail .pilot-deferred {
    display: flex;
    margin-top: 12px;
    padding: 11px 13px;
    border: 1px dashed #5b3fd1;
    border-radius: 11px;
    align-items: flex-start;
    gap: 9px;
    background: #efeafe;
    color: #3a4150;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--detail .pilot-deferred > div {
    min-width: 0;
    flex: 1;
  }
  .pilot-page--detail .pilot-deferred strong {
    font-weight: 600;
  }
  .pilot-page--detail .pilot-deferred .pilot-deferred-connect {
    display: inline-block;
    width: 100%;
    min-height: 0;
    margin-top: 10px;
    padding: 7px 12px;
    border: 1px solid #e9e6df;
    border-radius: 9px;
    background: #fff;
    color: #3a4150;
    font:
      400 12.5px/18.75px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    text-align: center;
  }
  .cl-app--pilot[data-pilot-route=plandetail] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
  .pilot-page--manage {
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--manage > .pilot-eyebrow {
    margin-bottom: 6px;
  }
  .pilot-page--manage > .pilot-card {
    margin-top: 20px;
  }
  .pilot-page--manage .pilot-manage-intro {
    margin-top: 12px;
  }
  .pilot-page--manage .pilot-manage-intro h1,
  .pilot-page--manage .pilot-family-form h1 {
    margin: 0;
    font:
      500 20px/23px Fraunces,
      Georgia,
      serif;
    letter-spacing: -.5px;
  }
  .pilot-page--manage .pilot-manage-intro p,
  .pilot-page--manage .pilot-family-form > p {
    margin: 12px 0 0;
    color: #676c79;
    font-size: 13px;
    line-height: 19.5px;
  }
  .pilot-page--manage .pilot-manage-invite {
    min-height: 44px;
    margin-top: 12px;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #142774;
    color: #fff;
    font:
      600 13px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    gap: 6px;
  }
  .pilot-page--manage .pilot-provider-card {
    display: flex;
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid rgb(15 21 33 / 12%);
    border-radius: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .pilot-page--manage .pilot-provider-card > div:first-child {
    flex: 1 1 240px;
  }
  .pilot-page--manage .pilot-provider-card h2 {
    margin: 0 0 2px;
    font:
      600 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    letter-spacing: normal;
  }
  .pilot-page--manage .pilot-provider-card p {
    margin: 2px 0 0;
    color: #676c79;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--manage .pilot-provider-card .pilot-status {
    display: inline-flex;
    padding: 3px 9px;
    border: 1px solid #b6e2c2;
    border-radius: 999px;
    align-items: center;
    gap: 6px;
    background: #dcf2e3;
    color: #0f5132;
    font:
      600 11px/16.5px Inter,
      -apple-system,
      system-ui,
      sans-serif;
    letter-spacing: .2px;
  }
  .pilot-page--manage .pilot-provider-card .pilot-status::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: currentColor;
    content: "";
  }
  .pilot-page--manage .pilot-provider-card small {
    display: block;
    margin-top: 4px;
    color: #676c79;
    font-size: 12px;
    line-height: 16.8px;
  }
  .pilot-page--manage .pilot-provider-actions {
    width: 100%;
    margin-top: 6px;
    align-items: center;
    gap: 6px;
  }
  .pilot-page--manage .pilot-provider-actions .cl-button {
    min-height: 44px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #16181d;
    font:
      600 12px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    gap: 6px;
  }
  .pilot-page--manage .pilot-provider-actions .cl-icon {
    display: none;
  }
  .pilot-page--manage .pilot-provider-actions .cl-button--danger {
    border-color: #f1b0b0;
    background: transparent;
    color: #991b1b;
  }
  .pilot-page--manage .pilot-sent {
    margin-top: 20px;
  }
  .pilot-page--manage .pilot-sent > div:first-child {
    min-height: 44px;
    gap: 10px;
  }
  .pilot-page--manage .pilot-sent h2 {
    margin: 0;
    font: 600 16px/19.2px Inter, sans-serif;
    letter-spacing: -.01em;
  }
  .pilot-page--manage .pilot-sent-refresh {
    min-height: 44px;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #16181d;
    font:
      600 13px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--manage .pilot-sent > p {
    margin: 12px 0 0;
    color: #676c79;
    font-size: 13px;
    line-height: 19.5px;
  }
  .pilot-page--manage .pilot-family-form {
    margin-top: 20px;
  }
  .cl-app--pilot[data-pilot-route=careteammanage] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
  .pilot-page--reassessment {
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--reassessment > .pilot-eyebrow {
    margin-bottom: 8px;
  }
  .pilot-page--reassessment .pilot-back {
    display: block;
    width: fit-content;
  }
  .pilot-page--reassessment .pilot-detail-head {
    display: flex;
    flex-wrap: wrap;
  }
  .pilot-page--reassessment .pilot-detail-head .pilot-head {
    width: 100%;
  }
  .pilot-page--reassessment .pilot-detail-head .pilot-eyebrow {
    margin-bottom: 0;
  }
  .pilot-page--reassessment .pilot-lede {
    margin-top: 5px;
  }
  .pilot-page--reassessment .pilot-review-pill {
    display: inline;
    margin-top: 0;
    padding: 3px 11px;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--reassessment .pilot-readiness .pilot-card-title {
    align-items: center;
  }
  .pilot-page--reassessment .pilot-readiness .pilot-card-title h2 {
    max-width: none;
    flex: 1;
    font-size: 18px;
    line-height: 1.15;
  }
  .pilot-page--reassessment .pilot-readiness .pilot-card-title > span {
    width: 67.984375px;
    flex: 0 0 67.984375px;
  }
  .pilot-page--reassessment .pilot-check-row > div {
    min-width: 0;
    flex: 1;
  }
  .pilot-page--reassessment .pilot-check-row strong {
    font-weight: 600;
  }
  .pilot-page--reassessment .pilot-ready-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }
  .pilot-page--reassessment .pilot-accountability-note {
    margin-top: 18px;
    gap: 10px;
    line-height: 1.5;
  }
  .pilot-page--reassessment .pilot-accountability-note__icon {
    width: 11.25px;
    height: 22.5px;
    font:
      700 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--reassessment .pilot-accountability-note__icon::before {
    content: "\2713";
  }
  .pilot-page--reassessment .pilot-accountability-note__icon .cl-icon {
    display: none;
  }
  .cl-app--pilot[data-pilot-route=reassessmentprep] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
  .pilot-page--care-teams .pilot-connection-score {
    min-height: 316.25px;
    margin-top: 18px;
    border-radius: 16px;
  }
  .pilot-page--care-teams .pilot-connection-score > strong {
    align-self: start;
    margin-top: 0;
    font-size: 38px;
    font-weight: 600;
  }
  .pilot-page--care-teams .pilot-connection-score > strong span {
    font-size: 15px;
    font-weight: 400;
  }
  .pilot-page--care-teams .pilot-connection-score > div:nth-child(2) {
    transform: translate(0.15625px, 7.375px);
  }
  .pilot-page--care-teams .pilot-connection-score h2 {
    line-height: 21px;
  }
  .pilot-page--care-teams .pilot-connection-meter {
    height: 9px;
    transform: translateY(3.640625px);
  }
  .pilot-page--care-teams .pilot-connection-legend {
    color: var(--pilot-ink-2);
    transform: translateY(-2.953125px);
  }
  .pilot-page--care-teams .pilot-connection-legend i {
    width: 9px;
    height: 9px;
  }
  .pilot-page--care-teams .pilot-connection-legend > span:nth-child(2) {
    transform: translateX(-5.0625px);
  }
  .pilot-page--care-teams .pilot-connection-legend > span:nth-child(3) {
    transform: translateY(8px);
  }
  .pilot-page--care-teams .pilot-chip-row {
    margin-top: 12.25px;
    transform: translateY(-.25px);
  }
  .pilot-page--care-teams .pilot-chip {
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--care-teams .pilot-chip > span {
    opacity: .7;
    font-weight: 700;
  }
  .pilot-page--care-teams .pilot-section-title {
    display: flex;
    margin: 24px 0 8px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .pilot-page--care-teams .pilot-section-title h2 {
    font-size: 19px;
    line-height: 21.85px;
  }
  .pilot-page--care-teams .pilot-section-title h2 small {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
    transform: translate(-13.265625px, -1px);
  }
  .pilot-page--care-teams .pilot-section-title > span {
    margin: 0 0 0 auto;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--care-teams .pilot-gap-row {
    gap: 16px;
  }
  .pilot-page--care-teams .pilot-gap-row > div:first-child {
    flex-basis: 150px;
  }
  .pilot-page--care-teams .pilot-gap-row strong {
    font-size: 14px;
    font-weight: 600;
  }
  .pilot-page--care-teams .pilot-gap-row small {
    margin-top: 1px;
  }
  .cl-app--pilot[data-pilot-route=careteams] .pilot-fab {
    line-height: normal;
  }
  .pilot-page--care-detail .pilot-back {
    display: block;
    width: fit-content;
  }
  .pilot-page--care-detail {
    opacity: .99999;
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--care-detail .pilot-head .pilot-eyebrow {
    margin-bottom: 0;
  }
  .pilot-page--care-detail .pilot-lede {
    margin-top: 5px;
  }
  .pilot-page--care-detail .pilot-head__actions .cl-button {
    padding: 11px 16px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    line-height: 22.5px;
  }
  .pilot-page--care-detail .pilot-head__actions .cl-button .cl-icon::before {
    content: "+";
  }
  .pilot-page--care-detail .pilot-head__actions .cl-button .cl-icon > svg {
    display: none;
  }
  .pilot-page--care-detail .pilot-consent {
    border-color: #e6cdc0;
    background: #f6e9e2;
    line-height: 1.5;
  }
  .pilot-page--care-detail .pilot-consent__icon {
    background: #9a4a2c;
  }
  .pilot-page--care-detail .pilot-consent__copy strong,
  .pilot-page--care-detail .pilot-roster-row strong {
    font-weight: 600;
  }
  .pilot-page--care-detail .pilot-accountability-note {
    gap: 10px;
    line-height: 1.5;
  }
  .pilot-page--care-detail .pilot-accountability-note__icon {
    width: 11.25px;
    height: 22.5px;
    font:
      700 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--care-detail .pilot-accountability-note__icon::before {
    content: "\2713";
  }
  .pilot-page--care-detail .pilot-accountability-note__icon .cl-icon {
    display: none;
  }
  .pilot-page--care-detail .pilot-section-title {
    margin: 22px 0 10px;
  }
  .pilot-page--care-detail .pilot-section-title h2 {
    font-size: 17px;
    line-height: 25.5px;
  }
  .pilot-page--care-detail .pilot-square-avatar {
    background: #9a4a2c;
  }
  .pilot-page--care-detail .pilot-square-avatar--provider {
    background: #142774;
  }
  .pilot-page--care-detail .pilot-member-tag {
    padding: 3px 8px;
    border-radius: 6px;
    background: #f6e9e2;
    color: #9a4a2c;
    font-size: 10.5px;
  }
  .pilot-page--care-detail .pilot-status {
    padding: 3px 9px;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 15.75px;
  }
  .pilot-page--care-detail .pilot-status--owner {
    background: #f6e9e2;
    color: #9a4a2c;
  }
  .pilot-page--care-detail .pilot-roster-row__status {
    align-items: flex-end;
  }
  .pilot-page--care-detail .pilot-roster-row__status .cl-button {
    padding: 5px 11px;
    border: 1px solid var(--pilot-violet);
    border-radius: 8px;
    background: #fff;
    color: var(--pilot-violet-deep);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 17.25px;
  }
  .cl-app--pilot[data-pilot-route=careteam] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
  .pilot-overlay--settings .pilot-settings {
    max-height: 90vh;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
  }
  .pilot-settings > header {
    padding: 18px 22px;
  }
  .pilot-settings > header h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -.5px;
  }
  .pilot-settings-close {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: auto 1px #101010;
    outline-offset: 0;
    color: var(--pilot-muted);
    font-size: 18px;
    line-height: 1;
  }
  .pilot-settings-close::before {
    content: "\2715";
  }
  .pilot-settings-close-asset {
    display: none;
  }
  .pilot-settings-tabs > * {
    display: block;
  }
  .pilot-settings-tabs > strong {
    font-weight: 600;
  }
  .pilot-settings-tabs > * > * {
    display: none;
  }
  .pilot-settings-tabs > :nth-child(1)::before {
    content: "\25cd  Your account";
  }
  .pilot-settings-tabs > :nth-child(2)::before {
    content: "\25a4  Practice";
  }
  .pilot-settings-tabs > :nth-child(3)::before {
    content: "\21c4  Connect ID";
  }
  .pilot-settings-tabs > :nth-child(4)::before {
    content: "\238b  Sign out";
  }
  .pilot-settings-list > div {
    padding: 11px 0;
  }
  .pilot-settings-panel > h3 {
    line-height: 1.5;
  }
  .pilot-settings-panel > h3:not(:first-child) {
    margin-top: 18px;
  }
  .pilot-inbound {
    padding: 11px 0;
    border-top: 1px solid var(--pilot-line-soft);
  }
  .pilot-inbound > strong {
    display: block;
    font-weight: 600;
    line-height: 1.5;
  }
  .pilot-inbound p {
    margin: 2px 0 0;
  }
  .pilot-inbound-actions {
    margin-top: 14px;
    gap: 6px;
  }
  .pilot-inbound-actions > span:first-child {
    width: 170px;
    max-width: 170px;
    padding: 5px;
    border-radius: 6px;
    text-overflow: clip;
  }
  .pilot-inbound-actions .cl-button {
    min-height: 0;
    padding: 7px 12px;
    border: 1px solid var(--pilot-line);
    border-radius: 9px;
    background: #fff;
    color: var(--pilot-ink-2);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.5;
  }
  .pilot-settings-panel > .cl-button {
    min-height: 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: var(--pilot-violet);
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
  }
  .pilot-password-fields .cl-field {
    gap: 4px;
  }
  .pilot-password-fields .cl-field > span {
    color: var(--pilot-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  .pilot-password-fields .cl-field input {
    padding: 9px 11px;
    font-size: 14px;
    line-height: 1.5;
  }
  .pilot-settings-panel > .cl-button .cl-icon {
    display: none;
  }
}
@media (min-width: 721px) {
  .pilot-page--care-teams {
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--care-teams .pilot-connection-score {
    margin: 18px 0 0;
    padding: 18px 20px;
    border-radius: 16px;
    grid-template-columns: 60.15625px 560px minmax(0, 1fr);
    gap: 0 14px;
    align-items: start;
  }
  .pilot-page--care-teams .pilot-connection-score > strong {
    grid-column: 1;
    grid-row: 1;
    color: #4a2fc0;
    font:
      600 38px/38px Newsreader,
      Georgia,
      serif;
  }
  .pilot-page--care-teams .pilot-connection-score > strong span {
    margin-left: 2px;
    color: #6a7180;
    font-family:
      Inter,
      system-ui,
      sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
  }
  .pilot-page--care-teams .pilot-connection-score > div:nth-child(2) {
    width: 560px;
    margin-top: 12px;
    grid-column: 2;
    grid-row: 1;
  }
  .pilot-page--care-teams .pilot-connection-score h2 {
    font:
      600 14px/21px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    letter-spacing: normal;
  }
  .pilot-page--care-teams .pilot-connection-score p {
    max-width: 560px;
  }
  .pilot-page--care-teams .pilot-connection-meter {
    height: 9px;
    margin: 14px 0 11px;
    grid-column: 1 / -1;
    grid-row: 2;
    background: #5b3fd1;
  }
  .pilot-page--care-teams .pilot-connection-legend {
    grid-column: 1 / -1;
    grid-row: 3;
    gap: 20px;
    color: #3a4150;
  }
  .pilot-page--care-teams .pilot-connection-legend i {
    width: 9px;
    height: 9px;
  }
  .pilot-page--care-teams .pilot-connection-legend b {
    font-weight: 700;
  }
  .pilot-page--care-teams .pilot-chip > span {
    opacity: .7;
    font-weight: 700;
  }
  .pilot-page--care-teams .pilot-section-title {
    margin: 24px 0 8px;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
  }
  .pilot-page--care-teams .pilot-section-title h2 {
    display: flex;
    max-width: none;
    align-items: baseline;
    gap: 10px;
    font-size: 19px;
    line-height: 21.85px;
    letter-spacing: -.5px;
  }
  .pilot-page--care-teams .pilot-section-title h2 small {
    display: block;
    margin: 0;
    color: #6a7180;
    font:
      700 12px/18px Inter,
      system-ui,
      sans-serif;
    letter-spacing: normal;
  }
  .pilot-page--care-teams .pilot-section-title > span {
    margin-left: auto;
    color: #676c79;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--care-teams .pilot-gap-row {
    gap: 16px;
    background: #fffcfb;
  }
  .pilot-page--care-teams .pilot-gap-row > div:first-child > strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .pilot-page--care-teams .pilot-gap-row > div:first-child > small {
    margin-top: 1px;
    font-size: 11.5px;
    line-height: 17.25px;
  }
  .pilot-page--care-teams .pilot-triad span:nth-child(2) {
    border: 1px dashed #e9e6df;
    background: #fff;
    color: #6a7180;
  }
  .pilot-page--care-teams .pilot-gap-message {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #3a4150;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--care-teams .pilot-gap-message > strong {
    color: #16181d;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 18.75px;
  }
  .pilot-page--care-teams .pilot-gap-message small {
    color: #3a4150;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--care-teams .pilot-gap-message small b {
    border-radius: 5px;
    font-size: 9.5px;
    line-height: 14.25px;
    letter-spacing: .04em;
  }
  .pilot-page--care-teams .pilot-gap-manage {
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  .pilot-page--care-teams .pilot-gap-manage u {
    margin-left: 1px;
  }
  .pilot-page--care-teams .pilot-compound {
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid #d7d3f2;
    border-radius: 13px;
    gap: 13px;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--care-teams .pilot-compound .cl-icon--pilot-compound {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 15px;
    background: #4a2fc0;
  }
  .pilot-page--care-teams .pilot-compound .cl-icon--pilot-compound > svg {
    display: none;
  }
  .pilot-page--care-teams .pilot-compound .cl-icon--pilot-compound::before {
    content: "\2197";
  }
  .pilot-page--manage {
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--manage > .pilot-eyebrow {
    margin-bottom: 6px;
  }
  .pilot-page--manage .pilot-manage-intro {
    margin-top: 12px;
    box-shadow: 0 1px 3px rgb(61 90 128 / 4%);
  }
  .pilot-page--manage .pilot-manage-intro h1,
  .pilot-page--manage .pilot-family-form h1 {
    margin: 0;
    font:
      500 20px/23px Fraunces,
      Georgia,
      serif;
    letter-spacing: -.5px;
  }
  .pilot-page--manage .pilot-manage-intro p,
  .pilot-page--manage .pilot-family-form > p {
    margin: 12px 0 0;
    color: #676c79;
    font-size: 13px;
    line-height: 19.5px;
  }
  .pilot-page--manage .pilot-manage-invite {
    min-height: 0;
    margin-top: 12px;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #142774;
    color: #fff;
    font:
      600 13px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    gap: 6px;
  }
  .pilot-page--manage .pilot-provider-card {
    display: flex;
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid rgb(15 21 33 / 12%);
    border-radius: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    box-shadow: none;
  }
  .pilot-page--manage .pilot-provider-card > div:first-child {
    flex: 1 1 240px;
  }
  .pilot-page--manage .pilot-provider-card h2 {
    margin: 0 0 2px;
    font:
      600 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    letter-spacing: normal;
  }
  .pilot-page--manage .pilot-provider-card p {
    margin: 2px 0 0;
    color: #676c79;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--manage .pilot-provider-card .pilot-status {
    display: inline-flex;
    padding: 3px 9px;
    border: 1px solid #b6e2c2;
    border-radius: 999px;
    align-items: center;
    gap: 6px;
    background: #dcf2e3;
    color: #0f5132;
    font:
      600 11px/16.5px Inter,
      -apple-system,
      system-ui,
      sans-serif;
    letter-spacing: .2px;
  }
  .pilot-page--manage .pilot-provider-card .pilot-status::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: currentColor;
    content: "";
  }
  .pilot-page--manage .pilot-provider-card small {
    display: block;
    margin-top: 4px;
    color: #676c79;
    font-size: 12px;
    line-height: 16.8px;
  }
  .pilot-page--manage .pilot-provider-actions {
    margin-top: 6px;
    align-items: center;
    gap: 6px;
  }
  .pilot-page--manage .pilot-provider-actions .cl-button {
    min-height: 0;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #16181d;
    font:
      600 12px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    gap: 6px;
  }
  .pilot-page--manage .pilot-provider-actions .cl-icon {
    display: none;
  }
  .pilot-page--manage .pilot-provider-actions .cl-button--danger {
    border-color: #f1b0b0;
    background: transparent;
    color: #991b1b;
  }
  .pilot-page--manage .pilot-sent,
  .pilot-page--manage .pilot-family-form {
    margin-top: 20px;
    box-shadow: 0 1px 3px rgb(61 90 128 / 4%);
  }
  .pilot-page--manage .pilot-sent > div:first-child {
    min-height: 0;
    gap: 10px;
  }
  .pilot-page--manage .pilot-sent h2 {
    margin: 0;
    font: 600 16px/19.2px Inter, sans-serif;
    letter-spacing: -.01em;
  }
  .pilot-page--manage .pilot-sent-refresh {
    min-height: 0;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #16181d;
    font:
      600 13px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--manage .pilot-sent > p {
    margin: 12px 0 0;
    color: #676c79;
    font-size: 13px;
    line-height: 19.5px;
  }
  .pilot-page--manage .pilot-form-stack {
    display: block;
    margin: 20px 0 0;
  }
  .pilot-page--manage .pilot-form-stack .cl-field {
    display: block;
    margin: 0 0 14px;
  }
  .pilot-page--manage .pilot-form-stack .cl-field + .cl-field {
    margin-top: 12px;
  }
  .pilot-page--manage .pilot-form-stack .cl-field > span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 19.5px;
  }
  .pilot-page--manage .pilot-form-stack input,
  .pilot-page--manage .pilot-form-stack textarea {
    padding: 10px 12px;
    border-radius: 7px;
    font-size: 14px;
  }
  .pilot-page--manage .pilot-form-stack input {
    line-height: normal;
  }
  .pilot-page--manage .pilot-form-stack textarea {
    min-height: 90px;
    height: 90px;
    line-height: 21px;
  }
  .pilot-page--manage .pilot-family-form > .cl-button {
    min-height: 0;
    margin-top: 12px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #142774;
    color: #fff;
    font:
      600 14px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    gap: 6px;
  }
  .pilot-page--manage .pilot-family-form > .cl-button .cl-icon {
    display: none;
  }
  .pilot-page--manage .pilot-family-waiting {
    margin: 20px 0 0 !important;
    color: #16181d;
    font-size: 0 !important;
    line-height: 18px;
  }
  .pilot-page--manage .pilot-family-waiting::before {
    color: #16181d;
    content: "Connected families";
    font: 600 15px/18px Inter, sans-serif;
  }
  .cl-app--pilot[data-pilot-route=careteammanage] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
  .pilot-page--reassessment {
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--reassessment > .pilot-eyebrow {
    margin-bottom: 6px;
  }
  .pilot-page--reassessment .pilot-detail-head .pilot-head .pilot-eyebrow {
    margin-bottom: 0;
  }
  .pilot-page--reassessment .pilot-detail-head .pilot-lede {
    margin-top: 5px;
  }
  .pilot-page--reassessment .pilot-review-pill {
    display: inline;
    width: auto;
    margin: 0;
    padding: 3px 11px;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--reassessment .pilot-readiness {
    margin: 18px 0;
  }
  .pilot-page--reassessment .pilot-card-title {
    align-items: center;
  }
  .pilot-page--reassessment .pilot-card-title h2 {
    max-width: none;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -.5px;
  }
  .pilot-page--reassessment .pilot-ready-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }
  .pilot-page--reassessment .pilot-check-row > div {
    min-width: 0;
    flex: 1;
  }
  .pilot-page--reassessment .pilot-check-row strong {
    font-weight: 600;
  }
  .pilot-page--reassessment .pilot-accountability-note {
    gap: 10px;
  }
  .pilot-page--reassessment .pilot-accountability-note strong {
    font-weight: 600;
  }
  .pilot-page--reassessment .pilot-accountability-note__icon {
    width: 11.25px;
    height: 22.5px;
    font:
      700 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--reassessment .pilot-accountability-note__icon::before {
    content: "\2713";
  }
  .pilot-page--reassessment .pilot-accountability-note__icon .cl-icon {
    display: none;
  }
  .pilot-page--reassessment .pilot-reassessment-grid {
    align-items: start;
  }
  .pilot-page--reassessment .pilot-reassessment-grid .pilot-card-title > span {
    margin: 0;
    color: #676c79;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .pilot-page--reassessment .pilot-goals > div:not(.pilot-card-title) {
    padding: 12px 0;
  }
  .pilot-page--reassessment .pilot-goals > div:not(.pilot-card-title) > strong {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 20.25px;
  }
  .pilot-page--reassessment .pilot-goals > div:not(.pilot-card-title) > small {
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--reassessment .pilot-goals > div:not(.pilot-card-title) > span {
    display: flex;
    margin-top: 7px;
    align-items: center;
    gap: 8px;
    font-size: 0;
  }
  .pilot-page--reassessment .pilot-goals > div:not(.pilot-card-title) > span::before {
    color: #1f7a52;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  .pilot-page--reassessment .pilot-goals > div:not(.pilot-card-title) > span::after {
    padding: 2px 7px;
    border-radius: 6px;
    background: #f1efe9;
    color: #3a4150;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: .04em;
  }
  .pilot-page--reassessment .pilot-goals > div:nth-child(2) > span::before {
    content: "On track";
  }
  .pilot-page--reassessment .pilot-goals > div:nth-child(2) > span::after {
    content: "HIGH PRIORITY";
  }
  .pilot-page--reassessment .pilot-goals > div:nth-child(3) > span::before {
    content: "In progress";
    color: #4a2fc0;
  }
  .pilot-page--reassessment .pilot-goals > div:nth-child(3) > span::after {
    content: "MEDIUM PRIORITY";
  }
  .pilot-page--reassessment .pilot-evidence-source {
    display: flex;
    padding: 10px 0;
    align-items: flex-start;
    gap: 11px;
  }
  .pilot-page--reassessment .pilot-evidence-source > span {
    padding: 3px 9px;
    font-size: 11px;
    font-weight: 600;
    line-height: 16.5px;
  }
  .pilot-page--reassessment .pilot-evidence-source p {
    flex: 1;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--detail {
    opacity: .99999;
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--detail .pilot-detail-head > div:first-child > .pilot-eyebrow {
    margin-bottom: 6px;
  }
  .pilot-page--detail .pilot-detail-head .pilot-lede {
    margin-top: 5px;
  }
  .pilot-page--detail .pilot-detail-actions {
    margin-top: 10px;
    gap: 8px;
  }
  .pilot-page--detail .pilot-detail-actions .pilot-detail-action {
    display: block;
    min-height: 0;
    padding: 7px 12px;
    border: 1px solid #e9e6df;
    border-radius: 9px;
    background: #fff;
    color: #3a4150;
    font:
      400 12.5px/18.75px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--detail .pilot-detail-head > div:last-child {
    margin-top: 51.5px;
  }
  .pilot-page--detail .pilot-review-pill {
    display: inline;
    width: auto;
    margin: 0;
    padding: 3px 11px;
    font-size: 12px;
    line-height: 18px;
  }
  .pilot-page--detail .pilot-detail-main > .pilot-card,
  .pilot-page--detail .pilot-detail-rail > .pilot-card {
    margin-bottom: 18px;
  }
  .pilot-page--detail .pilot-detail-rail {
    gap: 14px;
  }
  .pilot-page--detail .pilot-card h2,
  .pilot-page--detail .pilot-card-title h2 {
    font:
      500 18px/1.15 Newsreader,
      Georgia,
      serif;
    letter-spacing: -.5px;
  }
  .pilot-page--detail .pilot-budget-category > div:first-child strong {
    font-weight: 600;
  }
  .pilot-page--detail .pilot-budget-category .pilot-budget-bar {
    margin: 8px 0 6px;
  }
  .pilot-page--detail .pilot-budget-category small {
    display: block;
    line-height: 17.25px;
  }
  .pilot-page--detail .pilot-deferred {
    display: flex;
    margin-top: 12px;
    padding: 11px 13px;
    border: 1px dashed #5b3fd1;
    border-radius: 11px;
    align-items: flex-start;
    gap: 9px;
    background: #efeafe;
    color: #3a4150;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--detail .pilot-deferred > div {
    min-width: 0;
    flex: 1;
  }
  .pilot-page--detail .pilot-deferred strong {
    font-weight: 600;
  }
  .pilot-page--detail .pilot-deferred .pilot-deferred-connect {
    display: inline-block;
    width: 100%;
    min-height: 0;
    margin-top: 10px;
    padding: 7px 12px;
    border: 1px solid #e9e6df;
    border-radius: 9px;
    background: #fff;
    color: #3a4150;
    font:
      400 12.5px/18.75px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--detail .pilot-goals > div:not(.pilot-card-title) {
    padding: 12px 0;
  }
  .pilot-page--detail .pilot-goals .pilot-card-title > span {
    margin: 0;
    color: #676c79;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: .08em;
  }
  .pilot-page--detail .pilot-goals > div:not(.pilot-card-title) > strong {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 20.25px;
  }
  .pilot-page--detail .pilot-goals > div:not(.pilot-card-title) > small {
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--detail .pilot-goals > div:not(.pilot-card-title) > span {
    display: flex;
    margin-top: 7px;
    align-items: center;
    gap: 8px;
    font-size: 0;
  }
  .pilot-page--detail .pilot-goals > div:not(.pilot-card-title) > span::before {
    color: #1f7a52;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  .pilot-page--detail .pilot-goals > div:not(.pilot-card-title) > span::after {
    padding: 2px 7px;
    border-radius: 6px;
    background: #f1efe9;
    color: #3a4150;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: .04em;
  }
  .pilot-page--detail .pilot-goals > div:nth-child(2) > span::before {
    content: "On track";
  }
  .pilot-page--detail .pilot-goals > div:nth-child(2) > span::after {
    content: "HIGH PRIORITY";
  }
  .pilot-page--detail .pilot-goals > div:nth-child(3) > span::before {
    color: #4a2fc0;
    content: "In progress";
  }
  .pilot-page--detail .pilot-goals > div:nth-child(3) > span::after {
    content: "MEDIUM PRIORITY";
  }
  .pilot-page--detail .pilot-facts {
    margin-top: 12px;
  }
  .pilot-page--detail .pilot-facts > div {
    padding: 6px 0;
  }
  .pilot-page--detail .pilot-member strong {
    font-weight: 600;
  }
  .pilot-page--detail .pilot-member .pilot-status {
    padding: 2px 8px;
    font-size: 10.5px;
    line-height: 15.75px;
  }
  .pilot-page--detail .pilot-detail-rail > .pilot-card:nth-child(2) > .cl-button {
    display: inline-block;
    min-height: 0;
    margin-top: 10px;
    padding: 7px 12px;
    color: #3a4150;
    font:
      400 12.5px/18.75px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--detail .pilot-detail-rail > .pilot-card:nth-child(2) > .cl-button .cl-icon {
    display: none;
  }
  .pilot-page--detail .pilot-detail-rail > .pilot-card:nth-child(2) > .cl-button::after {
    content: " \2192";
  }
  .pilot-page--detail .pilot-do-next .cl-button {
    min-height: 0;
    margin-top: 12px;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    font:
      600 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--detail .pilot-do-next .cl-button .cl-icon {
    display: none;
  }
  .cl-app--pilot[data-pilot-route=plandetail] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
  .pilot-page--care-detail {
    opacity: .99999;
    font-family:
      Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
    font-synthesis: weight style small-caps;
  }
  .pilot-page--care-detail > .pilot-eyebrow {
    margin-bottom: 6px;
  }
  .pilot-page--care-detail .pilot-back {
    display: inline-block;
    width: fit-content;
  }
  .pilot-page--care-detail .pilot-head {
    gap: 16px;
  }
  .pilot-page--care-detail .pilot-head .pilot-eyebrow {
    margin-bottom: 0;
  }
  .pilot-page--care-detail .pilot-lede {
    margin-top: 5px;
  }
  .pilot-page--care-detail .pilot-head__actions {
    padding-top: 0;
  }
  .pilot-page--care-detail .pilot-head__actions .cl-button {
    display: block;
    padding: 11px 16px;
    border: 0;
    border-radius: 10px;
    font:
      600 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--care-detail .pilot-consent {
    border-color: #e6cdc0;
    background: #f6e9e2;
    color: #16181d;
    font-size: 15px;
    line-height: 22.5px;
  }
  .pilot-page--care-detail .pilot-consent__icon {
    background: #9a4a2c;
  }
  .pilot-page--care-detail .pilot-consent__copy {
    flex: 0 1 auto;
    color: #3a4150;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--care-detail .pilot-consent__copy strong,
  .pilot-page--care-detail .pilot-roster-row strong {
    font-weight: 600;
  }
  .pilot-page--care-detail .pilot-accountability-note {
    gap: 10px;
  }
  .pilot-page--care-detail .pilot-accountability-note__icon {
    width: 11.25px;
    height: 22.5px;
    font:
      700 15px/22.5px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--care-detail .pilot-accountability-note__icon::before {
    content: "\2713";
  }
  .pilot-page--care-detail .pilot-accountability-note__icon .cl-icon {
    display: none;
  }
  .pilot-page--care-detail .pilot-section-title {
    margin: 22px 0 10px;
  }
  .pilot-page--care-detail .pilot-section-title h2 {
    font:
      500 17px/25.5px Newsreader,
      Georgia,
      serif;
    letter-spacing: normal;
  }
  .pilot-page--care-detail .pilot-roster-spacer {
    height: 38px;
  }
  .pilot-page--care-detail .pilot-square-avatar {
    background: #9a4a2c;
    font-size: 14px;
    line-height: 21px;
  }
  .pilot-page--care-detail .pilot-square-avatar--provider {
    background: #142774;
  }
  .pilot-page--care-detail .pilot-roster-row:nth-child(3) .pilot-square-avatar {
    background: #142774;
  }
  .pilot-page--care-detail .pilot-member-tag {
    padding: 3px 8px;
    border-radius: 6px;
    background: #f6e9e2;
    color: #9a4a2c;
    font-size: 10.5px;
    line-height: 15.75px;
  }
  .pilot-page--care-detail .pilot-status {
    padding: 3px 9px;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 15.75px;
  }
  .pilot-page--care-detail .pilot-status--owner {
    background: #f6e9e2;
    color: #9a4a2c;
  }
  .pilot-page--care-detail .pilot-roster-row__status {
    align-items: flex-end;
  }
  .pilot-page--care-detail .pilot-roster-row__status .cl-button {
    display: block;
    min-height: 0;
    margin-left: 8px;
    padding: 5px 11px;
    border: 1px solid var(--pilot-violet);
    border-radius: 8px;
    background: #fff;
    color: var(--pilot-violet-deep);
    font:
      600 11.5px/17.25px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--care-detail .pilot-risk-signal {
    align-items: flex-start;
    background: #fff;
  }
  .pilot-page--care-detail .pilot-risk-icon {
    color: #fff;
    font:
      700 14px/21px Inter,
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      sans-serif;
  }
  .pilot-page--care-detail .pilot-risk-icon::before {
    content: "\26a0";
  }
  .pilot-page--care-detail .pilot-risk-icon .cl-icon {
    display: none;
  }
  .pilot-page--care-detail .pilot-risk-signal > div > strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
  }
  .pilot-page--care-detail .pilot-risk-signal > div > span {
    margin-top: 1px;
    font-size: 12.5px;
    line-height: 18.75px;
  }
  .pilot-page--care-detail .pilot-section-title:last-child {
    position: relative;
  }
  .pilot-page--care-detail .pilot-section-title:last-child::after {
    position: absolute;
    top: 35.5px;
    left: 0;
    width: 100%;
    height: 74.5px;
    border: 1px solid #efe6cf;
    border-radius: 13px;
    background: #fff;
    content: "";
  }
  .cl-app--pilot[data-pilot-route=careteam] .pilot-fab {
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    line-height: normal;
  }
}
