/* 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/compass/src/styles.css */
:root {
  --compass-canvas: #fff8f0;
  --compass-paper: #ffffff;
  --compass-ink: #0a0e1a;
  --compass-muted: #52584f;
  --compass-line: #e8e5dc;
  --compass-green: #2c4a3e;
  --compass-green-soft: #e9f1ec;
  --compass-coral: #c47a5a;
  --compass-gold: #b8860b;
  --compass-product-mark: url(data:image/png;base64,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);
}
main[data-active-surface-id=compass-surface-care-team] .compass-page-header > p,
main[data-active-surface-id=compass-surface-record] .compass-page-header > p,
main[data-active-surface-id=compass-surface-documents-alias] .compass-page-header > p {
  max-width: none;
}
.compass-week-card > .compass-week-summary {
  margin: 0;
  padding: 16px 22px 4px;
}
.compass-week-card .compass-week-grid > div {
  padding: 14px 22px 20px;
}
.compass-team-card,
.compass-week-appointment {
  min-height: 244px !important;
  padding: 0 !important;
  overflow: hidden;
}
.compass-team-card .compass-inline-header,
.compass-week-appointment .compass-inline-header {
  padding: 16px 18px 10px;
}
.compass-team-card .compass-people {
  margin: 0;
  padding: 6px 18px 14px;
}
.compass-team-actions {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  border-top: 1px solid #f1efe8;
  gap: 8px;
}
.compass-team-actions button {
  min-height: 32px;
  padding: 7px 12px;
}
.compass-week-appointment .compass-mini-appointment {
  align-items: center;
  margin: 0;
  padding: 13px 18px;
}
.compass-week-appointment .compass-mini-appointment > strong {
  width: 42px;
  color: #6c7269;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}
.compass-week-appointment .compass-mini-appointment > strong b {
  color: var(--compass-ink);
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 18px;
  text-transform: none;
}
.compass-week-appointment .compass-mini-appointment span b {
  font-size: 14px;
}
.compass-week-appointment .compass-mini-appointment span small {
  font-size: 12px;
}
.compass-day-card {
  min-height: 155px;
}
.compass-day-card .compass-day-pills {
  display: flex;
  padding: 0;
  background: transparent;
  gap: 7px;
}
.compass-day-card .compass-day-pills i {
  padding: 3px 12px;
  border: 1px solid #cfe0d6;
  border-radius: 999px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 10px;
  font-style: normal;
}
.compass-day-card > small:last-child {
  color: #6c7269;
  font-size: 11.5px;
}
.compass-shift-card {
  min-height: 362px;
}
.compass-shift-card .compass-inline-header {
  align-items: center;
}
.compass-shift-card .compass-status {
  font-size: 10px;
  font-weight: 500;
}
.compass-shift-card .compass-snapshot {
  margin-top: 10px;
}
.compass-shift-card .compass-snapshot > div {
  padding: 6px 0;
}
.compass-everyday-label {
  margin-top: 19px;
  margin-bottom: 9px;
  padding: 0;
}
.compass-consent-pill {
  width: fit-content;
  margin: 0 auto 8px;
  padding: 6px 14px;
  border: 1px solid #cfe0d6;
  border-radius: 999px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 12px;
}
.compass-day-divider {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 2px;
  gap: 12px;
}
.compass-day-divider strong {
  color: #6c7269;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.compass-day-divider i {
  height: 1px;
  flex: 1;
  background: var(--compass-line);
}
.compass-everyday-card {
  border-radius: 18px;
}
.compass-record-hero {
  min-height: 112px;
}
.compass-record-hero > div:first-child {
  flex: 1;
}
.compass-record-hero > div:last-child {
  gap: 9px;
}
.compass-record-hero > div:last-child span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.compass-record-hero > div:last-child i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8fe0bf;
}
.compass-record-count small b {
  color: var(--compass-coral);
}
.compass-record-grid .compass-card {
  min-height: 165px;
}
.compass-info-strip {
  min-height: 68px;
  align-items: center;
  margin-top: 16px;
}
.compass-info-strip > div strong {
  display: inline;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}
.compass-goal > header p span {
  padding: 3px 10px;
  border: 1px solid #cfe0d6;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
}
.compass-goal > header p span:nth-child(2) {
  border-color: #bfe3cf;
  background: #eaf6ef;
  color: #1f7a52;
}
.compass-goal > header > div:last-child > small {
  display: block;
  font-size: 11px;
  line-height: 1.6;
}
.compass-goal > header > div:last-child > small > span {
  display: block;
}
.compass-goal > header > div:last-child > small > span + span {
  margin-top: 2px;
}
.compass-goal {
  min-height: 279px;
}
.compass-goal-notes p {
  position: relative;
  pointer-events: none;
}
.compass-note-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 11px;
  border-radius: 50%;
  background: #cdb89d;
}
.compass-goal footer button {
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 9px;
}
.compass-appointment-hero {
  border-radius: 18px;
}
.compass-appointment-note {
  padding-top: 12px;
  padding-bottom: 12px;
}
.compass-appointment-note p {
  margin: 4px 0 0;
}
.compass-appointment-hero footer {
  min-height: 60px;
}
.compass-coming-up {
  min-height: 102px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 14px;
}
.compass-coming-up > div:last-child button {
  height: 33px;
  min-height: 33px;
  padding: 8px 13px;
  border-radius: 9px;
  color: #3c3f46;
  line-height: normal;
}
.compass-info-strip + .compass-add-card {
  min-height: 75px;
}
.compass-appointment-detail {
  margin-top: -16px;
  padding-top: 37px;
}
.compass-appointment-detail label {
  color: transparent;
  font-size: 0;
  gap: 0;
}
.compass-appointment-detail input,
.compass-appointment-detail textarea,
.compass-appointment-detail select {
  color: var(--compass-ink);
  font-size: 13px;
  font-weight: 600;
}
.compass-review-hero h1 {
  max-width: none;
}
.compass-settings > header {
  justify-content: space-between;
}
.compass-settings-spacer {
  flex: 1;
}
.compass-settings-signout {
  margin-top: auto;
  color: #52584f !important;
}
.compass-appointment-title .compass-section-label {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.6;
  letter-spacing: .12em;
}
.compass-appointment-title > span {
  display: inline-block;
  margin: 6px 0 2px;
  padding: 2px 9px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 999px;
  background: rgb(255 255 255 / 12%);
  color: #eaf3ee;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.compass-appointment-title > strong {
  color: #d4e2d9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.compass-date-mini {
  width: 50px;
  flex: 0 0 auto;
  text-align: center;
}
.compass-date-mini strong {
  color: var(--compass-green);
  font-size: 23px;
  line-height: 1;
}
.compass-date-mini span {
  display: block;
  margin-top: 1px;
  letter-spacing: .08em;
  line-height: 1.6;
  text-transform: uppercase;
}
.compass-coming-up h2 {
  display: flex;
  align-items: center;
  font-size: 16.5px;
  line-height: 1.6;
  flex-wrap: wrap;
  gap: 9px;
}
.compass-coming-up h2 small {
  margin: 0;
  padding: 2px 9px;
  border: 1px solid var(--compass-line);
  font-size: 11px;
  line-height: 1.6;
}
.compass-coming-up > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  gap: 6px;
}
.compass-record-grid .compass-card:first-child .cl-icon--compass-record > svg {
  display: none;
}
.compass-record-grid .compass-card:first-child .cl-icon--compass-record::before {
  content: "\25d4";
  font-size: 14px;
  line-height: 1;
}
.compass-review-hero > .compass-eyebrow {
  color: var(--compass-coral);
}
.compass-settings-rows {
  margin: 0;
}
.compass-settings-row {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #f1efe8;
  gap: 16px;
}
.compass-settings-row:first-child {
  border-top: 0;
}
.compass-settings-row-label {
  min-width: 0;
  flex: 1;
}
.compass-settings-row-key {
  font-size: 14px;
  font-weight: 600;
}
.compass-settings-row-detail {
  max-width: 460px;
  margin-top: 2px;
  color: #52584f;
  font-size: 12.5px;
}
.compass-settings-row-value {
  color: #3c3f46;
  font-size: 13.5px;
}
.compass-settings-inline-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.compass-settings-inline-control input {
  box-sizing: border-box;
  width: 120px;
  min-height: 44px;
  padding: 7px 10px;
}
.compass-settings-content .compass-settings-row button {
  min-height: 44px;
  padding: 8px 13px;
  border-radius: 9px;
  font-size: 12.5px;
}
.compass-settings-inbound {
  display: flex;
  align-items: flex-end;
  color: #52584f;
  font-size: 13px;
  text-align: right;
  flex-direction: column;
  gap: 4px;
}
.compass-day-head,
.compass-shift-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.compass-day-head {
  flex-wrap: wrap;
}
.compass-day-head h3,
.compass-shift-head h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.15;
}
.compass-moment-source {
  margin-bottom: 10px;
  color: #6c7269;
  font-size: 11.5px;
  line-height: 1.6;
}
.compass-moment-body {
  margin: 0;
  color: #3c3f46 !important;
  font-size: 15px;
  line-height: 1.55;
  white-space: pre-wrap;
}
.compass-moment-footer {
  margin-top: 12px;
  margin-bottom: 0;
}
.compass-snapshot > div {
  display: flex;
  padding: 6px 0;
  border-top: 1px solid #f1efe8;
  color: #3c3f46;
  font-size: 13.5px;
  line-height: 1.6;
  gap: 8px;
}
.compass-snapshot-key {
  min-width: 120px;
  color: #6c7269;
}
.compass-snapshot-value {
  min-width: 0;
  flex: 1;
}
.compass-hero-moment {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #f1efe8;
  gap: 12px;
}
.compass-hero-moment-copy {
  color: #3c3f46;
  font-size: 14px;
  line-height: 1.6;
}
.compass-hero-moment-meta {
  margin-top: 2px;
  color: #6c7269;
  font-size: 11.5px;
  line-height: 1.6;
}
.compass-glance > div {
  display: flex;
  min-height: 45px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #f1efe8;
  font-size: 13.5px;
  gap: 11px;
}
.compass-glance-icon {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 8px;
  place-items: center;
  font-size: 13px;
}
.compass-glance-good {
  background: #eaf6ef;
  color: #1f7a52;
}
.compass-glance-watch {
  background: #fbf3e3;
  color: #7d560f;
}
.compass-glance-meta {
  margin-left: auto;
  color: #6c7269;
  font-size: 12px;
}
.compass-inline-header small {
  font-size: 11.5px;
  line-height: 1.6;
}
.compass-circle-hero > .compass-section-label {
  line-height: 1.6;
}
.compass-circle-hero > h2 {
  line-height: 1.15;
}
.compass-circle-hero > p:not(.compass-section-label) {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.6;
}
.compass-circle-hero dl {
  gap: 12px 26px;
}
.compass-circle-hero dd {
  margin-top: 2px;
  font-size: 13.5px;
  line-height: 1.6;
}
.compass-snapshot {
  font-size: 13.5px;
  line-height: 1.6;
}
.compass-snapshot > div {
  padding-top: 6px;
  padding-bottom: 6px;
  gap: 8px;
}
@media (min-width: 721px) {
  .compass-record-hero {
    height: 111.984375px;
    min-height: 111.984375px;
  }
  .compass-dashboard-greeting h1 {
    line-height: 1.15;
  }
  .compass-week-grid {
    height: 266.75px;
  }
  .compass-week-card > footer {
    height: 59px;
    min-height: 59px;
    gap: 10px;
  }
  .compass-week-card > footer button {
    width: auto;
    height: 32px;
    min-height: 32px;
  }
  .compass-team-card,
  .compass-week-appointment {
    height: 244px;
    min-height: 244px !important;
  }
  .compass-review-hero {
    height: 246.15625px;
  }
  .compass-review-hero h1,
  .compass-review-hero > p:not(.compass-eyebrow),
  .compass-review-hero > span {
    position: relative;
    top: 4.40625px;
  }
  .compass-plan-facts {
    position: relative;
    top: -1px;
    height: 390.359375px;
  }
  .compass-plan-facts dl {
    position: relative;
    top: -1.609375px;
  }
  .compass-plan-facts dl > div {
    display: flex;
    min-height: 43.59375px;
    padding: 10px 13px;
    gap: 11px;
  }
  .compass-plan-facts dt {
    display: contents;
  }
  .compass-plan-facts dt span {
    color: var(--compass-muted);
    font-size: 12px;
    font-weight: 400;
  }
  .compass-plan-facts dd {
    font-size: 13.5px;
  }
  .compass-appointment-hero {
    height: 267.984375px;
  }
  .compass-appointment-detail {
    position: relative;
    top: 19px;
    margin-top: 10px;
  }
}
.compass-appointment-title .compass-section-label {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.6;
  letter-spacing: .12em;
}
.compass-appointment-title > span {
  display: inline-block;
  margin: 6px 0 2px;
  padding: 2px 9px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 999px;
  background: rgb(255 255 255 / 12%);
  color: #eaf3ee;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.compass-appointment-title > strong {
  color: #d4e2d9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.compass-date-mini {
  width: 50px;
  flex: 0 0 auto;
  text-align: center;
}
.compass-date-mini strong {
  color: var(--compass-green);
  font-size: 23px;
  line-height: 1;
}
.compass-date-mini span {
  display: block;
  margin-top: 1px;
  letter-spacing: .08em;
  line-height: 1.6;
  text-transform: uppercase;
}
.compass-coming-up h2 {
  display: flex;
  align-items: center;
  font-size: 16.5px;
  line-height: 1.6;
  flex-wrap: wrap;
  gap: 9px;
}
.compass-coming-up h2 small {
  margin: 0;
  padding: 2px 9px;
  border: 1px solid var(--compass-line);
  font-size: 11px;
  line-height: 1.6;
}
.compass-coming-up > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  gap: 6px;
}
@media (max-width: 720px) {
  .compass-coming-up > div:last-child {
    width: 100%;
    margin-top: 4px;
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 720px) {
  .compass-week-card > header {
    min-height: 66px;
    align-items: center;
  }
  .compass-week-card > header h2 {
    max-width: none;
    font-size: 22px;
  }
  .compass-week-card > .compass-week-summary {
    padding: 16px 22px 4px;
  }
  .compass-week-grid > aside {
    display: block;
    padding: 14px 22px 20px;
    border-top: 1px solid #f1efe8;
    border-left: 0;
  }
  .compass-week-card > footer {
    display: flex;
  }
  .compass-team-card,
  .compass-week-appointment {
    min-height: 0 !important;
  }
  .compass-narrow {
    padding: 18px;
  }
  .compass-day-card,
  .compass-shift-card {
    min-height: 0;
  }
  .compass-consent-pill {
    max-width: calc(100% - 28px);
    text-align: center;
  }
  .compass-record-hero {
    min-height: 0;
  }
  .compass-record-hero > div:last-child {
    margin-top: 18px;
    flex-direction: row;
  }
  .compass-goal {
    min-height: 0;
  }
  .compass-appointment-detail {
    margin-top: -16px;
    padding-top: 30px;
  }
  .compass-settings-spacer,
  .compass-settings-signout {
    display: none !important;
  }
}
html {
  background: var(--compass-canvas);
}
body {
  background: var(--compass-canvas);
  color: var(--compass-ink);
}
html:has(.compass-settings-layer),
body:has(.compass-settings-layer) {
  overflow: hidden;
}
.compass-app {
  min-height: 100vh;
  border-top: 3px solid var(--compass-green);
  background: var(--compass-canvas);
  color: var(--compass-ink);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}
.compass-app h1,
.compass-app h2,
.compass-app h3 {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-weight: 600;
  letter-spacing: 0;
}
.compass-app button,
.compass-app input,
.compass-app textarea,
.compass-app select {
  font: inherit;
}
.compass-rail {
  position: fixed;
  z-index: 20;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 230px;
  padding: 18px 14px;
  border-right: 1px solid var(--compass-line);
  background: #fbf7f0;
}
.compass-brand {
  display: flex;
  min-height: 42px;
  align-items: center;
  margin: 0;
  padding: 6px 8px 16px;
  color: var(--compass-ink);
  gap: 10px;
  text-decoration: none;
}
.compass-app * {
  box-sizing: border-box;
}
.compass-brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: var(--compass-green);
  color: #fff;
}
.compass-brand-mark .cl-icon--compass-brand,
.compass-brand-mark .cl-icon--compass-brand > svg {
  width: 16px;
  height: 16px;
}
.compass-brand-copy {
  display: block;
  min-width: 0;
}
.compass-brand-copy > strong {
  display: block;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.compass-brand-copy > span {
  display: block;
  margin-top: 2px;
  color: #6c7269;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.compass-rail nav {
  display: grid;
  gap: 1px;
}
.compass-rail nav a {
  display: flex;
  min-height: 41px;
  align-items: center;
  padding: 9px 10px;
  border-radius: 9px;
  color: #3c3f46;
  font-size: 14px;
  text-decoration: none;
  gap: 11px;
}
.compass-rail nav .cl-icon--compass-nav,
.compass-rail nav .cl-icon--compass-diamond {
  width: 16px;
  height: 16px;
  opacity: .6;
}
.compass-rail nav .cl-icon--compass-nav > svg,
.compass-rail nav .cl-icon--compass-diamond > svg {
  width: 13px;
  height: 13px;
}
.compass-rail nav .cl-icon--compass-diamond > svg {
  transform: rotate(45deg) scale(.78);
}
.compass-rail nav a[aria-current=page] .cl-icon {
  opacity: 1;
}
.compass-rail nav .compass-nav-glyph {
  width: 16px;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  opacity: .6;
}
.compass-rail nav a[aria-current=page] .compass-nav-glyph {
  opacity: 1;
}
.compass-rail nav a[aria-current=page] {
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-weight: 600;
}
.compass-mobile-nav {
  display: none;
}
.compass-workspace {
  min-height: 100vh;
  margin-left: 230px;
  padding: 24px clamp(20px, 5vw, 60px) 70px;
}
.compass-person-context,
#rd-screen {
  width: min(100%, 960px);
  margin-right: auto;
  margin-left: auto;
}
.compass-person-context {
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.compass-person-chip {
  display: grid;
  min-width: 274px;
  min-height: 58px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--compass-line);
  border-radius: 11px;
  background: #fff;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px;
}
.compass-avatar {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--compass-green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.compass-person-chip strong,
.compass-person-chip small {
  display: block;
}
.compass-person-chip strong {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.compass-person-chip small {
  margin-top: 0;
  color: #6c7269;
  font-size: 11px;
  line-height: 1.6;
}
.compass-family-badge {
  display: inline-block;
  margin-top: 0;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--compass-green);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.compass-phone-only {
  display: none;
}
.compass-page-header {
  margin: 0 auto 14px;
  text-align: center;
}
.compass-page-header h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
}
.compass-page-header h1,
.compass-appointment-title h2 {
  letter-spacing: -.5px;
}
.compass-dashboard-greeting h1 {
  letter-spacing: -.5px;
}
.compass-settings-content h3 {
  letter-spacing: -.02em;
}
.compass-page-header > p:not(.compass-eyebrow) {
  max-width: 620px;
  margin: 6px auto 0;
  color: var(--compass-muted);
  font-size: 14px;
  line-height: 1.6;
}
.compass-dashboard-greeting {
  margin: 5px 0 4px;
}
.compass-dashboard-greeting h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}
.compass-eyebrow,
.compass-section-label {
  color: #6c7269;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.compass-card {
  border: 1px solid var(--compass-line);
  border-radius: 16px;
  background: var(--compass-paper);
  box-shadow: 0 14px 30px -26px rgb(30 50 40 / 35%);
}
.compass-card h2 {
  margin: 0;
  font-size: 18px;
}
.compass-card p {
  color: var(--compass-muted);
}
.compass-card button,
.compass-appointment-hero button,
.compass-circle-hero button,
.compass-record-hero button,
.compass-settings button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--compass-line);
  border-radius: 8px;
  background: #fff;
  color: var(--compass-ink);
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 600;
}
.compass-app button.compass-primary,
.compass-circle-hero button:last-child,
.compass-record-hero button {
  border-color: var(--compass-green);
  background: var(--compass-green);
  color: #fff;
}
.compass-text-action {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--compass-green) !important;
}
.compass-week-card {
  overflow: hidden;
  margin-bottom: 18px;
  padding: 0;
}
.compass-week-card > header {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px 14px;
  border-bottom: 1px solid #f1efe8;
  gap: 12px;
}
.compass-week-card > header h2 {
  font-size: 21px;
}
.compass-week-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr);
}
.compass-week-grid > div {
  padding: 16px 22px 20px;
}
.compass-week-grid > aside {
  padding: 14px 22px 20px;
  border-left: 1px solid #f1efe8;
  background: #fbf7f0;
}
.compass-week-summary {
  margin: 0 0 4px;
  color: #3c3f46 !important;
  font-size: 16px;
  line-height: 1.55;
}
.compass-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid #bfe3cf;
  border-radius: 999px;
  background: #eaf6ef;
  color: #1f7a52;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
}
.compass-status > i {
  display: block;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #1f7a52;
}
.compass-moment-list {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}
.compass-moment-list li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #f1efe8;
  color: #3c3f46;
  font-size: 14px;
  gap: 12px;
}
.compass-moment-dot {
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--compass-coral);
}
.compass-moment-list small {
  display: block;
  margin-top: 2px;
  color: #6c7269;
  font-size: 11.5px;
}
.compass-glance {
  margin: 10px 0 0;
}
.compass-glance > div {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1efe8;
}
.compass-glance dt {
  display: flex;
  align-items: center;
  font-size: 13.5px;
  gap: 11px;
}
.compass-glance dt .cl-icon {
  width: 26px;
  height: 26px;
  padding: 6px;
  border-radius: 7px;
}
.compass-glance dt .cl-icon > svg {
  width: 13px;
  height: 13px;
}
.compass-glance dt .cl-icon--compass-glance-good {
  background: #eaf6ef;
  color: #1f7a52;
}
.compass-glance dt .cl-icon--compass-glance-watch {
  background: #fbf3e3;
  color: #7d560f;
}
.compass-glance dd {
  margin: 0;
  color: #6c7269;
  font-size: 12px;
}
.compass-text-action,
.compass-primary {
  align-items: center;
  gap: 4px;
}
.cl-icon--compass-inline {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}
.compass-week-card > footer {
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 22px;
  border-top: 1px solid #f1efe8;
  background: #fcfdfc;
  color: #6c7269;
  font-size: 11.5px;
}
.compass-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, 1fr);
  gap: 18px;
}
.compass-two-column .compass-card {
  min-height: 175px;
  padding: 18px;
}
.compass-dashboard-goals-preview {
  margin-top: 18px;
  padding: 18px;
}
.compass-dashboard-goals-preview > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 14px;
}
.compass-dashboard-goal-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.compass-dashboard-goal-row > span:last-child {
  display: grid;
  gap: 2px;
}
.compass-dashboard-goal-row small {
  color: var(--compass-muted);
  font-size: 11.5px;
}
.compass-dashboard-goal-check {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--compass-green-soft);
  color: var(--compass-green);
}
.compass-week-grid .compass-section-label {
  margin: 0 0 10px;
  color: #6c7269;
  font-size: 10.5px;
  line-height: 16.8px;
  letter-spacing: 1.05px;
}
.compass-inline-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.compass-inline-header > span,
.compass-inline-header small {
  color: var(--compass-muted);
  font-size: 10px;
}
.compass-people {
  display: flex;
  margin-top: 14px;
  gap: 14px;
}
.compass-people > div {
  text-align: center;
}
.compass-people > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  place-items: center;
  border-radius: 50%;
  background: #17368f;
  color: #fff;
  font-weight: 700;
}
.compass-people > div:nth-child(2) > span {
  background: #4b6072;
}
.compass-people > div:nth-child(3) > span {
  background: #947426;
}
.compass-people small {
  color: var(--compass-muted);
  font-size: 9px;
}
.compass-mini-appointment {
  display: flex;
  margin-top: 20px;
  gap: 13px;
}
.compass-mini-appointment strong {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
.compass-mini-appointment span b,
.compass-mini-appointment span small {
  display: block;
}
.compass-mini-appointment span small {
  margin-top: 3px;
  color: var(--compass-muted);
}
.compass-narrow {
  width: 620px;
  margin: 0 auto 17px;
  padding: 18px;
}
.compass-large-copy {
  margin: 14px 0;
  color: #3c3f46 !important;
  font-size: 15px;
  line-height: 1.55;
}
.compass-day-pills {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--compass-green-soft);
}
.compass-snapshot {
  margin: 14px 0 0;
}
.compass-snapshot > div {
  display: grid;
  padding: 6px 0;
  border-top: 1px solid #f1efe8;
  grid-template-columns: 128px minmax(0, 1fr);
}
.compass-snapshot dt {
  color: var(--compass-muted);
}
.compass-snapshot dd {
  margin: 0;
  line-height: 1.4;
}
.compass-record-hero,
.compass-circle-hero {
  border-radius: 18px;
  background:
    linear-gradient(
      120deg,
      #27433a,
      var(--compass-green));
  color: #fff;
}
.compass-record-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 18px 22px;
  gap: 20px;
}
.compass-record-hero h2,
.compass-circle-hero h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 21px;
}
.compass-record-hero p,
.compass-circle-hero p {
  margin: 0;
  color: #d4e2d9;
  font-size: 13px;
  line-height: 1.55;
}
.compass-record-hero > div:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
}
.compass-record-hero > div:last-child h2 {
  flex: 0 0 155px;
}
.compass-record-hero > div:last-child p {
  flex: 1;
}
.compass-record-hero > div:last-child span {
  padding: 8px 13px;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.compass-record-count {
  display: grid;
  min-height: 61.1875px;
  align-items: center;
  margin: 0 0 18px;
  padding: 12px 16px;
  border: 1px solid var(--compass-line);
  border-radius: 12px;
  background: #fff;
  font-size: 13.5px;
  line-height: 1.6;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
}
.compass-record-count strong {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 24px;
}
.compass-record-count span {
  color: var(--compass-muted);
}
.compass-record-count small {
  color: var(--compass-coral);
}
.compass-record-grid {
  display: grid;
  margin-top: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.compass-record-grid .compass-card {
  display: flex;
  min-height: 164px;
  padding: 15px 16px;
  border-radius: 14px;
  flex-direction: column;
  gap: 9px;
}
.compass-record-grid header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 10px;
}
.compass-record-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}
.compass-record-symbol {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 15px;
}
.compass-record-grid .cl-icon--compass-record {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
}
.compass-record-grid .cl-icon--compass-record > svg {
  width: 15px;
  height: 15px;
}
.compass-record-grid p {
  min-height: 0;
  margin: 0;
  color: #52584f;
  font-size: 12.5px;
  line-height: 1.5;
}
.compass-record-grid small {
  color: #6c7269;
  font-size: 11px;
}
.compass-info-strip {
  display: grid;
  align-items: start;
  margin: 16px 0 22px;
  padding: 12px 16px;
  border: 1px solid #cfe0d6;
  border-radius: 12px;
  background: #fbfdfb;
  color: #52584f;
  font-size: 13px;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
}
.compass-info-strip .cl-icon--compass-info {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
}
.compass-info-strip .cl-icon--compass-info > svg {
  width: 14px;
  height: 14px;
}
.compass-info-symbol {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 14px;
}
.compass-info-strip strong,
.compass-info-strip span {
  display: block;
}
.compass-info-strip strong {
  margin-bottom: 5px;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 17px;
}
.compass-goal-list {
  display: grid;
  gap: 16px;
}
.compass-goal {
  padding: 18px 20px;
}
.compass-goal > header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
.compass-goal > header > div:first-child {
  flex: 1;
}
.compass-goal > header h2 {
  font-size: 19px;
  line-height: 1.25;
}
.compass-goal > header p {
  display: flex;
  align-items: center;
  margin: 8px 0 5px;
  color: #6c7269;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.compass-goal > header p span {
  display: inline-flex;
  margin-right: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--compass-green-soft);
  color: #38594e;
}
.compass-goal > header p span:nth-child(2) {
  background: #f5edd9;
  color: #80621d;
}
.compass-goal > header small {
  color: #6c7269;
  font-size: 11px;
}
.compass-goal-origin {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.compass-goal-origin .cl-icon--compass-goal-origin {
  width: 11px;
  height: 11px;
  color: var(--compass-green);
}
.compass-progress {
  display: flex;
  margin-bottom: 6px;
  gap: 4px;
}
.compass-progress i {
  display: block;
  width: 22px;
  height: 7px;
  border-radius: 4px;
  background: #eee7da;
}
.compass-progress i.is-filled {
  background: var(--compass-coral);
}
.compass-goal > header > div:last-child {
  text-align: right;
}
.compass-goal-notes {
  min-height: 95px;
  margin-top: 16px;
  padding: 14px 0;
  border-top: 1px solid #f1efe8;
  border-bottom: 1px solid #f1efe8;
}
.compass-goal-notes p:not(.compass-section-label) {
  margin: 10px 0 0;
  color: #52584f;
  font-size: 13px;
}
.compass-goal-notes small {
  display: block;
  margin-top: 4px;
}
.compass-goal footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  color: var(--compass-green);
  font-size: 12px;
}
.compass-goal footer > div {
  display: flex;
  gap: 8px;
}
.compass-review-pack {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.compass-review-pack .cl-icon--compass-review-pack {
  width: 10px;
  height: 10px;
  transform: rotate(45deg) scale(.78);
  color: var(--compass-green);
}
.compass-danger-text {
  color: #ad2b27 !important;
}
.compass-add-card {
  display: flex;
  width: 100%;
  min-height: 61px;
  align-items: center;
  padding: 15px 17px;
  border: 1px dashed #ccd3ce;
  border-radius: 12px;
  background: #fbfdfb;
  color: #385246;
  cursor: pointer;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  gap: 10px;
}
.compass-add-card .cl-icon--compass-add {
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 7px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
}
.compass-add-card .cl-icon--compass-add > svg {
  width: 12px;
  height: 12px;
}
.compass-appointment-hero {
  overflow: hidden;
  display: grid;
  margin-bottom: 6px;
  border-radius: 18px;
  background:
    linear-gradient(
      120deg,
      #22392f,
      var(--compass-green));
  color: #fff;
  grid-template-columns: 84px minmax(0, 1fr);
}
.compass-date-block {
  grid-row: span 2;
  display: grid;
  width: 66px;
  height: 72px;
  margin: 18px 0 0 21px;
  place-items: center;
  align-content: center;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 14px;
  background: rgb(255 255 255 / 10%);
}
.compass-date-block strong {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.compass-date-block span {
  margin-top: 2px;
  color: #bcd3c6;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.compass-appointment-title {
  padding: 18px 22px 16px;
}
.compass-appointment-title .compass-section-label {
  color: #bde8d3;
}
.compass-appointment-title h2 {
  margin: 6px 0 2px;
  font-size: 22px;
  line-height: 1.2;
}
.compass-appointment-title h2 {
  color: var(--compass-ink);
}
.compass-appointment-type {
  margin: 6px 0 2px;
  line-height: 24px;
}
.compass-appointment-type > span {
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(255 255 255 / 12%);
  color: #eaf3ee;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.compass-appointment-title > strong {
  display: block;
  color: #d4e2d9;
  font-size: 14px;
}
.compass-appointment-note {
  grid-column: 1 / -1;
  padding: 14px 22px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  background: rgb(255 255 255 / 7%);
}
.compass-appointment-note small {
  color: #bde8d3;
}
.compass-appointment-note p {
  margin: 5px 0 0;
}
.compass-appointment-hero footer {
  grid-column: 1 / -1;
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 22px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  background: rgb(0 0 0 / 12%);
  color: #cdddd3;
  font-size: 12px;
}
.compass-appointment-hero footer > button {
  color: #2c4a3e;
  font-size: 13px;
}
.compass-appointment-note small {
  position: relative;
  top: 1px;
  display: block;
  color: #9fc2b0;
  font-weight: 600;
  line-height: 17.6px;
}
.compass-appointment-note p {
  position: relative;
  top: 1px;
  color: #eaf3ee;
}
.compass-appointment-hero footer {
  justify-content: flex-start;
  border-top: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.compass-appointment-hero footer > span {
  min-width: 200px;
  flex: 1;
}
.compass-coming-up {
  display: grid;
  align-items: center;
  margin: 0 0 10px;
  padding: 14px 16px;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 15px;
}
.compass-date-mini strong {
  display: block;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 22px;
}
.compass-date-mini span {
  color: #6c7269;
  font-size: 10px;
}
.compass-coming-up h2 small {
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--compass-green-soft);
  font-family:
    "Inter",
    Arial,
    sans-serif;
  font-size: 8px;
}
.compass-coming-up p {
  margin: 3px 0 0;
  color: #52584f;
  font-size: 13px;
}
.compass-coming-up > div:last-child {
  display: grid;
  gap: 6px;
}
.compass-appointment-detail {
  margin-top: 10px;
  padding: 18px 12px;
  border-radius: 14px;
}
.compass-appointment-detail form {
  display: grid;
  gap: 20px;
}
.compass-appointment-detail label {
  display: grid;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
}
.compass-appointment-detail input,
.compass-appointment-detail textarea,
.compass-appointment-detail select {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #ccd7d0;
  border-radius: 8px;
  background: #fff;
}
.compass-appointment-detail textarea {
  min-height: 64px;
  resize: vertical;
}
.compass-appointment-detail form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.compass-appointment-detail .compass-form-actions {
  display: flex;
  justify-content: flex-end;
}
.compass-alert {
  margin-bottom: 12px;
  padding: 12px 15px;
  border: 1px solid #e6d69e;
  border-radius: 9px;
  background: #fff9e6;
}
.compass-review-hero {
  overflow: hidden;
  margin: 0 0 18px;
  padding: 24px 24px 22px;
  border-radius: 16px;
  background:
    linear-gradient(
      180deg,
      #fbfdfb,
      #fff);
}
.compass-review-hero h1 {
  max-width: 620px;
  margin: 9px 0 0;
  font-size: 27px;
  line-height: 1.14;
}
.compass-review-hero > p:not(.compass-eyebrow) {
  max-width: 580px;
  margin: 12px 0 0;
  color: #52584f;
  font-size: 15.5px;
  line-height: 1.6;
}
.compass-review-hero > span {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 6px 13px;
  border: 1px solid #cfe0d6;
  border-radius: 999px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 12.5px;
  font-weight: 600;
  gap: 8px;
}
.compass-review-hero .cl-icon--compass-review-pill {
  width: 12px;
  height: 12px;
}
.compass-plan-facts {
  margin: 4px 0 22px;
  padding: 18px 20px;
}
.compass-plan-facts > p {
  margin: 4px 0 14px;
  color: #52584f;
  font-size: 13px;
}
.compass-plan-facts dl {
  margin: 0 0 14px;
}
.compass-plan-facts dl > div {
  display: grid;
  min-height: 44px;
  align-items: center;
  margin-top: 8px;
  padding: 9px 13px;
  border: 1px solid var(--compass-line);
  border-radius: 10px;
  background: #fbf7f0;
  grid-template-columns: 170px minmax(0, 1fr);
}
.compass-plan-facts dt {
  display: flex;
  align-items: center;
  color: var(--compass-muted);
  gap: 8px;
}
.compass-plan-facts .cl-icon--compass-plan-check {
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 6px;
  background: #edf7f1;
  color: #18805c;
}
.compass-plan-facts .cl-icon--compass-plan-check > svg {
  width: 10px;
  height: 10px;
}
.compass-plan-facts dd {
  margin: 0;
  font-weight: 600;
}
.compass-plan-facts > .compass-add-card {
  min-height: 74px;
}
.compass-circle-hero {
  overflow: hidden;
  margin: 4px 0 6px;
  padding: 0;
}
.compass-circle-hero > .compass-section-label {
  margin: 0;
  padding: 20px 22px 0;
  color: #bcd3c6;
  font-size: 10.5px;
  letter-spacing: 0.12em;
}
.compass-circle-hero > h2 {
  margin: 8px 0 0;
  padding: 0 22px;
  font-size: 23px;
}
.compass-circle-hero > h2 {
  letter-spacing: -.5px;
}
.compass-circle-hero > h2 {
  line-height: 1.6;
}
.compass-circle-hero > h2 {
  color: var(--compass-ink);
}
.compass-circle-hero > p:not(.compass-section-label) {
  max-width: 610px;
  padding: 0 22px 16px;
  color: #d4e2d9;
  font-size: 14px;
}
.compass-circle-hero dl {
  display: grid;
  margin: 0;
  padding: 14px 22px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  background: rgb(255 255 255 / 7%);
  grid-template-columns: 1fr 1fr;
  gap: 12px 26px;
}
.compass-circle-hero dt {
  color: #9fc2b0;
  font-size: 11px;
  font-weight: 600;
}
.compass-circle-hero dd {
  margin: 3px 0 0;
  color: #eaf3ee;
}
.compass-circle-hero footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 13px 22px;
  background: rgb(0 0 0 / 12%);
}
.compass-circle-hero footer > span {
  display: flex;
  align-items: center;
  color: #bcd3c6;
  font-size: 12px;
  gap: 7px;
}
.compass-circle-hero footer > span > i {
  display: block;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #8fe0bf;
}
.compass-circle-hero footer > div {
  display: flex;
  gap: 9px;
}
.compass-circle-hero footer button {
  border-radius: 9px;
  font-size: 13px;
  line-height: normal;
}
.compass-circle-hero footer button:first-child {
  border-color: rgb(255 255 255 / 28%);
  background: transparent;
  color: #fff;
}
.compass-circle-hero footer button:last-child {
  border-color: #fff;
  background: #fff;
  color: var(--compass-green);
}
.compass-emergency {
  overflow: hidden;
  margin: 6px 0;
  padding: 0;
  border-left: 4px solid #142774;
  border-radius: 18px;
}
.compass-emergency-header {
  padding: 20px 22px 16px;
}
.compass-emergency-header > .compass-section-label {
  margin: 0;
  color: #142774;
  font-size: 10.5px;
  line-height: 1.6;
  letter-spacing: .12em;
}
.compass-emergency-header h2 {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.5px;
}
.compass-emergency-header > p:not(.compass-section-label) {
  max-width: 560px;
  margin: 9px 0 0;
  color: #6c7269;
  font-size: 14px;
  line-height: 1.6;
}
.compass-emergency dl {
  display: grid;
  margin: 0;
  padding: 14px 22px;
  border-top: 1px solid var(--compass-line);
  grid-template-columns: 1fr 1fr;
  gap: 12px 26px;
}
.compass-emergency dt {
  color: #142774;
  font-size: 11px;
  font-weight: 600;
}
.compass-emergency dd {
  margin: 2px 0 0;
  font-size: 13.5px;
  line-height: 1.6;
}
.compass-circle-members-label {
  display: flex;
  align-items: center;
  margin: 24px 2px 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.compass-circle-members-label > span {
  color: #6c7269;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.compass-circle-member {
  display: flex;
  align-items: flex-start;
  margin-bottom: 11px;
  padding: 15px 17px;
  border-style: dashed;
  border-radius: 14px;
  background: #fbfdfb;
  gap: 14px;
}
.compass-circle-member > .compass-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 15px;
  flex: 0 0 auto;
}
.compass-member-mid {
  min-width: 0;
  flex: 1;
}
.compass-member-name {
  display: flex;
  align-items: center;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 17px;
  font-weight: 600;
  flex-wrap: wrap;
  gap: 9px;
}
.compass-member-name > small {
  padding: 3px 9px;
  border: 1px solid #eccdbd;
  border-radius: 999px;
  background: #f7ece5;
  color: var(--compass-coral);
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.compass-member-role {
  margin-top: 1px;
  color: #6c7269;
  font-size: 12.5px;
  text-align: center;
}
.compass-member-actions {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
}
.compass-circle-member .compass-primary {
  min-height: 44px;
  padding: 8px 13px;
  border-radius: 9px;
  font-size: 12.5px;
  line-height: normal;
}
.compass-settings-layer {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgb(20 28 22 / 40%);
}
.compass-settings-layer,
.compass-settings-layer * {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}
.compass-settings-layer h1,
.compass-settings-layer h2,
.compass-settings-layer h3 {
  font-family:
    "Newsreader",
    Georgia,
    serif;
}
.compass-settings-layer :is(h2, h3, p, button, dt, dd, span, input, small, strong, label, svg) {
  mix-blend-mode: multiply;
}
.compass-settings-layer :is(h2, h3, p, dt, dd, small, strong, label, input) {
  filter: opacity(1);
}
.compass-settings {
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: 840px;
  height: min(86vh, 640px);
  border-radius: 18px;
  outline: 0;
  background: #fff;
  box-shadow: 0 30px 80px rgb(10 20 14 / 40%);
  flex-direction: column;
}
.compass-settings > header {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #f1efe8;
  flex: 0 0 auto;
}
.compass-settings > header h2 {
  margin: 0;
  font-size: 19px;
}
.compass-settings-layout {
  display: grid;
  min-height: 0;
  flex: 1;
  grid-template-columns: 216px minmax(0, 1fr);
}
.compass-settings-layout > nav {
  overflow-y: auto;
  display: flex;
  width: 216px;
  padding: 14px 12px;
  border-right: 1px solid #f1efe8;
  background: #fdfcf9;
  flex-direction: column;
}
.compass-settings-layout > nav button {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  border-color: transparent;
  border-radius: 9px;
  background: transparent;
  color: #3c3f46;
  font-size: 13.5px;
  text-align: left;
  gap: 10px;
}
.compass-settings-layout > nav .cl-icon--compass-settings-section {
  width: 16px;
  height: 16px;
}
.compass-settings-section-glyph {
  width: 16px;
  flex: 0 0 auto;
  text-align: center;
  opacity: .6;
}
.compass-settings-layout > nav button[aria-current=page] .compass-settings-section-glyph {
  opacity: 1;
}
.compass-settings-layout > nav button[aria-current=page] {
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-weight: 600;
}
.compass-settings > header button.compass-settings-close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
}
.compass-settings > header button.compass-settings-close:focus-visible {
  outline: 2px solid var(--compass-coral);
  outline-offset: 2px;
}
.compass-settings > header button.compass-settings-close {
  outline: 2px solid var(--compass-coral);
  outline-offset: 2px;
}
.compass-settings-close .cl-icon--compass-settings-close {
  width: 18px;
  height: 18px;
}
.compass-settings-content {
  overflow-y: auto;
  min-width: 0;
  padding: 20px 24px 36px;
}
.compass-settings-content h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
.compass-settings-content h3 {
  line-height: 1.15;
}
.compass-settings-content > p {
  max-width: 460px;
  margin: 0 0 18px;
  color: #52584f;
  font-size: 13px;
}
.compass-settings-content dl {
  margin: 0;
}
.compass-settings-content dl > div {
  display: flex;
  min-height: 0;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #f1efe8;
  gap: 16px;
}
.compass-settings-content dl > div:first-child {
  border-top: 0;
}
.compass-settings-content dt {
  min-width: 0;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
.compass-settings-content dt small {
  display: block;
  max-width: 460px;
  margin-top: 2px;
  color: #52584f;
  font-size: 12.5px;
  font-weight: 400;
}
.compass-settings-content dd {
  display: flex;
  align-items: center;
  margin: 0;
  color: #3c3f46;
  font-size: 13.5px;
  gap: 7px;
}
.compass-settings-content dl > div:nth-child(6) {
  gap: 8px;
}
.compass-settings-content dl > div:last-child dd {
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
}
.compass-settings-content input {
  width: 120px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--compass-line);
  border-radius: 9px;
}
.compass-action-dialog {
  height: auto;
  max-height: min(640px, calc(100vh - 70px));
  overflow: auto;
}
.compass-action-dialog .compass-settings-content > form {
  display: grid;
  gap: 13px;
}
.compass-action-dialog .compass-settings-content > form > label {
  display: grid;
  color: var(--compass-muted);
  font-size: 11px;
  gap: 5px;
}
.compass-action-dialog .compass-settings-content input,
.compass-action-dialog .compass-settings-content textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--compass-line);
  border-radius: 8px;
  font: inherit;
}
.compass-action-dialog .compass-settings-content textarea {
  min-height: 76px;
  resize: vertical;
}
.compass-sync-status {
  position: sticky;
  z-index: 30;
  top: 0;
  margin: -8px 0 10px;
  padding: 8px 12px;
  border: 1px solid #d1a756;
  border-radius: 8px;
  background: #fff5dc;
  color: #695020;
  font-size: 11px;
  text-align: center;
}
.compass-large-text .compass-app {
  font-size: 16px;
}
.compass-high-contrast .compass-app {
  --compass-ink: #000;
  --compass-muted: #303030;
  --compass-line: #6b6b6b;
}
.compass-switch {
  position: relative;
  display: block;
  width: 42px;
  height: 24px;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 999px;
  background: #dcd6c8;
  cursor: pointer;
}
.compass-switch:has(input:checked) {
  background: var(--compass-green);
}
.compass-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  opacity: 0;
}
.compass-switch i {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}
.compass-switch input:checked + i {
  left: 21px;
}
.compass-switch-label {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  white-space: nowrap;
}
.compass-toast {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 12px 16px;
  border-radius: 9px;
  background: #173c31;
  color: #fff;
  box-shadow: 0 12px 35px rgb(22 40 31 / 22%);
}
@media (max-width: 720px) {
  .compass-app {
    font-size: 15px;
  }
  .compass-rail {
    display: none;
  }
  .compass-mobile-nav {
    position: sticky;
    z-index: 40;
    top: 0;
    display: grid;
    min-height: 135px;
    padding: 8px 7px 9px;
    border-bottom: 1px solid #cfe0d6;
    background: rgb(255 248 240 / 98%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
  }
  .compass-mobile-nav a {
    display: flex;
    min-width: 0;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 5px 1px;
    border-radius: 7px;
    color: #5b6170;
    font: 500 10px/1.1 "Inter", sans-serif;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    gap: 3px;
  }
  .compass-mobile-nav .cl-icon--compass-nav,
  .compass-mobile-nav .cl-icon--compass-diamond {
    width: 14px;
    height: 14px;
    opacity: .65;
  }
  .compass-mobile-nav .cl-icon--compass-nav > svg,
  .compass-mobile-nav .cl-icon--compass-diamond > svg {
    width: 12px;
    height: 12px;
  }
  .compass-mobile-nav .cl-icon--compass-diamond > svg {
    transform: rotate(45deg) scale(.78);
  }
  .compass-mobile-nav a[aria-current=page] .cl-icon {
    opacity: 1;
  }
  .compass-mobile-nav .compass-nav-glyph {
    font-size: 13px;
    line-height: 1;
  }
  .compass-mobile-nav a[aria-current=page] {
    background: #e6f1ec;
    color: #204d3f;
    font-weight: 700;
  }
  .compass-workspace {
    margin-left: 0;
    padding: 16px 14px 48px;
  }
  .compass-person-context {
    min-height: 0;
    margin-bottom: 18px;
  }
  .compass-person-chip {
    min-width: 0;
    width: 252.53125px;
    min-height: 0;
    padding: 7px 12px;
    grid-template-columns: 23.578125px minmax(0, 1fr);
  }
  .compass-person-chip strong {
    font-size: 16px;
  }
  .compass-person-chip small {
    font-size: 11px;
    line-height: 1.6;
  }
  .compass-avatar {
    width: 23.578125px;
  }
  .compass-family-badge {
    width: 87.46875px;
    min-width: 87.46875px;
    margin-top: 15px;
    padding: 5px 11px;
    font-size: 11.5px;
    line-height: 1.6;
  }
  .compass-phone-only {
    display: initial;
  }
  .compass-page-header {
    margin: 0 auto 14px;
  }
  .compass-page-header h1 {
    font-size: 20px;
    line-height: 1.15;
  }
  .compass-page-header > p:not(.compass-eyebrow) {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.6;
  }
  .compass-dashboard-greeting {
    margin: 15px 0 5px;
  }
  .compass-dashboard-greeting h1 {
    font-size: 20px;
    line-height: 23px;
    white-space: nowrap;
  }
  .compass-card h2 {
    font-size: 18px;
  }
  .compass-week-card > header {
    min-height: 99px;
    align-items: flex-start;
    padding: 17px 22px;
  }
  .compass-week-card > header h2 {
    max-width: 100px;
    font-size: 22px;
  }
  .compass-week-grid {
    display: block;
  }
  .compass-week-grid > div {
    padding: 20px 22px;
  }
  .compass-week-grid > aside,
  .compass-week-card > footer {
    display: none;
  }
  .compass-week-summary {
    font-size: 16px;
    line-height: 1.55;
  }
  .compass-moment-list li {
    padding: 13px 0;
    font-size: 14px;
  }
  .compass-moment-list small {
    font-size: 11.5px;
  }
  .compass-two-column {
    display: block;
  }
  .compass-two-column .compass-card {
    margin-top: 13px;
  }
  .compass-narrow {
    width: 100%;
    padding: 18px;
  }
  .compass-large-copy {
    font-size: 15px;
  }
  .compass-snapshot > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .compass-record-hero {
    display: block;
    padding: 18px 22px;
  }
  .compass-record-hero h2 {
    font-size: 19px;
  }
  .compass-record-hero > div:last-child {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .compass-record-hero > div:last-child h2 {
    flex-basis: auto;
  }
  .compass-record-count {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .compass-record-count small {
    grid-column: 1 / -1;
  }
  .compass-record-grid {
    display: block;
  }
  .compass-record-grid .compass-card {
    min-height: 130px;
    margin-bottom: 12px;
  }
  .compass-info-strip {
    font-size: 13px;
  }
  .compass-goal {
    padding: 18px 20px;
  }
  .compass-goal > header {
    display: block;
  }
  .compass-goal > header > div:last-child {
    margin-top: 12px;
    text-align: left;
  }
  .compass-goal footer {
    display: block;
  }
  .compass-goal footer > div {
    display: grid;
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .compass-appointment-hero {
    grid-template-columns: 1fr;
  }
  .compass-date-block {
    grid-row: auto;
    width: 66px;
    height: 72px;
    margin: 18px 0 0 22px;
  }
  .compass-date-block strong {
    font-size: 30px;
  }
  .compass-appointment-title {
    padding: 10px 22px 16px;
  }
  .compass-appointment-title h2 {
    font-size: 22px;
  }
  .compass-appointment-note {
    grid-column: 1;
    padding: 14px 22px;
  }
  .compass-appointment-hero footer {
    grid-column: 1;
    min-height: 70px;
    padding: 12px 22px;
    font-size: 12px;
  }
  .compass-coming-up {
    grid-template-columns: 50px minmax(0, 1fr);
  }
  .compass-coming-up > div:last-child {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
  .compass-appointment-detail {
    padding: 14px 10px;
  }
  .compass-appointment-detail form > div {
    grid-template-columns: 1fr;
  }
  .compass-review-hero {
    padding: 24px 24px 22px;
  }
  .compass-review-hero h1 {
    font-size: 27px;
  }
  .compass-review-hero > p:not(.compass-eyebrow) {
    font-size: 15.5px;
  }
  .compass-plan-facts {
    padding: 18px 20px;
  }
  .compass-plan-facts dl > div {
    grid-template-columns: 130px minmax(0, 1fr);
  }
  .compass-circle-hero {
    padding: 0;
  }
  .compass-circle-hero dl {
    margin: 0;
    padding-right: 22px;
    padding-left: 22px;
    grid-template-columns: 1fr;
  }
  .compass-circle-hero footer {
    display: block;
    margin: 0;
    padding-right: 22px;
    padding-left: 22px;
  }
  .compass-circle-hero footer > div {
    display: grid;
    margin-top: 12px;
  }
  .compass-emergency dl {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .compass-circle-member {
    flex-wrap: wrap;
  }
  .compass-circle-member > .compass-member-actions {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }
  .compass-settings-layer {
    inset: 0;
    display: block;
    padding: 0;
    background: #fff;
  }
  .compass-settings {
    width: 100vw;
    max-width: none;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  .compass-action-dialog {
    height: 100%;
    max-height: none;
  }
  .compass-settings > header {
    min-height: 72px;
  }
  .compass-settings-layout {
    display: flex;
    min-height: 0;
    overflow: hidden;
    flex-direction: column;
  }
  .compass-settings-layout > nav {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    width: auto;
    flex: 0 0 auto;
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid #f1efe8;
    flex-direction: row;
    gap: 6px;
  }
  .compass-settings-layout > nav button {
    flex: 0 0 auto;
  }
  .compass-settings-content {
    overflow-y: auto;
    flex: 1;
    padding: 20px 24px 36px;
  }
  .compass-settings-content dt small {
    max-width: 230px;
  }
  .compass-settings-content input {
    width: 120px;
  }
  .compass-toast {
    right: 15px;
    bottom: 15px;
    left: 15px;
    max-width: none;
  }
}
main[data-active-surface-id=compass-surface-care-team] .compass-page-header > p,
main[data-active-surface-id=compass-surface-record] .compass-page-header > p,
main[data-active-surface-id=compass-surface-documents-alias] .compass-page-header > p {
  max-width: none;
}
.compass-week-card > .compass-week-summary {
  margin: 0;
  padding: 16px 22px 4px;
}
.compass-week-card .compass-week-grid > div {
  padding: 14px 22px 20px;
}
.compass-team-card,
.compass-week-appointment {
  min-height: 244px !important;
  padding: 0 !important;
  overflow: hidden;
}
.compass-team-card .compass-inline-header,
.compass-week-appointment .compass-inline-header {
  padding: 16px 18px 10px;
}
.compass-team-card .compass-people {
  margin: 0;
  padding: 6px 18px 14px;
}
.compass-team-actions {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  border-top: 1px solid #f1efe8;
  gap: 8px;
}
.compass-team-actions button {
  min-height: 32px;
  padding: 7px 12px;
}
.compass-week-appointment .compass-mini-appointment {
  align-items: center;
  margin: 0;
  padding: 13px 18px;
}
.compass-week-appointment .compass-mini-appointment > strong {
  width: 42px;
  color: #6c7269;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}
.compass-week-appointment .compass-mini-appointment > strong b {
  color: var(--compass-ink);
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 18px;
  text-transform: none;
}
.compass-week-appointment .compass-mini-appointment span b {
  font-size: 14px;
}
.compass-week-appointment .compass-mini-appointment span small {
  font-size: 12px;
}
.compass-day-card {
  min-height: 0;
}
.compass-day-card h2,
.compass-shift-card h2 {
  line-height: 1.25;
}
.compass-day-card .compass-day-pills {
  display: flex;
  padding: 0;
  background: transparent;
  gap: 7px;
}
.compass-day-card .compass-day-pills i {
  padding: 3px 12px;
  border: 1px solid #cfe0d6;
  border-radius: 999px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 10px;
  font-style: normal;
}
.compass-day-card > small:last-child {
  color: #6c7269;
  font-size: 11.5px;
}
.compass-shift-card {
  min-height: 362px;
}
.compass-shift-card .compass-inline-header {
  align-items: center;
}
.compass-shift-card .compass-status {
  font-size: 10px;
  font-weight: 500;
}
.compass-shift-card .compass-snapshot {
  margin-top: 10px;
}
.compass-shift-card .compass-snapshot > div {
  padding: 6px 0;
}
.compass-everyday-label {
  margin-top: 19px;
  margin-bottom: 9px;
  padding: 0;
}
.compass-consent-pill {
  width: fit-content;
  margin: 0 auto 8px;
  padding: 6px 14px;
  border: 1px solid #cfe0d6;
  border-radius: 999px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 12px;
}
.compass-day-divider {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 2px;
  gap: 12px;
}
.compass-day-divider strong {
  color: #6c7269;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.compass-day-divider i {
  height: 1px;
  flex: 1;
  background: var(--compass-line);
}
.compass-everyday-card {
  border-radius: 18px;
}
.compass-record-hero {
  min-height: 112px;
}
.compass-record-hero h2 {
  font-size: 19px;
}
.compass-record-hero > div:first-child {
  flex: 1;
}
.compass-record-hero > div:last-child {
  gap: 9px;
}
.compass-record-hero > div:last-child span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
}
.compass-record-hero > div:last-child i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8fe0bf;
}
.compass-record-count strong {
  color: var(--compass-green);
  font-size: 22px;
}
.compass-record-count small b {
  color: var(--compass-coral);
}
.compass-record-grid .compass-card {
  min-height: 165px;
}
.compass-record-grid h2 {
  font-size: 16px;
}
.compass-record-grid small {
  display: flex;
  align-items: center;
  gap: 7px;
}
.compass-source-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #c47a5a;
}
.compass-record-grid .compass-card:nth-child(1) .compass-source-dot {
  background: #4c586a;
}
.compass-record-grid .compass-card:nth-child(2) .compass-source-dot {
  background: #a27618;
}
.compass-record-grid .compass-card:nth-child(3) .compass-source-dot,
.compass-record-grid .compass-card:nth-child(4) .compass-source-dot {
  background: #123285;
}
.compass-info-strip {
  min-height: 68px;
  align-items: center;
  margin-top: 16px;
}
.compass-info-strip > div {
  overflow: visible;
  white-space: normal;
}
.compass-info-strip {
  min-height: 68px;
  margin-bottom: 22px;
}
.compass-info-strip > div strong {
  display: inline;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}
.compass-goal {
  min-height: 279px;
}
.compass-goal-notes p {
  position: relative;
}
.compass-note-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 11px;
  border-radius: 50%;
  background: #cdb89d;
}
.compass-goal footer button {
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 9px;
}
.compass-appointment-hero {
  border-radius: 16px;
}
.compass-appointment-note {
  padding-top: 12px;
  padding-bottom: 12px;
}
.compass-appointment-note p {
  margin: 4px 0 0;
}
.compass-appointment-hero footer {
  min-height: 61px;
}
.compass-week-card > footer button {
  min-height: 32px;
  padding: 7px 13px;
}
.compass-coming-up {
  min-height: 102px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 14px;
}
.compass-coming-up > div:last-child button {
  height: 33px;
  min-height: 33px;
  padding: 8px 13px;
  border-radius: 9px;
  color: #3c3f46;
  line-height: normal;
}
.compass-info-strip + .compass-add-card {
  min-height: 75px;
}
.compass-appointment-detail {
  margin-top: -16px;
  padding-top: 37px;
}
.compass-appointment-detail label {
  color: transparent;
  font-size: 0;
  gap: 0;
}
.compass-appointment-detail input,
.compass-appointment-detail textarea,
.compass-appointment-detail select {
  color: var(--compass-ink);
  font-size: 13px;
  font-weight: 600;
}
.compass-review-hero h1 {
  max-width: none;
}
.compass-settings > header {
  justify-content: space-between;
}
.compass-settings-spacer {
  flex: 1;
}
.compass-settings-signout {
  margin-top: auto;
  color: #52584f !important;
}
@media (max-width: 720px) {
  .compass-person-context {
    align-items: flex-start;
  }
  .compass-family-badge {
    min-width: 87.46875px;
  }
  .compass-page-header > p:not(.compass-eyebrow) {
    max-width: 362px;
  }
  .compass-week-card > header {
    min-height: 66px;
    align-items: center;
  }
  .compass-week-card > header h2 {
    max-width: none;
    font-size: 21px;
  }
  .compass-week-card > header h2,
  .compass-week-card > header .compass-status {
    white-space: nowrap;
  }
  .compass-week-card > header {
    height: 66.59375px;
    min-height: 66.59375px;
    padding: 18px 22px 14px;
  }
  .compass-week-card > header .compass-status {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
  .compass-week-card > .compass-week-summary {
    padding: 16px 22px 4px;
  }
  .compass-week-grid > div {
    min-height: 311.53125px;
  }
  .compass-week-grid > aside {
    display: block;
    padding: 14px 22px 20px;
    border-top: 1px solid #f1efe8;
    border-left: 0;
  }
  .compass-week-grid > aside {
    height: 195.796875px;
  }
  .compass-week-card > footer {
    display: flex;
    min-height: 109.390625px;
    flex-wrap: wrap;
    gap: 10px;
  }
  main[data-active-surface-id=compass-surface-dashboard] .compass-week-card {
    position: relative;
    top: -1px;
  }
  .compass-team-card,
  .compass-week-appointment {
    min-height: 0 !important;
  }
  .compass-day-card,
  .compass-shift-card {
    min-height: 0;
  }
  .compass-day-card {
    height: 178px;
  }
  .compass-day-card {
    margin-bottom: 16px;
  }
  .compass-day-card .compass-inline-header {
    gap: 8px;
  }
  .compass-day-card .compass-inline-header small {
    display: block;
    margin-top: 4px;
    white-space: nowrap;
  }
  .compass-day-card h2,
  .compass-shift-card h2 {
    line-height: 1.15;
  }
  .compass-day-card .compass-large-copy {
    margin: 10px 0 8px;
  }
  .compass-day-card .compass-large-copy {
    overflow: visible;
    white-space: normal;
  }
  .compass-shift-card {
    padding-top: 19.8125px;
  }
  .compass-snapshot {
    font-size: 13.5px;
    line-height: 1.6;
  }
  .compass-snapshot > div {
    padding-top: 6px;
    padding-bottom: 6px;
    gap: 8px;
  }
  .compass-snapshot > div {
    display: flex;
    gap: 8px;
  }
  .compass-snapshot dt {
    min-width: 120px;
  }
  .compass-snapshot dd {
    min-width: 0;
    flex: 1;
  }
  .compass-snapshot dd {
    line-height: 1.6;
  }
  .compass-consent-pill {
    max-width: calc(100% - 28px);
    text-align: center;
  }
  .compass-record-hero {
    height: 183.96875px;
    min-height: 0;
    padding: 16px 18px;
  }
  .compass-record-hero > div:last-child {
    margin-top: 12px;
    flex-direction: row;
  }
  .compass-record-count {
    display: flex;
    height: 125.96875px;
    min-height: 125.96875px;
    align-content: center;
    flex-wrap: wrap;
  }
  .compass-record-count {
    font-size: 13.5px;
  }
  .compass-record-count > span,
  .compass-record-count > small {
    flex-basis: 100%;
  }
  .compass-record-hero > div:last-child {
    margin-left: 0;
  }
  main:is([data-active-surface-id=compass-surface-record], [data-active-surface-id=compass-surface-documents-alias]) > .compass-section-label {
    position: relative;
    top: 6px;
  }
  .compass-record-grid header {
    position: static;
  }
  .compass-record-grid header .compass-record-title {
    margin-left: 0;
  }
  .compass-record-grid header > span:last-child {
    margin-right: 0;
  }
  .compass-record-grid {
    margin-top: 18px;
  }
  .compass-record-grid .compass-card {
    height: 146.34375px;
    min-height: 146.34375px;
  }
  .compass-goal {
    height: 412.3125px;
    min-height: 0;
  }
  .compass-goal > header > div:last-child {
    margin-top: 18px;
  }
  .compass-goal-notes {
    height: 95.390625px;
    min-height: 0;
    padding: 14px 0 0;
    border-bottom: 0;
  }
  .compass-goal footer {
    display: flex;
    height: 98px;
    align-items: center;
    margin-top: 14px;
    padding-top: 0;
    flex-wrap: wrap;
    gap: 10px;
  }
  .compass-goal footer > div {
    display: contents;
    margin-top: 0;
  }
  .compass-goal footer .compass-review-pack {
    min-width: 200px;
    flex: 1;
  }
  .compass-appointment-detail {
    margin-top: -16px;
    padding-top: 30px;
  }
  .compass-date-block {
    width: 66.203125px;
    height: 71.59375px;
  }
  .compass-appointment-title {
    width: 308.90625px;
    height: 103.578125px;
    margin: 12px 0 16px 22px;
    padding: 0;
  }
  .compass-appointment-title .compass-section-label {
    line-height: 1.6;
  }
  .compass-appointment-title h2 {
    margin: 6px 0 2px;
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .compass-appointment-note {
    height: 70.1875px;
    padding: 14px 22px;
  }
  .compass-appointment-note small {
    font-size: 11px;
    line-height: 1.6;
  }
  .compass-appointment-note p {
    margin-top: 2px;
    font-size: 13.5px;
    line-height: 1.6;
  }
  .compass-appointment-hero + .compass-section-label {
    margin: 24px 2px 12px;
  }
  .compass-appointment-hero footer {
    height: 68px;
    min-height: 68px;
  }
  .compass-coming-up {
    height: 163.40625px;
    min-height: 163.40625px;
    padding: 14px 16px;
  }
  .compass-coming-up > div:last-child {
    width: 100%;
    margin-top: 4px;
    align-items: center;
    flex-direction: row;
  }
  .compass-circle-hero > .compass-section-label {
    line-height: 1.6;
  }
  .compass-circle-hero > h2 {
    line-height: 1.15;
  }
  .compass-circle-hero > p:not(.compass-section-label) {
    margin-top: 9px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .compass-circle-hero dl {
    height: 229.75px;
    margin-top: 0;
    gap: 12px;
  }
  .compass-circle-hero dd {
    margin-top: 2px;
    font-size: 13.5px;
    line-height: 1.6;
  }
  .compass-circle-hero footer {
    display: flex;
    height: 109.1875px;
    min-height: 109.1875px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .compass-circle-hero footer > div {
    display: flex;
    width: 100%;
    margin-top: 0;
    grid-template-columns: none;
  }
  .compass-settings-layout > nav button {
    width: auto;
    min-height: 44px;
    padding: 9px 10px;
    border: 0;
  }
  .compass-settings-layout > nav {
    height: 65px;
  }
  .compass-settings-content {
    padding: 20px 24px 36px;
  }
  .compass-settings-content > p {
    margin-bottom: 18px;
  }
  .compass-settings-spacer,
  .compass-settings-signout {
    display: none !important;
  }
  .compass-review-hero h1 {
    font-size: 20px;
    line-height: 1.14;
  }
  .compass-review-hero {
    height: 355.375px;
  }
  .compass-review-hero h1,
  .compass-review-hero > p:not(.compass-eyebrow),
  .compass-review-hero > span {
    position: relative;
    top: 4.40625px;
  }
  .compass-plan-facts {
    position: relative;
    top: -1px;
    height: 442.15625px;
  }
  .compass-plan-facts dl {
    position: relative;
    top: -1.609375px;
  }
  .compass-plan-facts dl > div {
    display: flex;
    min-height: 43.59375px;
    padding: 10px 13px;
    gap: 11px;
  }
  .compass-plan-facts dt {
    display: contents;
  }
  .compass-plan-facts dt span {
    width: auto;
    color: var(--compass-muted);
    font-size: 12px;
    font-weight: 400;
  }
  .compass-plan-facts dd {
    font-size: 13.5px;
  }
}
.compass-inline-header small {
  font-size: 11.5px;
  line-height: 1.6;
}
.compass-circle-hero > .compass-section-label {
  line-height: 1.6;
}
.compass-circle-hero > h2 {
  line-height: 1.15;
}
.compass-circle-hero > p:not(.compass-section-label) {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.6;
}
.compass-circle-hero dl {
  gap: 12px 26px;
}
.compass-circle-hero dd {
  margin-top: 2px;
  font-size: 13.5px;
  line-height: 1.6;
}
.compass-snapshot {
  font-size: 13.5px;
  line-height: 1.6;
}
.compass-snapshot > div {
  padding-top: 6px;
  padding-bottom: 6px;
  gap: 8px;
}
@media (min-width: 721px) {
  .compass-record-hero {
    height: 111.984375px;
    min-height: 111.984375px;
  }
  .compass-record-grid {
    margin-top: 18px;
  }
  .compass-record-grid .compass-card {
    height: 165.09375px;
    min-height: 165.09375px;
  }
  .compass-dashboard-greeting h1 {
    line-height: 1.15;
  }
  .compass-week-grid {
    height: 266.75px;
  }
  .compass-week-card > footer {
    height: 59px;
    min-height: 59px;
    gap: 10px;
  }
  .compass-week-card > footer button {
    width: auto;
    height: 32px;
    min-height: 32px;
  }
  .compass-team-card,
  .compass-week-appointment {
    height: 244px;
    min-height: 244px !important;
  }
  .compass-day-card {
    height: 154.71875px;
    margin-bottom: 16px;
  }
  .compass-shift-card {
    height: 362.71875px;
    min-height: 362.71875px;
  }
}
.compass-appointment-title .compass-section-label {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.6;
  letter-spacing: .12em;
}
.compass-appointment-title > span {
  display: inline-block;
  width: fit-content;
  margin: 6px 0 2px;
  padding: 2px 9px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 999px;
  background: rgb(255 255 255 / 12%);
  color: #eaf3ee;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.compass-appointment-title > strong {
  color: #d4e2d9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.compass-date-mini {
  width: 50px;
  flex: 0 0 auto;
  text-align: center;
}
.compass-date-mini strong {
  color: var(--compass-green);
  font-size: 23px;
  line-height: 1;
}
.compass-date-mini span {
  display: block;
  margin-top: 1px;
  letter-spacing: .08em;
  line-height: 1.6;
  text-transform: uppercase;
}
.compass-coming-up h2 {
  display: flex;
  align-items: center;
  font-size: 16.5px;
  line-height: 1.6;
  flex-wrap: wrap;
  gap: 9px;
}
.compass-coming-up h2 small {
  margin: 0;
  padding: 2px 9px;
  border: 1px solid var(--compass-line);
  font-size: 11px;
  line-height: 1.6;
}
.compass-coming-up > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  gap: 6px;
}
@media (max-width: 720px) {
  .compass-record-hero > div:last-child {
    margin-top: 18px;
  }
  .compass-goal > header p span {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .compass-goal > header small.compass-goal-origin {
    position: relative;
    top: -2px;
    font-size: 11.5px;
    line-height: 1.6;
  }
  .compass-goal > header > div:last-child {
    margin-top: 14.390625px;
  }
  .compass-appointment-hero {
    height: 359.359375px;
  }
  .compass-appointment-detail {
    position: relative;
    top: 9px;
    margin-top: -6px;
    padding: 38px 12px 14px;
  }
  main[data-active-surface-id=compass-surface-dashboard] .compass-moment-list li {
    padding: 10px 0;
  }
  main[data-active-surface-id=compass-surface-dashboard] .compass-status {
    position: static;
    gap: 3px;
  }
  .compass-coming-up > div:last-child {
    width: 100%;
    margin-top: 4px;
    align-items: center;
    flex-direction: row;
  }
}
.compass-review-eyebrow {
  color: var(--compass-coral);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.compass-review-hero h1,
.compass-review-hero > p,
.compass-review-hero > .compass-review-universal {
  position: static;
}
.compass-review-hero > p:not(.compass-eyebrow) {
  position: static;
}
.compass-review-universal {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 6px 13px;
  border: 1px solid var(--compass-line);
  border-radius: 999px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.6;
  gap: 8px;
}
.compass-plan-facts h2 {
  font-size: 17px;
  line-height: 1.6;
}
.compass-plan-rows {
  display: flex;
  margin-bottom: 12px;
  flex-direction: column;
  gap: 8px;
}
.compass-plan-row {
  display: flex;
  min-height: 43.59375px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid var(--compass-line);
  border-radius: 10px;
  background: #fbf7f0;
  flex-wrap: wrap;
  gap: 11px;
}
.compass-plan-row-check {
  display: grid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eaf6ef;
  color: #1f7a52;
  font-size: 10px;
  font-weight: 700;
  place-items: center;
  flex: 0 0 auto;
}
.compass-plan-row-label {
  width: 130px;
  color: #6c7269;
  font-size: 12px;
  flex: 0 0 auto;
}
.compass-plan-row-value {
  font-size: 13.5px;
  font-weight: 600;
}
.compass-plan-edit {
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  place-items: center;
}
.compass-plan-facts > .compass-add-card {
  min-height: 76px;
}
.compass-plan-facts > button.compass-add-card {
  padding: 15px 17px;
  border: 1px dashed #cfe0d6;
  border-radius: 14px;
  background: #fbfdfb;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 15px;
  text-align: left;
}
.compass-review-step-label {
  margin: 24px 2px 4px;
}
.compass-review-payoff {
  overflow: hidden;
  margin-top: 18px;
  padding: 0;
  border: 1px solid #cfe0d6;
  border-radius: 16px;
  background: #fff;
}
.compass-review-payoff-head {
  padding: 18px 22px;
  background: var(--compass-green);
  color: #fff;
}
.compass-review-payoff-head > span {
  color: #bcd3c6;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.compass-review-payoff-head h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 21px;
  line-height: normal;
  letter-spacing: -.5px;
}
.compass-review-payoff-head p {
  margin: 6px 0 0;
  color: #d4e2d9;
  font-size: 13.5px;
}
.compass-review-payoff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.compass-review-payoff-grid > div {
  padding: 16px 20px;
}
.compass-review-payoff-grid > div + div {
  border-left: 1px solid #f1efe8;
}
.compass-review-payoff-grid p {
  margin: 0 0 10px;
  color: #6c7269;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.compass-review-payoff-grid span {
  display: block;
  padding: 7px 0;
  font-size: 13.5px;
}
.compass-review-payoff > button {
  display: block;
  width: calc(100% - 40px);
  min-height: 44px;
  margin: 16px 20px 18px;
}
@media (min-width: 721px) {
  .compass-review-hero {
    height: 246.15625px;
  }
  .compass-plan-facts {
    height: 390.359375px;
  }
}
@media (max-width: 720px) {
  .compass-review-hero {
    height: 355.375px;
  }
  .compass-plan-facts {
    height: 442.15625px;
  }
  .compass-plan-row-label {
    width: auto;
  }
}
.compass-appointment-title h2,
.compass-coming-up h2 {
  letter-spacing: -.5px;
}
.compass-coming-up-label {
  display: flex;
  align-items: center;
  margin: 24px 2px 12px;
}
.compass-appointment-loop {
  display: flex;
  min-height: 0;
  align-items: flex-start;
  margin: 14px 0 4px;
  padding: 15px 17px;
  border-radius: 13px;
  font-size: 12.5px;
  grid-template-columns: none;
  gap: 13px;
}
.compass-appointment-loop-symbol {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-size: 15px;
  place-items: center;
  flex: 0 0 auto;
}
.compass-appointment-loop > div > strong {
  display: block;
  margin: 0;
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 15px;
  font-weight: 600;
}
.compass-appointment-loop > div > span {
  display: block;
  margin-top: 2px;
  color: #52584f;
}
.compass-appointment-add {
  min-height: 0;
  margin-top: 6px;
  padding: 15px 17px;
  border: 1px dashed #cfe0d6;
  border-radius: 14px;
  background: #fbfdfb;
  font-size: 15px;
}
.compass-appointment-add-symbol {
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  font-size: 16px;
  place-items: center;
  flex: 0 0 auto;
}
.compass-appointment-detail-shell {
  overflow: hidden;
  border-radius: 18px;
  background: #203f33;
}
.compass-appointment-detail-shell > .compass-appointment-hero {
  border-radius: 0;
}
.compass-appointment-detail {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  box-shadow: none;
}
.compass-appointment-detail form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.compass-appointment-detail label {
  display: block;
  color: transparent;
  font-size: 13px;
  font-weight: 600;
}
.compass-appointment-detail input,
.compass-appointment-detail select,
.compass-appointment-detail textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  margin-top: 4px;
  padding: 10px 12px;
  border: 1px solid #cfe0d6;
  border-radius: 10px;
  color: var(--compass-ink);
  font: inherit;
}
.compass-appointment-detail input {
  height: 42.796875px;
}
.compass-appointment-detail input:is([type=date], [type=time]) {
  height: 44.796875px;
}
.compass-appointment-detail select {
  height: 40px;
}
.compass-appointment-detail textarea {
  height: 63.59375px;
  resize: vertical;
}
.compass-appointment-detail form > div:not(.compass-form-actions) {
  display: flex;
  gap: 10px;
}
.compass-appointment-detail form > div:not(.compass-form-actions) > label {
  min-width: 0;
  flex: 1;
}
.compass-appointment-detail .compass-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.compass-goal > header h2 {
  letter-spacing: -.5px;
}
.compass-goal > header p span:first-child {
  border-color: #cfe0d6;
  background: var(--compass-green-soft);
  color: var(--compass-green);
}
.compass-goal > header p span:nth-child(2) {
  border-color: #bfe3cf;
  background: #eaf6ef;
  color: #1f7a52;
}
.compass-settings > header .compass-settings-close {
  color: #52584f;
}
.compass-settings-inline-control input {
  width: 120px;
  height: 40px;
  min-height: 40px;
  padding: 7px 10px;
}
@media (min-width: 721px) {
  .compass-team-card .compass-inline-header,
  .compass-team-card .compass-people,
  .compass-team-card .compass-team-actions {
    padding-right: 36px;
    padding-left: 36px;
  }
  .compass-team-card .compass-people {
    gap: 26px;
  }
  .compass-team-card .compass-inline-header {
    position: relative;
    top: 17px;
  }
  .compass-team-card .compass-people {
    position: relative;
    top: 16px;
  }
  .compass-team-card .compass-team-actions button {
    font-size: 12px;
    line-height: normal;
  }
}
@media (min-width: 721px) {
  .compass-appointment-hero {
    height: 267.765625px;
  }
  .compass-appointment-detail {
    position: relative;
    top: 0;
  }
}
@media (max-width: 720px) {
  .compass-appointment-detail {
    position: relative;
    top: 0;
  }
  .compass-coming-up > div:last-child button {
    height: 44px;
    min-height: 44px;
  }
}
.compass-goal > header {
  align-items: flex-start;
  justify-content: initial;
  gap: 14px;
}
.compass-goal > header > div:first-child {
  min-width: 0;
}
.compass-goal > header > div:last-child {
  min-width: 130px;
}
.compass-goal > header p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 24px;
}
.compass-goal > header p span {
  margin-right: 0;
  padding: 3px 10px;
}
.compass-goal-origin {
  display: flex;
  margin-top: 7px;
  font-size: 11.5px !important;
  line-height: 18.4px !important;
  gap: 6px;
}
.compass-goal-notes {
  height: 95.390625px;
  min-height: 0;
  padding: 14px 0 0;
  border-bottom: 0;
}
.compass-goal footer {
  height: 33px;
  margin-top: 14px;
  padding-top: 0;
  justify-content: initial;
  flex-wrap: wrap;
  gap: 10px;
}
.compass-goal footer > .compass-review-pack {
  min-width: 200px;
  flex: 1;
}
.compass-goal footer button {
  height: 33px;
  min-height: 33px;
}
@media (max-width: 720px) {
  .compass-goal > header > div:last-child {
    min-width: 0;
  }
  .compass-goal > header p {
    margin-bottom: 0;
  }
  .compass-goal > header small.compass-goal-origin {
    top: 0;
  }
  .compass-goal > header > div:last-child {
    margin-top: 18px;
  }
  .compass-goal footer {
    height: 98px;
  }
  .compass-goal footer button {
    height: 44px;
    min-height: 44px;
  }
}
@media (min-width: 721px) {
  main[data-active-surface-id=compass-surface-goals] .compass-info-strip {
    height: 67.59375px;
    min-height: 0;
  }
  .compass-goal:first-child {
    height: 279.125px;
    min-height: 0;
  }
  .compass-goal:nth-child(2) {
    height: 246.328125px;
    min-height: 0;
  }
  .compass-goal:nth-child(2) .compass-goal-notes {
    height: 62.59375px;
  }
}
.compass-dashboard-goals-preview {
  margin-top: 18px;
}
.compass-snapshot > div {
  display: flex;
  grid-template-columns: none;
}
.compass-everyday-label {
  width: auto;
  margin: 20px 2px 9px;
}
.compass-consent-pill {
  margin-top: 14px;
}
.compass-day-divider {
  margin: 8px 2px 16px;
  padding: 0;
}
.compass-everyday-card {
  height: 112.984375px;
}
.compass-appointment-detail .compass-form-actions button {
  min-height: 0;
}
.compass-record-hero {
  border-radius: 16px;
}
.compass-appointment-hero {
  border-radius: 18px;
}
.compass-appointment-detail-shell {
  background:
    linear-gradient(
      120deg,
      #22392f,
      var(--compass-green));
}
.compass-appointment-detail-shell > .compass-appointment-hero {
  border-radius: 0;
}
.compass-goal-list > .compass-add-card {
  min-height: 76px;
  border-color: #cfe0d6;
  border-radius: 14px;
  font-size: 15px;
  gap: 9px;
}
.compass-goal-add-symbol {
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--compass-green-soft);
  color: var(--compass-green);
  font-family:
    "Inter",
    system-ui,
    sans-serif;
  font-size: 16px;
  place-items: center;
  flex: 0 0 auto;
}
.compass-goal footer > div {
  gap: 10px;
}
.compass-goal footer button {
  line-height: normal;
}
.compass-goal-add-symbol {
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-weight: 600;
}
.compass-week-card > footer button {
  width: 159.78125px;
  padding: 8px 14px;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  line-height: normal;
  gap: normal;
}
.compass-people > div > span {
  font-size: 13px;
  line-height: 20.8px;
}
.compass-settings-row-detail {
  max-width: none;
}
.compass-settings-content .compass-settings-row button {
  line-height: normal;
  gap: normal;
}
.compass-help-button {
  position: absolute;
  top: 920px;
  right: 24px;
  z-index: 30;
  display: grid;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--compass-coral);
  color: #fff;
  box-shadow: 0 8px 24px rgb(44 74 62 / 22%);
  font-family:
    "Newsreader",
    Georgia,
    serif;
  font-size: 24px;
  place-items: center;
}
.compass-help-button:hover {
  background: #aa6549;
}
.compass-record-tools,
.compass-connection-tools {
  margin-top: 18px;
}
.compass-record-tools .compass-form-actions,
.compass-connection-tools .compass-form-actions {
  display: flex;
  margin-top: 14px;
  flex-wrap: wrap;
  gap: 9px;
}
.compass-message-thread {
  max-height: 210px;
  overflow: auto;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid var(--compass-line);
  border-radius: 12px;
  background: #fbf7f0;
}
.compass-message-thread p {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid var(--compass-line);
}
.compass-message-thread p:last-child {
  border-bottom: 0;
}
.compass-qr {
  display: grid;
  width: 160px;
  height: 160px;
  margin: 8px auto 20px;
  border: 12px solid #fff;
  outline: 2px solid var(--compass-green);
  background: repeating-conic-gradient(var(--compass-green) 0 25%, #fff 0 50%) 0 / 28px 28px;
  color: transparent;
  place-items: center;
}
@media (max-width: 720px) {
  .compass-help-button {
    top: 864px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 721px) {
  main[data-capture-route=appointmentdetail] .compass-appointment-detail-shell,
  main[data-active-surface-id=compass-surface-appointments] :is(.compass-appointment-hero, .compass-coming-up, .compass-info-strip) {
    letter-spacing: .01px;
  }
}
@media (min-width: 721px) {
  .compass-team-card,
  .compass-week-appointment {
    height: 244.96875px;
    min-height: 244.96875px !important;
    margin-bottom: 16px;
  }
  .compass-appointment-hero footer > button {
    height: 36px;
    min-height: 36px;
    border-color: #fff;
    border-radius: 9px;
    line-height: normal;
  }
}
