:root {
  /* Greater Sioux Falls Chamber primary palette */
  --moh-navy: #0b3b60;      /* PMS 2955 */
  --moh-blue: #0076aa;      /* PMS 7690 */
  --moh-sky: #5fb3e4;       /* PMS 2915 */
  --moh-coral: #cf5a58;     /* PMS 2032 */

  /* COMMS program / property identity accents */
  --moh-chamber-start: #0b3b60;
  --moh-chamber: #0076aa;
  --moh-chamber-end: #5fb3e4;
  --moh-chamber-gradient: linear-gradient(115deg, #0b3b60 0%, #0076aa 52%, #5fb3e4 100%);
  --moh-chamber-gradient-soft: linear-gradient(115deg, rgba(11,59,96,.11) 0%, rgba(0,118,170,.12) 52%, rgba(95,179,228,.14) 100%);
  --moh-ypn-start: #eaaa21;
  --moh-ypn-end: #e05929;
  --moh-ypn: #e87526;
  --moh-ypn-ink: #e05929;
  --moh-ypn-gradient: linear-gradient(115deg, #eaaa21 0%, #e68a26 58%, #e05929 100%);
  --moh-ypn-gradient-soft: linear-gradient(115deg, rgba(234,170,33,.14) 0%, rgba(230,138,38,.12) 58%, rgba(224,89,41,.10) 100%);
  --moh-events-start: #cf5a58;
  --moh-events-end: #c12033;
  --moh-events: #cf5a58;
  --moh-events-ink: #922436;
  --moh-events-gradient: linear-gradient(115deg, #cf5a58 0%, #c12033 100%);
  --moh-events-gradient-soft: linear-gradient(115deg, rgba(207,90,88,.11) 0%, rgba(193,32,51,.08) 100%);
  --moh-forward: #691d33;

  --moh-ink: #15344b;
  --moh-muted: #36556d;
  --moh-line: #cddfea;
  --moh-bg: #edf8fd;
  --moh-panel: #ffffff;
  --moh-soft-blue: #dff2fb;
  --moh-soft-sky: #f4fbfe;
  --moh-soft-coral: #fbeeed;
  --moh-success: #277a55;
  --moh-success-soft: #e9f5ef;
  --moh-warning: #fff4da;
  --moh-warning-ink: #775711;
  --moh-danger: #9f3e3d;
  --moh-shadow: none;
  --moh-shadow-small: none;
  --moh-radius: 6px;
}

/* Standalone page reset: intentionally shields the application from theme layout. */
html { min-height: 100%; }
body.moh-standalone-body {
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--moh-bg) !important;
  color: var(--moh-ink) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.5;
}
body.moh-standalone-body .moh-standalone-root {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
body.moh-standalone-body #wpadminbar { font-family: Arial, sans-serif; }

.moh-app,
.moh-app * { box-sizing: border-box; }

.moh-app {
  display: grid;
  grid-template-columns: 315px minmax(0, 1fr);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: var(--moh-bg);
  color: var(--moh-ink);
  font-family: "Montserrat", Arial, sans-serif;
  overflow: hidden;
}

.moh-app button,
.moh-app input,
.moh-app select,
.moh-app textarea { font-family: inherit; }

.moh-app a:focus-visible,
.moh-app button:focus-visible,
.moh-app input:focus-visible,
.moh-app select:focus-visible,
.moh-app textarea:focus-visible,
.moh-app summary:focus-visible {
  outline: 3px solid rgba(95, 179, 228, .65);
  outline-offset: 2px;
}

/* Sidebar */
.moh-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 5%, rgba(95, 179, 228, .18), transparent 25%),
    linear-gradient(180deg, #0b3b60 0%, #082f4d 100%);
  color: #fff;
  padding: 34px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-right: 1px solid rgba(255, 255, 255, .13);
  z-index: 2;
}

.moh-brand {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 18px;
  letter-spacing: -.01em;
}
.moh-brand strong { font-weight: 700; }
.moh-brand span {
  display: block;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.moh-mark {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--moh-sky), var(--moh-blue));
  color: #fff;
  box-shadow: none;
  font-weight: 800;
  font-size: 18px;
}

.moh-nav { display: flex; flex-direction: column; gap: 7px; }
.moh-nav a {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 46px;
  color: rgba(255, 255, 255, .78) !important;
  text-decoration: none !important;
  padding: 11px 13px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.moh-nav a > span:first-child {
  width: 20px;
  text-align: center;
  color: var(--moh-sky);
  font-size: 16px;
}
.moh-nav a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .09);
  transform: translateX(2px);
}
.moh-nav a.is-active {
  color: #fff !important;
  background: var(--moh-blue);
  box-shadow: none;
}
.moh-nav a.is-active > span:first-child { color: #fff; }

.moh-user {
  margin-top: auto;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: 12px;
}
.moh-user strong,
.moh-user a { display: block; }
.moh-user strong { color: #fff; font-size: 13px; }
.moh-user a {
  color: var(--moh-sky) !important;
  margin-top: 6px;
  text-decoration: none !important;
}
.moh-user a:hover { color: #fff !important; }

/* Main application area */
.moh-main {
  min-width: 0;
  padding: clamp(28px, 3.5vw, 54px);
  background:
    linear-gradient(180deg, rgba(95, 179, 228, .05) 0, transparent 220px),
    var(--moh-bg);
}
.moh-page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 30px;
}
.moh-page-header h1 {
  margin: 0 0 8px !important;
  color: var(--moh-navy) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(32px, 3vw, 46px) !important;
  font-weight: 700 !important;
  letter-spacing: -.045em;
  line-height: 1.06 !important;
}
.moh-page-header p {
  margin: 0 !important;
  color: var(--moh-muted) !important;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.65;
}

.moh-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 43px;
  border: 0 !important;
  border-radius: 4px !important;
  background: linear-gradient(115deg, #0076aa 0%, #0b3b60 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 11px 18px !important;
  box-shadow: none;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease;
}
.moh-button:hover {
  background: linear-gradient(115deg, #0b3b60 0%, #062c48 100%) !important;
  color: #fff !important;
  box-shadow: none;
}
.moh-page-header .moh-button,
.moh-button--full {
  background: linear-gradient(115deg, #df7673 0%, #cf5a58 100%) !important;
  box-shadow: none;
}
.moh-page-header .moh-button:hover,
.moh-button--full:hover { background: linear-gradient(115deg, #cf5a58 0%, #b94b49 100%) !important; }
.moh-button--secondary {
  background: #e3edf3 !important;
  color: var(--moh-navy) !important;
  box-shadow: none;
}
.moh-button--secondary:hover {
  background: #d3e3ec !important;
  color: var(--moh-navy) !important;
}
.moh-button--danger {
  background: #fff !important;
  color: var(--moh-danger) !important;
  border: 1px solid #e1b7b5 !important;
}
.moh-button--danger:hover {
  background: var(--moh-soft-coral) !important;
  color: var(--moh-danger) !important;
}
.moh-button--danger-solid {
  background: var(--moh-coral) !important;
  color: #fff !important;
}
.moh-button--danger-solid:hover {
  background: #b94b49 !important;
  color: #fff !important;
}
.moh-button--full { width: 100%; }

.moh-notice {
  padding: 14px 17px;
  border-radius: 4px;
  margin-bottom: 22px;
  background: var(--moh-success-soft);
  border: 1px solid #b9dec9;
  color: #245f45;
  font-weight: 600;
}
.moh-notice.is-error {
  background: var(--moh-soft-coral);
  border-color: #ecc1bf;
  color: var(--moh-danger);
}

/* Dashboard */
.moh-metrics {
  display: grid;
  grid-template-columns: repeat(7, minmax(110px, 1fr));
  gap: 13px;
  margin-bottom: 24px;
}
.moh-metric {
  position: relative;
  overflow: hidden;
  background: var(--moh-panel);
  color: inherit !important;
  text-decoration: none !important;
  border: 1px solid var(--moh-line);
  border-radius: 6px;
  padding: 18px 17px 16px;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--moh-shadow-small);
  transition: border-color .16s ease, background .16s ease;
}
.moh-metric::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--moh-sky);
}
.moh-metric:nth-child(1)::before,
.moh-metric:nth-child(5)::before { background: var(--moh-coral); }
.moh-metric:nth-child(2)::before,
.moh-metric:nth-child(6)::before { background: var(--moh-blue); }
.moh-metric:nth-child(3)::before,
.moh-metric:nth-child(7)::before { background: var(--moh-sky); }
.moh-metric:nth-child(4)::before { background: var(--moh-navy); }
.moh-metric:hover {
  border-color: #b9d4e4;
  background: var(--moh-soft-sky);
  box-shadow: none;
}
.moh-metric span {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.moh-metric strong {
  color: var(--moh-navy);
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
}
.moh-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 20px;
}
.moh-dashboard-grid .moh-panel:first-child { grid-row: span 2; }

/* Cards and panels */
.moh-panel,
.moh-form-card,
.moh-record,
.moh-drawer {
  background: var(--moh-panel);
  border: 1px solid var(--moh-line);
  border-radius: var(--moh-radius);
  padding: 24px;
  box-shadow: var(--moh-shadow-small);
}
.moh-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.moh-panel h2,
.moh-form-card h2 {
  margin: 0 0 8px !important;
  color: var(--moh-navy) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.025em;
}
.moh-panel p,
.moh-form-card p { color: var(--moh-muted); }
.moh-compact-list { display: flex; flex-direction: column; }
.moh-compact-list a {
  padding: 14px 0;
  border-top: 1px solid var(--moh-line);
  color: inherit !important;
  text-decoration: none !important;
}
.moh-compact-list a:first-child { border-top: 0; }
.moh-compact-list a:hover strong { color: var(--moh-blue); }
.moh-compact-list strong,
.moh-compact-list span { display: block; }
.moh-compact-list strong { color: var(--moh-navy); }
.moh-compact-list span {
  color: var(--moh-muted);
  font-size: 12px;
  margin-top: 4px;
}
.moh-muted,
.moh-help { color: var(--moh-muted); }
.moh-help {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.5;
  font-weight: 500;
}

/* Filters, records, work rows */
.moh-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.moh-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.moh-chip {
  color: var(--moh-navy) !important;
  text-decoration: none !important;
  padding: 8px 12px;
  border: 1px solid #d5e3eb;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}
.moh-chip:hover { border-color: var(--moh-sky); background: var(--moh-soft-sky); }
.moh-chip.is-active {
  background: var(--moh-blue);
  border-color: var(--moh-blue);
  color: #fff !important;
}
.moh-record-list { display: flex; flex-direction: column; gap: 17px; }
.moh-record__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.moh-record h2 {
  margin: 3px 0 0 !important;
  color: var(--moh-navy) !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  letter-spacing: -.025em;
}
.moh-eyebrow {
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .075em;
}
.moh-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  background: #e8eef2;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.moh-status--new,
.moh-status--submitted { background: var(--moh-soft-blue); color: var(--moh-blue); }
.moh-status--needs-review,
.moh-status--waiting-for-requester,
.moh-status--action-needed { background: var(--moh-warning); color: var(--moh-warning-ink); }
.moh-status--accepted { background: var(--moh-success-soft); color: #245f45; }
.moh-status--declined,
.moh-status--blocked { background: var(--moh-soft-coral); color: var(--moh-danger); }
.moh-record__meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 13px 0;
  border-top: 1px solid var(--moh-line);
  border-bottom: 1px solid var(--moh-line);
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-record__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 30px;
}
.moh-record__body h3 {
  font-size: 12px !important;
  text-transform: uppercase;
  color: var(--moh-blue) !important;
  letter-spacing: .07em;
  margin: 0 0 6px !important;
  font-weight: 700;
}
.moh-record__body p { margin: 0 !important; color: var(--moh-ink); }
.moh-record__actions {
  margin-top: 19px;
  padding-top: 19px;
  border-top: 1px solid var(--moh-line);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.moh-inline-form { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.moh-inline-form label { font-size: 12px; }
.moh-convert { flex: 1 1 420px; }
.moh-convert > summary { width: max-content; list-style: none; }
.moh-convert[open] > summary { margin-bottom: 12px; }

.moh-request-actions {
  align-items: flex-start;
  gap: 10px;
}
.moh-request-actions > form { margin: 0; }
.moh-request-action-detail {
  flex: 0 0 auto;
}
.moh-request-action-detail > summary {
  list-style: none;
  white-space: nowrap;
}
.moh-request-action-detail > summary::-webkit-details-marker { display: none; }
.moh-request-action-detail[open] > summary { margin-bottom: 10px; }
.moh-request-action-panel {
  width: min(620px, calc(100vw - 90px));
  padding: 18px;
  border: 1px solid var(--moh-line);
  border-radius: 4px;
  background: #f8fbfd;
}
.moh-request-action-detail--primary .moh-request-action-panel {
  width: min(840px, calc(100vw - 90px));
}
.moh-request-action-panel > label,
.moh-request-response-form > label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--moh-navy);
  font-weight: 700;
  font-size: 13px;
}
.moh-request-action-panel textarea,
.moh-request-response-form textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #c8dae5;
  border-radius: 4px;
  padding: 11px 12px;
  background: #fff;
  color: var(--moh-ink);
  font: inherit;
  font-weight: 500;
  resize: vertical;
}
.moh-request-action-panel > button,
.moh-request-response-form > button { margin-top: 12px; }
.moh-request-response-form { width: min(720px, 100%); }
.moh-request-state {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-right: auto;
}
.moh-request-state strong { color: var(--moh-navy); font-size: 13px; }
.moh-request-state span { color: var(--moh-muted); font-size: 12px; }
.moh-request-message {
  margin-top: 17px;
  padding: 15px 17px;
  border-left: 4px solid var(--moh-blue);
  background: var(--moh-soft-sky);
}
.moh-request-message.is-declined {
  border-left-color: var(--moh-coral);
  background: var(--moh-soft-coral);
}
.moh-request-message.is-response {
  border-left-color: var(--moh-sky);
  background: #f7fbfd;
}
.moh-request-message h3 {
  margin: 0 0 6px !important;
  color: var(--moh-navy) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.moh-request-message p { margin: 0 !important; }
.moh-request-message > span {
  display: block;
  margin-top: 7px;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-detail-list { margin: 0; }
.moh-detail-list > div { margin-bottom: 8px; }
.moh-detail-list dt { color: var(--moh-navy); font-weight: 700; }
.moh-detail-list dd { margin: 0; color: var(--moh-muted); }

.moh-work-table { display: flex; flex-direction: column; gap: 10px; }
.moh-work-row {
  background: #fff;
  border: 1px solid var(--moh-line);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}
.moh-work-row summary {
  list-style: none;
  padding: 17px 19px;
  display: grid;
  grid-template-columns: minmax(260px, 2fr) minmax(130px, 1fr) 130px 110px;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.moh-work-row summary:hover { background: var(--moh-soft-sky); }
.moh-work-row summary::-webkit-details-marker { display: none; }
.moh-work-row summary div strong,
.moh-work-row summary div span { display: block; }
.moh-work-row summary div strong { color: var(--moh-navy); }
.moh-work-row summary div span {
  color: var(--moh-muted);
  font-size: 12px;
  margin-top: 4px;
}
.moh-work-detail {
  border-top: 1px solid var(--moh-line);
  padding: 20px;
  background: #f8fbfd;
}
.moh-drawer.is-collapsed { display: none; }

/* Forms */
.moh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.moh-form-grid--compact { margin-top: 15px; }
.moh-span-2 { grid-column: span 2; }
.moh-form-grid label,
.moh-form-card > label,
.moh-settings label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--moh-navy);
  font-weight: 700;
  font-size: 13px;
}
.moh-form-grid input,
.moh-form-grid textarea,
.moh-form-grid select,
.moh-form-card input,
.moh-form-card textarea,
.moh-form-card select,
.moh-inline-form select,
.moh-settings textarea {
  width: 100%;
  min-height: 43px;
  border: 1px solid #c8dae5;
  border-radius: 4px;
  padding: 11px 12px;
  background: #fff;
  color: var(--moh-ink);
  font: inherit;
  font-weight: 500;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.moh-form-grid textarea,
.moh-form-card textarea,
.moh-settings textarea { min-height: 104px; resize: vertical; }
.moh-form-grid input:focus,
.moh-form-grid textarea:focus,
.moh-form-grid select:focus,
.moh-form-card input:focus,
.moh-form-card textarea:focus,
.moh-form-card select:focus,
.moh-inline-form select:focus,
.moh-settings textarea:focus {
  outline: 0;
  border-color: var(--moh-blue);
  box-shadow: 0 0 0 3px rgba(95, 179, 228, .25);
}
.moh-form-card > label { margin-top: 17px; }
.moh-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.moh-simple-table { display: flex; flex-direction: column; }
.moh-simple-table > div {
  padding: 12px 0;
  border-top: 1px solid var(--moh-line);
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.moh-simple-table > div:first-child { border-top: 0; }
.moh-simple-table strong { color: var(--moh-navy); }
.moh-simple-table span { color: var(--moh-muted); font-size: 12px; }
.moh-editor { margin-top: 16px; }
.moh-editor > summary { list-style: none; width: max-content; }
.moh-settings { margin-top: 20px; max-width: 780px; }
.moh-empty {
  background: #fff;
  border: 1px dashed #bfd3df;
  border-radius: var(--moh-radius);
  padding: 48px;
  text-align: center;
  box-shadow: var(--moh-shadow-small);
}
.moh-empty h2 { color: var(--moh-navy); }
.moh-shell { max-width: 780px; margin: 60px auto; padding: 0 20px; }

/* Timeline */
.moh-timeline { position: relative; padding-left: 25px; }
.moh-timeline::before {
  content: '';
  position: absolute;
  left: 108px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #c8dbe6;
}
.moh-timeline__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 35px;
  margin-bottom: 19px;
  position: relative;
}
.moh-timeline__item::after {
  content: '';
  position: absolute;
  left: 100px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--moh-coral);
  border: 4px solid var(--moh-bg);
}
.moh-timeline__item time { color: var(--moh-muted); font-size: 12px; font-weight: 600; }
.moh-timeline__item div {
  background: #fff;
  border: 1px solid var(--moh-line);
  border-radius: 5px;
  padding: 15px 17px;
  box-shadow: var(--moh-shadow-small);
}
.moh-timeline__item span,
.moh-timeline__item strong,
.moh-timeline__item small { display: block; }
.moh-timeline__item strong { color: var(--moh-navy); }
.moh-timeline__item span,
.moh-timeline__item small { color: var(--moh-muted); }

/* Request wizard */
.moh-request-wizard { max-width: 1080px; }
.moh-step-indicator {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 20px;
}
.moh-step-indicator span {
  padding: 11px 13px;
  background: #e4edf2;
  border-radius: 4px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-step-indicator span.is-active { background: var(--moh-blue); color: #fff; }
.moh-step-indicator span.is-complete { background: var(--moh-soft-blue); color: var(--moh-navy); }
.moh-wizard-step { display: none; }
.moh-wizard-step.is-active { display: block; }
.moh-wizard-step .moh-form-card + .moh-form-card { margin-top: 17px; }
.moh-wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 19px;
}
.moh-wizard-actions .moh-button:last-child { margin-left: auto; }
.moh-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin-top: 19px;
}
.moh-choice-grid label { cursor: pointer; }
.moh-choice-grid input { position: absolute; opacity: 0; }
.moh-choice-grid span {
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid #c8dae5;
  border-radius: 5px;
  background: #fff;
  color: var(--moh-navy);
  font-weight: 700;
  transition: border-color .16s ease, background .16s ease;
}
.moh-choice-grid label:hover span {
  border-color: var(--moh-sky);
  background: var(--moh-soft-sky);

}
.moh-choice-grid input:checked + span {
  border-color: var(--moh-blue);
  background: var(--moh-soft-blue);
  color: var(--moh-navy);
  box-shadow: inset 0 0 0 1px var(--moh-blue);
}
.moh-checkbox { flex-direction: row !important; align-items: center; margin-top: 17px; }
.moh-checkbox input { width: auto !important; min-height: 0 !important; }
.moh-conditional-inline[hidden] { display: none; }
.moh-review {
  display: grid;
  gap: 0;
  margin-top: 21px;
  border: 1px solid var(--moh-line);
  border-radius: 5px;
  overflow: hidden;
}
.moh-review > div {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) 1.5fr;
  gap: 19px;
  padding: 12px 15px;
  border-top: 1px solid var(--moh-line);
}
.moh-review > div:first-child { border-top: 0; }
.moh-review strong { color: var(--moh-blue); }
.moh-confirmation-note {
  margin-top: 19px;
  padding: 14px 16px;
  border-radius: 4px;
  background: var(--moh-warning);
  color: var(--moh-warning-ink);
  font-weight: 600;
}

@media (max-width: 1320px) {
  .moh-metrics { grid-template-columns: repeat(4, minmax(120px, 1fr)); }
  .moh-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .moh-app { grid-template-columns: 1fr; overflow: visible; }
  .moh-sidebar {
    position: relative;
    min-height: auto;
    padding: 18px 20px;
    gap: 16px;
  }
  .moh-brand { justify-content: space-between; }
  .moh-nav {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 3px;
  }
  .moh-nav a { white-space: nowrap; min-height: 42px; }
  .moh-user { display: none; }
  .moh-button--full { width: max-content; }
  .moh-main { padding: 26px 20px 42px; }
  .moh-dashboard-grid,
  .moh-two-column { grid-template-columns: 1fr; }
  .moh-dashboard-grid .moh-panel:first-child { grid-row: auto; }
  .moh-work-row summary { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .moh-page-header { display: block; }
  .moh-page-header .moh-button { margin-top: 16px; }
  .moh-metrics { grid-template-columns: repeat(2, 1fr); }
  .moh-record__body,
  .moh-form-grid { grid-template-columns: 1fr; }
  .moh-span-2 { grid-column: auto; }
  .moh-choice-grid { grid-template-columns: 1fr; }
  .moh-work-row summary { grid-template-columns: 1fr; }
  .moh-record__top { display: block; }
  .moh-record__top .moh-status { margin-top: 11px; }
  .moh-review > div { grid-template-columns: 1fr; gap: 5px; }
  .moh-step-indicator { grid-template-columns: 1fr; }
  .moh-timeline { padding-left: 0; }
  .moh-timeline::before,
  .moh-timeline__item::after { display: none; }
  .moh-timeline__item { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 480px) {
  .moh-main { padding: 22px 14px 34px; }
  .moh-sidebar { padding: 16px 14px; }
  .moh-brand { padding: 0 3px; }
  .moh-metrics { gap: 9px; }
  .moh-metric { min-height: 104px; padding: 15px 14px; }
  .moh-panel,
  .moh-form-card,
  .moh-record,
  .moh-drawer { padding: 18px; }
  .moh-empty { padding: 34px 20px; }
}

/* v0.4 structure guide, tasks and sign-in settings */
.moh-structure-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--moh-line);
  background: #fff;
  margin-bottom: 20px;
}
.moh-structure-guide > div {
  position: relative;
  min-height: 150px;
  padding: 22px 20px;
  border-left: 1px solid var(--moh-line);
}
.moh-structure-guide > div:first-child { border-left: 0; }
.moh-structure-guide span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 13px;
  background: var(--moh-navy);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.moh-structure-guide strong {
  display: block;
  color: var(--moh-navy);
  font-size: 14px;
  line-height: 1.35;
}
.moh-structure-guide p {
  margin: 8px 0 0;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.55;
}

.moh-task-section {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 2px solid var(--moh-line);
}
.moh-task-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 14px;
}
.moh-task-section__header h3 {
  margin: 0;
  color: var(--moh-navy);
  font-size: 17px;
}
.moh-task-section__header p {
  margin: 4px 0 0;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-task-form {
  margin: 12px 0 16px;
  padding: 18px;
  border: 1px solid var(--moh-line);
  background: var(--moh-soft-sky);
}
.moh-task-form.is-collapsed { display: none; }
.moh-task-list {
  border-top: 1px solid var(--moh-line);
}
.moh-task {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid var(--moh-line);
}
.moh-task.is-complete .moh-task__content strong {
  color: var(--moh-muted);
  text-decoration: line-through;
}
.moh-task-toggle button,
.moh-task-toggle.is-readonly {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #aebfca;
  border-radius: 2px;
  background: #fff;
  color: var(--moh-success);
  font-weight: 800;
  cursor: pointer;
}
.moh-task.is-complete .moh-task-toggle button,
.moh-task.is-complete .moh-task-toggle.is-readonly {
  background: var(--moh-success-soft);
  border-color: #91c6a9;
}
.moh-task__content strong {
  display: block;
  color: var(--moh-navy);
  font-size: 14px;
}
.moh-task__content p {
  margin: 8px 0 0;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-task__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 5px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 600;
}
.moh-task-editor > summary {
  color: var(--moh-blue);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.moh-task-editor .moh-task-form {
  min-width: min(720px, 70vw);
}
.moh-divider {
  border: 0;
  border-top: 1px solid var(--moh-line);
  margin: 30px 0;
}
.moh-copy-field {
  margin: 16px 0;
  padding: 14px;
  border: 1px solid var(--moh-line);
  background: var(--moh-soft-blue);
}
.moh-copy-field strong,
.moh-copy-field code { display: block; }
.moh-copy-field code {
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: var(--moh-navy);
}
.moh-text-link {
  color: var(--moh-blue);
  font-weight: 600;
}

@media (min-width: 1321px) {
  .moh-metrics { grid-template-columns: repeat(8, minmax(105px, 1fr)); }
}

@media (max-width: 980px) {
  .moh-structure-guide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moh-structure-guide > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--moh-line); }
  .moh-structure-guide > div:nth-child(4) { border-top: 1px solid var(--moh-line); }
}

@media (max-width: 720px) {
  .moh-structure-guide { grid-template-columns: 1fr; }
  .moh-structure-guide > div,
  .moh-structure-guide > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--moh-line); }
  .moh-structure-guide > div:first-child { border-top: 0; }
  .moh-task-section__header { display: block; }
  .moh-task-section__header .moh-button { margin-top: 12px; }
  .moh-task { grid-template-columns: 32px minmax(0, 1fr); }
  .moh-task-editor { grid-column: 2; }
  .moh-task-editor .moh-task-form { min-width: 0; }
}

/* v0.5 Editions, Deliverables, privacy and hierarchy */
.moh-form-grid select[multiple] {
  min-height: 132px;
  padding: 6px;
}
.moh-form-grid select[multiple] option {
  padding: 7px 8px;
}

.moh-breadcrumb {
  line-height: 1.45;
}

.moh-detail-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 1px solid var(--moh-line);
  background: #fff;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-detail-strip strong { color: var(--moh-navy); }

.moh-privacy-badge {
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  min-height: 26px;
  padding: 4px 8px;
  border: 1px solid #b9cfdb;
  background: var(--moh-soft-blue);
  color: var(--moh-navy) !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.moh-privacy-badge.is-restricted {
  border-color: #e2a6a4;
  background: var(--moh-soft-coral);
  color: var(--moh-danger) !important;
}
.moh-privacy-badge.is-compact {
  min-height: 22px;
  padding: 3px 6px;
  font-size: 12px !important;
}

.moh-task__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.moh-task__title-row > strong { flex: 1 1 240px; }

.moh-hierarchy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.moh-hierarchy details > summary {
  list-style: none;
  cursor: pointer;
}
.moh-hierarchy details > summary::-webkit-details-marker { display: none; }
.moh-hierarchy__program {
  border: 1px solid var(--moh-line);
  background: #fff;
}
.moh-hierarchy__program > summary,
.moh-hierarchy__edition > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.moh-hierarchy__program > summary {
  padding: 16px 18px;
  background: var(--moh-navy);
  color: #fff;
}
.moh-hierarchy__program > summary strong { color: #fff; }
.moh-hierarchy__program > summary > span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
}
.moh-hierarchy__children {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.moh-hierarchy__edition {
  border: 1px solid var(--moh-line);
  background: #f8fbfd;
}
.moh-hierarchy__edition > summary,
.moh-hierarchy__static-title {
  padding: 13px 15px;
  border-bottom: 1px solid var(--moh-line);
  background: var(--moh-soft-blue);
}
.moh-hierarchy__edition > summary > span {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-hierarchy__deliverables {
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.moh-hierarchy__deliverable {
  padding: 12px 0 2px;
  border-top: 1px solid var(--moh-line);
}
.moh-hierarchy__deliverable:first-child { border-top: 0; padding-top: 0; }
.moh-hierarchy__deliverable-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.moh-hierarchy__deliverable-head a {
  display: block;
  color: var(--moh-navy) !important;
  font-weight: 700;
  text-decoration: none !important;
}
.moh-hierarchy__deliverable-head a:hover { color: var(--moh-blue) !important; }
.moh-hierarchy__deliverable-head > span {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-hierarchy__tasks {
  margin: 10px 0 0 18px;
  padding: 0 0 0 15px;
  border-left: 2px solid #cfe0e9;
  list-style: none;
}
.moh-hierarchy__tasks li {
  padding: 7px 0;
}
.moh-hierarchy__tasks strong,
.moh-hierarchy__tasks small { display: block; }
.moh-hierarchy__tasks strong { color: var(--moh-ink); font-size: 12px; }
.moh-hierarchy__tasks small { color: var(--moh-muted); font-size: 12px; margin-top: 2px; }
.moh-level-label {
  display: block;
  margin-bottom: 3px;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.moh-hierarchy__program > summary .moh-level-label { color: var(--moh-sky); }
.moh-hierarchy__static-title strong { color: var(--moh-navy); }

.moh-timeline-intro {
  margin-bottom: 18px;
  padding: 13px 15px;
  border-left: 4px solid var(--moh-blue);
  background: var(--moh-soft-blue);
  color: var(--moh-ink);
}
.moh-timeline-intro p { margin: 0; }
.moh-timeline__item {
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: start;
}
.moh-timeline__item a {
  color: var(--moh-navy) !important;
  text-decoration: none !important;
}
.moh-timeline__item a:hover strong { color: var(--moh-blue); }
.moh-timeline__item.is-involved::after { background: var(--moh-blue); }
.moh-timeline__item.is-summary-only::after { background: var(--moh-coral); }
.moh-timeline__item > .moh-privacy-badge { margin-top: 4px; }

.moh-unscheduled { margin-top: 28px; }
.moh-unscheduled__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid var(--moh-line);
}
.moh-unscheduled__item:first-child { border-top: 0; }
.moh-unscheduled__item span,
.moh-unscheduled__item strong,
.moh-unscheduled__item small { display: block; }
.moh-unscheduled__item span,
.moh-unscheduled__item small { color: var(--moh-muted); font-size: 12px; }
.moh-unscheduled__item strong { color: var(--moh-navy); margin: 2px 0; }
.moh-unscheduled__item a { text-decoration: none !important; }

@media (max-width: 720px) {
  .moh-timeline__item { grid-template-columns: 1fr; }
  .moh-timeline__item > .moh-privacy-badge { margin-top: 0; }
  .moh-hierarchy__program > summary,
  .moh-hierarchy__edition > summary,
  .moh-hierarchy__deliverable-head,
  .moh-unscheduled__item { display: block; }
  .moh-hierarchy__program > summary > span,
  .moh-hierarchy__edition > summary > span,
  .moh-hierarchy__deliverable-head > span { display: block; margin-top: 5px; }
}

/* Flexible request intake */
.moh-request-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-bottom: 20px;
}
.moh-request-mode button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 76px;
  padding: 15px 17px;
  border: 1px solid #bdd1dd;
  border-radius: 4px;
  background: #fff;
  color: var(--moh-navy);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.moh-request-mode button:hover { border-color: var(--moh-sky); background: var(--moh-soft-sky); }
.moh-request-mode button.is-active { border-color: var(--moh-blue); box-shadow: inset 0 0 0 1px var(--moh-blue); background: var(--moh-soft-blue); }
.moh-request-mode button strong { font-size: 15px; }
.moh-request-mode button span { color: var(--moh-muted); font-size: 12px; font-weight: 500; }
.moh-quick-request-form { max-width: 900px; }
.moh-optional-request-details {
  margin: 18px 0;
  border-top: 1px solid var(--moh-line);
  border-bottom: 1px solid var(--moh-line);
  padding: 12px 0;
}
.moh-optional-request-details > summary {
  color: var(--moh-blue);
  font-weight: 700;
  cursor: pointer;
}
.moh-optional-request-details[open] > summary { margin-bottom: 16px; }

/* Shared Deliverable discussion */
.moh-public-details {
  margin: 16px 0;
  padding: 14px 16px;
  border-left: 4px solid var(--moh-sky);
  background: #fff;
}
.moh-public-details h3 { margin: 0 0 6px; color: var(--moh-navy); font-size: 14px; }
.moh-public-details p { margin: 0; color: var(--moh-ink); }
.moh-discussion-overview { margin-bottom: 20px; }
.moh-discussion-section { margin-top: 20px; }
.moh-discussion-form.is-collapsed { display: none; }
.moh-discussion-form {
  margin: 14px 0 20px;
  padding: 16px;
  border: 1px solid var(--moh-line);
  background: #f8fbfd;
}
.moh-proposal-fields {
  padding: 14px;
  border-left: 4px solid var(--moh-coral);
  background: #fff;
}
.moh-discussion-list { display: flex; flex-direction: column; gap: 14px; }
.moh-discussion-entry {
  padding: 16px;
  border: 1px solid var(--moh-line);
  border-left: 4px solid var(--moh-blue);
  background: #fff;
}
.moh-discussion-entry--proposal { border-left-color: var(--moh-coral); }
.moh-discussion-entry--decision { border-left-color: var(--moh-navy); background: #f4f8fa; }
.moh-discussion-entry--update { border-left-color: var(--moh-sky); }
.moh-discussion-entry--reply { border-left-color: #a9beca; }
.moh-discussion-entry__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.moh-discussion-entry__head h3 { margin: 4px 0 0; color: var(--moh-navy); font-size: 16px; }
.moh-discussion-type {
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.moh-discussion-entry__meta { margin: 7px 0 10px; color: var(--moh-muted); font-size: 12px; }
.moh-discussion-entry > p { margin: 0; color: var(--moh-ink); }
.moh-discussion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 13px;
}
.moh-inline-action { display: inline; margin: 0; }
.moh-text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--moh-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.moh-text-button:hover { text-decoration: underline; }
.moh-text-button.is-secondary { color: var(--moh-coral); }
.moh-discussion-replies {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 0 22px;
  padding-left: 14px;
  border-left: 2px solid #d5e2e9;
}
.moh-proposal-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.moh-proposal-comparison > div {
  padding: 12px;
  border: 1px solid var(--moh-line);
  background: #f8fbfd;
}
.moh-proposal-comparison span { display: block; margin-bottom: 5px; color: var(--moh-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.moh-proposal-comparison strong { color: var(--moh-navy); }
.moh-proposal-comparison p { margin: 0; color: var(--moh-ink); }

@media (max-width: 720px) {
  .moh-request-mode,
  .moh-proposal-comparison { grid-template-columns: 1fr; }
  .moh-discussion-entry__head { display: block; }
  .moh-discussion-entry__head .moh-status { display: inline-block; margin-top: 8px; }
  .moh-discussion-replies { margin-left: 8px; padding-left: 10px; }
}
.moh-app [hidden] { display: none !important; }

@media (max-width: 720px) {
  .moh-request-actions { align-items: stretch; }
  .moh-request-action-detail > summary,
  .moh-request-actions > form .moh-button { width: 100%; }
  .moh-request-state { flex-basis: 100%; margin-right: 0; }
}

/* v0.7 simplified Deliverables and Schedule */
.moh-request-actions { align-items: center; }
.moh-request-action-detail > summary,
.moh-request-actions > form .moh-button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; }

.moh-deliverable-list {
  border-top: 1px solid var(--moh-line);
  border-bottom: 1px solid var(--moh-line);
  background: #fff;
}
.moh-deliverable-list__head,
.moh-deliverable-list__row {
  display: grid;
  grid-template-columns: minmax(250px, 2fr) minmax(105px, .75fr) 115px minmax(120px, .8fr) minmax(125px, .9fr);
  gap: 16px;
  align-items: center;
}
.moh-deliverable-list__head {
  padding: 10px 16px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #f4f8fa;
}
.moh-deliverable-list__row {
  padding: 16px;
  color: var(--moh-ink) !important;
  text-decoration: none !important;
  border-top: 1px solid var(--moh-line);
}
.moh-deliverable-list__head + .moh-deliverable-list__row { border-top: 0; }
.moh-deliverable-list__row:hover { background: var(--moh-soft-sky); }
.moh-deliverable-list__row > span:not(.moh-deliverable-list__title) { color: var(--moh-muted); font-size: 12px; }
.moh-deliverable-list__title { min-width: 0; }
.moh-deliverable-list__title strong,
.moh-deliverable-list__title small { display: block; }
.moh-deliverable-list__title strong { color: var(--moh-navy); font-size: 14px; }
.moh-deliverable-list__title small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }
.moh-deliverable-list__title .moh-status { display: inline-block; margin-top: 7px; font-style: normal; }
.moh-deliverable-list__attention { color: var(--moh-coral) !important; font-weight: 700; }

.moh-back-link {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--moh-blue) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}
.moh-deliverable-detail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
}
.moh-deliverable-detail__header h2 { margin: 5px 0 8px !important; color: var(--moh-navy); font-size: 27px; }
.moh-deliverable-summary-line { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }
.moh-deliverable-summary-line > span:not(.moh-status) { color: var(--moh-muted); font-size: 12px; }
.moh-deliverable-summary-line > span:not(.moh-status)::before { content: '•'; margin-right: 8px; color: #9db1bd; }
.moh-deliverable-summary-line .is-attention { color: var(--moh-coral) !important; font-weight: 700; }
.moh-detail-tabs {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  border-bottom: 1px solid var(--moh-line);
}
.moh-detail-tabs a {
  flex: 0 0 auto;
  padding: 12px 0 10px;
  border-bottom: 3px solid transparent;
  color: var(--moh-muted) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}
.moh-detail-tabs a:hover { color: var(--moh-blue) !important; }
.moh-detail-tabs a.is-active { border-bottom-color: var(--moh-blue); color: var(--moh-navy) !important; }
.moh-detail-tab-panel { padding: 23px 0 5px; }
.moh-deliverable-editor {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid var(--moh-line);
  background: #f8fbfd;
}
.moh-deliverable-editor > .moh-drawer { display: block; }
.moh-overview-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, .75fr); gap: 32px; }
.moh-overview-main h3 { margin: 0 0 8px; color: var(--moh-navy); font-size: 15px; }
.moh-overview-main p { margin: 0; }
.moh-overview-facts { border-left: 1px solid var(--moh-line); padding-left: 24px; }
.moh-overview-facts dl { margin: 0; }
.moh-overview-facts dl > div { padding: 8px 0; border-top: 1px solid var(--moh-line); }
.moh-overview-facts dl > div:first-child { padding-top: 0; border-top: 0; }
.moh-overview-facts dt { color: var(--moh-muted); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.moh-overview-facts dd { margin: 3px 0 0; color: var(--moh-ink); font-size: 12px; }
.moh-internal-notes { margin-top: 24px; border-top: 1px solid var(--moh-line); padding-top: 14px; }
.moh-internal-notes > summary { color: var(--moh-blue); font-size: 12px; font-weight: 700; cursor: pointer; }
.moh-internal-notes p { margin-bottom: 0; }
.moh-empty--small { padding: 28px; }

.moh-activity-list { border-top: 1px solid var(--moh-line); }
.moh-activity-item { display: grid; grid-template-columns: 12px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--moh-line); }
.moh-activity-dot { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: var(--moh-blue); }
.moh-activity-item strong,
.moh-activity-item small { display: block; }
.moh-activity-item strong { color: var(--moh-navy); font-size: 13px; }
.moh-activity-item small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }

.moh-schedule-toolbar { display: flex; justify-content: space-between; gap: 18px; align-items: flex-end; flex-wrap: wrap; margin-bottom: 16px; }
.moh-view-toggle { display: inline-flex; border: 1px solid var(--moh-line); background: #fff; }
.moh-view-toggle a { min-width: 92px; padding: 10px 15px; color: var(--moh-muted) !important; font-size: 12px; font-weight: 700; text-align: center; text-decoration: none !important; }
.moh-view-toggle a + a { border-left: 1px solid var(--moh-line); }
.moh-view-toggle a.is-active { background: var(--moh-navy); color: #fff !important; }
.moh-schedule-filters { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.moh-schedule-filters label { display: flex; flex-direction: column; gap: 4px; color: var(--moh-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.moh-schedule-filters select { min-height: 39px; min-width: 145px; padding: 8px 10px; border: 1px solid #c8dae5; border-radius: 4px; background: #fff; color: var(--moh-ink); font: inherit; font-size: 12px; text-transform: none; letter-spacing: 0; }
.moh-schedule-filters .moh-button { min-height: 39px; }
.moh-timeline__item div em { display: block; margin-top: 6px; color: var(--moh-coral); font-size: 12px; font-style: normal; font-weight: 700; }

.moh-calendar-nav { display: flex; justify-content: center; align-items: center; gap: 22px; margin: 10px 0 14px; }
.moh-calendar-nav h2 { min-width: 190px; margin: 0 !important; color: var(--moh-navy); font-size: 18px; text-align: center; }
.moh-calendar-nav a { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; border: 1px solid var(--moh-line); color: var(--moh-blue) !important; text-decoration: none !important; background: #fff; }
.moh-calendar-scroll { overflow-x: auto; border: 1px solid var(--moh-line); background: #fff; }
.moh-calendar { display: grid; grid-template-columns: repeat(7, minmax(110px, 1fr)); min-width: 770px; }
.moh-calendar__weekday { padding: 9px; border-right: 1px solid var(--moh-line); border-bottom: 1px solid var(--moh-line); background: #f4f8fa; color: var(--moh-muted); font-size: 12px; font-weight: 800; text-align: center; text-transform: uppercase; }
.moh-calendar__weekday:nth-child(7) { border-right: 0; }
.moh-calendar__day { min-height: 125px; padding: 8px; border-right: 1px solid var(--moh-line); border-bottom: 1px solid var(--moh-line); }
.moh-calendar__day:nth-child(7n) { border-right: 0; }
.moh-calendar__day.is-outside { background: #f7fafb; }
.moh-calendar__day.is-today { box-shadow: inset 0 0 0 2px var(--moh-blue); }
.moh-calendar__date { display: block; margin-bottom: 6px; color: var(--moh-muted); font-size: 12px; font-weight: 700; }
.moh-calendar__items { display: flex; flex-direction: column; gap: 5px; }
.moh-calendar__items a { display: block; padding: 5px 6px; border-left: 3px solid var(--moh-coral); background: var(--moh-soft-coral); color: var(--moh-ink) !important; font-size: 12px; font-weight: 600; line-height: 1.25; text-decoration: none !important; }
.moh-calendar__items a.is-involved { border-left-color: var(--moh-blue); background: var(--moh-soft-blue); }
.moh-calendar__items a span { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; margin-right: 4px; background: #fff; color: var(--moh-navy); font-size: 12px; font-weight: 800; }
.moh-calendar__items small { color: var(--moh-muted); font-size: 12px; }
.moh-calendar-key { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 10px 0 0; color: var(--moh-muted); font-size: 12px; }
.moh-calendar-key span { display: inline-flex; align-items: center; gap: 4px; }
.moh-calendar-key b { color: var(--moh-navy); }

@media (max-width: 960px) {
  .moh-deliverable-list__head { display: none; }
  .moh-deliverable-list__row { grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(100px, .7fr)); }
  .moh-deliverable-list__row > span:nth-child(4),
  .moh-deliverable-list__row > span:nth-child(5) { margin-top: 3px; }
}

@media (max-width: 720px) {
  .moh-deliverable-list__row { display: block; padding: 15px; }
  .moh-deliverable-list__row > span:not(.moh-deliverable-list__title) { display: flex; gap: 8px; margin-top: 8px; }
  .moh-deliverable-list__row > span:not(.moh-deliverable-list__title)::before { content: attr(data-label) ':'; min-width: 70px; color: var(--moh-navy); font-weight: 700; }
  .moh-deliverable-detail__header { display: block; }
  .moh-deliverable-detail__header .moh-button { margin-top: 14px; }
  .moh-deliverable-summary-line > span:not(.moh-status)::before { display: none; }
  .moh-overview-grid { grid-template-columns: 1fr; }
  .moh-overview-facts { border-left: 0; border-top: 1px solid var(--moh-line); padding: 18px 0 0; }
  .moh-detail-tabs { gap: 18px; }
  .moh-schedule-toolbar { align-items: stretch; }
  .moh-view-toggle { width: 100%; }
  .moh-view-toggle a { flex: 1; }
  .moh-schedule-filters { width: 100%; }
  .moh-schedule-filters label { flex: 1 1 145px; }
  .moh-schedule-filters select { width: 100%; }
  .moh-schedule-filters .moh-button { width: 100%; }
}

/* v0.8 Work types, independent Cycle timelines and simpler Task flags */
.moh-work-type {
  display: inline-block;
  margin: 0 0 4px;
  color: var(--moh-sky);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.moh-hierarchy__program > summary .moh-work-type { color: var(--moh-sky); }
.moh-hierarchy__edition > summary small {
  display: block;
  margin-top: 3px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 500;
}
.moh-cycle-body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
  gap: 0;
  background: #fff;
}
.moh-cycle-timeline,
.moh-cycle-linked-work { padding: 17px; }
.moh-cycle-linked-work { border-left: 1px solid var(--moh-line); background: #fbfdfe; }
.moh-cycle-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
.moh-cycle-section-heading h3 { margin: 0 0 3px; color: var(--moh-navy); font-size: 14px; }
.moh-cycle-section-heading p { margin: 0; color: var(--moh-muted); font-size: 12px; }
.moh-milestone-form { margin: 12px 0 16px; padding: 14px; border: 1px solid var(--moh-line); background: var(--moh-soft-sky); }
.moh-milestone-form.is-collapsed { display: none; }
.moh-cycle-milestones { margin: 0; padding: 0; list-style: none; }
.moh-cycle-milestones li {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px solid var(--moh-line);
}
.moh-cycle-milestones li:first-child { border-top: 0; }
.moh-cycle-milestones time { color: var(--moh-blue); font-size: 12px; font-weight: 700; }
.moh-cycle-milestones strong { color: var(--moh-navy); font-size: 12px; }
.moh-cycle-milestones p { margin: 3px 0 0; color: var(--moh-muted); font-size: 12px; }
.moh-cycle-milestones li.is-complete strong { text-decoration: line-through; color: var(--moh-muted); }
.moh-milestone-complete { color: var(--moh-success); font-weight: 800; }
.moh-milestone-editor > summary { color: var(--moh-blue); font-size: 12px; font-weight: 700; cursor: pointer; }
.moh-milestone-editor .moh-milestone-form { min-width: 480px; margin-top: 8px; }
.moh-work-standalone { border: 1px solid var(--moh-line); background: #fff; }
.moh-linked-deliverable {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid var(--moh-line);
  color: var(--moh-ink) !important;
  text-decoration: none !important;
}
.moh-linked-deliverable:first-child { border-top: 0; }
.moh-linked-deliverable strong,
.moh-linked-deliverable small { display: block; }
.moh-linked-deliverable strong { color: var(--moh-navy); font-size: 12px; }
.moh-linked-deliverable small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; }
.moh-linked-deliverable em { color: var(--moh-muted); font-size: 12px; font-style: normal; font-weight: 700; }
.moh-linked-deliverable:hover strong { color: var(--moh-blue); }

.moh-cycle-schedule { display: flex; flex-direction: column; gap: 18px; }
.moh-cycle-schedule-card { border: 1px solid var(--moh-line); background: #fff; }
.moh-cycle-schedule-card > header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding: 16px 18px;
  border-bottom: 1px solid var(--moh-line);
  background: var(--moh-soft-blue);
}
.moh-cycle-schedule-card > header small { display: block; color: var(--moh-muted); font-size: 12px; font-weight: 700; }
.moh-cycle-schedule-card > header h2 { margin: 3px 0 2px !important; color: var(--moh-navy); font-size: 18px; }
.moh-cycle-schedule-card > header p { margin: 0; color: var(--moh-muted); font-size: 12px; }
.moh-cycle-schedule-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
.moh-cycle-schedule-grid > div { padding: 16px 18px; }
.moh-cycle-schedule-grid > div + div { border-left: 1px solid var(--moh-line); background: #fbfdfe; }
.moh-cycle-schedule-grid h3 { margin: 0 0 10px; color: var(--moh-navy); font-size: 13px; }
.moh-cycle-milestones--compact li { grid-template-columns: 95px minmax(0, 1fr) auto; padding: 8px 0; }
.moh-cycle-schedule-deliverables { display: flex; flex-direction: column; }
.moh-cycle-schedule-deliverables a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid var(--moh-line);
  color: var(--moh-ink) !important;
  text-decoration: none !important;
}
.moh-cycle-schedule-deliverables a:first-child { border-top: 0; }
.moh-cycle-schedule-deliverables strong,
.moh-cycle-schedule-deliverables small { display: block; }
.moh-cycle-schedule-deliverables strong { color: var(--moh-navy); font-size: 12px; }
.moh-cycle-schedule-deliverables small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; }
.moh-cycle-schedule-deliverables em { color: var(--moh-danger); font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; }

@media (max-width: 900px) {
  .moh-cycle-body,
  .moh-cycle-schedule-grid { grid-template-columns: 1fr; }
  .moh-cycle-linked-work,
  .moh-cycle-schedule-grid > div + div { border-left: 0; border-top: 1px solid var(--moh-line); }
}

@media (max-width: 720px) {
  .moh-cycle-section-heading,
  .moh-cycle-schedule-card > header,
  .moh-linked-deliverable { display: block; }
  .moh-cycle-section-heading .moh-button { margin-top: 10px; }
  .moh-cycle-milestones li,
  .moh-cycle-milestones--compact li { grid-template-columns: 1fr auto; }
  .moh-cycle-milestones time { grid-column: 1 / -1; }
  .moh-milestone-editor .moh-milestone-form { min-width: 0; }
  .moh-linked-deliverable em { display: block; margin-top: 4px; }
}


.moh-inline-editor {
  margin: 0 0 18px;
  border-bottom: 1px solid var(--moh-line);
  padding-bottom: 14px;
}

.moh-inline-editor > summary {
  width: max-content;
  cursor: pointer;
  color: var(--moh-blue);
  font-weight: 700;
  font-size: 0.86rem;
}

.moh-inline-editor > form {
  margin-top: 12px;
}

.moh-inline-editor--cycle {
  margin: 0;
  padding: 12px 18px;
  background: var(--moh-soft-sky);
}

/* v0.9 Airtable import preview */
.moh-notice.is-warning {
  background: var(--moh-warning);
  border-color: #e4d39c;
  color: var(--moh-warning-ink);
}
.moh-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--moh-line);
  border-radius: 4px;
  background: #fff;
}
.moh-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.moh-table th,
.moh-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--moh-line);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}
.moh-table th {
  background: #eef4f7;
  color: var(--moh-navy);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.moh-table tr:last-child td { border-bottom: 0; }
.moh-import-table select {
  min-width: 132px;
  padding: 8px 30px 8px 9px !important;
}
.moh-badge {
  display: inline-block;
  margin: 0 5px 4px 0;
  padding: 4px 7px;
  border-radius: 3px;
  background: var(--moh-soft-blue);
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.moh-badge.is-warning {
  background: var(--moh-warning);
  color: var(--moh-warning-ink);
}
.moh-checkbox--compact { margin: 0 !important; }
.moh-checkbox--compact span { margin: 0; }
.moh-import-safety {
  padding: 14px 16px;
  border-left: 4px solid var(--moh-sky);
  background: var(--moh-soft-sky);
}
.moh-import-safety p { margin: 5px 0 0; }
.moh-import-metrics { grid-template-columns: repeat(5, minmax(115px, 1fr)); }
.moh-import-metrics .moh-metric,
.moh-import-result .moh-metric { min-height: 98px; }
.moh-import-approve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.moh-import-approve h2 { margin: 0 0 4px; }
.moh-import-clear { margin-top: -7px; }
.moh-panel details > summary {
  cursor: pointer;
  color: var(--moh-navy);
  padding: 2px 0 14px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 980px) {
  .moh-import-metrics { grid-template-columns: repeat(3, minmax(110px, 1fr)); }
}
@media (max-width: 720px) {
  .moh-import-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moh-import-approve { display: block; }
  .moh-import-approve .moh-button { margin-top: 14px; }
}

/* v0.10 completed work, structure administration and Chamber events */
.moh-toolbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.moh-completed-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.moh-completed-toggle .moh-checkbox { margin: 0; }
.moh-button--small {
  min-height: 34px;
  padding: 7px 10px !important;
  font-size: 12px !important;
}
.moh-hidden-completed-note {
  margin: -4px 0 12px;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-deliverable-list__row.is-complete { opacity: .72; }
.moh-deliverable-list__row.is-complete .moh-deliverable-list__title > strong { text-decoration: line-through; }

.moh-work-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}
.moh-work-heading .moh-work-type {
  flex: 0 0 auto;
  margin: 0;
}
.moh-work-heading > strong,
.moh-work-heading > small {
  min-width: 0;
}
.moh-hierarchy__program > summary .moh-work-heading > strong { color: #fff; }

.moh-completed-metrics { grid-template-columns: repeat(4, minmax(130px, 1fr)); }
.moh-completed-metrics .moh-metric.is-active {
  border-color: var(--moh-blue);
  box-shadow: inset 0 0 0 1px var(--moh-blue);
}
.moh-completed-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 12px;
  align-items: end;
}
.moh-completed-filters label {
  margin: 0;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
}
.moh-completed-filters select,
.moh-completed-filters input { width: 100%; margin-top: 5px; }
.moh-completed-search { grid-column: span 2; }
.moh-completed-groups { display: flex; flex-direction: column; gap: 26px; }
.moh-completed-group > h2 {
  margin: 0 0 10px;
  color: var(--moh-navy);
  font-size: 16px;
}
.moh-completed-list,
.moh-completed-compact-list { border-top: 1px solid var(--moh-line); }
.moh-completed-list > a,
.moh-completed-compact-list > a {
  display: grid;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--moh-line);
  color: inherit !important;
  text-decoration: none !important;
}
.moh-completed-list > a { grid-template-columns: minmax(260px, 1fr) minmax(150px, .45fr) auto; }
.moh-completed-compact-list > a { grid-template-columns: minmax(0, 1fr) auto; }
.moh-completed-list strong,
.moh-completed-compact-list strong { display: block; color: var(--moh-navy); }
.moh-completed-list small,
.moh-completed-compact-list small,
.moh-completed-list__tasks,
.moh-completed-list time,
.moh-completed-compact-list time { color: var(--moh-muted); font-size: 12px; }
.moh-completed-list time,
.moh-completed-compact-list time { white-space: nowrap; }
.moh-recent-completed { margin-top: 20px; }

.moh-structure-tabs { margin-bottom: 20px; }
.moh-structure-editor { margin-bottom: 20px; }
.moh-structure-table td > small {
  display: block;
  margin-top: 4px;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.4;
}
.moh-structure-actions {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  white-space: nowrap;
}
.moh-duplicate-cycle { position: relative; }
.moh-duplicate-cycle > summary {
  padding: 0 !important;
  color: var(--moh-blue) !important;
  font-size: 12px;
  font-weight: 700;
}
.moh-duplicate-cycle-form {
  width: min(330px, 72vw);
  margin-top: 9px;
  padding: 14px;
  border: 1px solid var(--moh-line);
  background: #fff;
}
.moh-duplicate-cycle-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
}
.moh-duplicate-cycle-form input { width: 100%; margin-top: 4px; }

.moh-calendar__items a > span {
  flex: 0 0 auto;
  margin-right: 4px;
}

@media (max-width: 1050px) {
  .moh-completed-filters { grid-template-columns: repeat(2, minmax(150px, 1fr)); }
  .moh-completed-search { grid-column: span 1; }
}
@media (max-width: 760px) {
  .moh-completed-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moh-completed-filters { grid-template-columns: 1fr; }
  .moh-completed-list > a { grid-template-columns: 1fr; gap: 5px; }
  .moh-completed-list time { white-space: normal; }
  .moh-toolbar__actions { width: 100%; justify-content: flex-start; }
  .moh-completed-toggle { width: 100%; }
}

/* Metricool integration */
.moh-integration-panel {
    max-width: none;
}

.moh-integration-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.moh-integration-actions form {
    margin: 0;
}

.moh-integration-status {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--moh-line);
}

.moh-integration-status strong {
    min-width: 120px;
    color: var(--moh-navy);
}

.moh-integration-status.is-error strong {
    color: var(--moh-coral);
}

/* v0.12 schedule views and Metricool calendar detail */
.moh-checkbox-stack {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.moh-schedule-sync {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -4px 0 14px;
  padding: 8px 0;
  border-bottom: 1px solid var(--moh-line);
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-schedule-sync strong { color: var(--moh-navy); }
.moh-schedule-sync.is-error { color: var(--moh-danger); }
.moh-schedule-sync form { margin: 0; }
.moh-text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--moh-blue);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.moh-text-button:hover { text-decoration: underline; }

.moh-calendar__date {
  width: max-content;
  color: var(--moh-muted) !important;
  text-decoration: none !important;
}
.moh-calendar__date:hover { color: var(--moh-blue) !important; }
.moh-calendar__items .moh-calendar-item {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  padding: 5px 6px;
  border-left: 3px solid var(--moh-coral);
  background: var(--moh-soft-coral);
  color: var(--moh-ink) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none !important;
}
.moh-calendar__items .moh-calendar-item.is-involved { border-left-color: var(--moh-blue); background: var(--moh-soft-blue); }
.moh-calendar__items .moh-calendar-item--social { background: #fbf3f3; }
.moh-calendar__items .moh-calendar-item__icon {
  display: inline-flex;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 800;
}
.moh-calendar-item__text { min-width: 0; }
.moh-calendar-item__text small {
  display: block;
  margin-top: 2px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 600;
}
.moh-calendar__items .moh-calendar-more {
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: var(--moh-muted) !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}
.moh-calendar__items .moh-calendar-more:hover { color: var(--moh-blue) !important; }

.moh-week-scroll {
  overflow-x: auto;
  border: 1px solid var(--moh-line);
  background: #fff;
}
.moh-week {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  min-width: 1050px;
}
.moh-week__day {
  min-height: 390px;
  border-right: 1px solid var(--moh-line);
}
.moh-week__day:last-child { border-right: 0; }
.moh-week__day.is-today { box-shadow: inset 0 3px 0 var(--moh-blue); }
.moh-week__day > header {
  padding: 10px;
  border-bottom: 1px solid var(--moh-line);
  background: #f4f8fa;
}
.moh-week__day > header a { display: flex; justify-content: space-between; gap: 8px; color: var(--moh-navy) !important; text-decoration: none !important; }
.moh-week__day > header span { color: var(--moh-muted); font-size: 12px; }
.moh-week__items { display: flex; flex-direction: column; gap: 6px; padding: 8px; }
.moh-week__empty { color: var(--moh-muted); font-size: 12px; }
.moh-week-item {
  display: block;
  padding: 7px 8px;
  border-left: 3px solid var(--moh-coral);
  background: var(--moh-soft-coral);
  color: var(--moh-ink) !important;
  text-decoration: none !important;
}
.moh-week-item--social { background: #fbf3f3; }
.moh-week-item--deliverable,
.moh-week-item--task { border-left-color: var(--moh-blue); background: var(--moh-soft-blue); }
.moh-week-item__top { display: flex; justify-content: space-between; gap: 6px; margin-bottom: 4px; color: var(--moh-muted); font-size: 12px; }
.moh-week-item__top b { color: var(--moh-navy); }
.moh-week-item > strong { display: block; color: var(--moh-navy); font-size: 12px; line-height: 1.3; }
.moh-week-item > small { display: block; margin-top: 4px; color: var(--moh-muted); font-size: 12px; }

.moh-day-agenda { border-top: 1px solid var(--moh-line); }
.moh-day-section > h3 { margin: 18px 0 8px; color: var(--moh-navy); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.moh-day-item {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--moh-line);
  color: inherit !important;
  text-decoration: none !important;
}
.moh-day-item__when { display: flex; gap: 8px; align-items: center; color: var(--moh-muted); font-size: 12px; }
.moh-day-item__when > span { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; background: var(--moh-soft-blue); color: var(--moh-navy); font-size: 12px; font-weight: 800; }
.moh-day-item--social .moh-day-item__when > span { background: #fbf3f3; }
.moh-day-item__body strong { display: block; color: var(--moh-navy); font-size: 14px; }
.moh-day-item__body p { margin: 3px 0; color: var(--moh-muted); font-size: 12px; }
.moh-day-item__body > small { color: var(--moh-muted); font-size: 12px; }
.moh-source-label { color: var(--moh-blue); font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.moh-attention-badge { color: var(--moh-coral); font-weight: 800; }

.moh-social-detail { margin-bottom: 18px; }
.moh-social-detail .moh-source-label { display: block; margin-bottom: 5px; }
.moh-social-detail__copy {
  padding: 14px 0;
  border-top: 1px solid var(--moh-line);
  border-bottom: 1px solid var(--moh-line);
  color: var(--moh-ink);
  font-size: 13px;
  line-height: 1.55;
  white-space: normal;
}
.moh-detail-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 14px 0; }
.moh-detail-list div { min-width: 0; }
.moh-detail-list dt { color: var(--moh-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.moh-detail-list dd { margin: 3px 0 0; color: var(--moh-navy); font-size: 12px; }
.moh-social-versions { margin: 12px 0; border-top: 1px solid var(--moh-line); padding-top: 10px; }
.moh-social-versions > summary { padding-bottom: 6px !important; }
.moh-social-versions > div { padding: 9px 0; border-top: 1px solid var(--moh-line); }
.moh-social-versions strong { color: var(--moh-navy); font-size: 12px; }
.moh-social-versions p { margin: 4px 0 0; color: var(--moh-muted); font-size: 12px; }
.moh-social-media { margin: 12px 0; }
.moh-social-media > strong { color: var(--moh-navy); font-size: 12px; }
.moh-social-media__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.moh-social-media__links a { color: var(--moh-blue) !important; font-size: 12px; font-weight: 700; }
.moh-social-detail__actions { display: flex; gap: 10px; margin: 14px 0; }
.moh-social-connect { margin-top: 14px; border-top: 1px solid var(--moh-line); padding-top: 12px; }

@media (max-width: 760px) {
  .moh-schedule-sync { align-items: flex-start; }
  .moh-day-item { grid-template-columns: 1fr; gap: 6px; }
  .moh-detail-list { grid-template-columns: 1fr; }
}
.moh-calendar__items .moh-calendar-item__text {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.moh-calendar__items .moh-calendar-item__text { flex: 1 1 auto; }


/* COMMS v0.13 analytics */
.moh-analytics-toolbar form {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
}
.moh-analytics-toolbar label {
    min-width: 150px;
}
.moh-analytics-custom-date { min-width: 155px; }
.moh-analytics-resolved-range {
    align-self: center;
    color: var(--moh-muted, #66727f);
    font-size: .88rem;
    font-weight: 600;
    white-space: nowrap;
    padding-bottom: 8px;
}
.moh-analytics-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}
.moh-analytics-metric {
    border: 1px solid var(--moh-border, #d8dee5);
    background: #fff;
    padding: 16px;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.moh-analytics-metric span { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--moh-muted, #66727f); }
.moh-analytics-metric strong { font-size: 1.8rem; line-height: 1; color: #0B3B60; }
.moh-analytics-metric small { color: var(--moh-muted, #66727f); line-height: 1.35; }
.moh-analytics-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 18px;
    align-items: start;
}
.moh-analytics-table th:not(:first-child), .moh-analytics-table td:not(:first-child) { text-align: right; }
.moh-analytics-posts { display: grid; }
.moh-analytics-post { padding: 15px 0; border-top: 1px solid var(--moh-border, #d8dee5); }
.moh-analytics-post:first-child { border-top: 0; padding-top: 0; }
.moh-analytics-post p { margin: 8px 0; line-height: 1.45; }
.moh-analytics-post__meta, .moh-analytics-post__stats { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; }
.moh-analytics-post__meta { color: var(--moh-muted, #66727f); font-size: .86rem; }
.moh-analytics-post__stats { font-size: .84rem; color: #334155; margin-bottom: 8px; }
.moh-analytics-post__stats span + span::before { content: '•'; margin-right: 12px; color: #94a3b8; }
.moh-analytics-footnote { margin-top: 18px; }
@media (max-width: 1100px) {
    .moh-analytics-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .moh-analytics-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .moh-analytics-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .moh-analytics-toolbar form { align-items: stretch; }
    .moh-analytics-toolbar label, .moh-analytics-custom-date { width: 100%; min-width: 0; }
}


.moh-inline-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.moh-label-note {
    font-size: 0.78em;
    font-weight: 500;
    color: var(--moh-muted, #5f7488);
}

/* COMMS v0.13.7 Metricool timeline analytics diagnostics */
.moh-analytics-diagnostic {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--moh-line);
}
.moh-analytics-diagnostic__header {
  margin-bottom: 12px;
}
.moh-diagnostic-brand {
  border-top: 1px solid var(--moh-line);
}
.moh-diagnostic-brand:last-of-type {
  border-bottom: 1px solid var(--moh-line);
}
.moh-diagnostic-brand summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  cursor: pointer;
  color: var(--moh-ink);
}
.moh-diagnostic-brand summary span {
  color: var(--moh-muted);
  font-size: .86rem;
  font-weight: 500;
}
.moh-diagnostic-brand__body {
  padding: 0 0 18px;
}
.moh-diagnostic-metrics {
  display: grid;
  gap: 5px;
  margin: 0 0 12px;
}
.moh-diagnostic-metrics code {
  white-space: normal;
  overflow-wrap: anywhere;
  color: var(--moh-muted);
}
.moh-diagnostic-table th,
.moh-diagnostic-table td {
  vertical-align: top;
  text-align: left !important;
}
.moh-diagnostic-table code {
  white-space: nowrap;
}
.moh-diagnostic-copy {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}
.moh-diagnostic-copy textarea {
  width: 100%;
  min-height: 230px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.45;
  resize: vertical;
}

/* COMMS v0.14.0 production analytics metrics */
.moh-analytics-metrics {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.moh-analytics-metric--network {
  min-height: 150px;
}
.moh-period-metrics {
  display: grid;
  gap: 10px;
  margin: 2px 0 4px;
}
.moh-period-metric {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
}
.moh-period-metric strong {
  font-size: 1.7rem;
}
.moh-period-metric em {
  color: var(--moh-muted, #66727f);
  font-size: .86rem;
  font-style: normal;
  font-weight: 600;
}
.moh-table-metric-list {
  display: grid;
  gap: 3px;
  justify-items: end;
}
.moh-table-metric-list span {
  white-space: nowrap;
}
@media (max-width: 700px) {
  .moh-analytics-metrics { grid-template-columns: 1fr; }
}

/* COMMS v0.15.0 Google Analytics */
.moh-analytics-tabs {
  margin-bottom: 18px;
}
.moh-ga4-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}
.moh-ga4-trend {
  display: grid;
  gap: 9px;
}
.moh-ga4-trend__row {
  display: grid;
  grid-template-columns: 58px minmax(80px, 1fr) 58px;
  gap: 10px;
  align-items: center;
  font-size: .86rem;
}
.moh-ga4-trend__row time {
  color: var(--moh-muted, #66727f);
}
.moh-ga4-trend__row strong {
  text-align: right;
  color: var(--moh-ink, #0B3B60);
}
.moh-ga4-trend__track {
  position: relative;
  display: block;
  height: 10px;
  background: #e9eff4;
  overflow: hidden;
}
.moh-ga4-trend__bar {
  display: block;
  height: 100%;
  background: #0076AA;
}
@media (max-width: 900px) {
  .moh-ga4-layout { grid-template-columns: 1fr; }
}

/* COMMS v0.16.0 GA4 bot-filtered content analytics */
.moh-ga4-traffic-toggle {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.moh-ga4-traffic-toggle legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.moh-ga4-traffic-toggle label {
  min-width: 0;
  margin: 0;
  cursor: pointer;
}
.moh-ga4-traffic-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.moh-ga4-traffic-toggle span {
  display: block;
  min-height: 43px;
  padding: 11px 14px;
  border: 1px solid #c8dae5;
  background: #fff;
  color: var(--moh-muted, #66727f);
  font-size: .84rem;
  font-weight: 700;
  line-height: 19px;
}
.moh-ga4-traffic-toggle label:first-of-type span {
  border-radius: 4px 0 0 4px;
}
.moh-ga4-traffic-toggle label:last-of-type span {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.moh-ga4-traffic-toggle input:checked + span {
  position: relative;
  z-index: 1;
  border-color: var(--moh-blue, #0076AA);
  background: #eaf5fa;
  color: var(--moh-navy, #0B3B60);
}
.moh-ga4-traffic-toggle input:focus-visible + span {
  outline: 2px solid var(--moh-blue, #0076AA);
  outline-offset: 2px;
}
.moh-ga4-filter-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--moh-blue, #0076AA);
  background: #f4f9fc;
  color: var(--moh-muted, #66727f);
  font-size: .86rem;
  line-height: 1.45;
}
.moh-ga4-filter-note strong {
  color: var(--moh-navy, #0B3B60);
}
.moh-ga4-content-table th:nth-child(n+3),
.moh-ga4-content-table td:nth-child(n+3) {
  white-space: nowrap;
}
.moh-ga4-content-table th:first-child,
.moh-ga4-content-table td:first-child {
  min-width: 300px;
}
.moh-ga4-content-table th:nth-child(2),
.moh-ga4-content-table td:nth-child(2) {
  min-width: 170px;
}
@media (max-width: 700px) {
  .moh-ga4-traffic-toggle { width: 100%; }
  .moh-ga4-traffic-toggle label { flex: 1 1 50%; width: auto; }
  .moh-ga4-traffic-toggle span { text-align: center; }
}


/* COMMS v0.16.1 GA4 Bot Watch */
.moh-ga4-bot-watch {
  margin-top: 18px;
}
.moh-ga4-bot-watch__header {
  align-items: flex-start;
}
.moh-ga4-watch-period {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: -2px 0 16px;
  color: var(--moh-muted, #66727f);
  font-size: .84rem;
}
.moh-ga4-watch-period strong {
  color: var(--moh-ink, #0B3B60);
}
.moh-ga4-watch-clear {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-left: 3px solid #4f8b6b;
  background: #f4faf7;
}
.moh-ga4-watch-clear strong {
  color: var(--moh-ink, #0B3B60);
}
.moh-ga4-watch-clear span {
  color: var(--moh-muted, #66727f);
  font-size: .86rem;
  line-height: 1.45;
}
.moh-ga4-watch-table th:nth-child(2),
.moh-ga4-watch-table td:nth-child(2),
.moh-ga4-watch-table th:nth-child(3),
.moh-ga4-watch-table td:nth-child(3),
.moh-ga4-watch-table th:nth-child(4),
.moh-ga4-watch-table td:nth-child(4) {
  white-space: nowrap;
}
.moh-ga4-watch-table td:first-child small {
  display: block;
  margin-top: 4px;
  color: var(--moh-muted, #66727f);
  font-size: .76rem;
}
.moh-ga4-watch-action {
  margin: 0;
}
.moh-ga4-watch-action .moh-button {
  white-space: nowrap;
}
.moh-ga4-filtered-activity {
  margin-top: 16px;
  border-top: 1px solid var(--moh-border, #d8dee5);
  padding-top: 13px;
}
.moh-ga4-filtered-activity summary {
  cursor: pointer;
  color: var(--moh-navy, #0B3B60);
  font-size: .86rem;
  font-weight: 700;
}
.moh-ga4-filtered-activity__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.moh-ga4-filtered-activity__grid span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  background: #f6f9fb;
  color: var(--moh-muted, #66727f);
  font-size: .8rem;
}
.moh-ga4-filtered-activity__grid strong {
  color: var(--moh-ink, #0B3B60);
}
@media (max-width: 800px) {
  .moh-ga4-watch-table th:nth-child(3),
  .moh-ga4-watch-table td:nth-child(3) { display: none; }
}


/* COMMS v0.16.2 Bot Watch traffic review */
.moh-ga4-city-review {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid var(--moh-border, #d7e2e8);
    background: #f7fafc;
}
.moh-ga4-city-review__header,
.moh-ga4-city-review__decision {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
.moh-ga4-city-review__header h3 {
    margin: 3px 0 5px;
    font-size: 24px;
}
.moh-ga4-city-review__metrics {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    margin: 20px 0;
    border: 1px solid #d7e2e8;
    background: #d7e2e8;
}
.moh-ga4-city-review__metrics > div {
    padding: 14px;
    background: #fff;
}
.moh-ga4-city-review__metrics span,
.moh-ga4-city-review__decision span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: var(--moh-muted, #60788d);
}
.moh-ga4-city-review__metrics strong {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}
.moh-ga4-city-review__grids {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr);
    gap: 22px;
}
.moh-ga4-city-review__grids h4 {
    margin: 0 0 10px;
}
.moh-ga4-city-review__decision {
    align-items: center;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #d7e2e8;
}
.moh-table--compact th,
.moh-table--compact td {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
}
@media (max-width: 1100px) {
    .moh-ga4-city-review__metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .moh-ga4-city-review__grids { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .moh-ga4-city-review__header,
    .moh-ga4-city-review__decision { flex-direction: column; }
    .moh-ga4-city-review__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* COMMS v0.17.0 Website Analytics polish + campaign reporting */
.moh-ga4-watch-alert {
  display: flex;
  align-items: center;
  gap: 7px 10px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding: 10px 12px;
  border-left: 3px solid #d08a19;
  background: #fff8e8;
  color: var(--moh-navy, #0B3B60);
  text-decoration: none;
  font-size: .86rem;
}
.moh-ga4-watch-alert:hover { text-decoration: none; }
.moh-ga4-watch-alert span {
  color: var(--moh-muted, #66727f);
  font-size: .8rem;
}
.moh-ga4-summary-metrics .moh-analytics-metric {
  min-height: 150px;
}
.moh-ga4-change {
  display: inline-flex;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: .76rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.moh-ga4-change--up {
  background: #edf7f1;
  color: #2f6f4f;
}
.moh-ga4-change--down {
  background: #fff2f1;
  color: #9a413d;
}
.moh-ga4-change--neutral {
  background: #f1f5f7;
  color: var(--moh-muted, #66727f);
}
.moh-ga4-comparison-note {
  margin: -8px 0 18px;
  color: var(--moh-muted, #66727f);
  font-size: .82rem;
}
.moh-ga4-sources-table th:not(:first-child),
.moh-ga4-sources-table td:not(:first-child),
.moh-ga4-content-table--pages th:not(:first-child),
.moh-ga4-content-table--pages td:not(:first-child),
.moh-ga4-campaign-table th:nth-child(n+3),
.moh-ga4-campaign-table td:nth-child(n+3) {
  white-space: nowrap;
}
.moh-ga4-content-table--pages th:first-child,
.moh-ga4-content-table--pages td:first-child {
  min-width: 360px;
}
.moh-ga4-page-sources summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.moh-ga4-page-sources summary::-webkit-details-marker { display: none; }
.moh-ga4-page-sources summary::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--moh-blue, #0076AA);
  font-size: 1rem;
  font-weight: 800;
}
.moh-ga4-page-sources[open] summary::after { content: '–'; }
.moh-ga4-page-sources summary span {
  margin-left: auto;
  color: var(--moh-blue, #0076AA);
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}
.moh-ga4-page-sources__list {
  display: grid;
  gap: 5px;
  margin-top: 9px;
  padding: 9px 10px;
  background: #f7fafc;
}
.moh-ga4-page-sources__list span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--moh-muted, #66727f);
  font-size: .78rem;
}
.moh-ga4-page-sources__list b {
  color: var(--moh-ink, #0B3B60);
  font-weight: 600;
}
.moh-ga4-campaigns {
  margin-top: 18px;
}
.moh-ga4-campaigns code {
  font-size: .82em;
}
.moh-ga4-campaign-note {
  margin: 12px 0 0;
}
@media (max-width: 800px) {
  .moh-ga4-content-table--pages th:first-child,
  .moh-ga4-content-table--pages td:first-child { min-width: 280px; }
  .moh-ga4-page-sources summary span { display: none; }
}
.moh-ga4-content-table--pages th:nth-child(2),
.moh-ga4-content-table--pages td:nth-child(2) {
  min-width: 0;
}

/* COMMS v0.18.0 analytics overview */
.moh-overview-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.moh-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}
.moh-overview-grid--performers {
  margin-top: 18px;
}
.moh-overview-trend {
  margin-top: 4px;
}
.moh-overview-network-list {
  display: grid;
  gap: 0;
}
.moh-overview-network {
  display: grid;
  grid-template-columns: minmax(130px, .55fr) minmax(0, 1.45fr);
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--moh-border, #d8dee5);
  align-items: start;
}
.moh-overview-network:first-child {
  border-top: 0;
  padding-top: 0;
}
.moh-overview-network > strong {
  color: var(--moh-ink, #0B3B60);
}
.moh-overview-network > div {
  display: grid;
  gap: 7px;
}
.moh-overview-network > div > span {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  color: #334155;
  font-size: .86rem;
}
.moh-overview-inline-change {
  font-style: normal;
  font-size: .76rem;
  font-weight: 700;
}
.moh-overview-inline-change--up { color: #2f6f4f; }
.moh-overview-inline-change--down { color: #9a413d; }
.moh-overview-inline-change--neutral { color: var(--moh-muted, #66727f); }
.moh-overview-ranked-list {
  display: grid;
}
.moh-overview-ranked-list > div {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid var(--moh-border, #d8dee5);
}
.moh-overview-ranked-list > div:first-child {
  border-top: 0;
  padding-top: 0;
}
.moh-overview-ranked-list > div > span {
  color: var(--moh-muted, #66727f);
  font-weight: 700;
}
.moh-overview-ranked-list > div > strong {
  color: var(--moh-ink, #0B3B60);
  line-height: 1.35;
}
.moh-overview-ranked-list > div > b {
  color: var(--moh-muted, #66727f);
  font-size: .82rem;
  white-space: nowrap;
}
.moh-overview-social-posts {
  display: grid;
}
.moh-overview-social-posts article {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  border-top: 1px solid var(--moh-border, #d8dee5);
}
.moh-overview-social-posts article:first-child {
  border-top: 0;
  padding-top: 0;
}
.moh-overview-social-posts article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--moh-muted, #66727f);
  font-size: .78rem;
}
.moh-overview-social-posts article > strong {
  color: var(--moh-ink, #0B3B60);
  line-height: 1.35;
}
.moh-overview-social-posts article > small {
  color: var(--moh-muted, #66727f);
}
@media (max-width: 1100px) {
  .moh-overview-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moh-overview-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .moh-overview-metrics { grid-template-columns: 1fr; }
  .moh-overview-network { grid-template-columns: 1fr; gap: 6px; }
  .moh-overview-ranked-list > div { grid-template-columns: 24px minmax(0, 1fr); }
  .moh-overview-ranked-list > div > b { grid-column: 2; }
}

/* COMMS v0.19.0 analytics at-a-glance dashboard */
.moh-overview-reportbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding: 12px 16px;
  border: 1px solid var(--moh-line);
  border-radius: var(--moh-radius);
  background: var(--moh-panel);
}
.moh-overview-reportbar form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.moh-overview-reportbar label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--moh-muted);
  font-size: .82rem;
  font-weight: 700;
}
.moh-overview-reportbar label > span {
  white-space: nowrap;
}
.moh-overview-reportbar select,
.moh-overview-reportbar input[type="date"] {
  min-height: 38px;
}
.moh-overview-range-label {
  color: var(--moh-navy);
  font-size: .87rem;
  font-weight: 700;
  white-space: nowrap;
}
.moh-overview-reportbar__context {
  color: var(--moh-muted);
  font-size: .76rem;
  white-space: nowrap;
}
.moh-overview-kpis {
  margin-top: 0;
}
.moh-overview-mover-card > strong {
  max-width: 100%;
  font-size: 1.25rem !important;
  line-height: 1.2;
}
.moh-overview-primary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, .85fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}
.moh-overview-primary-grid > .moh-panel {
  min-width: 0;
}
.moh-overview-line-chart {
  margin-top: 4px;
}
.moh-overview-line-chart svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.moh-overview-chart__grid {
  stroke: #dfe9ef;
  stroke-width: 1;
}
.moh-overview-chart__axis {
  fill: var(--moh-muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.moh-overview-chart__axis--x {
  font-size: 12px;
}
.moh-overview-chart__line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.moh-overview-chart__line--chamber { stroke: var(--moh-chamber); }
.moh-overview-chart__line--ypn { stroke: url(#moh-ypn-line-gradient); }
.moh-overview-chart__line--events { stroke: var(--moh-events); }
.moh-overview-chart__legend {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 4px 0 0 48px;
  color: var(--moh-muted);
  font-size: .78rem;
  font-weight: 700;
}
.moh-overview-chart__legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.moh-overview-chart__dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.moh-overview-chart__dot--chamber { background: var(--moh-chamber); }
.moh-overview-chart__dot--ypn { background: var(--moh-ypn-gradient); }
.moh-overview-chart__dot--events { background: var(--moh-events); }
.moh-overview-site-list {
  display: grid;
}
.moh-overview-site {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  padding: 15px 0;
  border-top: 1px solid var(--moh-line);
  color: inherit;
  text-decoration: none;
}
.moh-overview-site:first-child {
  border-top: 0;
  padding-top: 2px;
}
.moh-overview-site:hover .moh-overview-site__name {
  color: var(--moh-blue);
}
.moh-overview-site__name {
  color: var(--moh-navy);
  font-weight: 800;
}
.moh-overview-site > strong {
  grid-row: span 2;
  color: var(--moh-navy);
  font-size: 1.28rem;
  line-height: 1.1;
  text-align: right;
}
.moh-overview-site > strong small {
  color: var(--moh-muted);
  font-size: .7rem;
  font-weight: 600;
}
.moh-overview-site > em {
  justify-self: start;
}
.moh-overview-site__meta {
  grid-column: 1 / -1;
  color: var(--moh-muted);
  font-size: .75rem;
}
.moh-overview-social-panel {
  margin-top: 18px;
}
.moh-overview-social-brands {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.moh-overview-social-brand {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--moh-line);
  border-radius: var(--moh-radius);
  background: var(--moh-soft-sky);
}
.moh-overview-social-brand__header {
  margin-bottom: 12px;
}
.moh-overview-social-brand__header > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.moh-overview-social-brand__header strong {
  color: var(--moh-navy);
  font-size: 1.03rem;
}
.moh-overview-social-brand__header span {
  color: var(--moh-muted);
  font-size: .78rem;
  font-weight: 700;
}
.moh-overview-social-brand__header em {
  margin-left: 4px;
}
.moh-overview-social-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.moh-overview-social-metric {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(215, 228, 236, .9);
  border-radius: 4px;
  background: #fff;
}
.moh-overview-social-metric > span {
  color: var(--moh-muted);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.moh-overview-social-metric > strong {
  margin-top: 3px;
  color: var(--moh-navy);
  font-size: 1.25rem;
  line-height: 1.15;
}
.moh-overview-social-metric > small {
  color: var(--moh-muted);
  font-size: .69rem;
}
.moh-overview-social-metric > em {
  margin-top: 5px;
}
.moh-overview-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 26px 0 10px;
}
.moh-overview-section-heading h2 {
  margin: 0;
  color: var(--moh-navy);
  font-size: 1.35rem;
}
.moh-overview-section-heading p {
  margin: 3px 0 0;
  color: var(--moh-muted);
  font-size: .82rem;
}
.moh-overview-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.moh-overview-ranked-list--site > div > strong {
  display: grid;
  gap: 2px;
}
.moh-overview-ranked-list--site > div > strong small {
  color: var(--moh-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.moh-overview-campaign-list {
  display: grid;
}
.moh-overview-campaign-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  padding: 12px 0;
  border-top: 1px solid var(--moh-line);
}
.moh-overview-campaign-list > div:first-child {
  border-top: 0;
  padding-top: 0;
}
.moh-overview-campaign-list span {
  grid-column: 1;
  color: var(--moh-blue);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.moh-overview-campaign-list strong {
  grid-column: 1;
  color: var(--moh-navy);
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.moh-overview-campaign-list small {
  grid-column: 1;
  color: var(--moh-muted);
  overflow-wrap: anywhere;
}
.moh-overview-campaign-list b {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  color: var(--moh-muted);
  font-size: .78rem;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .moh-overview-primary-grid { grid-template-columns: 1fr; }
  .moh-overview-highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moh-overview-highlight-grid > .moh-panel:last-child { grid-column: 1 / -1; }
}
@media (max-width: 950px) {
  .moh-overview-reportbar { align-items: flex-start; flex-direction: column; }
  .moh-overview-reportbar__context { white-space: normal; }
  .moh-overview-social-brands { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .moh-overview-highlight-grid { grid-template-columns: 1fr; }
  .moh-overview-highlight-grid > .moh-panel:last-child { grid-column: auto; }
  .moh-overview-social-metrics { grid-template-columns: 1fr; }
  .moh-overview-chart__legend { padding-left: 0; }
}


/* COMMS v0.19.1 program identity system */
.moh-site-label--chamber { color: var(--moh-chamber) !important; }
.moh-site-label--ypn { color: var(--moh-ypn-ink) !important; }
.moh-site-label--events { color: var(--moh-events-ink) !important; }

.moh-overview-site.moh-identity--chamber { border-left: 3px solid var(--moh-chamber); padding-left: 11px; }
.moh-overview-site.moh-identity--ypn { border-left: 3px solid var(--moh-ypn); padding-left: 11px; }
.moh-overview-site.moh-identity--events { border-left: 3px solid var(--moh-events); padding-left: 11px; }
.moh-overview-site.moh-identity--ypn .moh-overview-site__name { color: var(--moh-ypn-ink); }
.moh-overview-site.moh-identity--events .moh-overview-site__name { color: var(--moh-events-ink); }

.moh-overview-social-brand.moh-identity--ypn {
  border-top: 4px solid var(--moh-ypn);
}
.moh-overview-social-brand.moh-identity--ypn .moh-overview-social-brand__header strong {
  color: var(--moh-ypn-ink);
}
.moh-overview-social-brand.moh-identity--chamber {
  border-top: 4px solid var(--moh-chamber);
}

.moh-ga4-site-toggle .moh-identity-choice--chamber input:checked + span {
  border-color: var(--moh-chamber);
  color: var(--moh-chamber);
  background: #edf3f7;
}
.moh-ga4-site-toggle .moh-identity-choice--ypn input:checked + span {
  border-color: var(--moh-ypn);
  color: var(--moh-ypn-ink);
  background: #fff4e8;
}
.moh-ga4-site-toggle .moh-identity-choice--events input:checked + span {
  border-color: var(--moh-events);
  color: var(--moh-events-ink);
  background: #fff7f7;
}

/* Work/Cycle identity accents. These are intentionally restrained so the
   application remains visually neutral while program context stays recognizable. */
.moh-hierarchy__program.moh-identity--ypn > summary { border-left: 6px solid var(--moh-ypn); }
.moh-hierarchy__program.moh-identity--events > summary { border-left: 6px solid var(--moh-events); }
.moh-hierarchy__program.moh-identity--forward > summary { border-left: 6px solid var(--moh-forward); }
.moh-hierarchy__program.moh-identity--ypn > summary .moh-work-type { color: #ffe5c8; }
.moh-hierarchy__program.moh-identity--events > summary .moh-work-type { color: #ffd6d4; }
.moh-hierarchy__program.moh-identity--forward > summary .moh-work-type { color: #f1c9d4; }

.moh-structure-table tr.moh-identity--ypn td:first-child { border-left: 4px solid var(--moh-ypn); padding-left: 12px; }
.moh-structure-table tr.moh-identity--events td:first-child { border-left: 4px solid var(--moh-events); padding-left: 12px; }
.moh-structure-table tr.moh-identity--forward td:first-child { border-left: 4px solid var(--moh-forward); padding-left: 12px; }

.moh-cycle-schedule-card.moh-identity--ypn { border-left: 5px solid var(--moh-ypn); }
.moh-cycle-schedule-card.moh-identity--events { border-left: 5px solid var(--moh-events); }
.moh-cycle-schedule-card.moh-identity--forward { border-left: 5px solid var(--moh-forward); }
.moh-cycle-schedule-card.moh-identity--ypn .moh-work-heading small { color: var(--moh-ypn-ink); }
.moh-cycle-schedule-card.moh-identity--events .moh-work-heading small { color: var(--moh-events-ink); }
.moh-cycle-schedule-card.moh-identity--forward .moh-work-heading small { color: var(--moh-forward); }

.moh-calendar-item.moh-identity--ypn,
.moh-day-item.moh-identity--ypn,
.moh-unscheduled__item.moh-identity--ypn { border-left-color: var(--moh-ypn) !important; }
.moh-calendar-item.moh-identity--events,
.moh-day-item.moh-identity--events,
.moh-unscheduled__item.moh-identity--events { border-left-color: var(--moh-events) !important; }
.moh-calendar-item.moh-identity--forward,
.moh-day-item.moh-identity--forward,
.moh-unscheduled__item.moh-identity--forward { border-left-color: var(--moh-forward) !important; }


.moh-deliverable-list__row.moh-identity--ypn { border-left: 4px solid var(--moh-ypn); }
.moh-deliverable-list__row.moh-identity--events { border-left: 4px solid var(--moh-events); }
.moh-deliverable-list__row.moh-identity--forward { border-left: 4px solid var(--moh-forward); }
.moh-deliverable-detail.moh-identity--ypn .moh-deliverable-detail__header { border-top: 4px solid var(--moh-ypn); }
.moh-deliverable-detail.moh-identity--events .moh-deliverable-detail__header { border-top: 4px solid var(--moh-events); }
.moh-deliverable-detail.moh-identity--forward .moh-deliverable-detail__header { border-top: 4px solid var(--moh-forward); }


/* COMMS v0.19.3 analytics navigation + identity polish */
.moh-analytics-tabs { margin-bottom: 10px; }

.moh-analytics-subtabs {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  min-height: 44px;
  margin: 0 0 10px;
  overflow-x: auto;
  border-bottom: 1px solid var(--moh-line);
}
.moh-analytics-subtab {
  position: relative;
  flex: 0 0 auto;
  padding: 11px 2px 10px;
  color: var(--moh-muted) !important;
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none !important;
  white-space: nowrap;
}
.moh-analytics-subtab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
  content: '';
}
.moh-analytics-subtab:hover { color: var(--moh-navy) !important; }
.moh-analytics-subtab.is-active { color: var(--moh-navy) !important; }
.moh-analytics-subtab--chamber.is-active { color: var(--moh-chamber) !important; }
.moh-analytics-subtab--chamber.is-active::after { background: var(--moh-chamber); }
.moh-analytics-subtab--ypn.is-active {
  background: var(--moh-ypn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.moh-analytics-subtab--ypn.is-active::after { background: var(--moh-ypn-gradient); }
.moh-analytics-subtab--events.is-active { color: var(--moh-events-ink) !important; }
.moh-analytics-subtab--events.is-active::after { background: var(--moh-events); }
.moh-analytics-subtab--combined.is-active::after { background: var(--moh-navy); }

.moh-analytics-controlbar,
.moh-overview-reportbar.moh-analytics-controlbar {
  display: block;
  margin: 0 0 18px;
  padding: 4px 0 14px;
  border: 0;
  border-bottom: 1px solid var(--moh-line);
  border-radius: 0;
  background: transparent;
}
.moh-analytics-controlbar form,
.moh-overview-reportbar.moh-analytics-controlbar form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.moh-analytics-controlbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
  flex-wrap: wrap;
}
.moh-analytics-controlbar__row > form { flex: 1 1 620px; }
.moh-analytics-period,
.moh-analytics-controlbar .moh-analytics-custom-date,
.moh-overview-reportbar .moh-analytics-custom-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--moh-muted);
  font-size: .76rem;
  font-weight: 750;
}
.moh-analytics-period > span,
.moh-analytics-custom-date > span { white-space: nowrap; }
.moh-analytics-period select,
.moh-analytics-controlbar input[type="date"],
.moh-overview-reportbar.moh-analytics-controlbar select,
.moh-overview-reportbar.moh-analytics-controlbar input[type="date"] {
  min-height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: .82rem;
}
.moh-analytics-range-label,
.moh-overview-range-label {
  color: var(--moh-navy);
  font-size: .82rem;
  font-weight: 750;
  white-space: nowrap;
}
.moh-button--compact { min-height: 36px !important; padding: 7px 13px !important; }
.moh-analytics-refresh { font-size: .78rem; white-space: nowrap; }
.moh-analytics-source-note,
.moh-overview-reportbar__context {
  display: block;
  margin: 7px 0 0;
  color: var(--moh-muted);
  font-size: .72rem;
  line-height: 1.4;
}
.moh-overview-reportbar__context { white-space: normal; }

.moh-analytics-mode-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}
.moh-analytics-mode-switch > span {
  margin-right: 3px;
  color: var(--moh-muted);
  font-size: .72rem;
  font-weight: 750;
}
.moh-analytics-mode-switch a {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--moh-muted) !important;
  font-size: .74rem;
  font-weight: 750;
  text-decoration: none !important;
}
.moh-analytics-mode-switch a:hover { background: #eef4f7; color: var(--moh-navy) !important; }
.moh-analytics-mode-switch a.is-active { background: var(--moh-soft-blue); color: var(--moh-navy) !important; }

.moh-analytics-method-note {
  margin-top: 8px;
  color: var(--moh-muted);
  font-size: .72rem;
}
.moh-analytics-method-note summary {
  display: inline-block;
  color: var(--moh-muted);
  font-weight: 650;
  cursor: pointer;
}
.moh-analytics-method-note summary:hover { color: var(--moh-blue); }
.moh-analytics-method-note p {
  max-width: 920px;
  margin: 7px 0 0;
  line-height: 1.45;
}

/* YPN gradient where the surface supports it cleanly. */
.moh-overview-social-brand.moh-identity--ypn {
  position: relative;
  border-top: 0;
}
.moh-overview-social-brand.moh-identity--ypn::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--moh-ypn-gradient);
  content: '';
}
.moh-overview-site.moh-identity--ypn {
  position: relative;
  border-left: 0;
  padding-left: 14px;
}
.moh-overview-site.moh-identity--ypn::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--moh-ypn-start), var(--moh-ypn-end));
  content: '';
}

@media (max-width: 900px) {
  .moh-analytics-controlbar__row { align-items: flex-start; }
  .moh-analytics-mode-switch { width: 100%; }
}
@media (max-width: 700px) {
  .moh-analytics-subtabs { gap: 16px; }
  .moh-analytics-controlbar form,
  .moh-overview-reportbar.moh-analytics-controlbar form { align-items: stretch; }
  .moh-analytics-period,
  .moh-analytics-controlbar .moh-analytics-custom-date,
  .moh-overview-reportbar .moh-analytics-custom-date { width: 100%; }
  .moh-analytics-period select,
  .moh-analytics-controlbar input[type="date"],
  .moh-overview-reportbar.moh-analytics-controlbar select,
  .moh-overview-reportbar.moh-analytics-controlbar input[type="date"] { flex: 1 1 auto; }
}


/* COMMS v0.19.4 analytics readability, period grouping + identity gradients */
body.moh-standalone-body,
.moh-app { background: var(--moh-bg) !important; }
.moh-help,
.moh-muted,
.moh-analytics-source-note,
.moh-overview-reportbar__context,
.moh-analytics-method-note,
.moh-ga4-comparison-note { color: var(--moh-muted) !important; }

/* Primary analytics nav remains the quiet, structural navigation. */
.moh-analytics-tabs {
  margin-bottom: 14px;
}

/* Secondary nav reads as a separate layer through restrained identity surfaces. */
.moh-analytics-subtabs {
  align-items: center;
  gap: 8px;
  min-height: 0;
  margin: 0 0 14px;
  padding: 0 0 2px;
  border-bottom: 0;
}
.moh-analytics-subtab {
  padding: 8px 13px;
  border: 1px solid var(--moh-line);
  border-radius: 7px;
  background: rgba(255,255,255,.72);
  color: var(--moh-ink) !important;
  font-size: .8rem;
  font-weight: 750;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.moh-analytics-subtab::after { display: none; }
.moh-analytics-subtab:hover {
  color: var(--moh-navy) !important;
  box-shadow: 0 1px 0 rgba(11,59,96,.08);
}
.moh-analytics-subtab--chamber {
  background: linear-gradient(115deg, rgba(11,59,96,.14), rgba(0,118,170,.18) 55%, rgba(95,179,228,.28));
  border-color: rgba(0,118,170,.32);
}
.moh-analytics-subtab--ypn {
  background: linear-gradient(115deg, rgba(234,170,33,.19), rgba(230,138,38,.15) 58%, rgba(224,89,41,.11));
  border-color: rgba(224,89,41,.30);
  color: var(--moh-ypn-ink) !important;
}
.moh-analytics-subtab--events {
  background: linear-gradient(115deg, rgba(207,90,88,.16), rgba(193,32,51,.11));
  border-color: rgba(193,32,51,.27);
}
.moh-analytics-subtab--combined {
  background: linear-gradient(115deg, rgba(95,179,228,.16), rgba(0,118,170,.10));
  border-color: rgba(0,118,170,.22);
}
.moh-analytics-subtab.is-active {
  box-shadow: inset 0 0 0 1px rgba(11,59,96,.08), 0 2px 0 rgba(11,59,96,.05);
}
.moh-analytics-subtab--chamber.is-active {
  background: linear-gradient(115deg, rgba(11,59,96,.22), rgba(0,118,170,.28) 55%, rgba(95,179,228,.38));
  border-color: rgba(0,118,170,.56);
  color: var(--moh-navy) !important;
}
.moh-analytics-subtab--ypn.is-active {
  background: linear-gradient(115deg, rgba(234,170,33,.28), rgba(230,138,38,.22) 58%, rgba(224,89,41,.15));
  border-color: rgba(224,89,41,.50);
  color: var(--moh-ypn-ink) !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.moh-analytics-subtab--events.is-active {
  background: linear-gradient(115deg, rgba(207,90,88,.25), rgba(193,32,51,.17));
  border-color: rgba(193,32,51,.46);
  color: var(--moh-events-ink) !important;
}
.moh-analytics-subtab--combined.is-active {
  background: linear-gradient(115deg, rgba(95,179,228,.27), rgba(0,118,170,.16));
  border-color: rgba(0,118,170,.40);
  color: var(--moh-navy) !important;
}

/* Gradient identity carries into comparable analytics visuals. */
.moh-overview-chart__line--chamber { stroke: url(#moh-chamber-line-gradient); }
.moh-overview-chart__line--ypn { stroke: url(#moh-ypn-line-gradient); opacity: .92; }
.moh-overview-chart__line--events { stroke: url(#moh-events-line-gradient); }
.moh-overview-chart__dot--chamber { background: var(--moh-chamber-gradient); }
.moh-overview-chart__dot--ypn { background: var(--moh-ypn-gradient); }
.moh-overview-chart__dot--events { background: var(--moh-events-gradient); }
.moh-ga4-trend__bar--chamber { background: var(--moh-chamber-gradient) !important; }
.moh-ga4-trend__bar--ypn { background: var(--moh-ypn-gradient) !important; opacity: .9; }
.moh-ga4-trend__bar--events { background: var(--moh-events-gradient) !important; }

.moh-overview-site.moh-identity--chamber,
.moh-overview-site.moh-identity--events {
  position: relative;
  border-left: 0;
  padding-left: 14px;
}
.moh-overview-site.moh-identity--chamber::before,
.moh-overview-site.moh-identity--events::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 3px;
  border-radius: 2px;
  content: '';
}
.moh-overview-site.moh-identity--chamber::before { background: linear-gradient(180deg, #0b3b60, #0076aa 52%, #5fb3e4); }
.moh-overview-site.moh-identity--events::before { background: linear-gradient(180deg, #cf5a58, #c12033); }
.moh-overview-site.moh-identity--ypn::before { border-radius: 2px; }

.moh-overview-social-brand.moh-identity--chamber {
  position: relative;
  border-top: 0;
}
.moh-overview-social-brand.moh-identity--chamber::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--moh-chamber-gradient);
  content: '';
}

/* Lighter program surfaces keep Events and YPN distinct without making panels loud. */
.moh-overview-social-brand.moh-identity--ypn { background: linear-gradient(135deg, rgba(234,170,33,.055), rgba(224,89,41,.045)), #fff; }
.moh-site-label--events { color: var(--moh-events-ink) !important; }
.moh-site-label--ypn { color: var(--moh-ypn-ink) !important; }

/* Method/source copy belongs after the data rather than competing with controls. */
.moh-analytics-footer-note {
  margin: 18px 0 2px;
  padding: 11px 0 0;
  border-top: 1px solid var(--moh-line);
  color: var(--moh-muted);
  font-size: .72rem;
  line-height: 1.5;
}
.moh-analytics-footer-note .moh-analytics-method-note { margin: 0; }
.moh-analytics-footer-note .moh-analytics-method-note summary { font-size: .74rem; }
.moh-analytics-footer-note .moh-analytics-method-note p { margin-bottom: 0; }

/* The control rows stay useful but visually secondary to the analytics themselves. */
.moh-analytics-controlbar,
.moh-overview-reportbar.moh-analytics-controlbar {
  margin-bottom: 14px;
  padding-bottom: 11px;
  border-bottom-color: rgba(0,118,170,.16);
}
.moh-analytics-period,
.moh-analytics-custom-date { color: var(--moh-ink); }
.moh-analytics-period > span,
.moh-analytics-custom-date > span { color: var(--moh-muted); }

@media (max-width: 700px) {
  .moh-analytics-subtabs { gap: 6px; }
  .moh-analytics-subtab { padding: 8px 10px; }
}


/* COMMS v0.19.5 identity direction + richer action controls */
.moh-analytics-subtab--ypn,
.moh-analytics-subtab--ypn:hover,
.moh-analytics-subtab--ypn.is-active,
.moh-site-label--ypn,
.moh-overview-site.moh-identity--ypn .moh-overview-site__name {
  color: var(--moh-ypn-ink) !important;
}

/* Analytics Apply actions now carry the identity of the active scope. */
.moh-analytics-controlbar .moh-button--secondary,
.moh-overview-reportbar .moh-button--secondary {
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 1px 0 rgba(11,59,96,.08);
}
.moh-analytics-controlbar.moh-identity--chamber .moh-button--secondary,
.moh-overview-reportbar.moh-identity--chamber .moh-button--secondary,
.moh-analytics-controlbar.moh-identity--combined .moh-button--secondary {
  background: var(--moh-chamber-gradient) !important;
}
.moh-analytics-controlbar.moh-identity--ypn .moh-button--secondary {
  background: var(--moh-ypn-gradient) !important;
}
.moh-analytics-controlbar.moh-identity--events .moh-button--secondary {
  background: var(--moh-events-gradient) !important;
}
.moh-analytics-controlbar .moh-button--secondary:hover,
.moh-overview-reportbar .moh-button--secondary:hover {
  filter: brightness(.94) saturate(1.06);
  color: #fff !important;
}

/* Give active traffic switches a little identity color without turning them into another tab row. */
.moh-analytics-controlbar.moh-identity--chamber .moh-analytics-mode-switch a.is-active {
  background: var(--moh-chamber-gradient-soft);
  border-color: rgba(0,118,170,.35);
  color: var(--moh-navy) !important;
}
.moh-analytics-controlbar.moh-identity--ypn .moh-analytics-mode-switch a.is-active {
  background: var(--moh-ypn-gradient-soft);
  border-color: rgba(224,89,41,.35);
  color: var(--moh-ypn-ink) !important;
}
.moh-analytics-controlbar.moh-identity--events .moh-analytics-mode-switch a.is-active {
  background: var(--moh-events-gradient-soft);
  border-color: rgba(193,32,51,.28);
  color: var(--moh-events-ink) !important;
}

/* Identity-colored refresh links make the control row feel intentional. */
.moh-analytics-controlbar.moh-identity--ypn .moh-analytics-refresh { color: var(--moh-ypn-ink) !important; }
.moh-analytics-controlbar.moh-identity--events .moh-analytics-refresh { color: var(--moh-events-ink) !important; }
.moh-analytics-controlbar.moh-identity--chamber .moh-analytics-refresh,
.moh-analytics-controlbar.moh-identity--combined .moh-analytics-refresh { color: var(--moh-blue) !important; }


/* COMMS v0.19.6 — clearer program-colored subtabs; YPN labels use the approved orange. */
.moh-analytics-subtab--ypn,
.moh-analytics-subtab--ypn:hover,
.moh-analytics-subtab--ypn.is-active,
.moh-site-label--ypn,
.moh-overview-site.moh-identity--ypn .moh-overview-site__name {
  color: #e05929 !important;
}

/* COMMS v0.20.1 — optional Campaigns nested under Cycles + tracked-link builder */
.moh-cycle-campaigns,
.moh-deliverable-campaign {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(11,59,96,.13);
}
.moh-cycle-campaigns > .moh-cycle-section-heading { margin-bottom: 12px; }
.moh-cycle-campaigns h4 { margin: 5px 0 2px; color: var(--moh-navy); font-size: 1rem; }
.moh-cycle-campaign-list { display: grid; gap: 12px; }
.moh-cycle-campaign {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(11,59,96,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
}
.moh-cycle-campaign code,
.moh-deliverable-campaign code,
.moh-campaign-cycle-link code {
  font-size: .78rem;
  color: var(--moh-navy);
  background: rgba(95,179,228,.12);
  border-radius: 5px;
  padding: 2px 5px;
}
.moh-cycle-campaign__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}
.moh-cycle-campaign__summary > div {
  min-width: 140px;
  padding: 8px 10px;
  background: rgba(95,179,228,.07);
  border: 1px solid rgba(11,59,96,.09);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.moh-cycle-campaign__summary > div > span {
  color: var(--moh-muted);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.moh-cycle-campaign__summary .moh-cycle-campaign__aliases { flex: 1 1 280px; min-width: 0; }
.moh-cycle-campaign__aliases small { overflow-wrap: anywhere; }
.moh-campaign-editor {
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(0,118,170,.14);
  border-radius: 10px;
  background: rgba(95,179,228,.055);
}
.moh-campaign-form code { font-size: .8em; }

.moh-utm-builder {
  margin: 12px 0 14px;
  border: 1px solid rgba(0,118,170,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.64);
}
.moh-utm-builder > summary {
  cursor: pointer;
  padding: 10px 12px;
  color: var(--moh-blue);
  font-weight: 700;
}
.moh-utm-builder[open] > summary { border-bottom: 1px solid rgba(0,118,170,.12); }
.moh-utm-builder__form { padding: 14px; }
.moh-utm-builder__fixed {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(95,179,228,.08);
  border-radius: 8px;
}
.moh-utm-builder__fixed > span { color: var(--moh-muted); font-size: .75rem; font-weight: 700; }

.moh-tracked-links { display: grid; gap: 8px; margin-top: 10px; }
.moh-tracked-link {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 11px 12px;
  border: 1px solid rgba(11,59,96,.11);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
}
.moh-tracked-link__main { min-width: 0; display: grid; gap: 3px; }
.moh-tracked-link__main .moh-badge { width: max-content; }
.moh-tracked-link__url {
  display: block;
  max-width: min(760px, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .72rem;
  color: var(--moh-blue);
}
.moh-tracked-link__actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.moh-tracked-link__actions form { margin: 0; }

.moh-utm-channel-table input { width: 100%; min-width: 120px; }
.moh-utm-channel-table td:first-child { min-width: 220px; }

.moh-campaign-rollup-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0 8px;
}
.moh-campaign-rollup-heading:first-of-type { margin-top: 4px; }
.moh-campaign-rollup-heading h3 { margin: 0; }
.moh-campaign-rollup-heading p { margin: 2px 0 0; }
.moh-campaign-rollup-heading > span { font-size: .75rem; color: var(--moh-muted); white-space: nowrap; }
.moh-campaign-rollup-heading--unmapped { margin-top: 24px; }
.moh-campaign-cycle-link { display: grid; gap: 4px; text-decoration: none; }
.moh-campaign-cycle-link:hover strong { color: var(--moh-blue); }
.moh-campaign-cycle-link code { width: max-content; }
.moh-campaign-source-stack { display: grid; gap: 2px; }
.moh-campaign-source-stack span { display: flex; gap: 7px; justify-content: space-between; font-size: .76rem; }
.moh-campaign-source-stack b { font-weight: 600; color: var(--moh-ink); }
.moh-campaign-resolution { min-width: 270px; }
.moh-map-campaign-form {
  display: grid;
  grid-template-columns: minmax(150px,1fr) auto;
  gap: 6px;
  align-items: center;
  margin: 0 0 6px;
}
.moh-map-campaign-form select { min-width: 0; width: 100%; }
.moh-map-campaign-form .moh-button { padding: 7px 10px; }
.moh-ignore-campaign-form { margin: 2px 0 0; }
.moh-ignored-campaign-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.moh-ignored-campaign-list form { margin: 0; }
.moh-raw-campaigns { margin-top: 18px; border-top: 1px solid rgba(11,59,96,.10); padding-top: 10px; }
.moh-raw-campaigns > summary { cursor: pointer; color: var(--moh-blue); font-size: .8rem; font-weight: 700; }
.moh-raw-campaigns .moh-table-wrap { margin-top: 10px; }

.moh-overview-cycle-list > a {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 4px 9px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--moh-line);
  color: inherit;
  text-decoration: none;
}
.moh-overview-cycle-list > a:first-child { border-top: 0; padding-top: 0; }
.moh-overview-cycle-list > a:hover strong { color: var(--moh-blue); }
.moh-overview-cycle-list > a .moh-badge { grid-row: 1 / span 2; }
.moh-overview-cycle-list > a small { grid-column: 2; }
.moh-overview-cycle-list > a b { grid-column: 3; grid-row: 1 / span 2; }

[data-moh-copy].is-copied { outline: 2px solid rgba(0,118,170,.22); }

/* Five-step Work → Cycle → optional Campaign → timeline → Deliverable guide. */
@media (min-width: 981px) {
  .moh-structure-guide { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 980px) and (min-width: 721px) {
  .moh-structure-guide > div:nth-child(5) { border-left: 0; border-top: 1px solid var(--moh-line); }
}

@media (max-width: 760px) {
  .moh-tracked-link { flex-direction: column; }
  .moh-tracked-link__url { max-width: 82vw; }
  .moh-campaign-rollup-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .moh-campaign-resolution { min-width: 0; }
  .moh-map-campaign-form { grid-template-columns: 1fr; }
  .moh-cycle-campaign__summary > div { flex: 1 1 100%; }
  .moh-overview-cycle-list > a { grid-template-columns: auto minmax(0,1fr); }
  .moh-overview-cycle-list > a b { grid-column: 2; grid-row: auto; }
}

/* COMMS v0.20.2 — Campaigns are independent attribution records; Cycle is optional context. */
.moh-campaign-resolve-stack {
  display: grid;
  gap: 6px;
}
.moh-campaign-resolve-action {
  border: 1px solid rgba(11,59,96,.13);
  border-radius: 9px;
  background: rgba(255,255,255,.66);
}
.moh-campaign-resolve-action > summary {
  cursor: pointer;
  padding: 8px 10px;
  color: var(--moh-blue);
  font-size: .78rem;
  font-weight: 700;
}
.moh-campaign-resolve-action[open] > summary {
  border-bottom: 1px solid rgba(11,59,96,.10);
}
.moh-campaign-resolve-action--create > summary {
  background: rgba(95,179,228,.09);
}
.moh-create-ga4-campaign-form {
  display: grid;
  gap: 9px;
  padding: 10px;
}
.moh-create-ga4-campaign-form label {
  display: grid;
  gap: 4px;
  color: var(--moh-ink);
  font-size: .76rem;
  font-weight: 650;
}
.moh-create-ga4-campaign-form input,
.moh-create-ga4-campaign-form select {
  width: 100%;
  min-width: 0;
}
.moh-create-ga4-campaign-form [data-moh-association-panel] {
  display: grid;
  gap: 9px;
  padding: 9px;
  border-radius: 8px;
  background: rgba(95,179,228,.07);
  border: 1px solid rgba(11,59,96,.09);
}
.moh-create-ga4-campaign-form [data-moh-association-panel][hidden] {
  display: none !important;
}
.moh-campaign-structure-table code {
  font-size: .76rem;
  color: var(--moh-navy);
  background: rgba(95,179,228,.10);
  border-radius: 5px;
  padding: 2px 5px;
}
.moh-structure-tabs a[href*="structure_tab=campaigns"].is-active {
  background: rgba(95,179,228,.12);
}
@media (max-width: 760px) {
  .moh-campaign-resolution { min-width: 240px; }
}

@media (min-width: 981px) {
  .moh-structure-guide.moh-structure-guide--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.moh-campaign-model-note {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: -2px 0 18px;
  padding: 9px 12px;
  border-left: 3px solid var(--moh-blue);
  background: rgba(95,179,228,.08);
  color: var(--moh-ink);
  font-size: .8rem;
}
.moh-campaign-model-note strong { color: var(--moh-navy); white-space: nowrap; }
@media (max-width: 720px) {
  .moh-campaign-model-note { align-items: flex-start; flex-direction: column; }
}

/* v0.21.0 — shared Content + Placement foundation */
.moh-content-foundation {
  margin-bottom: 18px;
}
.moh-content-principle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(11, 59, 96, .14);
  border-radius: var(--moh-radius);
  background: linear-gradient(115deg, rgba(11,59,96,.07), rgba(95,179,228,.10));
}
.moh-content-principle h2 {
  margin: 2px 0 6px;
  color: var(--moh-navy);
  font-size: 1.35rem;
}
.moh-content-principle p {
  max-width: 850px;
  margin: 0;
  color: var(--moh-muted);
}
.moh-content-model-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: var(--moh-radius);
  background: rgba(11,59,96,.10);
}
.moh-content-model-strip > div {
  min-height: 76px;
  padding: 13px 14px;
  background: rgba(255,255,255,.93);
}
.moh-content-model-strip strong,
.moh-content-model-strip span {
  display: block;
}
.moh-content-model-strip strong {
  margin-bottom: 4px;
  color: var(--moh-navy);
  font-size: .84rem;
}
.moh-content-model-strip span {
  color: var(--moh-muted);
  font-size: .75rem;
  line-height: 1.35;
}
.moh-content-table td strong,
.moh-content-table td small,
.moh-content-placement-table td strong,
.moh-content-placement-table td small {
  display: block;
}
.moh-content-table td small,
.moh-content-placement-table td small {
  margin-top: 3px;
  color: var(--moh-muted);
}
.moh-content-placements {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--moh-line);
}
.moh-content-add-placement {
  margin: 8px 0 18px;
  border: 1px solid rgba(0,118,170,.18);
  border-radius: var(--moh-radius);
  background: rgba(95,179,228,.06);
}
.moh-content-add-placement > summary,
.moh-technical-details > summary {
  cursor: pointer;
  padding: 10px 12px;
  color: var(--moh-blue);
  font-size: .82rem;
  font-weight: 700;
}
.moh-content-add-placement > form {
  padding: 0 12px 14px;
}
.moh-technical-details {
  border: 1px solid rgba(11,59,96,.10);
  border-radius: var(--moh-radius);
  background: rgba(95,179,228,.045);
}
.moh-technical-details > div {
  padding: 0 12px 12px;
}
@media (max-width: 980px) {
  .moh-content-model-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .moh-content-principle { align-items: flex-start; flex-direction: column; }
  .moh-content-model-strip { grid-template-columns: 1fr; }
}
.moh-inline-technical { margin-top: 4px; }
.moh-inline-technical > summary { cursor: pointer; color: var(--moh-muted); font-size: .72rem; }
.moh-inline-technical small { margin-top: 4px; }

/* COMMS v0.23.0 — Project Timeline v1 + Project editor polish */
.moh-project-editor > .moh-panel__header {
  margin-bottom: 4px;
}
.moh-project-settings {
  padding-bottom: 24px;
}
.moh-project-settings .moh-form-grid--compact {
  margin-top: 8px;
}
.moh-project-settings .moh-help {
  font-size: 12px;
  line-height: 1.45;
}
.moh-tracking-toggle {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 12px !important;
  align-items: start !important;
  margin: 2px 0 0 !important;
  padding: 12px 14px;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: var(--moh-radius);
  background: rgba(95,179,228,.055);
}
.moh-tracking-toggle input {
  margin-top: 3px;
}
.moh-tracking-toggle > span {
  display: grid;
  gap: 3px;
}
.moh-tracking-toggle strong {
  display: block;
  color: var(--moh-navy);
  font-size: 12px;
  line-height: 1.3;
}
.moh-tracking-toggle small {
  display: block;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}
.moh-project-settings .moh-technical-details {
  margin-top: -3px;
}
.moh-project-settings .moh-technical-details > summary {
  padding: 11px 13px;
}

.moh-project-workspace {
  margin: 0 -24px -24px;
  border-top: 1px solid var(--moh-line);
  background: #fbfdfe;
}
.moh-project-workspace__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px 12px;
}
.moh-project-workspace__heading h3 {
  margin: 3px 0 4px;
  color: var(--moh-navy);
  font-size: 19px;
}
.moh-project-workspace__heading p {
  margin: 0;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-eyebrow {
  display: block;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.moh-project-date-pill {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: 999px;
  background: #fff;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
}
.moh-project-tabs {
  padding: 0 24px;
  background: #fff;
}
.moh-project-tab-panel {
  padding: 22px 24px 26px;
}
.moh-project-tab-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.moh-project-tab-toolbar h3 {
  margin: 0 0 4px;
  color: var(--moh-navy);
  font-size: 16px;
}
.moh-project-tab-toolbar p {
  margin: 0;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.moh-project-stat {
  display: grid;
  gap: 3px;
  min-height: 108px;
  padding: 15px 16px;
  border: 1px solid rgba(11,59,96,.11);
  border-radius: var(--moh-radius);
  background: #fff;
  color: inherit !important;
  text-decoration: none !important;
}
.moh-project-stat:hover {
  border-color: rgba(0,118,170,.28);
  box-shadow: 0 5px 16px rgba(11,59,96,.06);
}
.moh-project-stat > span {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.moh-project-stat > strong {
  color: var(--moh-navy);
  font-size: 26px;
  line-height: 1.05;
}
.moh-project-stat > small {
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-stat.is-attention {
  border-color: rgba(193,32,51,.28);
  background: rgba(207,90,88,.055);
}
.moh-project-stat.is-attention > strong { color: var(--moh-coral); }
.moh-project-overview-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.moh-project-overview-card {
  padding: 17px 18px;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: var(--moh-radius);
  background: #fff;
}
.moh-project-next-list > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid var(--moh-line);
}
.moh-project-next-list > div:first-child { border-top: 0; padding-top: 0; }
.moh-project-next-list time { color: var(--moh-blue); font-size: 12px; font-weight: 700; }
.moh-project-next-list strong,
.moh-project-next-list small { display: block; }
.moh-project-next-list strong { color: var(--moh-navy); font-size: 12px; }
.moh-project-next-list small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; line-height: 1.35; }
.moh-project-next-list em { color: var(--moh-muted); font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; }
.moh-project-empty {
  margin-top: 18px;
  border: 1px dashed rgba(11,59,96,.16);
  background: rgba(95,179,228,.04);
}
.moh-project-empty h3 { margin-top: 0; color: var(--moh-navy); }

.moh-project-form-drawer {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(0,118,170,.16);
  border-radius: var(--moh-radius);
  background: #fff;
}
.moh-project-form-drawer.is-collapsed { display: none; }
.moh-project-form-drawer .moh-form-grid--compact { margin-top: 0; }
.moh-project-inline-editor {
  margin: 0 0 20px;
  padding: 17px;
  border: 1px solid rgba(0,118,170,.22);
  border-radius: var(--moh-radius);
  background: rgba(95,179,228,.055);
}
.moh-project-inline-editor .moh-project-form-drawer {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.moh-project-dependencies {
  display: block !important;
  padding-top: 2px;
}
.moh-project-dependencies > strong {
  display: block;
  margin-bottom: 4px;
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-project-dependency-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
  max-height: 190px;
  margin-top: 8px;
  padding: 10px;
  overflow-y: auto;
  border: 1px solid var(--moh-line);
  border-radius: 5px;
  background: #fbfdfe;
}
.moh-project-dependency-options label {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px !important;
  align-items: start;
  color: var(--moh-ink) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.35;
}
.moh-project-dependency-options input {
  width: auto !important;
  min-height: 0 !important;
  margin-top: 2px;
}
.moh-project-phase-list {
  display: grid;
  gap: 16px;
}
.moh-project-phase-card {
  overflow: hidden;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: var(--moh-radius);
  background: #fff;
}
.moh-project-phase-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--moh-line);
  background: rgba(95,179,228,.055);
}
.moh-project-phase-card h4 {
  margin: 2px 0 3px;
  color: var(--moh-navy);
  font-size: 13px;
}
.moh-project-phase-card header p {
  margin: 0;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-phase-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--moh-muted);
  font-size: 12px;
  white-space: nowrap;
}
.moh-project-phase-meta details > summary {
  cursor: pointer;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
}
.moh-project-phase-meta details[open] {
  width: min(540px, 72vw);
  white-space: normal;
}
.moh-project-phase-meta .moh-project-form-drawer {
  margin-top: 8px;
}
.moh-project-phase-card--unphased > header { background: rgba(11,59,96,.035); }
.moh-project-phase-empty { margin: 0; padding: 16px; }
.moh-project-work-table th,
.moh-project-work-table td { vertical-align: top; }
.moh-project-work-table td:first-child { min-width: 260px; }
.moh-project-work-table td:nth-child(6) { min-width: 190px; max-width: 280px; font-size: 12px; line-height: 1.35; }
.moh-project-work-table td strong,
.moh-project-work-table td small { display: block; }
.moh-project-work-table td small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; line-height: 1.35; }
.moh-project-work-row.is-completed { opacity: .64; }
.moh-project-work-row.is-completed td:first-child strong { text-decoration: line-through; }
.moh-project-status {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(11,59,96,.07);
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.moh-project-work-row.is-in-progress .moh-project-status { background: rgba(0,118,170,.12); color: var(--moh-blue); }
.moh-project-work-row.is-waiting .moh-project-status { background: rgba(224,89,41,.10); color: #9a4b0e; }
.moh-project-work-row.is-blocked .moh-project-status { background: rgba(207,90,88,.12); color: var(--moh-coral); }
.moh-project-work-row.is-completed .moh-project-status { background: rgba(49,125,90,.10); color: var(--moh-success); }
.moh-project-milestones { max-width: 900px; }
.moh-project-deliverables { max-width: 980px; }

/* Project Gantt timeline */
.moh-project-gantt-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(11,59,96,.11);
  border-radius: var(--moh-radius);
  background: #fff;
}
.moh-project-gantt {
  min-width: var(--moh-gantt-min-width, 980px);
}
.moh-gantt-row {
  display: grid;
  grid-template-columns: 260px minmax(640px, 1fr);
  min-height: 43px;
  border-top: 1px solid rgba(11,59,96,.075);
}
.moh-gantt-row:first-child { border-top: 0; }
.moh-gantt-label {
  min-width: 0;
  padding: 9px 12px;
  border-right: 1px solid rgba(11,59,96,.10);
  background: #fff;
}
.moh-gantt-label strong,
.moh-gantt-label small { display: block; }
.moh-gantt-label strong {
  overflow: hidden;
  color: var(--moh-navy);
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-gantt-label small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-gantt-track {
  position: relative;
  min-width: 0;
  overflow: visible;
  background: #fbfdfe;
}
.moh-gantt-months { min-height: 44px; background: #f4f9fc; }
.moh-gantt-months > span {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(11,59,96,.08);
  color: var(--moh-navy);
  font-size: 12px;
  text-align: center;
}
.moh-gantt-months > span:first-child { border-left: 0; }
.moh-gantt-gridline {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(11,59,96,.065);
  pointer-events: none;
}
.moh-gantt-row--phase .moh-gantt-label,
.moh-gantt-row--phase .moh-gantt-track { background: rgba(95,179,228,.075); }
.moh-gantt-row--phase .moh-gantt-label strong { font-size: 12px; }
.moh-gantt-phase-bar {
  position: absolute;
  top: 20px;
  height: 4px;
  border-radius: 999px;
  background: rgba(0,118,170,.35);
}
.moh-gantt-bar {
  position: absolute;
  top: 12px;
  min-width: 8px;
  height: 18px;
  overflow: hidden;
  border-radius: 4px;
  background: #8fb6cc;
  color: #fff;
  white-space: nowrap;
}
.moh-gantt-bar b {
  display: block;
  padding: 3px 6px;
  overflow: hidden;
  font-size: 7px;
  line-height: 12px;
  text-overflow: ellipsis;
}
.moh-gantt-row--item.is-in-progress .moh-gantt-bar { background: var(--moh-blue); }
.moh-gantt-row--item.is-waiting .moh-gantt-bar { background: #d38a45; }
.moh-gantt-row--item.is-blocked .moh-gantt-bar { background: var(--moh-coral); }
.moh-gantt-row--item.is-completed .moh-gantt-bar { background: var(--moh-success); }
.moh-gantt-row--item.is-completed .moh-gantt-label { opacity: .65; }
.moh-gantt-row--milestones { min-height: 62px; }
.moh-gantt-milestone {
  position: absolute;
  top: 12px;
  transform: translateX(-7px);
  z-index: 2;
}
.moh-gantt-milestone i {
  display: block;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  background: var(--moh-coral);
  box-shadow: 0 0 0 1px rgba(11,59,96,.16);
}
.moh-gantt-milestone small {
  position: absolute;
  top: 18px;
  left: 7px;
  max-width: 120px;
  overflow: hidden;
  color: var(--moh-muted);
  font-size: 7px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-gantt-milestone.is-complete i { background: var(--moh-success); }
.moh-project-timeline-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  align-items: center;
  margin-top: 10px;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-timeline-legend span { display: inline-flex; align-items: center; gap: 5px; }
.moh-project-timeline-legend i {
  display: inline-block;
  width: 14px;
  height: 7px;
  border-radius: 2px;
  background: #8fb6cc;
}
.moh-project-timeline-legend i.is-in-progress { background: var(--moh-blue); }
.moh-project-timeline-legend i.is-waiting { background: #d38a45; }
.moh-project-timeline-legend i.is-blocked { background: var(--moh-coral); }
.moh-project-timeline-legend i.is-completed { background: var(--moh-success); }
.moh-project-timeline-legend em { margin-left: auto; font-style: normal; }

@media (max-width: 1050px) {
  .moh-project-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moh-project-overview-columns { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .moh-project-workspace { margin-left: -16px; margin-right: -16px; margin-bottom: -16px; }
  .moh-project-workspace__heading,
  .moh-project-tab-toolbar,
  .moh-project-phase-card > header { align-items: flex-start; flex-direction: column; }
  .moh-project-workspace__heading { padding-left: 16px; padding-right: 16px; }
  .moh-project-tabs { padding: 0 16px; }
  .moh-project-tab-panel { padding: 18px 16px 22px; }
  .moh-project-summary-grid { grid-template-columns: 1fr 1fr; }
  .moh-project-dependency-options { grid-template-columns: 1fr; }
  .moh-project-phase-meta { width: 100%; justify-content: space-between; }
  .moh-project-phase-meta details[open] { width: 100%; }
  .moh-project-next-list > div { grid-template-columns: 78px minmax(0, 1fr); }
  .moh-project-next-list em { grid-column: 2; }
  .moh-project-timeline-legend em { width: 100%; margin-left: 0; }
}
.moh-project-compact-work { margin-bottom: 12px; }
.moh-project-compact-work > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid var(--moh-line);
}
.moh-project-compact-work > div:first-child { border-top: 0; padding-top: 0; }
.moh-project-compact-work strong,
.moh-project-compact-work small { display: block; }
.moh-project-compact-work strong { color: var(--moh-navy); font-size: 12px; }
.moh-project-compact-work small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; }
.moh-project-compact-work em { color: var(--moh-muted); font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; }

/* COMMS v0.24.0 — guided Project Timeline Builder */
.moh-project-builder {
  max-width: 1180px;
}
.moh-builder-existing-note,
.moh-builder-final-note {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin: 0 0 18px;
  padding: 11px 13px;
  border: 1px solid rgba(224,89,41,.18);
  border-radius: 6px;
  background: rgba(234,170,33,.07);
  color: var(--moh-ink);
  font-size: 12px;
  line-height: 1.45;
}
.moh-builder-existing-note strong,
.moh-builder-final-note strong { color: var(--moh-navy); }
.moh-builder-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 22px;
  padding: 4px;
  border: 1px solid rgba(11,59,96,.09);
  border-radius: 8px;
  background: rgba(95,179,228,.045);
}
.moh-builder-steps > span {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-builder-steps > span b {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(11,59,96,.08);
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-builder-steps > span.is-active {
  background: #fff;
  color: var(--moh-navy);
  box-shadow: 0 1px 4px rgba(11,59,96,.08);
}
.moh-builder-steps > span.is-active b {
  background: var(--moh-blue);
  color: #fff;
}
.moh-builder-steps > span.is-complete { color: var(--moh-blue); }
.moh-builder-steps > span.is-complete b {
  background: rgba(0,118,170,.12);
  color: var(--moh-blue);
}
.moh-builder-step {
  padding: 18px;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: var(--moh-radius);
  background: #fff;
}
.moh-builder-step[hidden] { display: none !important; }
.moh-builder-step-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}
.moh-builder-step-heading h4 {
  margin: 2px 0 4px;
  color: var(--moh-navy);
  font-size: 15px;
}
.moh-builder-step-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.5;
}
.moh-builder-phase-inputs,
.moh-builder-milestone-inputs {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}
.moh-builder-phase-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}
.moh-builder-drag-hint {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.moh-builder-phase-row input,
.moh-builder-milestone-row input,
.moh-builder-work-group textarea,
.moh-builder-schedule-table input,
.moh-builder-schedule-table select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--moh-line);
  border-radius: 5px;
  background: #fff;
  color: var(--moh-ink);
  font: inherit;
}
.moh-builder-phase-row input,
.moh-builder-milestone-row input,
.moh-builder-schedule-table input,
.moh-builder-schedule-table select { min-height: 36px; padding: 7px 9px; }
.moh-builder-work-group textarea { min-height: 118px; padding: 9px 10px; resize: vertical; }
.moh-text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--moh-blue);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}
.moh-text-button:hover { text-decoration: underline; }
.moh-builder-work-groups {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}
.moh-builder-work-group {
  display: grid;
  grid-template-columns: minmax(170px, .36fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(11,59,96,.09);
  border-radius: 7px;
  background: rgba(95,179,228,.035);
}
.moh-builder-work-group h5 {
  margin: 2px 0 3px;
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-builder-work-group p {
  margin: 0;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-builder-schedule-wrap {
  width: 100%;
  margin-bottom: 10px;
  overflow-x: auto;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: 7px;
}
.moh-builder-schedule-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: #fff;
}
.moh-builder-schedule-table th,
.moh-builder-schedule-table td {
  padding: 9px;
  border-bottom: 1px solid rgba(11,59,96,.075);
  vertical-align: top;
  text-align: left;
}
.moh-builder-schedule-table tr:last-child td { border-bottom: 0; }
.moh-builder-schedule-table th {
  background: rgba(95,179,228,.055);
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.moh-builder-schedule-table th:first-child { width: 30%; }
.moh-builder-schedule-table th:nth-child(2) { width: 17%; }
.moh-builder-schedule-table th:nth-child(3),
.moh-builder-schedule-table th:nth-child(4) { width: 13%; }
.moh-builder-schedule-table th:nth-child(5) { width: 27%; }
.moh-builder-schedule-table td strong,
.moh-builder-schedule-table td small { display: block; }
.moh-builder-schedule-table td strong { color: var(--moh-navy); font-size: 12px; line-height: 1.35; }
.moh-builder-schedule-table td small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }
.moh-builder-schedule-empty { padding: 18px !important; color: var(--moh-muted); font-size: 12px; text-align: center !important; }
.moh-builder-milestone-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px auto;
  gap: 9px;
  align-items: center;
}
.moh-builder-review {
  margin: 20px 0 14px;
  padding: 15px;
  border: 1px solid rgba(0,118,170,.15);
  border-radius: 7px;
  background: rgba(95,179,228,.045);
}
.moh-builder-review h4 { margin: 0 0 10px; color: var(--moh-navy); font-size: 12px; }
.moh-builder-review-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 12px;
}
.moh-builder-review-stats > div {
  padding: 9px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.moh-builder-review-stats strong,
.moh-builder-review-stats span { display: block; }
.moh-builder-review-stats strong { color: var(--moh-navy); font-size: 17px; }
.moh-builder-review-stats span { margin-top: 1px; color: var(--moh-muted); font-size: 12px; font-weight: 700; }
.moh-builder-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
}
.moh-builder-review-list > div {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 6px;
  border-top: 1px solid rgba(11,59,96,.07);
}
.moh-builder-review-list strong { color: var(--moh-navy); font-size: 12px; }
.moh-builder-review-list span { color: var(--moh-muted); font-size: 12px; white-space: nowrap; }
.moh-builder-final-note {
  margin-top: 0;
  border-color: rgba(0,118,170,.15);
  background: rgba(0,118,170,.045);
}

@media (max-width: 900px) {
  .moh-builder-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moh-builder-review-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .moh-builder-step { padding: 15px; }
  .moh-builder-step-heading,
  .moh-builder-existing-note,
  .moh-builder-final-note { flex-direction: column; }
  .moh-builder-phase-row { grid-template-columns: 62px minmax(0, 1fr); }
  .moh-builder-phase-row .moh-text-button { grid-column: 2; justify-self: start; }
  .moh-builder-work-group { grid-template-columns: 1fr; }
  .moh-builder-milestone-row { grid-template-columns: 1fr; }
  .moh-builder-review-list { grid-template-columns: 1fr; }
}

/* COMMS v0.25.0 — simplified direct-edit Project timeline */
.moh-timeline-toolbar {
  align-items: flex-start;
  gap: 18px;
}
.moh-timeline-toolbar p { max-width: 760px; }
.moh-timeline-block-form {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(0,118,170,.16);
  border-radius: 14px;
  background: rgba(95,179,228,.055);
}
.moh-timeline-undated-callout {
  margin-bottom: 16px;
}
.moh-timeline-canvas-wrap {
  overflow-x: auto;
  border: 1px solid rgba(11,59,96,.14);
  border-radius: 14px;
  background: #fff;
}
.moh-timeline-canvas {
  min-width: var(--moh-timeline-min-width, 920px);
}
.moh-timeline-canvas-row {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  min-height: 58px;
  border-top: 1px solid rgba(11,59,96,.1);
}
.moh-timeline-canvas-row:first-child { border-top: 0; }
.moh-timeline-canvas-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 14px;
  border-right: 1px solid rgba(11,59,96,.1);
  background: #fff;
}
.moh-timeline-canvas-label strong,
.moh-timeline-block-name {
  color: var(--moh-navy);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}
.moh-timeline-block-name {
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.moh-timeline-block-name:hover { color: var(--moh-blue); }
.moh-timeline-canvas-label small,
.moh-timeline-block-meta {
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.4;
}
.moh-timeline-block-meta { margin-top: 1px; }
.moh-timeline-canvas-track {
  position: relative;
  min-height: 58px;
  overflow: hidden;
  background: #fbfdff;
}
.moh-timeline-canvas-months {
  min-height: 50px;
  background: #f4f9fc;
}
.moh-timeline-canvas-months > span {
  position: absolute;
  inset-block: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-left: 1px solid rgba(11,59,96,.12);
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-timeline-canvas-months > span:first-child { border-left: 0; }
.moh-timeline-canvas-gridline {
  position: absolute;
  inset-block: 0;
  width: 1px;
  background: rgba(11,59,96,.09);
  pointer-events: none;
}
.moh-timeline-canvas-row--milestones { min-height: 66px; }
.moh-timeline-canvas-row--milestones .moh-timeline-canvas-track { min-height: 66px; }
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-label,
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-track {
  background: rgba(95,179,228,.035);
}
.moh-timeline-direct-bar {
  position: absolute;
  top: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  border-radius: 8px;
  background: #7e9bac;
  color: #fff;
  cursor: grab;
  user-select: none;
  touch-action: none;
  box-shadow: 0 1px 2px rgba(11,59,96,.16);
  transition: box-shadow .12s ease, filter .12s ease;
}
.moh-timeline-block-shell.is-in-progress .moh-timeline-direct-bar { background: var(--moh-blue); }
.moh-timeline-block-shell.is-waiting .moh-timeline-direct-bar { background: #b97432; }
.moh-timeline-block-shell.is-blocked .moh-timeline-direct-bar { background: var(--moh-coral); }
.moh-timeline-block-shell.is-completed .moh-timeline-direct-bar { background: var(--moh-success); }
.moh-timeline-direct-bar:hover,
.moh-timeline-direct-bar:focus-visible {
  filter: brightness(.97);
  box-shadow: 0 2px 5px rgba(11,59,96,.22);
  outline: 2px solid rgba(0,118,170,.22);
  outline-offset: 2px;
}
.moh-timeline-direct-bar.is-dragging {
  cursor: grabbing;
  transition: none;
  box-shadow: 0 4px 10px rgba(11,59,96,.28);
}
.moh-timeline-bar-title {
  overflow: hidden;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.moh-timeline-resize-handle {
  position: absolute;
  inset-block: 3px;
  width: 10px;
  border-radius: 5px;
  cursor: ew-resize;
}
.moh-timeline-resize-handle::after {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 2px;
  border-radius: 2px;
  background: rgba(255,255,255,.78);
}
.moh-timeline-resize-handle.is-start { left: 3px; }
.moh-timeline-resize-handle.is-start::after { left: 3px; }
.moh-timeline-resize-handle.is-end { right: 3px; }
.moh-timeline-resize-handle.is-end::after { right: 3px; }
.moh-timeline-unscheduled {
  position: absolute;
  left: 12px;
  top: 14px;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px dashed rgba(0,118,170,.35);
  border-radius: 8px;
  background: rgba(95,179,228,.08);
  color: var(--moh-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.moh-timeline-block-details {
  border-top: 1px solid rgba(0,118,170,.14);
  background: rgba(95,179,228,.045);
}
.moh-timeline-block-details-grid {
  position: sticky;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  width: min(960px, calc(100vw - 88px));
  padding: 18px;
}
.moh-timeline-block-details-grid > section {
  min-width: 0;
}
.moh-timeline-block-details-grid .moh-project-form-drawer {
  margin: 0;
}
.moh-timeline-block-details-grid .moh-timeline-block-form {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.moh-project-block-checklist {
  display: grid;
  gap: 4px;
}
.moh-project-block-checklist-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 7px 8px;
  border-radius: 8px;
  color: var(--moh-navy);
}
.moh-project-block-checklist-item:hover { background: rgba(95,179,228,.07); }
.moh-project-block-checklist-item input { margin: 2px 0 0; }
.moh-project-block-checklist-item strong,
.moh-project-block-checklist-item small { display: block; }
.moh-project-block-checklist-item strong {
  font-size: 12px;
  line-height: 1.4;
}
.moh-project-block-checklist-item small {
  margin-top: 2px;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-block-checklist-item.is-complete strong {
  color: var(--moh-muted);
  text-decoration: line-through;
}
.moh-checklist-readonly { color: var(--moh-blue); font-weight: 800; }
.moh-project-checklist-add {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 10px;
}
.moh-project-checklist-add label { margin: 0; }
.moh-project-checklist-add input {
  width: 100%;
  min-height: 36px;
}
.moh-timeline-save-status {
  position: sticky;
  left: 0;
  width: fit-content;
  min-height: 22px;
  margin: 0;
  padding: 4px 12px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-timeline-save-status.is-saving { color: var(--moh-blue); }
.moh-timeline-save-status.is-saved { color: var(--moh-success); }
.moh-timeline-save-status.is-error { color: var(--moh-coral); }
.moh-timeline-loose-checklist {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(11,59,96,.12);
  border-radius: 12px;
  background: #fff;
}
.moh-timeline-loose-checklist > summary {
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 760px) {
  .moh-timeline-toolbar { flex-direction: column; }
  .moh-timeline-block-details-grid {
    grid-template-columns: 1fr;
    width: min(680px, calc(100vw - 48px));
  }
}

/* COMMS v0.25.1 — schedule-first Project workspace cleanup */
.moh-project-workspace {
  background: #fff;
}
.moh-project-workspace__heading {
  padding-top: 18px;
  padding-bottom: 10px;
}
.moh-project-workspace__heading h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.moh-project-tabs {
  border-bottom: 1px solid rgba(11,59,96,.10);
}
.moh-project-tab-panel {
  padding-top: 18px;
  background: #fff;
}
.moh-project-tab-toolbar--quiet {
  margin-bottom: 14px;
  align-items: center;
}
.moh-project-tab-toolbar--quiet h3 {
  margin-bottom: 2px;
  font-size: 15px;
}
.moh-project-tab-toolbar--quiet p {
  max-width: 680px;
  font-size: 12px;
}
.moh-timeline-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.moh-timeline-mode-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(11,59,96,.055);
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-project-timeline-area.is-editing .moh-timeline-mode-pill {
  background: rgba(0,118,170,.10);
  color: var(--moh-blue);
}
.moh-timeline-edit-hint {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 12px;
  padding: 9px 11px;
  border-left: 3px solid var(--moh-blue);
  background: rgba(95,179,228,.07);
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-timeline-edit-hint span { color: var(--moh-muted); }
.moh-timeline-canvas-wrap {
  border-color: rgba(11,59,96,.11);
  border-radius: 10px;
  box-shadow: none;
}
.moh-timeline-canvas-row {
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 62px;
  border-top-color: rgba(11,59,96,.08);
}
.moh-timeline-canvas-row--header { min-height: 48px; }
.moh-timeline-canvas-label {
  gap: 2px;
  padding: 9px 12px;
  border-right-color: rgba(11,59,96,.08);
}
.moh-timeline-canvas-label strong,
.moh-timeline-block-name {
  font-size: 12px;
  line-height: 1.35;
}
.moh-timeline-canvas-label small,
.moh-timeline-block-meta {
  font-size: 12px;
  line-height: 1.35;
}
.moh-timeline-block-meta {
  margin-top: 2px;
}
.moh-timeline-canvas-track {
  min-height: 62px;
  background: #fcfdfe;
}
.moh-timeline-canvas-months {
  min-height: 48px;
  background: rgba(95,179,228,.055);
}
.moh-timeline-canvas-months > span {
  font-size: 12px;
}
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-label,
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-track {
  background: rgba(95,179,228,.025);
}
.moh-timeline-direct-bar {
  top: 16px;
  height: 28px;
  border-radius: 7px;
  background: #809bab;
  cursor: pointer;
  box-shadow: none;
  transition: background .12s ease, box-shadow .12s ease, transform .12s ease;
}
.moh-timeline-direct-bar:hover,
.moh-timeline-direct-bar:focus-visible {
  filter: none;
  box-shadow: 0 0 0 2px rgba(0,118,170,.14);
  outline: none;
}
.moh-project-timeline-area.is-editing .moh-timeline-direct-bar {
  cursor: grab;
  box-shadow: 0 1px 3px rgba(11,59,96,.18);
}
.moh-project-timeline-area.is-editing .moh-timeline-direct-bar:hover {
  box-shadow: 0 2px 6px rgba(11,59,96,.24);
}
.moh-project-timeline-area.is-editing .moh-timeline-direct-bar.is-dragging {
  cursor: grabbing;
  box-shadow: 0 4px 10px rgba(11,59,96,.25);
}
.moh-timeline-bar-title {
  padding-inline: 14px;
  font-size: 12px;
}
.moh-timeline-resize-handle {
  inset-block: 2px;
  width: 14px;
  border-radius: 6px;
  background: rgba(255,255,255,.10);
}
.moh-timeline-resize-handle::after {
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: rgba(255,255,255,.92);
}
.moh-timeline-resize-handle.is-start { left: 2px; }
.moh-timeline-resize-handle.is-start::after { left: 5px; }
.moh-timeline-resize-handle.is-end { right: 2px; }
.moh-timeline-resize-handle.is-end::after { right: 5px; }
.moh-timeline-unscheduled {
  top: 16px;
  border-color: rgba(11,59,96,.18);
  background: rgba(11,59,96,.035);
  color: var(--moh-muted);
}
.moh-timeline-milestone-list {
  display: grid;
  gap: 4px;
  margin-top: 5px;
}
.moh-timeline-milestone-list > span {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  color: var(--moh-navy);
  font-size: 12px;
  line-height: 1.3;
}
.moh-timeline-milestone-list > span > i {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-radius: 1px;
  background: var(--moh-coral);
}
.moh-timeline-milestone-list > span > small {
  margin-left: auto;
  white-space: nowrap;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-timeline-milestone-list--block {
  padding-top: 4px;
  border-top: 1px solid rgba(11,59,96,.07);
}
.moh-timeline-milestone-marker {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.moh-timeline-milestone-marker > i {
  position: absolute;
  inset: 3px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-radius: 2px;
  background: var(--moh-coral);
  box-shadow: 0 0 0 1px rgba(207,90,88,.35);
}
.moh-timeline-milestone-marker.is-complete > i { background: var(--moh-success); }
.moh-timeline-milestone-marker--block { z-index: 6; }
.moh-timeline-today {
  position: absolute;
  z-index: 3;
  inset-block: 0;
  width: 1px;
  background: rgba(0,118,170,.38);
  pointer-events: none;
}
.moh-timeline-canvas-months > .moh-timeline-today--label {
  z-index: 5;
  inset-block: 0;
  display: block;
  width: 1px !important;
  padding: 0;
  border: 0;
  background: rgba(0,118,170,.46);
}
.moh-timeline-today--label > b {
  position: absolute;
  top: 3px;
  left: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  background: #fff;
  color: var(--moh-blue);
  font-size: 12px;
  white-space: nowrap;
}
.moh-timeline-canvas-row--milestones,
.moh-timeline-canvas-row--milestones .moh-timeline-canvas-track {
  min-height: 62px;
}
.moh-timeline-block-details {
  border-top-color: rgba(11,59,96,.08);
  background: #fbfdfe;
}
.moh-timeline-block-details-grid {
  gap: 28px;
  width: min(920px, calc(100vw - 88px));
  padding: 16px 18px 18px;
}
.moh-timeline-block-summary dl {
  display: grid;
  gap: 7px;
  margin: 0;
}
.moh-timeline-block-summary dl > div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 8px;
}
.moh-timeline-block-summary dt {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-timeline-block-summary dd {
  margin: 0;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
}
.moh-timeline-block-summary p {
  margin: 10px 0 0;
  color: var(--moh-ink);
  font-size: 12px;
  line-height: 1.5;
}
.moh-project-block-checklist {
  gap: 2px;
}
.moh-project-block-checklist-item {
  padding: 6px 4px;
  border-radius: 5px;
}
.moh-project-block-checklist-item strong { font-size: 12px; }
.moh-project-block-checklist-item small { font-size: 12px; }
.moh-timeline-save-status:empty { display: none; }
.moh-project-milestones--clean {
  max-width: 820px;
}
.moh-project-milestones--clean li {
  grid-template-columns: 112px minmax(0, 1fr) auto auto;
  gap: 14px;
  padding-block: 12px;
}
.moh-project-milestones--clean time { font-size: 12px; }
.moh-project-milestones--clean strong { font-size: 12px; }
.moh-milestone-scope {
  display: block;
  margin-top: 3px;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .moh-project-workspace__heading { align-items: flex-start; }
  .moh-timeline-toolbar-actions { justify-content: flex-start; }
  .moh-timeline-edit-hint { align-items: flex-start; flex-direction: column; gap: 2px; }
  .moh-timeline-canvas-row { grid-template-columns: 235px minmax(0, 1fr); }
  .moh-project-milestones--clean li { grid-template-columns: 1fr auto; }
  .moh-project-milestones--clean time { grid-column: 1 / -1; }
}

/* COMMS v0.25.1 — compact Project editor shell */
.moh-project-editor {
  overflow: hidden;
}
.moh-project-editor-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(11,59,96,.09);
  background: rgba(95,179,228,.035);
}
.moh-project-settings-disclosure {
  flex: 1 1 auto;
  min-width: 0;
}
.moh-project-settings-disclosure > summary {
  width: fit-content;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.moh-project-settings-disclosure[open] > summary {
  margin-bottom: 12px;
}
.moh-project-settings-disclosure .moh-project-settings {
  max-width: 1120px;
  padding: 0 0 6px;
}
.moh-project-editor .moh-project-workspace {
  margin-top: 0;
  border-top: 0;
}

@media (max-width: 760px) {
  .moh-project-editor-topbar {
    align-items: flex-start;
  }
}
.moh-project-editor-topbar { align-items: flex-start; }

/* COMMS v0.26.0 — modern, flatter Project workspace + fixed details drawer */
.moh-project-workspace {
  background: #fff;
  border-top-color: rgba(11,59,96,.08);
}
.moh-project-workspace__heading {
  padding-top: 16px;
  padding-bottom: 8px;
}
.moh-project-workspace__heading h3 {
  margin: 2px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.015em;
}
.moh-project-date-pill {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-project-tabs {
  gap: 26px;
  border-bottom-color: rgba(11,59,96,.09);
}
.moh-project-tabs a {
  padding-top: 11px;
  padding-bottom: 9px;
  border-bottom-width: 2px;
  font-size: 12px;
}
.moh-project-tab-panel {
  padding-top: 16px;
}
.moh-project-tab-toolbar--quiet {
  margin-bottom: 12px;
}
.moh-project-tab-toolbar--quiet h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.01em;
}
.moh-project-tab-toolbar--quiet p {
  font-size: 12px;
  line-height: 1.45;
}
.moh-timeline-toolbar-actions {
  gap: 6px;
}
.moh-timeline-edit-button {
  border-radius: 2px !important;
}
.moh-timeline-edit-button.is-active {
  border-color: var(--moh-navy) !important;
  background: var(--moh-navy) !important;
  color: #fff !important;
}
.moh-project-timeline-area .moh-button,
.moh-project-timeline-area .moh-button--secondary,
.moh-project-form-drawer,
.moh-project-inline-editor,
.moh-project-empty,
.moh-project-stat,
.moh-project-overview-card,
.moh-timeline-loose-checklist {
  border-radius: 3px;
}
.moh-timeline-edit-hint {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-left-width: 2px;
  border-radius: 0;
  background: rgba(95,179,228,.045);
  font-size: 12px;
}
.moh-timeline-canvas-wrap {
  overflow-x: auto;
  border: 1px solid rgba(11,59,96,.10);
  border-radius: 2px;
  background: #fff;
}
.moh-timeline-canvas {
  background: #fff;
}
.moh-timeline-canvas-row {
  grid-template-columns: 255px minmax(0, 1fr);
  min-height: 56px;
  border-top: 1px solid rgba(11,59,96,.065);
}
.moh-timeline-canvas-row--header {
  min-height: 42px;
  background: #fff;
}
.moh-timeline-canvas-label {
  gap: 1px;
  padding: 8px 12px;
  border-right: 1px solid rgba(11,59,96,.075);
  background: #fff;
}
.moh-timeline-canvas-label > strong {
  font-size: 12px;
  font-weight: 700;
}
.moh-timeline-block-title-row {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.moh-timeline-block-name {
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--moh-navy);
  font: inherit;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.moh-timeline-block-name:hover,
.moh-timeline-block-name:focus-visible {
  color: var(--moh-blue);
  outline: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.moh-timeline-canvas-label small,
.moh-timeline-block-meta {
  font-size: 8.5px;
  line-height: 1.35;
}
.moh-timeline-block-meta {
  margin-top: 1px;
  color: var(--moh-muted);
}
.moh-timeline-status-dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #91a4af;
}
.moh-timeline-status-dot.is-in-progress { background: var(--moh-blue); }
.moh-timeline-status-dot.is-waiting { background: #b7863e; }
.moh-timeline-status-dot.is-blocked { background: var(--moh-coral); }
.moh-timeline-status-dot.is-completed { background: var(--moh-success); }
.moh-timeline-canvas-track {
  min-height: 56px;
  background: #fff;
}
.moh-timeline-canvas-months {
  min-height: 42px;
  background: #f8fafb;
}
.moh-timeline-canvas-months > span {
  padding: 0 8px;
  border-left-color: rgba(11,59,96,.07);
  color: var(--moh-muted);
  font-size: 8.5px;
  font-weight: 600;
}
.moh-timeline-canvas-gridline {
  background: rgba(11,59,96,.055);
}
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-label,
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-track,
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-label,
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-track {
  background: rgba(95,179,228,.032);
}
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-label {
  box-shadow: inset 2px 0 0 var(--moh-blue);
}
.moh-timeline-direct-bar {
  top: 18px;
  height: 20px;
  border-radius: 2px;
  background: #819aa8;
  box-shadow: none;
  cursor: pointer;
  transition: background .12s ease, box-shadow .12s ease;
}
.moh-timeline-direct-bar:hover,
.moh-timeline-direct-bar:focus-visible {
  background: #728e9e;
  box-shadow: 0 0 0 1px rgba(11,59,96,.14);
  outline: none;
}
.moh-timeline-block-shell.is-in-progress .moh-timeline-direct-bar { background: #0b7eae; }
.moh-timeline-block-shell.is-completed .moh-timeline-direct-bar { background: #8a9da7; opacity: .72; }
.moh-project-timeline-area.is-editing .moh-timeline-direct-bar {
  cursor: grab;
  box-shadow: 0 0 0 1px rgba(11,59,96,.12);
}
.moh-project-timeline-area.is-editing .moh-timeline-direct-bar.is-dragging {
  cursor: grabbing;
  box-shadow: 0 3px 8px rgba(11,59,96,.18);
}
.moh-timeline-bar-title {
  display: block;
  overflow: hidden;
  padding-inline: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-timeline-direct-bar.is-label-hidden .moh-timeline-bar-title {
  display: none;
}
.moh-timeline-resize-handle {
  inset-block: 0;
  width: 10px;
  border-radius: 0;
  background: rgba(255,255,255,.06);
}
.moh-timeline-resize-handle::after {
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: rgba(255,255,255,.92);
}
.moh-timeline-resize-handle.is-start { left: 0; }
.moh-timeline-resize-handle.is-start::after { left: 4px; }
.moh-timeline-resize-handle.is-end { right: 0; }
.moh-timeline-resize-handle.is-end::after { right: 4px; }
.moh-timeline-unscheduled {
  top: 16px;
  border-radius: 2px;
  font-size: 12px;
}
.moh-timeline-milestone-marker {
  z-index: 7;
  top: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
}
button.moh-timeline-milestone-marker {
  pointer-events: auto;
  cursor: pointer;
}
.moh-timeline-milestone-marker > i {
  inset: 3px;
  border-width: 1px;
  border-radius: 0;
  background: var(--moh-coral);
  box-shadow: 0 0 0 1px rgba(207,90,88,.35);
}
button.moh-timeline-milestone-marker:hover > i,
button.moh-timeline-milestone-marker:focus-visible > i {
  box-shadow: 0 0 0 2px rgba(207,90,88,.22);
}
button.moh-timeline-milestone-marker:focus-visible {
  outline: none;
}
.moh-timeline-today {
  background: rgba(0,118,170,.28);
}
.moh-timeline-canvas-months > .moh-timeline-today--label {
  background: rgba(0,118,170,.36);
}
.moh-timeline-today--label > b {
  top: 2px;
  left: 3px;
  padding: 1px 3px;
  border: 0;
  border-radius: 1px;
  background: #fff;
  font-size: 7px;
  font-weight: 700;
}
.moh-timeline-canvas-row--milestones,
.moh-timeline-canvas-row--milestones .moh-timeline-canvas-track {
  min-height: 42px;
}
.moh-timeline-canvas-row--milestones .moh-timeline-canvas-label {
  justify-content: center;
}
.moh-timeline-save-status {
  padding: 4px 0 0;
  font-size: 12px;
}

/* Fixed details drawer: timeline geometry never expands when an item is selected. */
.moh-project-timeline-drawer[hidden] { display: none !important; }
.moh-project-timeline-drawer {
  position: fixed;
  z-index: 100000;
  inset: 0;
  pointer-events: none;
}
.moh-project-timeline-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}
.moh-project-timeline-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(410px, 92vw);
  overflow-y: auto;
  padding: 30px 28px 36px;
  border-left: 1px solid rgba(11,59,96,.13);
  background: #fff;
  box-shadow: -10px 0 30px rgba(11,59,96,.08);
  pointer-events: auto;
}
.moh-project-timeline-drawer__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--moh-muted);
  font: inherit;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  cursor: pointer;
}
.moh-project-timeline-drawer__close:hover,
.moh-project-timeline-drawer__close:focus-visible {
  color: var(--moh-navy);
  outline: 1px solid rgba(11,59,96,.18);
}
.moh-project-drawer-content[hidden] { display: none !important; }
.moh-project-drawer-header {
  padding: 6px 40px 18px 0;
  border-bottom: 1px solid rgba(11,59,96,.10);
}
.moh-project-drawer-header h4 {
  margin: 5px 0 4px;
  color: var(--moh-navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.015em;
}
.moh-project-drawer-header p {
  margin: 0;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-drawer-summary {
  padding: 16px 0 2px;
}
.moh-project-drawer-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.moh-project-drawer-meta span,
.moh-project-drawer-notes {
  display: grid;
  gap: 3px;
}
.moh-project-drawer-meta small,
.moh-project-drawer-notes > small {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.moh-project-drawer-meta strong {
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
}
.moh-project-drawer-notes {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(11,59,96,.08);
}
.moh-project-drawer-notes p {
  margin: 0;
  color: var(--moh-ink);
  font-size: 12px;
  line-height: 1.5;
}
.moh-project-drawer-section {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(11,59,96,.10);
}
.moh-project-drawer-section__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.moh-project-drawer-section__heading h5 {
  margin: 0;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
}
.moh-project-drawer-section__heading > span {
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-project-timeline-drawer .moh-project-form-drawer {
  margin: 16px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.moh-project-timeline-drawer .moh-form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.moh-project-timeline-drawer .moh-form-grid label {
  font-size: 12px;
}
.moh-project-timeline-drawer input,
.moh-project-timeline-drawer select,
.moh-project-timeline-drawer textarea {
  border-radius: 2px !important;
}
.moh-project-timeline-drawer .moh-project-block-checklist {
  gap: 0;
}
.moh-project-timeline-drawer .moh-project-block-checklist-item {
  padding: 8px 0;
  border-bottom: 1px solid rgba(11,59,96,.065);
  border-radius: 0;
}
.moh-project-timeline-drawer .moh-project-block-checklist-item:last-child {
  border-bottom: 0;
}
.moh-project-timeline-drawer .moh-project-block-checklist-item strong {
  font-size: 12px;
  font-weight: 500;
}
.moh-project-timeline-drawer .moh-project-block-checklist-item small {
  margin-top: 2px;
  font-size: 12px;
}
.moh-project-timeline-drawer .moh-project-checklist-add {
  margin-top: 10px;
}
.moh-project-drawer-milestones {
  display: grid;
}
.moh-project-drawer-milestones > div {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(11,59,96,.065);
}
.moh-project-drawer-milestones > div:last-child { border-bottom: 0; }
.moh-project-drawer-milestones i {
  width: 6px;
  height: 6px;
  margin-top: 4px;
  transform: rotate(45deg);
  background: var(--moh-coral);
}
.moh-project-drawer-milestones strong,
.moh-project-drawer-milestones small {
  display: block;
}
.moh-project-drawer-milestones strong {
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
}
.moh-project-drawer-milestones small {
  margin-top: 2px;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-drawer-add-milestone {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(11,59,96,.08);
}
.moh-project-drawer-add-milestone > summary {
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.moh-project-drawer-milestone-form {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}
.moh-project-drawer-milestone-form label {
  display: grid;
  gap: 4px;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
}

/* Flatter Project overview surfaces so the visual language stays consistent. */
.moh-project-stat,
.moh-project-overview-card {
  border-radius: 2px;
  box-shadow: none;
}
.moh-project-stat:hover {
  box-shadow: none;
  background: #fbfdfe;
}
.moh-project-empty {
  border-radius: 2px;
}
.moh-project-editor-topbar {
  background: #fff;
  border-bottom-color: rgba(11,59,96,.08);
}

@media (max-width: 760px) {
  .moh-project-workspace__heading {
    gap: 8px;
  }
  .moh-project-date-pill {
    margin-top: 3px;
  }
  .moh-timeline-canvas-row {
    grid-template-columns: 215px minmax(0, 1fr);
  }
  .moh-project-timeline-drawer__backdrop {
    background: rgba(11,59,96,.10);
    pointer-events: auto;
  }
  .moh-project-timeline-drawer__panel {
    width: min(390px, 94vw);
    padding: 28px 20px 32px;
  }
  .moh-project-timeline-drawer .moh-form-grid,
  .moh-project-drawer-meta {
    grid-template-columns: 1fr;
  }
}

/* COMMS v0.27.0 — readable, colorful Project timeline + in-page selected-item details */
.moh-project-workspace {
  background: #fff;
}
.moh-project-workspace__heading {
  padding: 22px 0 14px 14px;
  border-left: 4px solid var(--moh-blue);
}
.moh-project-workspace__heading .moh-eyebrow {
  color: var(--moh-blue);
  font-size: 12px;
  letter-spacing: .08em;
}
.moh-project-workspace__heading h3 {
  margin: 4px 0 0;
  color: var(--moh-navy);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.moh-project-date-pill {
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
}
.moh-project-tabs {
  gap: 30px;
}
.moh-project-tabs a {
  padding: 13px 0 11px;
  color: var(--moh-navy);
  font-size: 14px;
  font-weight: 650;
}
.moh-project-tabs a:hover,
.moh-project-tabs a:focus-visible {
  color: var(--moh-blue);
}
.moh-project-tabs a.is-active {
  color: var(--moh-blue);
  border-bottom-color: var(--moh-blue);
}
.moh-project-tab-panel {
  padding-top: 20px;
}
.moh-project-tab-toolbar--quiet {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-left: 4px solid var(--moh-blue);
  background: linear-gradient(90deg, rgba(95,179,228,.16), rgba(95,179,228,.035) 72%, transparent);
}
.moh-project-tab-toolbar--quiet h3 {
  color: var(--moh-navy);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.015em;
}
.moh-project-tab-toolbar--quiet p {
  margin-top: 3px;
  color: #294f69;
  font-size: 13px;
  line-height: 1.45;
}
.moh-timeline-toolbar-actions {
  gap: 8px;
}
.moh-project-timeline-area .moh-button,
.moh-project-timeline-area .moh-button--secondary {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
}
.moh-timeline-edit-button {
  border-color: rgba(0,118,170,.28) !important;
  background: rgba(95,179,228,.12) !important;
  color: var(--moh-navy) !important;
}
.moh-timeline-edit-button:hover,
.moh-timeline-edit-button:focus-visible {
  border-color: var(--moh-blue) !important;
  background: rgba(95,179,228,.22) !important;
}
.moh-timeline-edit-button.is-active {
  border-color: var(--moh-navy) !important;
  background: var(--moh-navy) !important;
  color: #fff !important;
}
.moh-timeline-edit-hint {
  margin: 0 0 14px;
  padding: 10px 13px;
  border-left: 4px solid var(--moh-sky);
  background: rgba(95,179,228,.10);
  color: var(--moh-navy);
  font-size: 12px;
  line-height: 1.4;
}
.moh-timeline-canvas-wrap {
  overflow-x: auto;
  border: 1px solid rgba(0,118,170,.18);
  border-radius: 0;
  background: #fff;
}
.moh-timeline-canvas {
  background: #fff;
}
.moh-timeline-canvas-row {
  grid-template-columns: 310px minmax(0, 1fr);
  min-height: 82px;
  border-top: 1px solid rgba(0,118,170,.10);
}
.moh-timeline-canvas-row--header {
  min-height: 54px;
  background: #edf8fd;
}
.moh-timeline-canvas-label {
  position: sticky;
  left: 0;
  z-index: 8;
  gap: 3px;
  padding: 13px 16px;
  border-right: 1px solid rgba(0,118,170,.14);
  background: #fff;
}
.moh-timeline-canvas-label > strong {
  color: var(--moh-navy);
  font-size: 13px;
  font-weight: 750;
}
.moh-timeline-block-title-row {
  gap: 9px;
}
.moh-timeline-block-name {
  color: var(--moh-navy);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}
.moh-timeline-block-name:hover,
.moh-timeline-block-name:focus-visible {
  color: var(--moh-blue);
  text-decoration-thickness: 2px;
}
.moh-timeline-canvas-label small,
.moh-timeline-block-meta {
  color: #365f78;
  font-size: 12px;
  line-height: 1.4;
}
.moh-timeline-block-meta {
  margin-top: 1px;
  color: var(--moh-blue);
  font-weight: 600;
}
.moh-timeline-status-dot {
  width: 8px;
  height: 8px;
  background: var(--moh-sky);
}
.moh-timeline-status-dot.is-in-progress { background: var(--moh-blue); }
.moh-timeline-status-dot.is-waiting { background: #eaaa21; }
.moh-timeline-status-dot.is-blocked { background: var(--moh-coral); }
.moh-timeline-status-dot.is-completed { background: var(--moh-success); }
.moh-timeline-canvas-track {
  min-height: 82px;
  background: #fff;
}
.moh-timeline-canvas-months {
  min-height: 54px;
  background: #edf8fd;
}
.moh-timeline-canvas-months > span {
  padding: 0 10px;
  border-left-color: rgba(0,118,170,.13);
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 700;
}
.moh-timeline-canvas-gridline {
  background: rgba(0,118,170,.10);
}
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-label,
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-track {
  background: rgba(95,179,228,.08);
}
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-label,
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-track {
  background: rgba(95,179,228,.14);
}
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-label {
  box-shadow: inset 4px 0 0 var(--moh-blue);
}
.moh-timeline-direct-bar {
  top: 23px;
  height: 36px;
  border-radius: 3px;
  background: #238abd;
  box-shadow: none;
}
.moh-timeline-direct-bar:hover,
.moh-timeline-direct-bar:focus-visible {
  background: #0876a8;
  box-shadow: 0 0 0 2px rgba(0,118,170,.18);
}
.moh-timeline-block-shell.is-in-progress .moh-timeline-direct-bar {
  background: var(--moh-blue);
}
.moh-timeline-block-shell.is-completed .moh-timeline-direct-bar {
  background: var(--moh-sky);
  opacity: .82;
}
.moh-project-timeline-area.is-editing .moh-timeline-direct-bar {
  box-shadow: 0 0 0 2px rgba(0,118,170,.15);
}
.moh-project-timeline-area.is-editing .moh-timeline-direct-bar.is-dragging {
  box-shadow: 0 4px 12px rgba(11,59,96,.20);
}
.moh-timeline-bar-title {
  padding-inline: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 36px;
}
.moh-timeline-resize-handle {
  width: 14px;
  background: rgba(255,255,255,.10);
}
.moh-timeline-resize-handle::after {
  top: 8px;
  bottom: 8px;
  width: 2px;
}
.moh-timeline-resize-handle.is-start::after { left: 5px; }
.moh-timeline-resize-handle.is-end::after { right: 5px; }
.moh-timeline-unscheduled {
  top: 23px;
  min-height: 36px;
  border-color: rgba(0,118,170,.25);
  background: rgba(95,179,228,.12);
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-timeline-milestone-marker {
  width: 18px;
  height: 18px;
}
.moh-timeline-milestone-marker > i {
  inset: 4px;
  border: 2px solid #fff;
  background: var(--moh-coral);
  box-shadow: 0 0 0 1px rgba(193,32,51,.35);
}
button.moh-timeline-milestone-marker:hover > i,
button.moh-timeline-milestone-marker:focus-visible > i {
  box-shadow: 0 0 0 3px rgba(207,90,88,.20);
}
.moh-timeline-today {
  width: 2px;
  background: rgba(0,118,170,.42);
}
.moh-timeline-canvas-months > .moh-timeline-today--label {
  width: 2px !important;
  background: rgba(0,118,170,.55);
}
.moh-timeline-today--label > b {
  top: 5px;
  left: 5px;
  padding: 2px 5px;
  border-radius: 2px;
  background: #fff;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 750;
}
.moh-timeline-canvas-row--milestones,
.moh-timeline-canvas-row--milestones .moh-timeline-canvas-track {
  min-height: 62px;
}
.moh-timeline-canvas-row--milestones .moh-timeline-canvas-label {
  background: #f7fcff;
}
.moh-timeline-save-status {
  padding: 7px 0 0;
  color: var(--moh-blue);
  font-size: 12px;
}

/* Selected item now lives in the page below the timeline instead of in a drawer. */
.moh-project-timeline-drawer,
.moh-project-timeline-details {
  position: static;
  inset: auto;
  z-index: auto;
  margin-top: 24px;
  pointer-events: auto;
}
.moh-project-timeline-drawer__backdrop {
  display: none !important;
}
.moh-project-timeline-drawer__panel,
.moh-project-timeline-details__panel {
  position: relative;
  inset: auto;
  width: 100%;
  overflow: visible;
  padding: 26px 30px 30px;
  border: 0;
  border-top: 4px solid var(--moh-blue);
  border-bottom: 1px solid rgba(0,118,170,.16);
  border-left: 0;
  background: linear-gradient(90deg, rgba(95,179,228,.11), rgba(95,179,228,.025) 55%, #fff 100%);
  box-shadow: none;
  pointer-events: auto;
}
.moh-project-timeline-details__placeholder {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.moh-project-timeline-details__placeholder[hidden] {
  display: none !important;
}
.moh-project-timeline-details__placeholder .moh-eyebrow {
  color: var(--moh-blue);
  font-size: 12px;
  letter-spacing: .08em;
}
.moh-project-timeline-details__placeholder p {
  margin: 0;
  max-width: 720px;
  color: var(--moh-navy);
  font-size: 15px;
  line-height: 1.5;
}
.moh-project-timeline-drawer__close {
  display: none;
  position: absolute;
  top: 22px;
  right: 28px;
  width: auto;
  height: auto;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.moh-project-timeline-area.has-open-details .moh-project-timeline-drawer__close {
  display: inline-block;
}
.moh-project-timeline-drawer__close:hover,
.moh-project-timeline-drawer__close:focus-visible {
  color: var(--moh-navy);
  border-bottom-color: var(--moh-navy);
  outline: none;
}
.moh-project-drawer-content:not([hidden]) {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(420px, 1.22fr);
  column-gap: 48px;
  align-items: start;
}
.moh-project-drawer-header {
  grid-column: 1 / -1;
  padding: 0 150px 18px 0;
  border-bottom: 1px solid rgba(0,118,170,.16);
}
.moh-project-drawer-header .moh-eyebrow {
  color: var(--moh-blue);
}
.moh-project-drawer-header h4 {
  margin: 5px 0 5px;
  color: var(--moh-navy);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.2;
}
.moh-project-drawer-header p {
  color: #365f78;
  font-size: 13px;
}
.moh-project-drawer-summary,
.moh-project-drawer-edit {
  grid-column: 1;
  grid-row: 2;
  padding: 22px 0 0;
}
.moh-project-drawer-section {
  margin-top: 0;
  padding-top: 22px;
  border-top: 0;
}
.moh-project-drawer-section:nth-of-type(1) {
  grid-column: 2;
  grid-row: 2 / span 2;
  padding-left: 8px;
}
.moh-project-drawer-section:nth-of-type(2) {
  grid-column: 1;
  grid-row: 3;
  margin-top: 20px;
  border-top: 1px solid rgba(0,118,170,.14);
}
.moh-project-drawer-meta {
  gap: 18px;
}
.moh-project-drawer-meta small,
.moh-project-drawer-notes > small {
  color: var(--moh-blue);
  font-size: 12px;
  letter-spacing: .06em;
}
.moh-project-drawer-meta strong {
  color: var(--moh-navy);
  font-size: 14px;
  font-weight: 700;
}
.moh-project-drawer-notes {
  margin-top: 18px;
  padding-top: 16px;
  border-top-color: rgba(0,118,170,.13);
}
.moh-project-drawer-notes p {
  color: var(--moh-ink);
  font-size: 14px;
  line-height: 1.55;
}
.moh-project-drawer-section__heading {
  margin-bottom: 10px;
}
.moh-project-drawer-section__heading h5 {
  color: var(--moh-navy);
  font-size: 17px;
  font-weight: 700;
}
.moh-project-drawer-section__heading > span {
  color: var(--moh-blue);
  font-size: 12px;
}
.moh-project-timeline-drawer .moh-project-block-checklist-item {
  padding: 11px 0;
  border-bottom-color: rgba(0,118,170,.10);
}
.moh-project-timeline-drawer .moh-project-block-checklist-item strong {
  color: var(--moh-navy);
  font-size: 14px;
  font-weight: 600;
}
.moh-project-timeline-drawer .moh-project-block-checklist-item small {
  margin-top: 3px;
  color: #42657b;
  font-size: 12px;
}
.moh-checklist-readonly {
  color: var(--moh-blue);
  font-weight: 800;
}
.moh-project-drawer-milestones > div {
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom-color: rgba(0,118,170,.10);
}
.moh-project-drawer-milestones i {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  background: var(--moh-coral);
}
.moh-project-drawer-milestones strong {
  color: var(--moh-navy);
  font-size: 14px;
  font-weight: 650;
}
.moh-project-drawer-milestones small {
  margin-top: 3px;
  color: #42657b;
  font-size: 12px;
}
.moh-project-drawer-add-milestone > summary {
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 750;
}
.moh-project-timeline-drawer .moh-project-form-drawer {
  margin-top: 0;
  padding: 0;
}
.moh-project-timeline-drawer .moh-form-grid label,
.moh-project-drawer-milestone-form label {
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-project-timeline-drawer input,
.moh-project-timeline-drawer select,
.moh-project-timeline-drawer textarea {
  min-height: 38px;
  border-color: rgba(0,118,170,.26);
  border-radius: 3px !important;
  font-size: 13px;
}
.moh-project-timeline-drawer textarea {
  min-height: 92px;
}

@media (max-width: 900px) {
  .moh-timeline-canvas-row {
    grid-template-columns: 275px minmax(0, 1fr);
  }
  .moh-project-drawer-content:not([hidden]) {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .moh-project-drawer-header,
  .moh-project-drawer-summary,
  .moh-project-drawer-edit,
  .moh-project-drawer-section:nth-of-type(1),
  .moh-project-drawer-section:nth-of-type(2) {
    grid-column: 1;
    grid-row: auto;
  }
  .moh-project-drawer-section:nth-of-type(1) {
    margin-top: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(0,118,170,.14);
  }
  .moh-project-drawer-section:nth-of-type(2) {
    margin-top: 18px;
  }
}

@media (max-width: 760px) {
  .moh-project-workspace__heading h3 { font-size: 23px; }
  .moh-project-tabs { gap: 20px; }
  .moh-project-tabs a { font-size: 13px; }
  .moh-project-tab-toolbar--quiet { padding: 12px 13px; }
  .moh-timeline-canvas-row { grid-template-columns: 245px minmax(0, 1fr); }
  .moh-project-timeline-drawer__panel,
  .moh-project-timeline-details__panel { padding: 22px 18px 24px; }
  .moh-project-drawer-header { padding-right: 0; }
  .moh-project-timeline-drawer__close {
    position: static;
    margin-bottom: 12px;
  }
}


/* COMMS v0.27.1 — sharper corners, lighter Montserrat, subtle color depth */
.moh-project-workspace,
.moh-project-workspace * {
  --moh-project-radius: 2px;
}

/* The Project workspace uses size and color for hierarchy instead of heavy type. */
.moh-project-workspace__heading h3 {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -.018em;
}
.moh-project-workspace__heading .moh-eyebrow {
  font-weight: 600;
}
.moh-project-date-pill {
  border-radius: 2px;
  background: rgba(95,179,228,.075);
  border-color: rgba(0,118,170,.16);
  font-weight: 500;
}
.moh-project-tabs a {
  font-weight: 500;
}
.moh-project-tab-toolbar--quiet {
  border-radius: 0;
  background: linear-gradient(90deg, rgba(95,179,228,.13), rgba(95,179,228,.025) 68%, transparent);
}
.moh-project-tab-toolbar--quiet h3 {
  font-size: 23px;
  font-weight: 500;
}
.moh-project-tab-toolbar--quiet p {
  font-size: 14px;
  color: #315d78;
}

/* Buttons and fields stay crisp; pills are reserved for true compact status UI. */
.moh-project-workspace .moh-button,
.moh-project-workspace .moh-button--secondary,
.moh-project-workspace button,
.moh-project-workspace input,
.moh-project-workspace select,
.moh-project-workspace textarea,
.moh-project-workspace .moh-project-form-drawer,
.moh-project-workspace .moh-project-stat,
.moh-project-workspace .moh-project-overview-card,
.moh-project-workspace .moh-project-empty {
  border-radius: 2px !important;
}
.moh-project-workspace .moh-button,
.moh-project-workspace .moh-button--secondary,
.moh-project-timeline-area .moh-button,
.moh-project-timeline-area .moh-button--secondary {
  font-weight: 500;
}

/* Give the calendar a quiet blue tonal rhythm instead of neutral gray. */
.moh-timeline-canvas-wrap {
  border-color: rgba(0,118,170,.20);
  background: #fbfeff;
}
.moh-timeline-canvas-row--header,
.moh-timeline-canvas-months {
  background: linear-gradient(180deg, #eef9fd 0%, #e8f5fb 100%);
}
.moh-timeline-canvas-row--block:nth-child(even) .moh-timeline-canvas-label,
.moh-timeline-canvas-row--block:nth-child(even) .moh-timeline-canvas-track {
  background: #fbfeff;
}
.moh-timeline-canvas-row--block:nth-child(odd) .moh-timeline-canvas-label,
.moh-timeline-canvas-row--block:nth-child(odd) .moh-timeline-canvas-track {
  background: #f7fcff;
}
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-label,
.moh-timeline-canvas-row--block:hover .moh-timeline-canvas-track {
  background: #eef8fc;
}
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-label,
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-track {
  background: #e8f5fb;
}
.moh-timeline-block-shell.is-selected .moh-timeline-canvas-label {
  box-shadow: inset 3px 0 0 var(--moh-blue);
}

/* Larger, lighter timeline typography. */
.moh-timeline-canvas-row {
  min-height: 88px;
}
.moh-timeline-canvas-label {
  padding-top: 15px;
  padding-bottom: 15px;
}
.moh-timeline-block-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.moh-timeline-canvas-label small,
.moh-timeline-block-meta {
  font-size: 13px;
  font-weight: 400;
}
.moh-timeline-block-meta {
  color: #247ca8;
}
.moh-timeline-canvas-track {
  min-height: 88px;
}
.moh-timeline-canvas-months > span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .005em;
}
.moh-timeline-direct-bar {
  top: 22px;
  height: 42px;
  border-radius: 1px;
  background: linear-gradient(90deg, #1284b7 0%, #2795c5 100%);
}
.moh-timeline-direct-bar:hover,
.moh-timeline-direct-bar:focus-visible {
  background: linear-gradient(90deg, #0877aa 0%, #1d89ba 100%);
}
.moh-timeline-block-shell.is-in-progress .moh-timeline-direct-bar {
  background: linear-gradient(90deg, #0076aa 0%, #218fc0 100%);
}
.moh-timeline-block-shell.is-completed .moh-timeline-direct-bar {
  background: linear-gradient(90deg, #70bce6 0%, #9cd3ef 100%);
  opacity: .9;
}
.moh-timeline-bar-title {
  padding-inline: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -.005em;
}
.moh-timeline-resize-handle {
  border-radius: 0;
}
.moh-timeline-unscheduled {
  top: 22px;
  min-height: 42px;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 500;
}
.moh-timeline-today--label > b {
  border-radius: 1px;
  font-weight: 500;
}

/* Selected-item area reads as part of the page, not another rounded card. */
.moh-project-timeline-drawer__panel,
.moh-project-timeline-details__panel {
  border-radius: 0 !important;
  background: linear-gradient(100deg, rgba(95,179,228,.10) 0%, rgba(95,179,228,.035) 48%, #fff 100%);
}
.moh-project-drawer-header h4 {
  font-size: 26px;
  font-weight: 500;
}
.moh-project-drawer-header .moh-eyebrow,
.moh-project-drawer-meta small,
.moh-project-drawer-notes > small {
  font-weight: 600;
}
.moh-project-drawer-meta strong,
.moh-project-drawer-section__heading h5,
.moh-project-drawer-milestones strong,
.moh-project-timeline-drawer .moh-project-block-checklist-item strong {
  font-weight: 500;
}
.moh-project-drawer-section__heading h5 {
  font-size: 18px;
}
.moh-checklist-readonly {
  font-weight: 600;
}
.moh-project-drawer-add-milestone > summary {
  font-weight: 500;
}

@media (max-width: 760px) {
  .moh-project-workspace__heading h3 { font-size: 26px; }
  .moh-timeline-block-name { font-size: 16px; }
  .moh-timeline-bar-title { font-size: 15px; }
}

/* Keep Project status and mode indicators compact without capsule styling. */
.moh-project-workspace .moh-project-status,
.moh-project-workspace .moh-timeline-mode-pill {
  border-radius: 2px;
  font-weight: 500;
}

/* COMMS v0.27.2 — comfortable horizontal timeline + tighter row hierarchy */
.moh-timeline-width-control {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-right: 4px;
  border-bottom: 1px solid rgba(0,118,170,.16);
}
.moh-timeline-width-button {
  position: relative;
  min-height: 38px;
  padding: 0 1px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #3c6a84;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.moh-timeline-width-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}
.moh-timeline-width-button:hover,
.moh-timeline-width-button:focus-visible {
  color: var(--moh-navy);
  outline: none;
}
.moh-timeline-width-button.is-active {
  color: var(--moh-navy);
}
.moh-timeline-width-button.is-active::after {
  background: var(--moh-blue);
}

/* Comfortable is the everyday planning view: months get real physical space. */
.moh-timeline-canvas-wrap.is-comfortable {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-color: rgba(0,118,170,.42) rgba(95,179,228,.10);
  scrollbar-width: auto;
}
.moh-timeline-canvas-wrap.is-comfortable::-webkit-scrollbar {
  height: 12px;
}
.moh-timeline-canvas-wrap.is-comfortable::-webkit-scrollbar-track {
  background: rgba(95,179,228,.10);
}
.moh-timeline-canvas-wrap.is-comfortable::-webkit-scrollbar-thumb {
  border: 3px solid rgba(95,179,228,.10);
  border-radius: 0;
  background: rgba(0,118,170,.42);
}
.moh-timeline-canvas-wrap.is-fit-project {
  overflow-x: hidden;
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-canvas {
  width: 100%;
  min-width: 100% !important;
}

/* Keep names substantial while recovering vertical space. */
.moh-timeline-canvas-row {
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 76px;
}
.moh-timeline-canvas-row--header {
  min-height: 48px;
}
.moh-timeline-canvas-label {
  padding: 11px 15px;
}
.moh-timeline-block-name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.22;
}
.moh-timeline-block-subline {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  margin-top: 3px;
  white-space: nowrap;
}
.moh-timeline-block-subline small,
.moh-timeline-block-owner {
  overflow: hidden;
  color: #3d6a83;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-timeline-block-owner {
  color: #147eae;
}
.moh-timeline-block-owner::before {
  content: "·";
  margin-right: 7px;
  color: #7bb7d5;
}
.moh-timeline-canvas-track {
  min-height: 76px;
}
.moh-timeline-canvas-months {
  min-height: 48px;
}
.moh-timeline-canvas-months > span {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #2f637f;
}

/* The bar now carries its own checklist count, removing one more sidebar line. */
.moh-timeline-direct-bar {
  top: 19px;
  height: 38px;
  background: linear-gradient(90deg, #087bac 0%, #238fbc 100%);
}
.moh-timeline-direct-bar:hover,
.moh-timeline-direct-bar:focus-visible {
  background: linear-gradient(90deg, #006f9f 0%, #1684b1 100%);
}
.moh-timeline-block-shell.is-in-progress .moh-timeline-direct-bar {
  background: linear-gradient(90deg, #006f9f 0%, #1b89b8 100%);
}
.moh-timeline-block-shell.is-completed .moh-timeline-direct-bar {
  background: linear-gradient(90deg, #6bb7df 0%, #9ad2ed 100%);
  opacity: .88;
}
.moh-timeline-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 13px;
}
.moh-timeline-bar-title {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
}
.moh-timeline-bar-steps {
  flex: 0 0 auto;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.moh-timeline-direct-bar.is-steps-compact .moh-timeline-bar-steps {
  font-size: 0;
}
.moh-timeline-direct-bar.is-steps-compact .moh-timeline-bar-steps::after {
  content: attr(data-step-count);
  font-size: 12px;
  font-weight: 500;
}
.moh-timeline-direct-bar.is-label-hidden .moh-timeline-bar-content {
  justify-content: flex-end;
}
.moh-timeline-direct-bar.is-label-hidden .moh-timeline-bar-title {
  display: none;
}
.moh-timeline-unscheduled {
  top: 19px;
  min-height: 38px;
}

/* Milestones stay in the Chamber visual family; shape, not another program color, differentiates them. */
.moh-timeline-milestone-marker > i {
  background: var(--moh-navy);
  box-shadow: 0 0 0 1px rgba(95,179,228,.58);
}
button.moh-timeline-milestone-marker:hover > i,
button.moh-timeline-milestone-marker:focus-visible > i {
  box-shadow: 0 0 0 3px rgba(95,179,228,.28);
}

/* Fit mode is deliberately a bird's-eye view; Comfortable remains the readable default. */
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-canvas-row {
  grid-template-columns: 270px minmax(0, 1fr);
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-block-name {
  font-size: 15px;
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-block-subline small,
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-block-owner {
  font-size: 11.5px;
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-canvas-months > span {
  padding-left: 8px;
  font-size: 12px;
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-bar-title {
  font-size: 13px;
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-bar-steps {
  font-size: 12px;
}

@media (max-width: 760px) {
  .moh-timeline-toolbar-actions {
    width: 100%;
    justify-content: space-between;
  }
  .moh-timeline-width-control {
    order: 2;
  }
  .moh-timeline-canvas-row,
  .moh-timeline-canvas-wrap.is-fit-project .moh-timeline-canvas-row {
    grid-template-columns: 250px minmax(0, 1fr);
  }
  .moh-timeline-block-name {
    font-size: 16px;
  }
}

/* COMMS v0.27.3 — breathable timeline labels + inline step lanes */
.moh-timeline-canvas-row {
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 72px;
}
.moh-timeline-canvas-label {
  padding: 10px 14px;
}
.moh-timeline-block-name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.28;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.moh-timeline-block-subline {
  margin-top: 4px;
}
.moh-timeline-canvas-track {
  min-height: 72px;
}
.moh-timeline-direct-bar {
  top: 16px;
  height: 40px;
}
.moh-timeline-bar-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
.moh-timeline-bar-steps {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
}
.moh-timeline-bar-steps > i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid rgba(255,255,255,.9);
  border-bottom: 1.5px solid rgba(255,255,255,.9);
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .15s ease;
}
.moh-timeline-block-shell.is-steps-open .moh-timeline-bar-steps > i {
  margin-top: 3px;
  transform: rotate(225deg);
}
.moh-timeline-direct-bar.is-steps-compact .moh-timeline-bar-steps > span {
  display: none;
}
.moh-timeline-direct-bar.is-steps-compact .moh-timeline-bar-steps::before {
  content: attr(data-step-count);
  font-size: 12px;
  font-weight: 500;
}
.moh-timeline-direct-bar.is-steps-compact .moh-timeline-bar-steps::after {
  content: none;
}

/* Steps expand directly beneath the schedule row instead of in the details area. */
.moh-timeline-steps-row {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  border-top: 1px solid rgba(0,118,170,.10);
  border-bottom: 1px solid rgba(0,118,170,.13);
  background: linear-gradient(90deg, rgba(95,179,228,.13) 0%, rgba(95,179,228,.045) 55%, rgba(255,255,255,.96) 100%);
}
.moh-timeline-steps-row[hidden] {
  display: none !important;
}
.moh-timeline-steps-label {
  position: sticky;
  left: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3px;
  padding: 14px;
  border-right: 1px solid rgba(0,118,170,.14);
  background: #eef8fd;
}
.moh-timeline-steps-label strong {
  color: var(--moh-navy);
  font-size: 13px;
  font-weight: 500;
}
.moh-timeline-steps-label small {
  color: #3d6a83;
  font-size: 12px;
  font-weight: 400;
}
.moh-timeline-steps-panel {
  min-width: 0;
  padding: 12px 18px 14px;
  background: rgba(255,255,255,.72);
}
.moh-timeline-steps-panel .moh-project-block-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
}
.moh-timeline-steps-panel .moh-project-block-checklist-item {
  min-height: 42px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,118,170,.10);
}
.moh-timeline-steps-panel .moh-project-block-checklist-item strong {
  color: var(--moh-navy);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.35;
}
.moh-timeline-steps-panel .moh-project-block-checklist-item small {
  margin-top: 2px;
  color: #3d6a83;
  font-size: 11.5px;
}
.moh-timeline-steps-panel .moh-checklist-readonly {
  color: var(--moh-blue);
  font-weight: 500;
}
.moh-project-timeline-area.is-editing .moh-timeline-steps-panel .moh-project-checklist-add {
  margin-top: 12px;
}

/* Fit remains intentionally compact, including expanded step lanes. */
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-canvas-row,
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-steps-row {
  grid-template-columns: 255px minmax(0, 1fr);
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-block-name {
  font-size: 14px;
}
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-steps-panel .moh-project-block-checklist {
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  .moh-timeline-steps-panel .moh-project-block-checklist {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .moh-timeline-canvas-row,
  .moh-timeline-steps-row,
  .moh-timeline-canvas-wrap.is-fit-project .moh-timeline-canvas-row,
  .moh-timeline-canvas-wrap.is-fit-project .moh-timeline-steps-row {
    grid-template-columns: 235px minmax(0, 1fr);
  }
  .moh-timeline-block-name { font-size: 14.5px; }
}



/* COMMS v0.27.4 — viewport-fit inline steps + quieter Timeline header */
.moh-timeline-toolbar {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 10px;
}
.moh-timeline-toolbar h3 {
  margin-bottom: 0;
}

/*
 * Comfortable mode may be wider than the browser, but an opened checklist is
 * reference content rather than calendar geometry. Keep the whole checklist
 * lane pinned to the visible timeline viewport so every step remains readable
 * without horizontally scrolling the month canvas.
 */
.moh-timeline-steps-row {
  position: sticky;
  left: 0;
  z-index: 9;
  width: var(--moh-timeline-viewport-width, 100%);
  max-width: var(--moh-timeline-viewport-width, 100%);
  grid-template-columns: 290px minmax(0, 1fr);
  background: linear-gradient(90deg, rgba(95,179,228,.12) 0%, rgba(95,179,228,.035) 44%, #fff 100%);
}
.moh-timeline-steps-label {
  position: relative;
  left: auto;
  z-index: 1;
  padding: 12px 14px;
  background: #eef8fd;
}
.moh-timeline-steps-panel {
  overflow: hidden;
  padding: 9px 16px 11px;
  background: rgba(255,255,255,.90);
}
.moh-timeline-steps-panel .moh-project-block-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}
.moh-timeline-steps-panel .moh-project-block-checklist-item {
  min-width: 0;
  min-height: 39px;
  padding: 7px 0;
}
.moh-timeline-steps-panel .moh-project-block-checklist-item > span:last-child {
  min-width: 0;
}
.moh-timeline-steps-panel .moh-project-block-checklist-item strong,
.moh-timeline-steps-panel .moh-project-block-checklist-item small {
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

/* Fit project remains a compact overview, but its open checklist still fits the visible page. */
.moh-timeline-canvas-wrap.is-fit-project .moh-timeline-steps-row {
  grid-template-columns: 255px minmax(0, 1fr);
}

@media (max-width: 1100px) {
  .moh-timeline-steps-panel .moh-project-block-checklist {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .moh-timeline-steps-row,
  .moh-timeline-canvas-wrap.is-fit-project .moh-timeline-steps-row {
    grid-template-columns: 235px minmax(0, 1fr);
  }
}

/* v0.28.0 — Project goals, typed timeline items and COMMS brand home link. */
.moh-brand {
  color: #fff;
  text-decoration: none;
  min-width: 0;
}
.moh-brand:hover,
.moh-brand:focus-visible {
  color: #fff;
  text-decoration: none;
}
.moh-brand:focus-visible {
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: 5px;
}
.moh-brand > div:last-child {
  min-width: 0;
}
.moh-brand span {
  max-width: 205px;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .025em;
  text-transform: none;
}

[data-moh-project-phase-field].is-disabled {
  opacity: .52;
}
[data-moh-project-phase-field].is-disabled select {
  cursor: not-allowed;
}

.moh-project-goal-band {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(0,118,170,.18);
  border-radius: 1px;
  background: linear-gradient(100deg, rgba(95,179,228,.11), rgba(255,255,255,.96) 68%);
}
.moh-project-goal-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.moh-project-goal-card {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 3px 10px;
  align-items: start;
  min-width: 0;
  padding: 12px 13px;
  border-left: 3px solid var(--moh-blue);
  background: rgba(255,255,255,.82);
}
.moh-project-goal-card > .moh-project-item-kind { grid-row: 1 / span 3; }
.moh-project-goal-card > strong {
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.moh-project-goal-card > small,
.moh-project-goal-card > time {
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-project-goal-card.is-at-risk { border-left-color: var(--moh-coral); }
.moh-project-goal-card.is-achieved { border-left-color: var(--moh-success); }

.moh-project-goals-list {
  display: grid;
  gap: 8px;
}
.moh-project-goal-row {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) auto auto;
  gap: 12px;
  align-items: start;
  padding: 14px 15px;
  border: 1px solid rgba(11,59,96,.10);
  border-left: 3px solid var(--moh-blue);
  border-radius: 1px;
  background: #fff;
}
.moh-project-goal-row.is-at-risk { border-left-color: var(--moh-coral); }
.moh-project-goal-row.is-achieved { border-left-color: var(--moh-success); }
.moh-project-goal-row.is-dropped { opacity: .62; }
.moh-project-goal-row__body { min-width: 0; }
.moh-project-goal-row__body > strong {
  display: inline;
  color: var(--moh-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.moh-project-goal-row__body > p {
  margin: 6px 0 0;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.55;
}
.moh-project-goal-row__body .moh-project-goal-target {
  color: var(--moh-blue);
  font-weight: 600;
}
.moh-project-goal-row__meta {
  display: grid;
  justify-items: end;
  gap: 4px;
  white-space: nowrap;
}
.moh-project-goal-row__meta time,
.moh-project-goal-row__meta small {
  color: var(--moh-muted);
  font-size: 12px;
}

.moh-project-item-kind {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 3px 5px;
  border: 1px solid rgba(0,118,170,.20);
  border-radius: 1px;
  background: rgba(95,179,228,.10);
  color: var(--moh-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.moh-timeline-goals-strip,
.moh-timeline-project-work {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(11,59,96,.09);
  border-radius: 1px;
  background: rgba(255,255,255,.72);
}
.moh-timeline-goals-strip > div:first-child,
.moh-timeline-project-work > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.moh-timeline-project-work > div:first-child small {
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-timeline-goal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.moh-timeline-goal-chip {
  display: grid;
  grid-template-columns: 8px minmax(0,1fr);
  gap: 2px 7px;
  align-items: center;
  max-width: 340px;
  padding: 7px 9px;
  border-left: 2px solid var(--moh-blue);
  background: rgba(95,179,228,.09);
}
.moh-timeline-goal-chip > i {
  grid-row: 1 / span 2;
  width: 7px;
  height: 7px;
  border: 2px solid var(--moh-blue);
  border-radius: 50%;
}
.moh-timeline-goal-chip > strong {
  overflow: hidden;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-timeline-goal-chip > small {
  overflow: hidden;
  color: var(--moh-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-timeline-goal-chip.is-at-risk { border-left-color: var(--moh-coral); }
.moh-timeline-goal-chip.is-achieved { border-left-color: var(--moh-success); }
.moh-timeline-goal-chip.is-achieved > i { border-color: var(--moh-success); background: var(--moh-success); }

.moh-timeline-project-work > div:last-child {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 6px 14px;
}
.moh-timeline-project-work a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 7px 0;
  border-bottom: 1px solid rgba(11,59,96,.07);
  color: inherit;
  text-decoration: none;
}
.moh-timeline-project-work a:hover strong { color: var(--moh-blue); }
.moh-timeline-project-work a strong {
  overflow: hidden;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-timeline-project-work a span {
  flex: 0 0 auto;
  color: var(--moh-muted);
  font-size: 12px;
}

.moh-timeline-goal-marker {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
button.moh-timeline-goal-marker {
  pointer-events: auto;
  cursor: pointer;
}
.moh-timeline-goal-marker > i {
  position: absolute;
  inset: 2px;
  border: 2px solid var(--moh-blue);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,118,170,.18);
}
.moh-timeline-goal-marker > i::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--moh-blue);
}
.moh-timeline-goal-marker.is-complete > i {
  border-color: var(--moh-success);
}
.moh-timeline-goal-marker.is-complete > i::after { background: var(--moh-success); }
button.moh-timeline-goal-marker:hover > i,
button.moh-timeline-goal-marker:focus-visible > i {
  box-shadow: 0 0 0 3px rgba(0,118,170,.17);
}
button.moh-timeline-goal-marker:focus-visible { outline: none; }

.moh-project-phase-items {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px 12px;
}
.moh-project-phase-items > .moh-muted { grid-column: 1 / -1; }
.moh-project-phase-item {
  min-width: 0;
  border: 1px solid rgba(11,59,96,.09);
  border-left: 3px solid rgba(0,118,170,.70);
  border-radius: 1px;
  background: #fff;
}
a.moh-project-phase-item,
.moh-project-phase-item > summary,
.moh-project-phase-item.is-unclassified {
  display: grid;
  grid-template-columns: 56px minmax(0,1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 11px;
}
a.moh-project-phase-item {
  color: inherit;
  text-decoration: none;
}
a.moh-project-phase-item:hover { border-left-color: var(--moh-navy); }
.moh-project-phase-item.is-goal { border-left-color: var(--moh-blue); }
.moh-project-phase-item.is-milestone { border-left-color: var(--moh-coral); }
.moh-project-phase-item.is-unclassified {
  grid-template-columns: 56px minmax(0,1fr) auto;
  border-left-color: #b7832b;
  background: rgba(255,244,218,.50);
}
.moh-project-phase-item > summary {
  cursor: pointer;
  list-style: none;
}
.moh-project-phase-item > summary::-webkit-details-marker { display: none; }
.moh-project-phase-item__body { min-width: 0; }
.moh-project-phase-item__body strong,
.moh-project-phase-item__body small {
  display: block;
  overflow-wrap: anywhere;
}
.moh-project-phase-item__body strong {
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.moh-project-phase-item__body small {
  margin-top: 3px;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.4;
}
a.moh-project-phase-item > em {
  color: var(--moh-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}
.moh-project-phase-item > summary > i {
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--moh-muted);
  border-bottom: 1px solid var(--moh-muted);
  transform: rotate(45deg);
}
.moh-project-phase-item[open] > summary > i { transform: rotate(225deg); }
.moh-project-phase-item__details {
  padding: 0 12px 11px 77px;
}
.moh-project-phase-item__details p {
  margin: 0;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.5;
}
.moh-project-classify-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3px 8px;
}
.moh-project-classify-actions form { margin: 0; }
.moh-project-classify-actions .moh-text-button {
  font-size: 12px;
  white-space: nowrap;
}
.moh-project-classify-actions .moh-text-button:disabled {
  opacity: .38;
  cursor: not-allowed;
}
.moh-timeline-unclassified {
  margin-top: 18px;
  padding: 15px 16px;
  border-top: 2px solid rgba(183,131,43,.40);
  background: rgba(255,244,218,.26);
}

.moh-project-drawer-goals {
  display: grid;
}
.moh-project-drawer-goals > div {
  display: grid;
  grid-template-columns: 9px minmax(0,1fr);
  gap: 8px;
  align-items: start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(11,59,96,.065);
}
.moh-project-drawer-goals > div:last-child { border-bottom: 0; }
.moh-project-drawer-goals i {
  width: 7px;
  height: 7px;
  margin-top: 3px;
  border: 2px solid var(--moh-blue);
  border-radius: 50%;
}
.moh-project-drawer-goals strong,
.moh-project-drawer-goals small { display: block; }
.moh-project-drawer-goals strong {
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
}
.moh-project-drawer-goals small {
  margin-top: 2px;
  color: var(--moh-muted);
  font-size: 12px;
}

@media (max-width: 1180px) {
  .moh-project-goal-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .moh-project-phase-items { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .moh-project-goal-cards,
  .moh-timeline-project-work > div:last-child { grid-template-columns: 1fr; }
  .moh-project-goal-row { grid-template-columns: 54px minmax(0,1fr); }
  .moh-project-goal-row__meta,
  .moh-project-goal-row > .moh-milestone-editor { grid-column: 2; justify-items: start; }
  a.moh-project-phase-item,
  .moh-project-phase-item > summary,
  .moh-project-phase-item.is-unclassified { grid-template-columns: 50px minmax(0,1fr); }
  a.moh-project-phase-item > em,
  .moh-project-classify-actions { grid-column: 2; justify-content: flex-start; }
  .moh-project-phase-item__details { padding-left: 72px; }
}
@media (max-width: 980px) {
  .moh-brand { justify-content: flex-start; }
  .moh-brand span { max-width: 260px; }
}

/* 0.29 information architecture + Results */
.moh-sidebar-request { margin-top: 2px; }
.moh-nav--utility {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.moh-nav--utility + .moh-user { margin-top: 0; }
.moh-nav--utility a { min-height: 42px; }

.moh-results-tabs { margin-bottom: 22px; }
.moh-results-periods,
.moh-project-portfolio-filters,
.moh-win-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.moh-results-periods { margin: 0 0 18px; }
.moh-results-periods a,
.moh-project-portfolio-filters a {
  padding: 7px 10px;
  border: 1px solid var(--moh-line);
  border-radius: 3px;
  background: #fff;
  color: var(--moh-muted) !important;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none !important;
}
.moh-results-periods a:hover,
.moh-project-portfolio-filters a:hover {
  border-color: #a9ccdf;
  color: var(--moh-blue) !important;
}
.moh-results-periods a.is-active,
.moh-project-portfolio-filters a.is-active {
  border-color: var(--moh-blue);
  background: var(--moh-soft-blue);
  color: var(--moh-navy) !important;
}

.moh-results-metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(150px,1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.moh-results-metrics .moh-metric { min-height: 105px; }
.moh-results-grid {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr);
  gap: 18px;
  align-items: start;
}
.moh-results-grid > .moh-panel { min-width: 0; }
.moh-results-grid > .moh-panel:last-child { grid-column: 1 / -1; }

.moh-win-stack,
.moh-win-list { display: grid; gap: 9px; }
.moh-win-card {
  display: block;
  padding: 13px 0;
  border-top: 1px solid var(--moh-line);
}
.moh-win-card:first-child { border-top: 0; padding-top: 2px; }
.moh-win-card strong,
.moh-win-card h3 {
  display: block;
  margin: 2px 0 0 !important;
  color: var(--moh-navy) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}
.moh-win-date {
  display: block;
  margin-bottom: 3px;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.moh-win-card p { margin: 6px 0 0; font-size: 12px; line-height: 1.55; }
.moh-win-card--full {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px;
  padding: 17px 0;
}
.moh-win-card--full:first-child { padding-top: 6px; }
.moh-win-impact {
  color: var(--moh-ink) !important;
  font-weight: 600;
}
.moh-win-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 13px;
  margin-top: 9px;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-win-meta a { color: var(--moh-blue) !important; font-weight: 650; text-decoration: none !important; }
.moh-win-meta a:hover { text-decoration: underline !important; }
.moh-win-filters {
  margin-bottom: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--moh-line);
  border-bottom: 1px solid var(--moh-line);
}
.moh-win-filters input,
.moh-win-filters select { min-height: 38px; }
.moh-win-filters input[type="search"] { flex: 1 1 260px; }
.moh-win-filters select { flex: 0 1 190px; }

.moh-results-program-bars { display: grid; gap: 10px; }
.moh-results-program-bars > div {
  display: grid;
  grid-template-columns: minmax(150px,230px) minmax(120px,1fr);
  gap: 12px;
  align-items: center;
}
.moh-results-program-bars span {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: var(--moh-ink);
  font-size: 12px;
  font-weight: 600;
}
.moh-results-program-bars span strong {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-results-program-bars span b {
  flex: 0 0 auto;
  color: var(--moh-navy);
  font-size: 12px;
}
.moh-results-program-bars i {
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  background: #e2eef4;
  border-radius: 2px;
}
.moh-results-program-bars i::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--moh-result-width,0%);
  background: linear-gradient(90deg,var(--moh-blue),var(--moh-sky));
}

.moh-project-editor--workspace { margin: 0 0 20px; }
.moh-project-portfolio { margin-top: 20px; }
.moh-project-portfolio-table td:first-child { min-width: 190px; }
.moh-schedule-event-manager { margin-top: 20px; }

@media (max-width: 1050px) {
  .moh-results-metrics { grid-template-columns: repeat(2,minmax(140px,1fr)); }
  .moh-results-grid { grid-template-columns: 1fr; }
  .moh-results-grid > .moh-panel:last-child { grid-column: auto; }
}
@media (max-width: 680px) {
  .moh-results-metrics { grid-template-columns: 1fr 1fr; }
  .moh-win-card--full { grid-template-columns: 1fr; }
  .moh-results-program-bars > div { grid-template-columns: 1fr; gap: 6px; }
}

.moh-completed-projects-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px 18px;
}
.moh-completed-projects-grid a {
  display: block;
  min-width: 0;
  padding: 11px 0;
  border-top: 1px solid var(--moh-line);
  color: inherit !important;
  text-decoration: none !important;
}
.moh-completed-projects-grid a:nth-child(-n+3) { border-top: 0; }
.moh-completed-projects-grid strong,
.moh-completed-projects-grid span { display: block; }
.moh-completed-projects-grid strong {
  overflow: hidden;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-completed-projects-grid a:hover strong { color: var(--moh-blue); }
.moh-completed-projects-grid span {
  margin-top: 3px;
  color: var(--moh-muted);
  font-size: 12px;
}
@media (max-width: 900px) {
  .moh-completed-projects-grid { grid-template-columns: 1fr 1fr; }
  .moh-completed-projects-grid a:nth-child(3) { border-top: 1px solid var(--moh-line); }
}
@media (max-width: 600px) {
  .moh-completed-projects-grid { grid-template-columns: 1fr; }
  .moh-completed-projects-grid a:nth-child(2) { border-top: 1px solid var(--moh-line); }
}

/* 0.30 — daily briefing + focus-first tracker */
.moh-today-hero {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin: -4px 0 22px;
  padding: 22px 24px;
  border-left: 5px solid var(--moh-blue);
  background: linear-gradient(100deg, rgba(95,179,228,.13), rgba(255,255,255,.92) 62%);
  border-top: 1px solid var(--moh-line);
  border-right: 1px solid var(--moh-line);
  border-bottom: 1px solid var(--moh-line);
  border-radius: 4px;
}
.moh-today-hero h2 { margin: 4px 0 5px; color: var(--moh-navy); font-size: clamp(23px, 2.4vw, 34px); font-weight: 650; letter-spacing: -.025em; }
.moh-today-hero p { margin: 0; color: var(--moh-muted); }
.moh-today-week-pulse { display: flex; align-items: baseline; gap: 8px; min-width: 190px; justify-content: flex-end; text-align: right; }
.moh-today-week-pulse strong { color: var(--moh-blue); font-size: 30px; font-weight: 650; }
.moh-today-week-pulse span { max-width: 145px; color: var(--moh-muted); font-size: 12px; line-height: 1.35; }
.moh-today-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 16px; align-items: start; }
.moh-today-panel { min-height: 0; border-radius: 4px; }
.moh-today-panel .moh-panel__header { align-items: flex-start; }
.moh-today-panel .moh-panel__header h2 { margin-top: 2px; }
.moh-today-alert { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 10px; padding: 11px 12px; background: rgba(207,90,88,.08); border-left: 3px solid var(--moh-coral); color: var(--moh-navy) !important; text-decoration: none !important; }
.moh-today-alert span { color: var(--moh-coral); font-size: 12px; font-weight: 700; }
.moh-today-work-list, .moh-today-happening-list, .moh-today-win-list { display: grid; }
.moh-today-work-list > a, .moh-today-win-list > a { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 11px 2px; border-top: 1px solid var(--moh-line); color: inherit !important; text-decoration: none !important; }
.moh-today-work-list > a:first-child, .moh-today-win-list > a:first-child { border-top: 0; }
.moh-today-work-list strong, .moh-today-work-list small, .moh-today-win-list strong, .moh-today-win-list small { display: block; }
.moh-today-work-list strong, .moh-today-win-list strong { color: var(--moh-navy); font-size: 12px; }
.moh-today-work-list small, .moh-today-win-list small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; line-height: 1.4; }
.moh-today-work-list em { color: var(--moh-muted); font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; }
.moh-today-work-list > a.is-urgent em { color: var(--moh-coral); }
.moh-today-happening-list { gap: 8px; }
.moh-today-happening-list > a { display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 2px 10px; padding: 10px 11px; background: rgba(95,179,228,.07); border-left: 3px solid rgba(0,118,170,.55); color: inherit !important; text-decoration: none !important; }
.moh-today-happening-list strong { color: var(--moh-navy); font-size: 12px; }
.moh-today-happening-list small { grid-column: 2; color: var(--moh-muted); font-size: 12px; }
.moh-today-type { color: var(--moh-blue); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.moh-today-insights { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.moh-today-insights > a { padding: 14px; background: rgba(11,59,96,.035); border-top: 3px solid var(--moh-blue); color: inherit !important; text-decoration: none !important; }
.moh-today-insights span { display: block; min-height: 26px; color: var(--moh-muted); font-size: 12px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.moh-today-insights strong { display: block; margin: 7px 0 5px; color: var(--moh-navy); font-size: 19px; font-weight: 650; }
.moh-today-insights p { margin: 0; color: var(--moh-muted); font-size: 12px; line-height: 1.45; }
.moh-today-win-list > a { grid-template-columns: 72px minmax(0,1fr); align-items: start; }
.moh-today-win-list time { color: var(--moh-blue); font-size: 12px; font-weight: 700; }
.moh-today-win-list small { grid-column: 2; }

.moh-tracker-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 15px; padding: 18px 20px; background: linear-gradient(105deg, rgba(95,179,228,.10), rgba(255,255,255,.94)); border-left: 5px solid var(--moh-blue); border-top: 1px solid var(--moh-line); border-right: 1px solid var(--moh-line); border-bottom: 1px solid var(--moh-line); border-radius: 4px; }
.moh-tracker-heading h2 { margin: 3px 0 4px; color: var(--moh-navy); font-size: 25px; font-weight: 650; letter-spacing: -.02em; }
.moh-tracker-heading p { margin: 0; max-width: 680px; color: var(--moh-muted); font-size: 12px; }
.moh-tracker-tabs { margin-bottom: 12px; }
.moh-tracker-pulse { display: flex; gap: 0; margin: 0 0 20px; border: 1px solid var(--moh-line); background: #fff; }
.moh-tracker-pulse > div { display: flex; align-items: baseline; gap: 7px; padding: 10px 15px; border-right: 1px solid var(--moh-line); }
.moh-tracker-pulse > div:last-child { border-right: 0; }
.moh-tracker-pulse strong { color: var(--moh-navy); font-size: 18px; font-weight: 650; }
.moh-tracker-pulse span { color: var(--moh-muted); font-size: 12px; }
.moh-tracker-pulse .is-alert strong { color: var(--moh-coral); }
.moh-tracker-pulse .is-attention strong { color: #9a630f; }
.moh-tracker-focus { display: grid; gap: 24px; }
.moh-tracker-group { padding: 0; }
.moh-tracker-group__heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 2px solid var(--moh-line); }
.moh-tracker-group--now .moh-tracker-group__heading { border-bottom-color: rgba(207,90,88,.42); }
.moh-tracker-group--next .moh-tracker-group__heading { border-bottom-color: rgba(0,118,170,.35); }
.moh-tracker-group__heading h3 { margin: 0; color: var(--moh-navy); font-size: 17px; font-weight: 650; }
.moh-tracker-group__heading p { margin: 2px 0 0; color: var(--moh-muted); font-size: 12px; }
.moh-tracker-group__heading > span { min-width: 28px; color: var(--moh-muted); font-size: 12px; font-weight: 700; text-align: right; }
.moh-tracker-cards { display: grid; gap: 5px; }
.moh-tracker-card { display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 16px; align-items: center; min-height: 58px; padding: 10px 12px; background: #fff; border: 1px solid var(--moh-line); border-left: 4px solid rgba(0,118,170,.22); border-radius: 3px; color: inherit !important; text-decoration: none !important; transition: background .12s ease, border-color .12s ease; }
.moh-tracker-card:hover { background: rgba(95,179,228,.055); border-color: rgba(0,118,170,.28); }
.moh-tracker-card.is-overdue { border-left-color: var(--moh-coral); }
.moh-tracker-card.moh-identity--ypn { border-left-color: var(--moh-ypn); }
.moh-tracker-card.moh-identity--events { border-left-color: var(--moh-events); }
.moh-tracker-card.moh-identity--forward { border-left-color: var(--moh-forward); }
.moh-tracker-card__main strong, .moh-tracker-card__main small { display: block; }
.moh-tracker-card__main strong { color: var(--moh-navy); font-size: 12px; font-weight: 650; }
.moh-tracker-card__main small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }
.moh-tracker-card__meta { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.moh-tracker-card__meta time { color: var(--moh-muted); font-size: 12px; font-weight: 650; white-space: nowrap; }
.moh-tracker-card.is-overdue time { color: var(--moh-coral); }
.moh-tracker-card__meta em { max-width: 150px; color: var(--moh-coral); font-size: 12px; font-style: normal; font-weight: 700; }
.moh-owner-dot { display: inline-grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(11,59,96,.09); color: var(--moh-navy); font-size: 12px; font-weight: 800; }
.moh-tracker-more { margin: 8px 0 0; }
.moh-tracker-project-groups { display: grid; gap: 15px; }
.moh-tracker-project-group { border-radius: 4px; }
.moh-tracker-all-toolbar { margin-top: -4px; }

/* Make Timeline unmistakable in the Schedule switcher. */
.moh-view-toggle a:first-child { font-weight: 800; }

@media (max-width: 980px) {
  .moh-today-grid { grid-template-columns: 1fr; }
  .moh-today-insights { grid-template-columns: 1fr 1fr; }
  .moh-tracker-card { grid-template-columns: 1fr; gap: 7px; }
  .moh-tracker-card__meta { justify-content: flex-start; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .moh-today-hero, .moh-tracker-heading { align-items: flex-start; flex-direction: column; }
  .moh-today-week-pulse { justify-content: flex-start; text-align: left; }
  .moh-today-insights { grid-template-columns: 1fr; }
  .moh-tracker-pulse { display: grid; grid-template-columns: 1fr; }
  .moh-tracker-pulse > div { border-right: 0; border-bottom: 1px solid var(--moh-line); }
  .moh-tracker-pulse > div:last-child { border-bottom: 0; }
}


/* COMMS v0.31.0 — navigation icon polish + shared timeline */

.moh-nav a { gap: 14px; font-size: 13px; }
.moh-nav a > span:first-child {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  font-size: 19px;
  line-height: 1;
  color: #d8edf8;
}
.moh-nav a.is-active > span:first-child { color: #fff; }
.moh-action-divider { color: var(--moh-muted); }
.moh-duplicate-cycle { display: inline-flex; align-items: center; }
.moh-duplicate-cycle > summary { list-style: none; }
.moh-duplicate-cycle > summary::-webkit-details-marker { display: none; }
.moh-structure-actions { align-items: center; gap: 8px; }
.moh-project-workspace__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  padding-right: 14px;
}
.moh-project-workspace__heading > div { min-width: 0; }
.moh-project-date-pill {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  padding: 7px 10px;
  white-space: nowrap;
}
.moh-shared-timeline { display: flex; flex-direction: column; gap: 16px; }
.moh-shared-timeline__intro {
  display: flex; justify-content: space-between; gap: 20px; align-items: flex-end;
}
.moh-shared-timeline__intro h2 { margin: 0 0 4px; color: var(--moh-navy); }
.moh-shared-timeline__range { color: var(--moh-muted); font-size: 12px; font-weight: 600; white-space: nowrap; }
.moh-shared-timeline__scroll { overflow-x: auto; padding-bottom: 6px; }
.moh-shared-timeline__grid { min-width: 1120px; border: 1px solid var(--moh-line); border-radius: 4px; background: #fff; }
.moh-shared-timeline__head {
  display: grid; grid-template-columns: 260px minmax(0, 1fr);
  border-bottom: 1px solid var(--moh-line);
}
.moh-shared-timeline__head > div:first-child {
  padding: 10px 14px; background: #f7fbfe; color: var(--moh-navy); font-weight: 700; font-size: 12px;
}
.moh-shared-timeline__head--months > div:first-child { background: #fff; }
.moh-timeline-months, .moh-timeline-weeks {
  position: relative; display: grid; grid-template-columns: repeat(26, minmax(0, 1fr));
}
.moh-timeline-months span {
  padding: 10px 10px 8px; border-left: 1px solid var(--moh-line); color: var(--moh-muted);
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; display: block;
}
.moh-timeline-weeks span { border-left: 1px solid var(--moh-line); min-height: 42px; }
.moh-timeline-weeks--labels span {
  padding: 8px 6px; color: var(--moh-muted); font-size: 12px; font-weight: 600; text-align: center; min-height: auto;
}
.moh-activity-cell { position: relative; min-height: 38px; }
.moh-activity-cell i { position: absolute; inset: 7px 5px; border-radius: 2px; display: block; background: #eef4f7; }
.moh-activity-cell.is-light i { background: #d6e9f4; }
.moh-activity-cell.is-moderate i { background: #9dccea; }
.moh-activity-cell.is-busy i { background: #4fa0d2; }
.moh-activity-cell.is-very-busy i { background: #0b6ea8; }
.moh-shared-timeline__rows { display: flex; flex-direction: column; }
.moh-shared-timeline__project {
  border-top: 1px solid var(--moh-line);
}
.moh-shared-timeline__project:first-child { border-top: 0; }
.moh-shared-timeline__project > summary,
.moh-shared-timeline__phase {
  display: grid; grid-template-columns: 260px minmax(0, 1fr) 70px; align-items: center; gap: 0;
  list-style: none;
}
.moh-shared-timeline__project > summary::-webkit-details-marker { display: none; }
.moh-shared-timeline__project > summary { cursor: pointer; }
.moh-shared-timeline__project > summary:hover { background: #fbfdfe; }
.moh-shared-timeline__project.moh-identity--ypn > summary { border-left: 5px solid var(--moh-ypn); }
.moh-shared-timeline__project.moh-identity--events > summary { border-left: 5px solid var(--moh-events); }
.moh-shared-timeline__project.moh-identity--forward > summary { border-left: 5px solid var(--moh-forward); }
.moh-shared-timeline__meta { padding: 12px 14px; }
.moh-shared-timeline__meta strong, .moh-shared-timeline__meta small { display: block; }
.moh-shared-timeline__meta strong { color: var(--moh-navy); font-size: 13px; }
.moh-shared-timeline__meta small { margin-top: 4px; color: var(--moh-muted); font-size: 12px; }
.moh-shared-timeline__canvas {
  position: relative; min-height: 48px;
  background-image: repeating-linear-gradient(to right, transparent, transparent calc((100% / 26) - 1px), rgba(202,216,226,.85) calc((100% / 26) - 1px), rgba(202,216,226,.85) calc(100% / 26));
}
.moh-shared-timeline__bar,
.moh-shared-timeline__phase-bar {
  position: absolute; top: 14px; height: 18px; border-radius: 2px; background: linear-gradient(180deg, #5fb3e4 0%, #0076aa 100%); box-shadow: inset 0 0 0 1px rgba(11,59,96,.08);
}
.moh-shared-timeline__phase-bar { top: 15px; height: 14px; background: rgba(11,59,96,.28); }
.moh-shared-timeline__marker {
  position: absolute; top: 9px; width: 10px; height: 10px; margin-left: -5px; border-radius: 999px; background: #e05929; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(11,59,96,.18);
}
.moh-shared-timeline__marker.is-complete { background: #2e8b57; }
.moh-shared-timeline__phase-list { border-top: 1px dashed var(--moh-line); background: #fbfdff; }
.moh-shared-timeline__phase .moh-shared-timeline__meta { padding-left: 26px; }
.moh-shared-timeline__phase .moh-shared-timeline__meta strong { font-size: 12px; font-weight: 600; }
.moh-shared-timeline__phase .moh-shared-timeline__canvas { min-height: 44px; }
.moh-today-line {
  position: absolute; top: 0; bottom: 0; width: 2px; background: rgba(207,90,88,.85); pointer-events: none;
}
.moh-activity-legend { display: flex; flex-wrap: wrap; gap: 16px; color: var(--moh-muted); font-size: 12px; }
.moh-activity-legend span { display: inline-flex; align-items: center; gap: 7px; }
.moh-activity-legend i { width: 18px; height: 10px; border-radius: 2px; display: inline-block; background: #eef4f7; }
.moh-activity-legend .is-light { background: #d6e9f4; }
.moh-activity-legend .is-moderate { background: #9dccea; }
.moh-activity-legend .is-busy { background: #4fa0d2; }
.moh-activity-legend .is-very-busy { background: #0b6ea8; }
.moh-shared-timeline__undated { margin-top: 4px; }
@media (max-width: 900px) {
  .moh-project-workspace__heading { align-items: flex-start; }
  .moh-project-date-pill { align-self: flex-start; }
}


/* COMMS v0.32.0 — larger Today text + warmer activity colors + phase overlays */

.moh-today-week-pulse span { font-size: 12px; }
.moh-today-alert span { font-size: 12px; }
.moh-today-work-list strong, .moh-today-win-list strong { font-size: 15px; }
.moh-today-work-list small, .moh-today-win-list small { font-size: 12px; }
.moh-today-work-list em { font-size: 12px; }
.moh-today-happening-list strong { font-size: 14px; }
.moh-today-happening-list small { font-size: 12px; }
.moh-today-type { font-size: 12px; }
.moh-today-insights span { min-height: 28px; font-size: 12px; letter-spacing: .05em; }
.moh-today-insights strong { font-size: 22px; }
.moh-today-insights p { font-size: 12px; }
.moh-today-win-list time { font-size: 12px; }

/* Heat map should read more like a continuous heat strip. */
.moh-activity-cell { min-height: 44px; }
.moh-activity-cell i {
  inset: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #eef7fb 0%, #dfeef5 100%);
}
.moh-activity-cell.is-light i {
  background: linear-gradient(180deg, #79d85b 0%, #4fb84a 100%);
}
.moh-activity-cell.is-moderate i {
  background: linear-gradient(180deg, #f6e76a 0%, #e8cf35 100%);
}
.moh-activity-cell.is-busy i {
  background: linear-gradient(180deg, #f6ad4d 0%, #eb7d28 100%);
}
.moh-activity-cell.is-very-busy i {
  background: linear-gradient(180deg, #e86657 0%, #cf3f33 100%);
}
.moh-timeline-weeks .moh-activity-cell { border-left: 1px solid rgba(255,255,255,.18); }
.moh-timeline-weeks .moh-activity-cell:first-child { border-left: 0; }
.moh-activity-legend i { background: linear-gradient(180deg, #eef7fb 0%, #dfeef5 100%); }
.moh-activity-legend .is-light { background: linear-gradient(180deg, #79d85b 0%, #4fb84a 100%); }
.moh-activity-legend .is-moderate { background: linear-gradient(180deg, #f6e76a 0%, #e8cf35 100%); }
.moh-activity-legend .is-busy { background: linear-gradient(180deg, #f6ad4d 0%, #eb7d28 100%); }
.moh-activity-legend .is-very-busy { background: linear-gradient(180deg, #e86657 0%, #cf3f33 100%); }

/* Collapsed project rows should reveal phase overlap at a glance. */
.moh-shared-timeline__bar {
  top: 15px;
  height: 16px;
  background: linear-gradient(180deg, rgba(95,179,228,.22) 0%, rgba(0,118,170,.28) 100%);
  box-shadow: inset 0 0 0 1px rgba(11,59,96,.10);
}
.moh-shared-timeline__phase-overlay {
  position: absolute;
  top: 15px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(0,118,170,.28) 0%, rgba(11,59,96,.38) 100%);
  box-shadow: inset 0 0 0 1px rgba(11,59,96,.08);
}
.moh-shared-timeline__phase-bar {
  background: linear-gradient(180deg, rgba(0,118,170,.20) 0%, rgba(11,59,96,.30) 100%);
}


/* COMMS v0.33.0 — continuous axis, heat gradient, phase-first collapsed rows */
.moh-timeline-months {
  position: relative;
  display: block;
  min-height: 40px;
  overflow: hidden;
}
.moh-timeline-months span {
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px 10px 8px;
  border-left: 1px solid var(--moh-line);
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.moh-timeline-weeks--heat {
  min-height: 44px;
  overflow: hidden;
}
.moh-timeline-weeks--heat .moh-activity-cell {
  min-height: 44px;
  border: 0 !important;
  background: transparent !important;
}
.moh-timeline-weeks--heat .moh-activity-cell:hover {
  background: rgba(255,255,255,.12) !important;
}
.moh-shared-timeline__bar.has-phases {
  top: 16px;
  height: 14px;
  background: rgba(11,59,96,.055);
  box-shadow: inset 0 0 0 1px rgba(11,59,96,.055);
}
.moh-shared-timeline__bar.is-project-only {
  top: 16px;
  height: 14px;
  background: rgba(0,118,170,.18);
}
.moh-shared-timeline__phase-overlay {
  top: 13px;
  height: 20px;
  background: rgba(0,118,170,.20);
  box-shadow: none;
  mix-blend-mode: multiply;
}
.moh-shared-timeline__project.moh-identity--ypn .moh-shared-timeline__phase-overlay { background: rgba(224,89,41,.20); }
.moh-shared-timeline__project.moh-identity--events .moh-shared-timeline__phase-overlay { background: rgba(207,90,88,.20); }
.moh-shared-timeline__project.moh-identity--forward .moh-shared-timeline__phase-overlay { background: rgba(105,29,51,.20); }


/* COMMS v0.34.0 — practical type floor + exact timeline ruler */
.moh-app small,
.moh-app .moh-help { font-size: 12px; line-height: 1.45; }
.moh-tracker-heading p { font-size: 13px; }
.moh-tracker-pulse span { font-size: 12px; }
.moh-tracker-group__heading p,
.moh-tracker-group__heading > span { font-size: 12px; }
.moh-tracker-card { min-height: 66px; padding: 12px 14px; }
.moh-tracker-card__main strong { font-size: 15px; line-height: 1.3; }
.moh-tracker-card__main small { font-size: 12px; line-height: 1.45; }
.moh-tracker-card__meta time,
.moh-tracker-card__meta em { font-size: 12px; }
.moh-owner-dot { width: 30px; height: 30px; font-size: 12px; }

.moh-timeline-date-ruler {
  position: relative;
  min-height: 42px;
  overflow: visible;
}
.moh-timeline-date-tick {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}
.moh-timeline-date-tick i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(165,188,203,.68);
}
.moh-timeline-date-tick.is-month-start i {
  width: 2px;
  background: rgba(11,59,96,.28);
}
.moh-timeline-date-tick b {
  position: absolute;
  top: 10px;
  left: 7px;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.moh-timeline-date-tick.is-month-start b {
  color: var(--moh-navy);
  font-weight: 700;
}
.moh-shared-timeline__canvas {
  background-image: none !important;
}
.moh-timeline-gridline {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(202,216,226,.70);
  pointer-events: none;
}
.moh-timeline-gridline.is-month-start {
  width: 2px;
  background: rgba(11,59,96,.16);
}
.moh-timeline-months span { font-size: 12px; }
.moh-shared-timeline__meta small { font-size: 12px; }


/* COMMS v0.35.0 — team heat lanes + cleanup workbench */
.moh-team-activity {
  border-bottom: 1px solid var(--moh-line);
  background: #fbfdfe;
}
.moh-team-activity > summary {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr);
  align-items: center;
  cursor: pointer;
  list-style: none;
  min-height: 46px;
}
.moh-team-activity > summary::-webkit-details-marker { display: none; }
.moh-team-activity > summary span { padding: 10px 14px; color: var(--moh-navy); font-size: 13px; font-weight: 700; }
.moh-team-activity > summary small { color: var(--moh-muted); font-size: 12px; }
.moh-team-activity__rows { border-top: 1px dashed var(--moh-line); }
.moh-team-activity__row {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr);
  min-height: 42px;
  color: inherit !important;
  text-decoration: none !important;
  border-top: 1px solid rgba(202,216,226,.55);
}
.moh-team-activity__row:first-child { border-top: 0; }
.moh-team-activity__row > span { padding: 8px 14px 8px 26px; }
.moh-team-activity__row strong, .moh-team-activity__row small { display: block; }
.moh-team-activity__row strong { color: var(--moh-navy); font-size: 13px; }
.moh-team-activity__row small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; }
.moh-team-activity__row > i { display: block; min-height: 42px; opacity: .78; }
.moh-team-activity__row:hover > i, .moh-team-activity__row.is-focus > i { opacity: 1; }
.moh-team-activity__row.is-focus > span { background: var(--moh-soft-blue); box-shadow: inset 4px 0 0 var(--moh-blue); }
.moh-shared-timeline__project.is-dimmed-project { opacity: .34; }
.moh-shared-timeline__project.is-focus-project { opacity: 1; box-shadow: inset 4px 0 0 var(--moh-blue); }

.moh-cleanup-intro {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
  margin: 18px 0 14px; padding: 20px 22px; border-left: 4px solid var(--moh-blue); background: rgba(95,179,228,.08);
}
.moh-cleanup-intro h2 { margin: 3px 0 5px; color: var(--moh-navy); font-size: 25px; font-weight: 600; }
.moh-cleanup-intro p { margin: 0; max-width: 860px; color: var(--moh-muted); font-size: 13px; }
.moh-cleanup-total { text-align: right; min-width: 130px; }
.moh-cleanup-total strong, .moh-cleanup-total span { display: block; }
.moh-cleanup-total strong { color: var(--moh-blue); font-size: 32px; font-weight: 650; }
.moh-cleanup-total span { color: var(--moh-muted); font-size: 12px; }
.moh-cleanup-summary { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; margin-bottom: 18px; }
.moh-cleanup-summary a { padding: 13px 14px; border: 1px solid var(--moh-line); background: #fff; color: inherit !important; text-decoration: none !important; }
.moh-cleanup-summary strong, .moh-cleanup-summary span { display: block; }
.moh-cleanup-summary strong { color: var(--moh-navy); font-size: 21px; }
.moh-cleanup-summary span { margin-top: 2px; color: var(--moh-muted); font-size: 12px; }
.moh-cleanup-section { scroll-margin-top: 16px; }
.moh-cleanup-count { display: inline-grid; place-items: center; min-width: 38px; height: 38px; padding: 0 8px; background: var(--moh-soft-blue); color: var(--moh-navy); font-size: 15px; font-weight: 700; }
.moh-cleanup-list { display: grid; }
.moh-cleanup-list > a { display: grid; grid-template-columns: minmax(0,1fr) minmax(180px,.45fr) auto; gap: 18px; align-items: center; padding: 12px 2px; border-top: 1px solid var(--moh-line); color: inherit !important; text-decoration: none !important; }
.moh-cleanup-list > a:first-child { border-top: 0; }
.moh-cleanup-list strong, .moh-cleanup-list small { display: block; }
.moh-cleanup-list strong { color: var(--moh-navy); font-size: 14px; }
.moh-cleanup-list small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }
.moh-cleanup-list em { color: var(--moh-coral); font-size: 12px; font-style: normal; font-weight: 650; }
.moh-cleanup-list b { color: var(--moh-blue); font-size: 12px; white-space: nowrap; }
@media (max-width: 900px) {
  .moh-cleanup-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .moh-cleanup-list > a { grid-template-columns: 1fr auto; }
  .moh-cleanup-list > a em { grid-column: 1; }
}

/* COMMS v0.36.0 — cleanup workbench */
.moh-cleanup-view-toggle {
  display: inline-flex;
  gap: 0;
  margin: 0 0 14px;
  border: 1px solid var(--moh-line);
  background: #fff;
}
.moh-cleanup-view-toggle a {
  padding: 9px 15px;
  color: var(--moh-navy) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 650;
  border-left: 1px solid var(--moh-line);
}
.moh-cleanup-view-toggle a:first-child { border-left: 0; }
.moh-cleanup-view-toggle a.is-active { background: var(--moh-navy); color: #fff !important; }
.moh-cleanup-map-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.moh-cleanup-map-card {
  display: grid;
  grid-template-columns: minmax(150px,.7fr) minmax(180px,1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 12px 0;
  border-top: 1px solid var(--moh-line);
}
.moh-cleanup-map-card:nth-child(-n+2) { border-top: 0; }
.moh-cleanup-map-card strong, .moh-cleanup-map-card span { display: block; }
.moh-cleanup-map-card strong { color: var(--moh-navy); font-size: 15px; }
.moh-cleanup-map-card span { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }
.moh-cleanup-map-card select,
.moh-cleanup-inline-form select,
.moh-cleanup-inline-form input[type="date"] { min-height: 39px; font-size: 12px; }
.moh-cleanup-editor-list { display: grid; }
.moh-cleanup-edit-row {
  display: grid;
  grid-template-columns: minmax(240px,.85fr) minmax(460px,1.4fr);
  gap: 20px;
  align-items: end;
  padding: 13px 2px;
  border-top: 1px solid var(--moh-line);
}
.moh-cleanup-edit-row:first-child { border-top: 0; }
.moh-cleanup-edit-row__identity a { color: var(--moh-navy) !important; text-decoration: none !important; }
.moh-cleanup-edit-row__identity strong, .moh-cleanup-edit-row__identity small { display: block; }
.moh-cleanup-edit-row__identity strong { font-size: 14px; }
.moh-cleanup-edit-row__identity small { margin-top: 4px; color: var(--moh-muted); font-size: 12px; line-height: 1.4; }
.moh-cleanup-inline-form {
  display: grid;
  grid-template-columns: repeat(3,minmax(120px,1fr)) auto;
  gap: 8px;
  align-items: end;
}
.moh-cleanup-inline-form label { color: var(--moh-muted); font-size: 11px; font-weight: 650; }
.moh-cleanup-inline-form label select,
.moh-cleanup-inline-form label input { display: block; width: 100%; margin-top: 4px; }
.moh-cleanup-inline-actions { display: flex; gap: 6px; align-items: center; white-space: nowrap; }
.moh-cleanup-inline-actions > button:not(.moh-button) {
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid var(--moh-line);
  background: #fff;
  color: var(--moh-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}
.moh-cleanup-inline-actions > button.is-destructive { color: var(--moh-coral); }
.moh-cleanup-classify-list { display: grid; }
.moh-cleanup-classify-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px 2px;
  border-top: 1px solid var(--moh-line);
}
.moh-cleanup-classify-row:first-child { border-top: 0; }
.moh-cleanup-classify-row strong, .moh-cleanup-classify-row small { display: block; }
.moh-cleanup-classify-row strong { color: var(--moh-navy); font-size: 14px; }
.moh-cleanup-classify-row small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }
.moh-cleanup-classify-row form { display: flex; gap: 6px; }
.moh-cleanup-classify-row button {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #a8c8d9;
  background: #fff;
  color: var(--moh-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}
.moh-cleanup-classify-row button:disabled { opacity: .38; cursor: not-allowed; }
.moh-cleanup-project-groups { display: grid; gap: 12px; }
.moh-cleanup-project-group { padding: 0 !important; overflow: hidden; }
.moh-cleanup-project-group > summary {
  display: grid;
  grid-template-columns: minmax(240px,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  background: #fbfdfe;
}
.moh-cleanup-project-group > summary::-webkit-details-marker { display: none; }
.moh-cleanup-project-group > summary strong, .moh-cleanup-project-group > summary small { display: block; }
.moh-cleanup-project-group > summary strong { color: var(--moh-navy); font-size: 16px; }
.moh-cleanup-project-group > summary small { margin-top: 3px; color: var(--moh-muted); font-size: 12px; }
.moh-cleanup-issue-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.moh-cleanup-issue-chips span { padding: 5px 8px; background: var(--moh-soft-blue); color: var(--moh-navy); font-size: 11px; font-weight: 650; }
.moh-cleanup-project-group__body { padding: 0 16px 12px; border-top: 1px solid var(--moh-line); }
@media (max-width: 1100px) {
  .moh-cleanup-map-grid { grid-template-columns: 1fr; }
  .moh-cleanup-map-card:nth-child(2) { border-top: 1px solid var(--moh-line); }
  .moh-cleanup-edit-row { grid-template-columns: 1fr; gap: 9px; }
}
@media (max-width: 760px) {
  .moh-cleanup-inline-form { grid-template-columns: 1fr; }
  .moh-cleanup-map-card { grid-template-columns: 1fr; align-items: stretch; }
  .moh-cleanup-project-group > summary,
  .moh-cleanup-classify-row { grid-template-columns: 1fr; }
  .moh-cleanup-issue-chips { justify-content: flex-start; }
}


/* COMMS v0.37.0 — Project closeout and bulk cleanup */
.moh-cleanup-bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--moh-line);
  background: #f6fafc;
}
.moh-cleanup-bulk-bar.is-project-completed {
  background: rgba(46,139,87,.07);
  border-left: 4px solid #2e8b57;
}
.moh-cleanup-bulk-bar__copy strong,
.moh-cleanup-bulk-bar__copy span { display: block; }
.moh-cleanup-bulk-bar__copy strong { color: var(--moh-navy); font-size: 14px; }
.moh-cleanup-bulk-bar__copy span { margin-top: 2px; color: var(--moh-muted); font-size: 12px; }
.moh-cleanup-bulk-bar__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.moh-cleanup-bulk-bar__actions button { min-height: 36px; }
.moh-cleanup-select-all {
  border: 0;
  background: transparent;
  color: var(--moh-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.moh-cleanup-edit-row.has-bulk-select {
  grid-template-columns: 30px minmax(260px, .9fr) minmax(520px, 1.6fr);
}
.moh-cleanup-row-select {
  display: grid;
  place-items: center;
  align-self: stretch;
}
.moh-cleanup-row-select input { width: 17px; height: 17px; margin: 0; }
@media (max-width: 1100px) {
  .moh-cleanup-bulk-bar { align-items: flex-start; flex-direction: column; }
  .moh-cleanup-bulk-bar__actions { justify-content: flex-start; }
  .moh-cleanup-edit-row.has-bulk-select { grid-template-columns: 28px 1fr; }
  .moh-cleanup-edit-row.has-bulk-select .moh-cleanup-inline-form { grid-column: 2; }
}


/* COMMS v0.39.0 — Cleanup carry-forward workflow */
.moh-cleanup-carry-forward {
  grid-column: 2 / -1;
  margin: 4px 0 10px;
}
.moh-cleanup-carry-forward > summary {
  width: max-content;
  color: var(--moh-blue);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.moh-cleanup-carry-forward__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 9px;
}
.moh-cleanup-carry-forward__choice {
  padding: 14px;
  border: 1px solid var(--moh-line);
  background: #fbfdfe;
}
.moh-cleanup-carry-forward__choice.is-new-project { background: rgba(95,179,228,.07); }
.moh-cleanup-carry-forward__choice h4 { margin: 0 0 4px; color: var(--moh-navy); font-size: 14px; }
.moh-cleanup-carry-forward__choice p { margin: 0 0 11px; color: var(--moh-muted); font-size: 12px; line-height: 1.45; }
.moh-cleanup-carry-form { display: grid; grid-template-columns: minmax(220px,1.3fr) minmax(160px,.7fr) auto; gap: 9px; align-items: end; }
.moh-cleanup-carry-form--new { grid-template-columns: repeat(2, minmax(0,1fr)); }
.moh-cleanup-carry-form label { color: var(--moh-navy); font-size: 12px; font-weight: 650; }
.moh-cleanup-carry-form select, .moh-cleanup-carry-form input { width: 100%; margin-top: 4px; }
@media (max-width: 1050px) {
  .moh-cleanup-carry-forward__panel { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .moh-cleanup-carry-forward { grid-column: 1 / -1; }
  .moh-cleanup-carry-form, .moh-cleanup-carry-form--new { grid-template-columns: 1fr; }
  .moh-cleanup-carry-form .moh-span-2 { grid-column: auto; }
}


/* COMMS v0.40.0 — cancelled Project outcome */
.moh-cleanup-bulk-bar.is-project-cancelled {
  border-left-color: #cf5a58;
  background: rgba(207,90,88,.07);
}
.moh-cleanup-bulk-bar.is-project-cancelled .moh-cleanup-bulk-bar__copy strong { color: #9f3435; }


/* COMMS v0.41.0 — frictionless Wins */
.moh-panel-actions { display:inline-flex; align-items:center; gap:8px; }
.moh-win-form--quick { display:grid; gap:12px; }
.moh-win-quick-fields { display:grid; grid-template-columns:minmax(260px,1fr) 180px auto; gap:12px; align-items:end; }
.moh-win-quick-fields label { margin:0; }
.moh-win-quick-fields .moh-button { min-height:42px; }
.moh-win-extra { border-top:1px solid var(--moh-line); padding-top:10px; }
.moh-win-extra > summary { width:max-content; cursor:pointer; color:var(--moh-blue); font-size:13px; font-weight:700; }
.moh-win-extra > summary span { color:var(--moh-muted); font-size:12px; font-weight:500; margin-left:4px; }
.moh-win-extra[open] > summary { margin-bottom:12px; }
@media (max-width:760px) { .moh-win-quick-fields { grid-template-columns:1fr; } .moh-win-quick-fields .moh-button { width:100%; } }


/* COMMS v0.42.0 — Sioux Falls Events approval queue */
.moh-today-alert--event { border-left-color: var(--moh-events, #cf5a58); background: rgba(207,90,88,.075); }
.moh-sfe-approvals { display: flex; flex-direction: column; gap: 18px; }
.moh-sfe-approvals__heading { padding: 4px 0 2px; }
.moh-sfe-approvals__heading h2 { margin: 3px 0 4px; color: var(--moh-navy); font-size: 28px; font-weight: 500; }
.moh-sfe-approval-list { display: grid; gap: 14px; }
.moh-sfe-approval-card { display: grid; grid-template-columns: 190px minmax(0,1fr); border: 1px solid var(--moh-line); border-left: 4px solid var(--moh-events, #cf5a58); background: #fff; }
.moh-sfe-approval-card:not(:has(.moh-sfe-approval-card__image)) { grid-template-columns: 1fr; }
.moh-sfe-approval-card__image { min-height: 190px; background: #eef3f6; overflow: hidden; }
.moh-sfe-approval-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.moh-sfe-approval-card__body { padding: 18px 20px; }
.moh-sfe-approval-card__top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.moh-sfe-approval-card__top h3 { margin: 4px 0 0; color: var(--moh-navy); font-size: 20px; font-weight: 550; line-height: 1.2; }
.moh-sfe-approval-card__date { color: var(--moh-navy); font-size: 13px; font-weight: 600; text-align: right; }
.moh-sfe-approval-card__meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 13px; color: var(--moh-muted); font-size: 12px; }
.moh-sfe-approval-card__meta span { display: inline-flex; gap: 6px; }
.moh-sfe-approval-card__meta b { color: var(--moh-navy); font-weight: 600; }
.moh-sfe-approval-card__excerpt { max-width: 1000px; margin: 14px 0 16px; color: var(--moh-ink); font-size: 13px; line-height: 1.55; }
@media (max-width: 760px) {
  .moh-sfe-approval-card { grid-template-columns: 1fr; }
  .moh-sfe-approval-card__image { max-height: 240px; }
  .moh-sfe-approval-card__top { display: block; }
  .moh-sfe-approval-card__date { display: block; margin-top: 8px; text-align: left; }
}

/* COMMS v0.43.0 — Chamber calendar integration */
.moh-integration-details { margin: 10px 0 14px; color: var(--moh-muted); font-size: 12px; }
.moh-integration-details summary { cursor: pointer; color: var(--moh-navy); font-weight: 600; }
.moh-integration-details ul { margin: 8px 0 0 18px; }


/* COMMS v0.45.0 — Schedule layers + calmer calendar cards */
:root {
  --moh-schedule-event: #cf5a58;
  --moh-schedule-event-soft: #fff4f3;
  --moh-schedule-social: #7769a8;
  --moh-schedule-social-soft: #f5f2fb;
  --moh-schedule-milestone: #c68b24;
  --moh-schedule-milestone-soft: #fff8e8;
  --moh-schedule-work: #0076aa;
  --moh-schedule-work-soft: #eef8fd;
  --moh-schedule-task: #4b8b6b;
  --moh-schedule-task-soft: #eff8f3;
}

.moh-schedule-toolbar { align-items: flex-start; }
.moh-schedule-filters { align-items: flex-end; row-gap: 12px; }
.moh-schedule-layers {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.moh-schedule-layers legend {
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.moh-schedule-filters label.moh-schedule-layer {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  min-height: 39px;
  padding: 7px 10px;
  border: 1px solid var(--moh-line);
  border-radius: 4px;
  background: #fff;
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}
.moh-schedule-layer input { margin: 0; }
.moh-schedule-layer i { width: 10px; height: 10px; border-radius: 2px; background: var(--moh-muted); }
.moh-schedule-layer--event i { background: var(--moh-schedule-event); }
.moh-schedule-layer--social i { background: var(--moh-schedule-social); }
.moh-schedule-layer--milestone i { background: var(--moh-schedule-milestone); }
.moh-schedule-layer--deliverable i { background: var(--moh-schedule-work); }
.moh-schedule-layer--task i { background: var(--moh-schedule-task); }
.moh-schedule-layer:has(input:not(:checked)) { opacity: .52; background: #f7fafb; }
.moh-schedule-apply { min-height: 39px; }

/* Month: dots + type color do the categorization; no code letters or source lines. */
.moh-calendar__items .moh-calendar-item {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  padding: 6px 7px;
  border-left-width: 3px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}
.moh-calendar-item__dot { flex: 0 0 8px; width: 8px; height: 8px; margin-top: 3px; border-radius: 50%; background: currentColor; }
.moh-calendar-item--event { border-left-color: var(--moh-schedule-event) !important; color: var(--moh-schedule-event) !important; background: var(--moh-schedule-event-soft) !important; }
.moh-calendar-item--social { border-left-color: var(--moh-schedule-social) !important; color: var(--moh-schedule-social) !important; background: var(--moh-schedule-social-soft) !important; }
.moh-calendar-item--milestone { border-left-color: var(--moh-schedule-milestone) !important; color: var(--moh-schedule-milestone) !important; background: var(--moh-schedule-milestone-soft) !important; }
.moh-calendar-item--deliverable { border-left-color: var(--moh-schedule-work) !important; color: var(--moh-schedule-work) !important; background: var(--moh-schedule-work-soft) !important; }
.moh-calendar-item--task { border-left-color: var(--moh-schedule-task) !important; color: var(--moh-schedule-task) !important; background: var(--moh-schedule-task-soft) !important; }
.moh-calendar-item__text { color: var(--moh-navy); }

/* Week: calm cards, explicit type labels, and social aggregation. */
.moh-week__items { gap: 7px; }
.moh-week-item {
  position: relative;
  padding: 9px 10px 10px;
  border-left-width: 3px;
  border-radius: 2px;
  background: #fff;
}
.moh-week-item--event { border-left-color: var(--moh-schedule-event); background: var(--moh-schedule-event-soft); }
.moh-week-item--social { border-left-color: var(--moh-schedule-social); background: var(--moh-schedule-social-soft); }
.moh-week-item--milestone { border-left-color: var(--moh-schedule-milestone); background: var(--moh-schedule-milestone-soft); }
.moh-week-item--deliverable { border-left-color: var(--moh-schedule-work); background: var(--moh-schedule-work-soft); }
.moh-week-item--task { border-left-color: var(--moh-schedule-task); background: var(--moh-schedule-task-soft); }
.moh-week-item__top { align-items: baseline; margin-bottom: 5px; }
.moh-week-item__kind { color: var(--moh-muted); font-size: 11px; font-weight: 700; letter-spacing: .01em; }
.moh-week-item--event .moh-week-item__kind { color: var(--moh-schedule-event); }
.moh-week-item--social .moh-week-item__kind { color: var(--moh-schedule-social); }
.moh-week-item--milestone .moh-week-item__kind { color: var(--moh-schedule-milestone); }
.moh-week-item--deliverable .moh-week-item__kind { color: var(--moh-schedule-work); }
.moh-week-item--task .moh-week-item__kind { color: var(--moh-schedule-task); }
.moh-week-item > strong { font-size: 13px; font-weight: 600; line-height: 1.35; }
.moh-week-item > small { font-size: 11px; }
.moh-week-item.moh-schedule-brand--ypn { box-shadow: inset 0 -2px 0 rgba(224,89,41,.28); }

/* Day: full detail without shorthand letters. */
.moh-day-item { grid-template-columns: 145px minmax(0, 1fr) auto; padding: 15px 4px; }
.moh-day-item__when { flex-wrap: wrap; align-items: baseline; }
.moh-day-item__kind {
  display: inline-flex;
  width: auto !important;
  height: auto !important;
  min-height: 0;
  padding: 4px 7px;
  border-radius: 3px;
  background: #f3f7f9 !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
}
.moh-day-item--event .moh-day-item__kind { color: var(--moh-schedule-event); background: var(--moh-schedule-event-soft) !important; }
.moh-day-item--social .moh-day-item__kind { color: var(--moh-schedule-social); background: var(--moh-schedule-social-soft) !important; }
.moh-day-item--milestone .moh-day-item__kind { color: var(--moh-schedule-milestone); background: var(--moh-schedule-milestone-soft) !important; }
.moh-day-item--deliverable .moh-day-item__kind { color: var(--moh-schedule-work); background: var(--moh-schedule-work-soft) !important; }
.moh-day-item--task .moh-day-item__kind { color: var(--moh-schedule-task); background: var(--moh-schedule-task-soft) !important; }
.moh-day-item__body strong { font-size: 15px; font-weight: 600; }
.moh-day-item__body p, .moh-day-item__body > small { font-size: 12px; }
.moh-calendar-key { display: none; }

@media (max-width: 760px) {
  .moh-schedule-layers { width: 100%; }
  .moh-schedule-filters label.moh-schedule-layer { flex: 1 1 auto; }
  .moh-day-item { grid-template-columns: 1fr; gap: 6px; }
}


/* COMMS v0.46.0 — bright, compact Schedule */
:root {
  --moh-schedule-event: #009cff;
  --moh-schedule-event-soft: #e8f7ff;
  --moh-schedule-social: #e83eac;
  --moh-schedule-social-soft: #fff0fa;
  --moh-schedule-milestone: #ffb800;
  --moh-schedule-milestone-soft: #fff7d6;
  --moh-schedule-work: #00b9b5;
  --moh-schedule-work-soft: #e8fbfa;
  --moh-schedule-task: #65c93d;
  --moh-schedule-task-soft: #effbe9;
}

/* Month behaves like a real compact calendar: saturated strips, no giant dots. */
.moh-calendar__day { padding: 6px; }
.moh-calendar__items { gap: 3px; }
.moh-calendar__items .moh-calendar-item {
  display: block;
  min-height: 0;
  padding: 4px 6px;
  border: 0 !important;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 650;
  overflow: hidden;
}
.moh-calendar-item__dot { display: none !important; }
.moh-calendar-item__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit !important;
}
.moh-calendar-item--event { background: var(--moh-schedule-event) !important; color: #fff !important; }
.moh-calendar-item--social { background: var(--moh-schedule-social) !important; color: #fff !important; }
.moh-calendar-item--milestone { background: var(--moh-schedule-milestone) !important; color: #17334a !important; }
.moh-calendar-item--deliverable { background: var(--moh-schedule-work) !important; color: #083e4a !important; }
.moh-calendar-item--task { background: var(--moh-schedule-task) !important; color: #123d23 !important; }
.moh-calendar-more { margin-top: 2px; font-size: 11px; }

/* Week gets substantially denser; color is the category cue. */
.moh-week__items { gap: 4px; }
.moh-week-item {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 5px 7px;
  align-items: start;
  min-height: 0;
  padding: 6px 7px 6px 8px;
  border-left-width: 5px;
  border-radius: 2px;
  text-decoration: none !important;
}
.moh-week-item--event { border-left-color: var(--moh-schedule-event); background: var(--moh-schedule-event-soft); }
.moh-week-item--social { border-left-color: var(--moh-schedule-social); background: var(--moh-schedule-social-soft); }
.moh-week-item--milestone { border-left-color: var(--moh-schedule-milestone); background: var(--moh-schedule-milestone-soft); }
.moh-week-item--deliverable { border-left-color: var(--moh-schedule-work); background: var(--moh-schedule-work-soft); }
.moh-week-item--task { border-left-color: var(--moh-schedule-task); background: var(--moh-schedule-task-soft); }
.moh-week-item__main { min-width: 0; }
.moh-week-item__main strong {
  display: block;
  color: var(--moh-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.23;
}
.moh-week-item time, .moh-week-item > small {
  color: var(--moh-muted);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.moh-week-item__attention { color: var(--moh-coral); }
.moh-week-item__top, .moh-week-item__kind { display: none !important; }

/* Three or more social posts can expand inline instead of disappearing into Day view. */
.moh-week-social-group {
  margin: 0;
  border-left: 5px solid var(--moh-schedule-social);
  border-radius: 2px;
  background: var(--moh-schedule-social-soft);
}
.moh-week-social-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 7px 6px 8px;
  cursor: pointer;
  list-style: none;
}
.moh-week-social-group > summary::-webkit-details-marker { display: none; }
.moh-week-social-group > summary span:first-child { min-width: 0; }
.moh-week-social-group > summary strong,
.moh-week-social-group > summary small { display: block; }
.moh-week-social-group > summary strong { color: var(--moh-navy); font-size: 12px; font-weight: 650; }
.moh-week-social-group > summary small { margin-top: 1px; color: var(--moh-muted); font-size: 10px; }
.moh-week-social-group__toggle { color: var(--moh-schedule-social); font-size: 10px; font-weight: 750; }
.moh-week-social-group[open] .moh-week-social-group__toggle { font-size: 0; }
.moh-week-social-group[open] .moh-week-social-group__toggle::after { content: 'Collapse'; font-size: 10px; }
.moh-week-social-group__posts { padding: 0 6px 5px 8px; }
.moh-week-social-post {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 6px;
  padding: 5px 3px;
  border-top: 1px solid rgba(232,62,172,.18);
  color: var(--moh-navy) !important;
  font-size: 11px;
  line-height: 1.22;
  text-decoration: none !important;
}
.moh-week-social-post time { color: var(--moh-muted); white-space: nowrap; }

/* Day remains detailed but loses excess vertical air. */
.moh-day-item { grid-template-columns: 125px minmax(0,1fr) auto; padding: 9px 4px; }
.moh-day-item__kind { padding: 3px 6px; }
.moh-day-item__body strong { font-size: 14px; }
.moh-day-item__body p { margin: 2px 0; }

/* Make layer swatches as vivid as the calendar itself. */
.moh-schedule-layer i { width: 12px; height: 12px; }

/* COMMS v0.47.0 — compact calendar reset + hover detail */
:root {
  --moh-schedule-event: #008cff;
  --moh-schedule-event-soft: #edf7ff;
  --moh-schedule-social: #d92f9c;
  --moh-schedule-social-soft: #fff0fa;
  --moh-schedule-milestone: #f2b705;
  --moh-schedule-milestone-soft: #fff9df;
  --moh-schedule-work: #00a9a3;
  --moh-schedule-work-soft: #edfbfa;
  --moh-schedule-task: #58b936;
  --moh-schedule-task-soft: #f1faed;
}

/* Month: narrow calendar strips, strong category edge, quiet fill. */
.moh-calendar__day { padding: 5px; }
.moh-calendar__items { gap: 2px; }
.moh-calendar__items .moh-calendar-item {
  display: block;
  min-height: 0;
  padding: 3px 5px 3px 7px;
  border: 0 !important;
  border-left: 4px solid transparent !important;
  border-radius: 2px;
  color: var(--moh-navy) !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}
.moh-calendar-item--event { border-left-color: var(--moh-schedule-event) !important; background: var(--moh-schedule-event-soft) !important; }
.moh-calendar-item--social { border-left-color: var(--moh-schedule-social) !important; background: var(--moh-schedule-social-soft) !important; }
.moh-calendar-item--milestone { border-left-color: var(--moh-schedule-milestone) !important; background: var(--moh-schedule-milestone-soft) !important; }
.moh-calendar-item--deliverable { border-left-color: var(--moh-schedule-work) !important; background: var(--moh-schedule-work-soft) !important; }
.moh-calendar-item--task { border-left-color: var(--moh-schedule-task) !important; background: var(--moh-schedule-task-soft) !important; }
.moh-calendar-item__text {
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit !important;
}
.moh-calendar-more { padding: 2px 3px !important; font-size: 11px !important; line-height: 1.2; }

/* Week: compact entries with a vivid edge and restrained tint. */
.moh-week__items { gap: 3px; padding: 6px; }
.moh-week-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 6px;
  align-items: start;
  min-height: 32px;
  padding: 5px 6px 5px 7px;
  border: 0;
  border-left: 4px solid transparent;
  border-radius: 2px;
  color: var(--moh-navy) !important;
  text-decoration: none !important;
  box-shadow: none;
}
.moh-week-item--event { border-left-color: var(--moh-schedule-event); background: var(--moh-schedule-event-soft); }
.moh-week-item--social { border-left-color: var(--moh-schedule-social); background: var(--moh-schedule-social-soft); }
.moh-week-item--milestone { border-left-color: var(--moh-schedule-milestone); background: var(--moh-schedule-milestone-soft); }
.moh-week-item--deliverable { border-left-color: var(--moh-schedule-work); background: var(--moh-schedule-work-soft); }
.moh-week-item--task { border-left-color: var(--moh-schedule-task); background: var(--moh-schedule-task-soft); }
.moh-week-item:hover { filter: saturate(1.08); box-shadow: inset 0 0 0 1px rgba(11,59,96,.08); }
.moh-week-item__main { min-width: 0; }
.moh-week-item__main strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--moh-navy);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.23;
  letter-spacing: 0;
}
.moh-week-item time,
.moh-week-item > small {
  align-self: start;
  color: var(--moh-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.moh-week-item > small { text-transform: none; }
.moh-week-item__attention { color: var(--moh-coral); }
.moh-week-item__top, .moh-week-item__kind { display: none !important; }

/* Social summary is one slim expandable row, not a card-within-a-card. */
.moh-week-social-group {
  margin: 0;
  border: 0;
  border-left: 4px solid var(--moh-schedule-social);
  border-radius: 2px;
  background: var(--moh-schedule-social-soft);
}
.moh-week-social-group > summary {
  display: grid;
  grid-template-columns: minmax(0,1fr) 18px;
  gap: 6px;
  align-items: center;
  min-height: 32px;
  padding: 5px 6px 5px 7px;
  cursor: pointer;
  list-style: none;
}
.moh-week-social-group > summary::-webkit-details-marker { display: none; }
.moh-week-social-group > summary strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--moh-navy);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.2;
}
.moh-week-social-group__toggle {
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 0 !important;
}
.moh-week-social-group__toggle::after {
  content: '⌄';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--moh-schedule-social);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform .15s ease;
}
.moh-week-social-group[open] .moh-week-social-group__toggle::after { content: '⌄'; transform: rotate(180deg); }
.moh-week-social-group__posts { padding: 0 5px 4px 7px; }
.moh-week-social-post {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 5px;
  padding: 4px 2px;
  border-top: 1px solid rgba(217,47,156,.14);
  color: var(--moh-navy) !important;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none !important;
}
.moh-week-social-post span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-week-social-post time { color: var(--moh-muted); font-size: 10px; font-weight: 600; white-space: nowrap; }

/* Schedule hover card: context without cluttering the calendar itself. */
.moh-schedule-tooltip {
  position: fixed;
  z-index: 99999;
  width: min(330px, calc(100vw - 24px));
  padding: 11px 12px;
  border: 1px solid rgba(11,59,96,.16);
  border-radius: 4px;
  background: #fff;
  color: var(--moh-ink);
  box-shadow: 0 10px 30px rgba(11,59,96,.18);
  pointer-events: none;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity .10s ease, transform .10s ease;
}
.moh-schedule-tooltip.is-visible { opacity: 1; transform: translateY(0); }
.moh-schedule-tooltip__kind {
  display: block;
  margin-bottom: 3px;
  color: var(--moh-blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.moh-schedule-tooltip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--moh-navy);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}
.moh-schedule-tooltip p { margin: 2px 0; color: var(--moh-muted); font-size: 12px; line-height: 1.35; }
.moh-schedule-tooltip__hint { margin-top: 7px !important; color: var(--moh-blue) !important; font-size: 11px !important; font-weight: 650; }

@media (hover: none), (pointer: coarse) {
  .moh-schedule-tooltip { display: none !important; }
}

/* COMMS v0.48.0 — CNews Issue Plan */
.moh-content-subnav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbe3ea;
}
.moh-content-subnav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 12px;
  border-bottom: 3px solid transparent;
  color: #45596a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.moh-content-subnav a.is-active {
  border-bottom-color: #087db5;
  color: #0b3b60;
}
.moh-cnews-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.moh-cnews-intro h2,
.moh-cnews-issue-title h2 { margin: 3px 0 4px; }
.moh-cnews-intro p {
  max-width: 760px;
  margin: 0;
  color: #536676;
  font-size: 14px;
  line-height: 1.55;
}
.moh-cnews-new-issue,
.moh-cnews-issue-actions,
.moh-cnews-add {
  position: relative;
}
.moh-cnews-new-issue > summary,
.moh-cnews-issue-actions > summary,
.moh-cnews-add > summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
  color: #0b557d;
}
.moh-cnews-new-issue > summary::-webkit-details-marker,
.moh-cnews-issue-actions > summary::-webkit-details-marker,
.moh-cnews-add > summary::-webkit-details-marker { display: none; }
.moh-cnews-new-issue-form,
.moh-cnews-issue-settings-form,
.moh-cnews-copy-form {
  display: grid;
  gap: 10px;
}
.moh-cnews-new-issue-form {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 32px;
  width: min(430px, 90vw);
  padding: 16px;
  background: #fff;
  border: 1px solid #cbd7e0;
  box-shadow: 0 14px 35px rgba(18, 43, 60, .14);
}
.moh-cnews-new-issue[open] > summary { color: #072f4d; }
.moh-cnews-new-issue-form label,
.moh-cnews-issue-settings-form label,
.moh-cnews-copy-form label {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 650;
  color: #354a5b;
}
.moh-cnews-starter-check {
  display: flex !important;
  grid-template-columns: 18px 1fr !important;
  align-items: center;
  font-weight: 500 !important;
}
.moh-cnews-starter-check input { margin: 0; }
.moh-cnews-issue-head {
  margin-bottom: 18px;
  border: 1px solid #d8e1e8;
  background: #fff;
}
.moh-cnews-issue-picker {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  padding: 8px 16px;
  border-bottom: 1px solid #e3e9ee;
  overflow-x: auto;
}
.moh-cnews-issue-tabs {
  display: flex;
  gap: 4px;
  min-width: 0;
}
.moh-cnews-issue-tabs a {
  white-space: nowrap;
  padding: 6px 9px;
  color: #536676;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.moh-cnews-issue-tabs a.is-active {
  color: #0b3b60;
  border-bottom-color: #1297d4;
}
.moh-cnews-issue-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 20px 12px;
}
.moh-cnews-issue-title p {
  margin: 0;
  color: #657684;
  font-size: 13px;
}
.moh-cnews-issue-actions > summary {
  padding: 7px 10px;
  border: 1px solid #c9d5de;
  background: #f8fafb;
}
.moh-cnews-issue-actions[open] {
  width: min(520px, 100%);
}
.moh-cnews-issue-actions[open] > summary { margin-bottom: 10px; }
.moh-cnews-issue-settings-form {
  grid-template-columns: 1.4fr 1fr 1fr;
  padding: 14px;
  background: #f7fafc;
  border: 1px solid #d9e3ea;
}
.moh-cnews-copy-form {
  grid-template-columns: 1fr 150px auto;
  align-items: end;
  margin-top: 8px;
  padding: 14px;
  background: #fffaf0;
  border: 1px solid #e7d7a9;
}
.moh-cnews-copy-form strong,
.moh-cnews-copy-form span { grid-column: 1 / -1; }
.moh-cnews-copy-form span { font-size: 12px; color: #6b6250; }
.moh-cnews-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(115px, 1fr));
  border-top: 1px solid #edf1f4;
}
.moh-cnews-stats > div {
  padding: 12px 18px 14px;
  border-right: 1px solid #edf1f4;
}
.moh-cnews-stats > div:last-child { border-right: 0; }
.moh-cnews-stats strong {
  display: block;
  color: #103f60;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.1;
}
.moh-cnews-stats span {
  display: block;
  margin-top: 3px;
  color: #6d7c87;
  font-size: 11px;
  line-height: 1.25;
}
.moh-cnews-stats .needs-attention strong { color: #b14f1b; }
.moh-cnews-add {
  margin: 0 0 16px;
  border: 1px solid #cbdbe5;
  background: #f4f9fc;
}
.moh-cnews-add > summary {
  padding: 11px 14px;
}
.moh-cnews-add-form {
  display: grid;
  grid-template-columns: minmax(190px, 1.5fr) 170px 180px 110px minmax(150px, 1fr) minmax(180px, 1.2fr) auto;
  align-items: end;
  gap: 8px;
  padding: 0 12px 12px;
}
.moh-cnews-add-form label {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: #536676;
  font-size: 11px;
  font-weight: 650;
}
.moh-cnews-add-form input,
.moh-cnews-add-form select,
.moh-cnews-row input,
.moh-cnews-row select,
.moh-cnews-issue-settings-form input,
.moh-cnews-issue-settings-form select,
.moh-cnews-issue-settings-form textarea,
.moh-cnews-new-issue-form input,
.moh-cnews-copy-form input {
  min-height: 36px;
  padding: 7px 8px;
  border: 1px solid #ccd7df;
  border-radius: 2px;
  background: #fff;
  color: #253847;
  font: inherit;
  font-size: 13px;
}
.moh-cnews-plan { overflow: visible; }
.moh-cnews-grid-head,
.moh-cnews-row {
  display: grid;
  grid-template-columns: 88px minmax(260px, 2.2fr) 58px 58px 58px minmax(135px, .9fr) minmax(160px, 1.1fr) 88px;
  column-gap: 8px;
  align-items: center;
}
.moh-cnews-grid-head {
  padding: 0 12px 7px;
  color: #71808c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.moh-cnews-grid { border-top: 1px solid #dce4ea; }
.moh-cnews-row {
  position: relative;
  min-height: 50px;
  padding: 6px 12px;
  border-bottom: 1px solid #e4eaee;
  background: #fff;
}
.moh-cnews-row:hover { background: #f9fbfc; }
.moh-cnews-row.is-child {
  padding-left: 28px;
  background: #fbfcfd;
}
.moh-cnews-row.is-child::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #dce6ed;
}
.moh-cnews-row.kind-group {
  min-height: 48px;
  background: #edf6fb;
  border-top: 1px solid #c8deeb;
  border-bottom-color: #c8deeb;
}
.moh-cnews-row.kind-group .moh-cnews-check { visibility: hidden; }
.moh-cnews-row.kind-paid_ad { box-shadow: inset 4px 0 0 #6d4eb7; }
.moh-cnews-row.kind-house_ad { box-shadow: inset 4px 0 0 #d78924; }
.moh-cnews-row.kind-be_seen { box-shadow: inset 4px 0 0 #cf5a58; }
.moh-cnews-row.kind-reference { box-shadow: inset 4px 0 0 #8a9aa5; }
.moh-cnews-cell-space input { text-align: center; }
.moh-cnews-cell-title {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.moh-cnews-cell-title > input {
  border-color: transparent;
  padding-left: 4px;
  background: transparent;
  font-size: 14px;
  font-weight: 650;
}
.moh-cnews-row.kind-group .moh-cnews-cell-title > input {
  color: #0b557d;
  font-size: 15px;
}
.moh-cnews-cell-title > input:focus,
.moh-cnews-row label > input:focus,
.moh-cnews-row select:focus {
  border-color: #68a8ca;
  background: #fff;
  outline: 2px solid rgba(18,151,212,.12);
}
.moh-cnews-row-meta {
  display: flex;
  gap: 6px;
  align-items: center;
  padding-left: 4px;
}
.moh-cnews-row-meta select {
  min-height: 24px;
  max-width: 180px;
  padding: 2px 20px 2px 4px;
  border: 0;
  background: transparent;
  color: #788792;
  font-size: 10px;
}
.moh-cnews-check {
  display: grid;
  place-items: center;
  min-width: 0;
  cursor: pointer;
}
.moh-cnews-check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: #087db5;
}
.moh-cnews-check span { display: none; }
.moh-cnews-row-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.moh-cnews-row-actions details { position: relative; }
.moh-cnews-row-actions summary {
  cursor: pointer;
  list-style: none;
  padding: 7px 6px;
  color: #657684;
  font-size: 14px;
  letter-spacing: 2px;
}
.moh-cnews-row-actions summary::-webkit-details-marker { display: none; }
.moh-cnews-row-actions details > div {
  position: absolute;
  z-index: 40;
  right: 0;
  top: 32px;
  width: 310px;
  padding: 12px;
  background: #fff;
  border: 1px solid #cbd7df;
  box-shadow: 0 12px 28px rgba(22,43,58,.15);
}
.moh-cnews-row-actions details label {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
  color: #566976;
  font-size: 11px;
  font-weight: 650;
}
.moh-cnews-move-actions {
  display: flex;
  gap: 6px;
  margin: 8px 0;
}
.moh-cnews-move-actions button,
.moh-cnews-row-actions .is-danger {
  border: 0;
  background: transparent;
  color: #466275;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 0;
}
.moh-cnews-row-actions .is-danger { color: #a43e37; }
.moh-cnews-add-child {
  margin: -1px 0 0 28px;
  border-bottom: 1px solid #e4eaee;
  background: #f8fbfc;
}
.moh-cnews-add-child > summary {
  cursor: pointer;
  list-style: none;
  padding: 7px 12px;
  color: #5d7788;
  font-size: 11px;
  font-weight: 650;
}
.moh-cnews-add-child > summary::-webkit-details-marker { display: none; }
.moh-cnews-add-child .moh-cnews-add-form {
  grid-template-columns: minmax(190px,1.5fr) 160px 160px 100px minmax(140px,1fr) minmax(160px,1.2fr) auto;
  padding-top: 5px;
}
.moh-cnews-empty { margin-top: 12px; }
.moh-cnews-row.is-readonly strong { font-size: 13px; }
.moh-cnews-row.is-readonly small { display:block; color:#758591; font-size:10px; }

@media (max-width: 1280px) {
  .moh-cnews-grid-head,
  .moh-cnews-row { grid-template-columns: 72px minmax(220px,2fr) 48px 48px 48px minmax(120px,.8fr) minmax(140px,1fr) 82px; }
  .moh-cnews-add-form,
  .moh-cnews-add-child .moh-cnews-add-form { grid-template-columns: repeat(3, minmax(150px,1fr)); }
  .moh-cnews-add-form .moh-button { align-self: end; }
}
@media (max-width: 980px) {
  .moh-cnews-intro { display: block; }
  .moh-cnews-new-issue { margin-top: 12px; }
  .moh-cnews-new-issue-form { position: static; width: auto; margin-top: 8px; }
  .moh-cnews-stats { grid-template-columns: repeat(3,1fr); }
  .moh-cnews-issue-title { display: block; }
  .moh-cnews-issue-actions { margin-top: 12px; }
  .moh-cnews-grid-head { display: none; }
  .moh-cnews-row {
    grid-template-columns: 70px minmax(200px,1fr) 42px 42px 42px 90px;
    row-gap: 6px;
  }
  .moh-cnews-row > label:nth-of-type(5),
  .moh-cnews-row > label:nth-of-type(6) { grid-column: span 3; }
  .moh-cnews-row-actions { grid-column: -2 / -1; grid-row: 1 / 2; }
}
@media (max-width: 680px) {
  .moh-cnews-stats { grid-template-columns: repeat(2,1fr); }
  .moh-cnews-issue-settings-form,
  .moh-cnews-copy-form,
  .moh-cnews-add-form,
  .moh-cnews-add-child .moh-cnews-add-form { grid-template-columns: 1fr; }
  .moh-cnews-row { display: flex; flex-wrap: wrap; align-items: center; }
  .moh-cnews-cell-space { width: 64px; }
  .moh-cnews-cell-title { flex: 1 1 220px; }
  .moh-cnews-row > label:not(.moh-cnews-cell-space):not(.moh-cnews-check) { flex: 1 1 160px; }
  .moh-cnews-row-actions { margin-left: auto; }
}

/* COMMS v0.48.1 — Issue Plan row polish */
.moh-cnews-grid-head,
.moh-cnews-row {
  grid-template-columns: 72px minmax(300px, 2.35fr) 54px 54px 54px minmax(145px, .9fr) minmax(180px, 1.15fr) 82px;
  column-gap: 10px;
}
.moh-cnews-grid-head {
  padding-left: 14px;
  padding-right: 14px;
}
.moh-cnews-row {
  min-height: 48px;
  padding: 7px 14px;
}
.moh-cnews-row input[type="text"],
.moh-cnews-row select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.moh-cnews-cell-space {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.moh-cnews-cell-space input[type="text"] {
  width: 56px;
  min-height: 30px;
  padding: 4px 5px;
  border-color: transparent;
  background: transparent;
  font-size: 13px;
  text-align: center;
}
.moh-cnews-cell-space input[type="text"]:hover,
.moh-cnews-cell-space input[type="text"]:focus {
  border-color: #c7d5df;
  background: #fff;
}
.moh-cnews-cell-title {
  display: flex;
  align-items: center;
  min-height: 34px;
}
.moh-cnews-cell-title > input[type="text"] {
  min-height: 32px;
  padding: 4px 6px;
  line-height: 1.25;
}
.moh-cnews-row.kind-group .moh-cnews-cell-title > input[type="text"] {
  font-size: 14px;
  font-weight: 700;
}
.moh-cnews-row:not(.kind-group) .moh-cnews-cell-title > input[type="text"] {
  font-size: 13.5px;
  font-weight: 620;
}
.moh-cnews-cell-responsible input[type="text"],
.moh-cnews-cell-notes input[type="text"] {
  min-height: 32px;
  padding: 5px 7px;
  border-color: transparent;
  background: transparent;
}
.moh-cnews-cell-responsible input[type="text"]:hover,
.moh-cnews-cell-notes input[type="text"]:hover,
.moh-cnews-cell-responsible input[type="text"]:focus,
.moh-cnews-cell-notes input[type="text"]:focus {
  border-color: #ccd7df;
  background: #fff;
}
.moh-cnews-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 16px;
}
.moh-cnews-row-actions {
  min-width: 0;
  gap: 1px;
}
.moh-cnews-save {
  min-height: 29px;
  padding: 4px 8px;
  border: 1px solid #c7d6df;
  border-radius: 2px;
  background: #f5f9fb;
  color: #0b557d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: opacity .12s ease, background .12s ease, color .12s ease, border-color .12s ease;
}
body.moh-cnews-dirty-tracking .moh-cnews-row:not(.is-dirty) .moh-cnews-save {
  opacity: 0;
  pointer-events: none;
}
body.moh-cnews-dirty-tracking .moh-cnews-row.is-dirty .moh-cnews-save {
  opacity: 1;
  pointer-events: auto;
  border-color: #087db5;
  background: #087db5;
  color: #fff;
}
.moh-cnews-row-actions summary {
  min-width: 28px;
  padding: 6px 3px;
  text-align: center;
  letter-spacing: 1px;
}
.moh-cnews-row-actions details > div {
  width: 290px;
}
.moh-cnews-row.is-child {
  padding-left: 30px;
}
.moh-cnews-row.kind-group {
  min-height: 46px;
}
@media (max-width: 1280px) {
  .moh-cnews-grid-head,
  .moh-cnews-row {
    grid-template-columns: 64px minmax(250px,2fr) 46px 46px 46px minmax(125px,.8fr) minmax(150px,1fr) 72px;
    column-gap: 7px;
  }
}

/* COMMS v0.49.0 — CNews Issue Workspace */
.moh-cnews-workspace-tabs {
  display: flex;
  gap: 22px;
  margin: 18px 0 16px;
  padding: 0 2px 10px;
  border-bottom: 1px solid #cbd9e3;
}
.moh-cnews-workspace-tabs a {
  position: relative;
  color: #547084;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.moh-cnews-workspace-tabs a.is-active { color: #083d61; }
.moh-cnews-workspace-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 3px;
  background: #1489c9;
}
.moh-cnews-two-actions {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 14px;
}
.moh-cnews-quick-add {
  display: grid;
  grid-template-columns: minmax(220px, 1.7fr) minmax(150px, .8fr) 120px minmax(150px, .9fr) minmax(220px, 1.4fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid #d5e0e7;
  background: #f8fbfd;
}
.moh-cnews-quick-add label,
.moh-cnews-import-form label,
.moh-cnews-photo-add-form label {
  display: grid;
  gap: 5px;
  color: #4f6879;
  font-size: 12px;
  font-weight: 600;
}
.moh-cnews-quick-add input,
.moh-cnews-quick-add select,
.moh-cnews-import-form input,
.moh-cnews-photo-add-form input,
.moh-cnews-photo-add-form select {
  box-sizing: border-box;
  width: 100%;
  min-height: 36px;
  border: 1px solid #cbd8e1;
  border-radius: 2px;
  background: #fff;
  color: #173f5a;
  font: inherit;
}
.moh-cnews-plan-header,
.moh-cnews-flatplan-head {
  align-items: center;
}
.moh-cnews-overall-save { flex: 0 0 auto; }
.moh-cnews-grid-head--v49,
.moh-cnews-row--v49 {
  grid-template-columns: 26px 74px minmax(260px, 2.1fr) 52px 52px 52px minmax(140px, .9fr) minmax(190px, 1.2fr) 30px !important;
  column-gap: 9px !important;
}
.moh-cnews-grid-head--v49 {
  padding: 0 10px 7px !important;
  color: #607887;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.moh-cnews-row--v49 {
  min-height: 44px !important;
  padding: 5px 10px !important;
  border-bottom: 1px solid #e0e8ed;
  background: #fff;
}
.moh-cnews-row--v49:hover { background: #f8fbfd; }
.moh-cnews-row--v49.is-dragging,
.moh-cnews-ad-row.is-dragging,
.moh-cnews-page-card.is-dragging,
.moh-cnews-flat-item.is-dragging {
  opacity: .55;
}
.moh-cnews-drag,
.moh-cnews-flat-item-drag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8aa0ae;
  font-size: 16px;
  line-height: 1;
  cursor: grab;
  user-select: none;
}
.moh-cnews-drag:active,
.moh-cnews-flat-item-drag:active { cursor: grabbing; }
.moh-cnews-row--v49 .moh-cnews-cell-space input[type="text"] {
  width: 58px;
  min-height: 30px;
  padding: 3px 4px;
  font-size: 13px;
}
.moh-cnews-row--v49 .moh-cnews-cell-title {
  gap: 7px;
}
.moh-cnews-row--v49 .moh-cnews-cell-title > input[type="text"] {
  min-width: 0;
  min-height: 31px;
  padding: 3px 5px;
  font-size: 13.5px;
  font-weight: 600;
}
.moh-cnews-kind-tag {
  flex: 0 0 auto;
  padding: 2px 5px;
  border: 1px solid #d4dfe6;
  background: #f5f8fa;
  color: #607582;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}
.moh-cnews-row--v49.is-section {
  min-height: 36px !important;
  margin-top: 7px;
  border-top: 1px solid #b9ccd9;
  background: #eef5f9;
}
.moh-cnews-row--v49.is-section .moh-cnews-cell-title > input[type="text"] {
  color: #174968;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.moh-cnews-row--v49.is-section .moh-cnews-cell-space,
.moh-cnews-row--v49.is-section .moh-cnews-check,
.moh-cnews-row--v49.is-section .moh-cnews-cell-responsible { opacity: .22; }
.moh-cnews-row--v49 .moh-cnews-cell-responsible input[type="text"],
.moh-cnews-row--v49 .moh-cnews-cell-notes input[type="text"] {
  min-height: 30px;
  padding: 3px 5px;
  font-size: 12.5px;
}
.moh-cnews-remove-toggle {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.moh-cnews-remove-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.moh-cnews-remove-toggle span {
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #9a5e5e;
  font-size: 17px;
  font-weight: 500;
}
.moh-cnews-remove-toggle:hover span { background: #fff0ef; color: #b33f37; }
.moh-cnews-remove-toggle input:checked + span { background: #b33f37; color: #fff; }
.moh-cnews-save-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 12px 10px 2px;
}
.moh-cnews-unsaved {
  min-height: 18px;
  color: #93661b;
  font-size: 12px;
  font-weight: 600;
}
.moh-cnews-bulk-form.is-dirty .moh-cnews-save-foot,
#moh-cnews-ads-form.is-dirty .moh-cnews-save-foot,
#moh-cnews-flatplan-form.is-dirty .moh-cnews-save-foot { background: #fffdf5; }

/* Paid ads */
.moh-cnews-import-form {
  width: min(560px, 88vw);
  padding: 12px;
  border: 1px solid #d5e0e7;
  background: #f8fbfd;
}
.moh-cnews-import-form .moh-help { margin: 8px 0 10px; font-size: 12px; line-height: 1.45; }
.moh-cnews-ad-head,
.moh-cnews-ad-row {
  display: grid;
  grid-template-columns: 26px minmax(220px, 1.35fr) 90px minmax(150px, .9fr) 58px minmax(220px, 1.25fr) 30px;
  gap: 9px;
  align-items: center;
}
.moh-cnews-ad-head {
  padding: 0 10px 7px;
  color: #607887;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.moh-cnews-ad-row {
  min-height: 43px;
  padding: 5px 10px;
  border-top: 1px solid #e1e8ed;
}
.moh-cnews-ad-row:hover { background: #fafcfd; }
.moh-cnews-ad-row input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 31px;
  padding: 4px 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: #173f5a;
  font-size: 12.5px;
}
.moh-cnews-ad-row input[type="text"]:hover,
.moh-cnews-ad-row input[type="text"]:focus { border-color: #cbd8e1; background: #fff; }
.moh-cnews-ad-size { text-align: center; }

/* Issue lists */
.moh-cnews-lists-savebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.moh-cnews-lists-savebar h2 { margin: 0 0 3px; }
.moh-cnews-lists-savebar p { margin: 0; color: #607887; font-size: 13px; }
.moh-cnews-photo-head,
.moh-cnews-photo-row {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) 135px 155px minmax(220px, 1.2fr) 30px;
  gap: 9px;
  align-items: center;
}
.moh-cnews-recognition-head,
.moh-cnews-recognition-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.05fr) minmax(170px, 1fr) minmax(190px, 1.15fr) 70px minmax(180px, 1fr) 30px;
  gap: 9px;
  align-items: center;
}
.moh-cnews-photo-head,
.moh-cnews-recognition-head {
  padding: 0 8px 7px;
  color: #607887;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.moh-cnews-photo-row,
.moh-cnews-recognition-row {
  padding: 5px 8px;
  border-top: 1px solid #e1e8ed;
}
.moh-cnews-photo-row input,
.moh-cnews-photo-row select,
.moh-cnews-recognition-row input,
.moh-cnews-recognition-row select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 32px;
  border: 1px solid #d5e0e7;
  border-radius: 2px;
  background: #fff;
  color: #173f5a;
  font-size: 12.5px;
}
.moh-cnews-photo-add-form,
.moh-cnews-recognition-add-form {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) auto minmax(200px, 1fr) 140px 160px auto;
  gap: 9px;
  align-items: end;
  padding: 12px;
  border: 1px solid #d5e0e7;
  background: #f8fbfd;
}
.moh-cnews-recognition-add-form { grid-template-columns: repeat(4, minmax(140px,1fr)) auto; }
.moh-cnews-or { align-self: center; color: #8295a2; font-size: 12px; }
.moh-cnews-inline-add { margin-top: 10px; }
.moh-cnews-inline-add > summary { cursor: pointer; color: #0b6e9f; font-size: 12px; font-weight: 650; }

/* Flatplan */
.moh-cnews-flatplan-actions { display: flex; gap: 8px; }
.moh-cnews-unplaced {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid #d3e0e8;
  background: #f5f9fb;
}
.moh-cnews-unplaced > div:first-child { display: grid; gap: 3px; }
.moh-cnews-unplaced > div:first-child strong { color: #153f5a; font-size: 13px; }
.moh-cnews-unplaced > div:first-child span { color: #6b818f; font-size: 11px; line-height: 1.35; }
.moh-cnews-unplaced-items { display: flex; flex-wrap: wrap; gap: 6px; }
.moh-cnews-unplaced-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 7px;
  border: 1px solid #ccd9e2;
  background: #fff;
  color: #234c66;
  font-size: 11.5px;
}
.moh-cnews-unplaced-chip small { color: #80919c; font-size: 9.5px; }
.moh-cnews-flatplan-board {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  align-items: start;
}
.moh-cnews-page-card {
  min-height: 150px;
  border: 1px solid #c8d7e1;
  background: #fff;
  box-shadow: 0 2px 7px rgba(17, 55, 78, .05);
}
.moh-cnews-page-card-head {
  display: grid;
  grid-template-columns: 24px 1fr 28px;
  gap: 6px;
  align-items: center;
  min-height: 42px;
  padding: 6px 8px;
  border-bottom: 1px solid #d7e2e9;
  background: #edf5f9;
}
.moh-cnews-page-label {
  width: 100%;
  min-width: 0;
  border: 0 !important;
  background: transparent !important;
  color: #0f476c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.moh-cnews-page-remove,
.moh-cnews-flat-remove {
  border: 0;
  background: transparent;
  color: #9c6262;
  font-size: 18px;
  cursor: pointer;
}
.moh-cnews-page-placements {
  min-height: 64px;
  padding: 7px;
}
.moh-cnews-page-placements:empty::after {
  content: "Drop or add items here";
  display: block;
  padding: 18px 6px;
  color: #9aabb6;
  font-size: 11px;
  text-align: center;
}
.moh-cnews-flat-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 92px 22px;
  gap: 6px;
  align-items: center;
  padding: 7px 6px;
  margin-bottom: 6px;
  border: 1px solid #d8e1e7;
  background: #fbfdfe;
}
.moh-cnews-flat-item strong {
  display: block;
  overflow: hidden;
  color: #173f5a;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moh-cnews-flat-item small { display: block; margin-top: 2px; color: #7a8d99; font-size: 9.5px; }
.moh-cnews-flat-space {
  width: 100%;
  min-height: 29px;
  border: 1px solid #d1dce4;
  border-radius: 2px;
  background: #fff;
  color: #436173;
  font-size: 10.5px;
}
.moh-cnews-page-add {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 7px;
  border-top: 1px solid #e2e9ed;
  background: #fafcfd;
}
.moh-cnews-page-add select {
  min-width: 0;
  width: 100%;
  min-height: 31px;
  border: 1px solid #d1dce4;
  border-radius: 2px;
  background: #fff;
  color: #436173;
  font-size: 10.5px;
}
.moh-cnews-flatplan-empty {
  display: grid;
  gap: 4px;
  padding: 24px;
  color: #607887;
  text-align: center;
}
.moh-cnews-flatplan-empty strong { color: #173f5a; }

@media (max-width: 1280px) {
  .moh-cnews-grid-head--v49,
  .moh-cnews-row--v49 { grid-template-columns: 24px 62px minmax(220px,1.7fr) 45px 45px 45px minmax(120px,.8fr) minmax(150px,1fr) 26px !important; column-gap: 6px !important; }
  .moh-cnews-quick-add { grid-template-columns: repeat(3, minmax(160px,1fr)); }
  .moh-cnews-ad-head,
  .moh-cnews-ad-row { grid-template-columns: 24px minmax(190px,1.3fr) 80px minmax(130px,.8fr) 52px minmax(170px,1fr) 26px; gap: 6px; }
  .moh-cnews-recognition-head,
  .moh-cnews-recognition-row { grid-template-columns: minmax(150px,1fr) minmax(140px,1fr) minmax(160px,1fr) 60px minmax(150px,1fr) 26px; gap: 6px; }
}
@media (max-width: 900px) {
  .moh-cnews-workspace-tabs { overflow-x: auto; white-space: nowrap; }
  .moh-cnews-grid-head--v49,
  .moh-cnews-ad-head,
  .moh-cnews-photo-head,
  .moh-cnews-recognition-head { display: none; }
  .moh-cnews-row--v49,
  .moh-cnews-ad-row,
  .moh-cnews-photo-row,
  .moh-cnews-recognition-row { display: flex !important; flex-wrap: wrap; gap: 7px !important; }
  .moh-cnews-row--v49 .moh-cnews-cell-title { flex: 1 1 70%; }
  .moh-cnews-row--v49 .moh-cnews-cell-responsible,
  .moh-cnews-row--v49 .moh-cnews-cell-notes { flex: 1 1 220px; }
  .moh-cnews-ad-row input[type="text"],
  .moh-cnews-photo-row input,
  .moh-cnews-photo-row select,
  .moh-cnews-recognition-row input { flex: 1 1 180px; width: auto; }
  .moh-cnews-photo-add-form,
  .moh-cnews-recognition-add-form { grid-template-columns: 1fr; }
  .moh-cnews-unplaced { grid-template-columns: 1fr; }
}

/* COMMS v0.50.0 — freeform publication flatplan */
.moh-cnews-import-form { display: grid; gap: 10px; }
.moh-cnews-import-replace { display: flex !important; align-items: center; gap: 8px; font-size: 12px; color: #496475; }
.moh-cnews-import-replace input { width: auto !important; margin: 0; }

.moh-cnews-flatplan-panel--sketch { overflow: visible; }
.moh-cnews-flatplan-panel--sketch .moh-cnews-flatplan-head { align-items: flex-start; }
.moh-cnews-flat-reference {
  margin: 0 0 18px;
  border: 1px solid #d5e2e9;
  background: #f8fbfd;
}
.moh-cnews-flat-reference > summary {
  cursor: pointer;
  padding: 10px 12px;
  color: #174a69;
  font-size: 12px;
  font-weight: 700;
}
.moh-cnews-flat-reference > p { margin: 0; padding: 0 12px 10px; color: #708694; font-size: 11px; }
.moh-cnews-flat-reference-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 0 12px 12px; }
.moh-cnews-flat-reference-groups strong { display: block; margin-bottom: 6px; color: #294f68; font-size: 11px; }
.moh-cnews-flat-reference-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.moh-cnews-flat-ref-chip {
  border: 1px solid #cfdde6;
  border-radius: 2px;
  background: #fff;
  color: #2c536d;
  cursor: pointer;
  font-family: inherit;
  font-size: 10.5px;
  line-height: 1.25;
  padding: 4px 6px;
}
.moh-cnews-flat-ref-chip:hover { border-color: #1388c7; background: #eef8fd; }
.moh-cnews-flat-ref-chip.is-ad { border-color: #e6c8d7; background: #fff9fc; }
.moh-cnews-flat-ref-chip small { margin-left: 5px; color: #8a7581; font-size: 9px; }

.moh-cnews-flatplan-board {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(190px, 1fr)) !important;
  gap: 22px 18px !important;
  align-items: start !important;
  padding: 6px 0 18px;
}
.moh-cnews-flat-block {
  min-width: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.moh-cnews-flat-block.is-dragging { opacity: .5; }
.moh-cnews-flat-block-toolbar {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 76px 24px;
  gap: 5px;
  align-items: center;
  margin-bottom: 6px;
}
.moh-cnews-flat-block-toolbar .moh-cnews-drag { cursor: grab; color: #78909f; font-size: 13px; }
.moh-cnews-flat-block-toolbar .moh-cnews-drag:active { cursor: grabbing; }
.moh-cnews-flat-block-toolbar .moh-cnews-page-label {
  min-width: 0;
  height: 28px;
  padding: 3px 5px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #234c67 !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
}
.moh-cnews-flat-block-toolbar .moh-cnews-page-label:hover,
.moh-cnews-flat-block-toolbar .moh-cnews-page-label:focus { border-color: #cbd9e2 !important; background: #fff !important; }
.moh-cnews-flat-block-type {
  width: 100%;
  min-height: 28px;
  border: 1px solid #d2dde5;
  border-radius: 2px;
  background: #fff;
  color: #587082;
  font-size: 10px;
  padding: 2px 4px;
}
.moh-cnews-flat-block-toolbar .moh-cnews-page-remove { font-size: 16px; }

.moh-cnews-flat-sheet {
  display: flex;
  min-height: 170px;
  align-items: flex-start;
  justify-content: center;
}
.moh-cnews-flat-pages {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 5px;
  width: 100%;
  align-items: start;
}
.moh-cnews-flat-block.is-single .moh-cnews-flat-pages {
  grid-template-columns: minmax(0, 1fr);
  width: 47%;
}
.moh-cnews-flat-block.is-single .moh-cnews-flat-page--right { display: none; }
.moh-cnews-flat-page {
  position: relative;
  aspect-ratio: .68;
  overflow: hidden;
  border: 2px solid #18384b;
  background: #fff;
  box-shadow: 0 3px 9px rgba(19, 52, 71, .07);
}
.moh-cnews-flat-page-notes {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  box-sizing: border-box;
  resize: none;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #173c54 !important;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 1.42;
  padding: 9px 8px !important;
  outline: 0;
}
.moh-cnews-flat-page-notes::placeholder { color: #9baab4; font-weight: 400; }
.moh-cnews-flat-page:focus-within { border-color: #078ed1; box-shadow: 0 0 0 2px rgba(7, 142, 209, .11); }
.moh-cnews-flatplan-empty { margin-top: 8px; border: 1px dashed #c9d8e1; background: #fafcfd; }

@media (max-width: 1380px) {
  .moh-cnews-flatplan-board { grid-template-columns: repeat(3, minmax(190px, 1fr)) !important; }
}
@media (max-width: 1050px) {
  .moh-cnews-flatplan-board { grid-template-columns: repeat(2, minmax(190px, 1fr)) !important; }
}
@media (max-width: 760px) {
  .moh-cnews-flat-reference-groups { grid-template-columns: 1fr; }
  .moh-cnews-flatplan-board { grid-template-columns: 1fr !important; }
  .moh-cnews-flat-block.is-single .moh-cnews-flat-pages { width: 52%; }
}

/* CNews paid-ad import: choose from issue labels actually found in the spreadsheet. */
.moh-cnews-import-choice {
  margin-top: 16px;
}
.moh-cnews-issue-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}
.moh-cnews-issue-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--moh-line, #c9d8e2);
  background: #fff;
  cursor: pointer;
}
.moh-cnews-issue-choice:has(input:checked) {
  border-color: #0076aa;
  box-shadow: inset 4px 0 0 #0076aa;
  background: #f3fbff;
}
.moh-cnews-issue-choice input {
  margin: 0;
  flex: 0 0 auto;
}
.moh-cnews-issue-choice span {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.moh-cnews-issue-choice strong {
  font-size: 14px;
  line-height: 1.25;
}
.moh-cnews-issue-choice small {
  font-size: 12px;
  color: #617386;
}
.moh-cnews-import-confirm {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  flex-wrap: wrap;
}

/* ========================================================================== 
   0.51 simplification pass
   Reduce persistent chrome; let working surfaces carry the information.
   ========================================================================== */
.moh-page-header--simple {
  display: block;
  margin-bottom: 18px;
}
.moh-page-header--simple h1 {
  margin: 0 !important;
  font-size: clamp(27px, 2.4vw, 38px) !important;
  font-weight: 650 !important;
  letter-spacing: -.035em;
}

/* Cards are for distinct objects, not every section of a page. */
.moh-panel,
.moh-form-card,
.moh-record,
.moh-drawer {
  box-shadow: none;
  border-radius: 3px;
}
.moh-panel--plain {
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid var(--moh-line);
  background: transparent;
}

.moh-context-back {
  margin: -4px 0 16px;
  font-size: 13px;
}
.moh-section-title {
  margin: 0 !important;
  color: var(--moh-navy);
  font-size: 20px;
  font-weight: 650;
}

/* One quiet management menu for secondary/administrative actions. */
.moh-manage-menu {
  position: relative;
  flex: 0 0 auto;
}
.moh-manage-menu > summary {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid #d3dfe7;
  border-radius: 3px;
  background: #fff;
  color: #40596a;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 650;
}
.moh-manage-menu > summary::-webkit-details-marker { display: none; }
.moh-manage-menu > summary::after { content: '⌄'; margin-left: 7px; color: #78909d; font-size: 11px; }
.moh-manage-menu[open] > summary { border-color: #a9c4d4; color: var(--moh-navy); }
.moh-manage-menu > div {
  position: absolute;
  z-index: 80;
  top: calc(100% + 5px);
  right: 0;
  min-width: 205px;
  padding: 5px;
  border: 1px solid #cedbe4;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 43, 60, .13);
}
.moh-manage-menu > div > a,
.moh-manage-menu-form button {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  background: transparent;
  color: #294d64 !important;
  text-align: left;
  text-decoration: none !important;
  font: inherit;
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}
.moh-manage-menu > div > a:hover,
.moh-manage-menu-form button:hover { background: #f1f7fa; color: var(--moh-navy) !important; }
.moh-manage-menu-form { margin: 0; }

/* Work: less hero treatment, fewer permanent destinations. */
.moh-tracker-heading--simple {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}
.moh-tracker-heading--simple h2 {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 650;
}
.moh-tracker-heading--simple .moh-toolbar__actions { align-items: center; }
.moh-button--quiet { min-height: 38px !important; padding: 8px 12px !important; }
.moh-button--quiet span {
  min-width: 20px;
  padding: 1px 5px;
  border-radius: 10px;
  background: rgba(11,59,96,.09);
  text-align: center;
  font-size: 11px;
}
.moh-tracker-tabs { margin-bottom: 11px; }
.moh-tracker-pulse { margin-bottom: 16px; }
.moh-compact-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #70818d;
  font-size: 11px;
}
.moh-compact-switch > span { margin-right: 4px; }
.moh-compact-switch a {
  padding: 5px 8px;
  border-radius: 3px;
  color: #536a79 !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 600;
}
.moh-compact-switch a:hover { background: #f1f6f8; }
.moh-compact-switch a.is-active { background: #e3eef4; color: var(--moh-navy) !important; }

/* Schedule: primary navigation stays primary; maintenance moves under Manage. */
.moh-schedule-toolbar { align-items: center; }
.moh-schedule-manage { margin-left: 2px; }

/* CNews: issue workspace, not an executive dashboard. */
.moh-cnews-intro--simple {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 11px;
}
.moh-cnews-intro--simple h2 {
  margin: 0 !important;
  color: var(--moh-navy);
  font-size: 22px;
  font-weight: 650;
}
.moh-cnews-issue-head {
  border: 0;
  border-top: 1px solid #dbe4ea;
  border-bottom: 1px solid #dbe4ea;
  background: transparent;
}
.moh-cnews-issue-picker {
  min-height: 40px;
  padding: 5px 0;
  border-bottom: 1px solid #e5ebef;
}
.moh-cnews-issue-title { padding: 13px 0 7px; }
.moh-cnews-issue-title h2 { font-size: 21px; }
.moh-cnews-issue-pulse {
  margin: 0 !important;
  padding: 0 0 12px;
  color: #738490 !important;
  font-size: 12px;
}
.moh-cnews-issue-pulse strong { color: #244d66; font-weight: 700; }
.moh-cnews-issue-pulse span { padding: 0 4px; color: #a2adb5; }
.moh-cnews-workspace-tabs { margin-top: 0; }
.moh-cnews-plan {
  box-shadow: none !important;
}
.moh-cnews-plan-header .moh-help { display: none; }

/* Results already has strong information hierarchy; remove explanatory repetition. */
.moh-results-grid .moh-panel__header .moh-help,
.moh-project-portfolio .moh-panel__header .moh-help { display: none; }

@media (max-width: 780px) {
  .moh-page-header--simple { margin-bottom: 14px; }
  .moh-manage-menu > div { right: auto; left: 0; max-width: 85vw; }
  .moh-tracker-heading--simple { flex-direction: row; align-items: center; }
}

/* COMMS v0.52.0 — analytics context, cleaner overview lists + performance affordances */
.moh-analytics-subtabs {
  display: inline-flex;
  align-items: stretch;
  gap: 4px;
  max-width: 100%;
  margin: 2px 0 10px;
  padding: 4px;
  border: 1px solid rgba(11,59,96,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.62);
}
.moh-analytics-subtab {
  min-height: 38px;
  padding: 9px 16px;
  border: 0 !important;
  border-radius: 5px;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--moh-muted) !important;
  font-size: .82rem;
  font-weight: 750;
}
.moh-analytics-subtab:hover {
  background: rgba(11,59,96,.055) !important;
  color: var(--moh-navy) !important;
}
.moh-analytics-subtab--chamber.is-active {
  background: #008fd3 !important;
  color: #fff !important;
}
.moh-analytics-subtab--ypn.is-active {
  background: #e05929 !important;
  color: #fff !important;
}
.moh-analytics-subtab--events.is-active {
  background: #c12033 !important;
  color: #fff !important;
}
.moh-analytics-subtab--combined.is-active {
  background: #0b3b60 !important;
  color: #fff !important;
}

.moh-analytics-controlbar,
.moh-overview-reportbar.moh-analytics-controlbar {
  margin-bottom: 14px;
  padding-top: 0;
}
.moh-analytics-viewing {
  display: flex;
  align-items: center;
  gap: 7px 10px;
  flex-wrap: wrap;
  margin-top: 9px;
  color: var(--moh-muted);
  font-size: .78rem;
}
.moh-analytics-viewing strong {
  color: var(--moh-navy);
  font-size: .82rem;
}
.moh-analytics-viewing small {
  margin-left: auto;
  color: var(--moh-muted);
  font-size: .72rem;
}
.moh-analytics-viewing__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #008fd3;
  box-shadow: 0 0 0 3px rgba(0,143,211,.10);
}
.moh-analytics-viewing--ypn .moh-analytics-viewing__dot { background: #e05929; box-shadow: 0 0 0 3px rgba(224,89,41,.10); }
.moh-analytics-viewing--events .moh-analytics-viewing__dot { background: #c12033; box-shadow: 0 0 0 3px rgba(193,32,51,.10); }
.moh-analytics-viewing--combined .moh-analytics-viewing__dot { background: #0b3b60; box-shadow: 0 0 0 3px rgba(11,59,96,.10); }

.moh-analytics-summary-metrics .moh-analytics-metric {
  position: relative;
  overflow: hidden;
}
.moh-analytics-summary-metrics .moh-analytics-metric::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #008fd3;
  content: '';
}
.moh-analytics-summary-metrics--ypn .moh-analytics-metric::before { background: #e05929; }
.moh-analytics-summary-metrics--events .moh-analytics-metric::before { background: #c12033; }
.moh-analytics-summary-metrics--combined .moh-analytics-metric::before { background: #0b3b60; }

/* Overview initiative list: name + quiet type badge + useful outcome. Raw UTM names stay in Tracking details/tooltips. */
.moh-overview-initiative-list {
  display: grid;
}
.moh-overview-initiative-list > a {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 4px 14px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--moh-line);
  color: inherit;
  text-decoration: none;
}
.moh-overview-initiative-list > a:first-child { padding-top: 0; border-top: 0; }
.moh-overview-initiative-list > a:hover strong { color: var(--moh-blue); }
.moh-overview-initiative__name {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.moh-overview-initiative__name strong {
  min-width: 0;
  color: var(--moh-navy);
  font-size: .92rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}
.moh-overview-initiative__name .moh-badge {
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--moh-soft-blue);
  color: var(--moh-blue);
  font-size: .62rem;
  font-style: normal;
  line-height: 1.1;
}
.moh-overview-initiative-list > a small {
  grid-column: 1;
  color: var(--moh-muted);
  font-size: .74rem;
}
.moh-overview-initiative-list > a b {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--moh-ink);
  font-size: .82rem;
  font-weight: 650;
  white-space: nowrap;
}

.moh-ga4-watch-clear--ondemand {
  display: flex;
  align-items: center;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.moh-ga4-watch-clear--ondemand .moh-button { margin-left: auto; }

@media (max-width: 700px) {
  .moh-analytics-subtabs { display: flex; width: 100%; overflow-x: auto; }
  .moh-analytics-subtab { flex: 1 0 auto; padding: 8px 11px; text-align: center; }
  .moh-analytics-viewing small { width: 100%; margin-left: 19px; }
  .moh-overview-initiative-list > a { grid-template-columns: 1fr; }
  .moh-overview-initiative-list > a b { grid-column: 1; grid-row: auto; }
  .moh-ga4-watch-clear--ondemand .moh-button { margin-left: 0; }
}
.moh-overview-highlight-grid .moh-panel__header .moh-text-link { white-space: nowrap; }

/* 0.53 — Today as a personal briefing */
.moh-today-hero-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 14px;
}
.moh-text-button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--moh-blue);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.moh-today-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.moh-today-module--wide { grid-column: 1 / -1; }
.moh-today-panel { min-width: 0; }
.moh-today-empty { margin-top: 16px; }

.moh-today-customizer {
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid var(--moh-line);
  background: #fff;
  border-radius: 4px;
}
.moh-today-customizer__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.moh-today-customizer__heading strong,
.moh-today-customizer__heading span { display: block; }
.moh-today-customizer__heading strong { color: var(--moh-navy); font-size: 16px; }
.moh-today-customizer__heading span { margin-top: 2px; color: var(--moh-muted); font-size: 12px; line-height: 1.4; }
.moh-today-customizer__close {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--moh-muted);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.moh-today-customizer__list {
  display: grid;
  border-top: 1px solid var(--moh-line);
}
.moh-today-customizer__row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--moh-line);
  background: #fff;
}
.moh-today-customizer__row.is-dragging { opacity: .45; }
.moh-today-customizer__row .moh-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-height: 28px;
  color: var(--moh-muted);
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.moh-today-customizer__row .moh-drag-handle:active { cursor: grabbing; }
.moh-today-customizer__row .moh-drag-handle:focus-visible { outline: 2px solid var(--moh-blue); outline-offset: 2px; }
.moh-today-customizer__row label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.moh-today-customizer__row label > span { min-width: 0; }
.moh-today-customizer__row label strong,
.moh-today-customizer__row label small { display: block; }
.moh-today-customizer__row label strong { color: var(--moh-navy); font-size: 14px; }
.moh-today-customizer__row label small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; line-height: 1.35; }
.moh-today-customizer__row input[type="checkbox"] { margin-top: 2px; }
.moh-today-customizer__actions { display: flex; gap: 8px; margin-top: 14px; }

.moh-today-attention-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
  margin-bottom: 4px;
}
.moh-today-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 12px 13px;
}
.moh-today-alert > span { min-width: 0; }
.moh-today-alert strong,
.moh-today-alert small { display: block; }
.moh-today-alert strong { color: var(--moh-navy); font-size: 14px; }
.moh-today-alert small { margin-top: 2px; color: var(--moh-muted); font-size: 12px; line-height: 1.35; }
.moh-today-alert em { flex: 0 0 auto; color: var(--moh-coral); font-size: 12px; font-style: normal; font-weight: 750; }
.moh-today-alert--event em { color: var(--moh-events, #cf5a58); }

.moh-today-happening-list { gap: 7px; }
.moh-today-happening-list > a {
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 9px 10px;
}
.moh-today-happening-list strong { font-size: 14px; font-weight: 650; line-height: 1.28; }
.moh-today-happening-list small { line-height: 1.35; }
.moh-today-type { font-size: 11px; letter-spacing: .055em; }

.moh-today-my-work-list > a { padding: 9px 2px; }
.moh-today-my-work-list strong { font-size: 14px; }

.moh-today-signals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}
.moh-today-signal {
  display: block;
  padding: 13px 14px;
  border-left: 4px solid var(--moh-blue);
  background: rgba(0, 118, 170, .045);
  color: inherit !important;
  text-decoration: none !important;
}
.moh-today-signal.is-positive { border-left-color: #1f9d68; background: rgba(31, 157, 104, .055); }
.moh-today-signal.is-negative { border-left-color: var(--moh-coral); background: rgba(207, 90, 88, .055); }
.moh-today-signal > span {
  display: block;
  color: var(--moh-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.moh-today-signal strong {
  display: block;
  margin-top: 5px;
  color: var(--moh-navy);
  font-size: 18px;
  font-weight: 650;
}
.moh-today-signal p { margin: 4px 0 0; color: var(--moh-muted); font-size: 12px; line-height: 1.4; }

@media (max-width: 980px) {
  .moh-today-grid { grid-template-columns: 1fr; }
  .moh-today-module,
  .moh-today-module--wide { grid-column: 1; }
}
@media (max-width: 700px) {
  .moh-today-hero-actions { align-items: flex-start; flex-direction: column; }
  .moh-today-customizer__actions { flex-direction: column; }
  .moh-today-attention-grid,
  .moh-today-signals { grid-template-columns: 1fr; }
}

/* 0.53.2 — Today dashboard columns */
.moh-today-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
.moh-today-column {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
}
.moh-today-column > .moh-today-module {
  grid-column: auto;
  min-width: 0;
  position: relative;
}
.moh-today-module-drag {
  display: none;
  position: absolute;
  top: 9px;
  left: 12px;
  z-index: 3;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--moh-line);
  background: #fff;
  color: var(--moh-muted);
  font: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: grab;
}
.moh-today-module-drag:active { cursor: grabbing; }
.moh-today-module-drag:focus-visible {
  outline: 2px solid var(--moh-blue);
  outline-offset: 2px;
}
.moh-today-grid.is-customizing .moh-today-module {
  padding-top: 48px;
  outline: 2px dashed rgba(0, 118, 170, .22);
  outline-offset: -2px;
}
.moh-today-grid.is-customizing .moh-today-module-drag { display: inline-flex; }
.moh-today-grid.is-customizing .moh-today-module.is-dragging {
  opacity: .5;
  box-shadow: 0 8px 24px rgba(11, 59, 96, .12);
}
.moh-today-module.is-preview-hidden { display: none; }
.moh-today-column-dropzone {
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(0, 118, 170, .28);
  background: rgba(95, 179, 228, .05);
  color: var(--moh-muted);
  font-size: 12px;
  font-weight: 700;
}
.moh-today-grid.is-customizing .moh-today-column-dropzone { display: flex; }

.moh-today-customizer__visibility {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  padding-top: 12px;
  border-top: 1px solid var(--moh-line);
}
.moh-today-customizer__visibility-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  padding: 8px 0;
  cursor: pointer;
}
.moh-today-customizer__visibility-item > span { min-width: 0; }
.moh-today-customizer__visibility-item strong,
.moh-today-customizer__visibility-item small { display: block; }
.moh-today-customizer__visibility-item strong {
  color: var(--moh-navy);
  font-size: 14px;
}
.moh-today-customizer__visibility-item small {
  margin-top: 2px;
  color: var(--moh-muted);
  font-size: 12px;
  line-height: 1.35;
}
.moh-today-customizer__visibility-item input[type="checkbox"] { margin-top: 2px; }

@media (max-width: 980px) {
  .moh-today-grid { grid-template-columns: 1fr; }
  .moh-today-column { grid-column: 1; }
}
@media (max-width: 700px) {
  .moh-today-customizer__visibility { grid-template-columns: 1fr; }
}


/* 0.53.3 — Today utility control */
.moh-main { position: relative; }
.moh-today-page-customize {
  position: absolute;
  top: 17px;
  right: clamp(18px, 2.5vw, 38px);
  z-index: 4;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 3px 0;
  color: rgba(55, 83, 105, .72);
  font: inherit;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;
}
.moh-today-page-customize::before {
  content: '⚙︎';
  margin-right: 5px;
  font-size: 12px;
  opacity: .7;
}
.moh-today-page-customize:hover,
.moh-today-page-customize:focus-visible {
  color: var(--moh-blue);
}
.moh-today-page-customize:focus-visible {
  outline: 2px solid rgba(0, 118, 170, .35);
  outline-offset: 3px;
}
@media (max-width: 700px) {
  .moh-today-page-customize {
    top: 8px;
    right: 14px;
  }
}

/* 0.54 — Today module library */
.moh-today-customizer__section + .moh-today-customizer__section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--moh-line);
}
.moh-today-customizer__section > h3 {
  margin: 0 0 8px;
  color: var(--moh-navy);
  font-size: 13px;
  font-weight: 750;
}
.moh-today-module-library__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}
.moh-today-module-library__group {
  min-width: 0;
}
.moh-today-module-library__group h4 {
  margin: 0;
  padding-bottom: 4px;
  color: var(--moh-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.moh-today-module-library__items {
  display: grid;
}
.moh-today-quick-link-settings > p {
  margin: -2px 0 10px;
  color: var(--moh-muted);
  font-size: 12px;
}
.moh-today-quick-link-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
}
.moh-today-quick-link-options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--moh-ink);
  font-size: 12px;
  cursor: pointer;
}

/* The analytics identities are obvious without filling the entire card with color. */
.moh-today-module.is-chamber { border-top: 5px solid var(--moh-chamber); }
.moh-today-module.is-ypn { border-top: 5px solid var(--moh-ypn); }
.moh-today-module.is-chamber .moh-eyebrow { color: var(--moh-chamber); }
.moh-today-module.is-ypn .moh-eyebrow { color: var(--moh-ypn-ink); }

.moh-today-compact-empty { margin: 10px 0 0; }
.moh-today-todo-add {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-bottom: 8px;
}
.moh-today-todo-add input[type="text"] {
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--moh-line);
  background: #fff;
  font: inherit;
  font-size: 13px;
}
.moh-today-todo-list { display: grid; }
.moh-today-todo-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px 0;
  border-top: 1px solid rgba(205,223,234,.8);
}
.moh-today-todo-row > span { min-width: 0; color: var(--moh-ink); font-size: 13px; line-height: 1.35; }
.moh-today-todo-row.is-done > span { color: var(--moh-muted); text-decoration: line-through; }
.moh-today-todo-check,
.moh-today-todo-delete {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  background: #fff;
  font: inherit;
  cursor: pointer;
}
.moh-today-todo-check { border: 1px solid var(--moh-line); color: #1f9d68; font-size: 12px; }
.moh-today-todo-row.is-done .moh-today-todo-check { border-color: #1f9d68; background: rgba(31,157,104,.08); }
.moh-today-todo-delete { border: 0; color: rgba(54,85,109,.62); font-size: 18px; }
.moh-today-todo-delete:hover { color: var(--moh-coral); }

.moh-today-brief-list,
.moh-today-ranked-list,
.moh-today-goal-list,
.moh-today-project-watch,
.moh-today-team-load { display: grid; }
.moh-today-brief-list > a,
.moh-today-ranked-list > a,
.moh-today-goal-list > a,
.moh-today-project-watch > a,
.moh-today-team-load > div {
  min-width: 0;
  border-top: 1px solid rgba(205,223,234,.82);
  color: inherit !important;
  text-decoration: none !important;
}
.moh-today-brief-list > a:first-child,
.moh-today-ranked-list > a:first-child,
.moh-today-goal-list > a:first-child,
.moh-today-project-watch > a:first-child,
.moh-today-team-load > div:first-child { border-top: 0; }
.moh-today-brief-list > a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  padding: 9px 0;
}
.moh-today-brief-list time { color: var(--moh-muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.moh-today-brief-list strong,
.moh-today-ranked-list strong,
.moh-today-goal-list strong,
.moh-today-project-watch strong,
.moh-today-team-load strong { display: block; color: var(--moh-navy); font-size: 13px; font-weight: 650; line-height: 1.3; }
.moh-today-brief-list small,
.moh-today-ranked-list small,
.moh-today-goal-list small,
.moh-today-project-watch small,
.moh-today-team-load small { display: block; margin-top: 2px; color: var(--moh-muted); font-size: 11px; line-height: 1.35; }

.moh-today-pulse-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.moh-today-pulse-metrics > div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(205,223,234,.85);
  background: rgba(237,248,253,.42);
}
.moh-today-module.is-ypn .moh-today-pulse-metrics > div { background: rgba(234,170,33,.055); }
.moh-today-pulse-metrics span,
.moh-today-pulse-metrics small { display: block; }
.moh-today-pulse-metrics span { color: var(--moh-muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.moh-today-pulse-metrics strong { display: block; margin-top: 4px; color: var(--moh-navy); font-size: 20px; font-weight: 650; }
.moh-today-pulse-metrics small { margin-top: 2px; color: var(--moh-muted); font-size: 10px; line-height: 1.3; }
.moh-today-pulse-metrics small.is-up { color: #18794e; }
.moh-today-pulse-metrics small.is-down { color: #b64242; }

.moh-today-ranked-list > a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 9px 0;
}
.moh-today-ranked-list > a > b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(0,118,170,.09);
  color: var(--moh-chamber);
  font-size: 11px;
}
.moh-today-module.is-ypn .moh-today-ranked-list > a > b { background: rgba(232,117,38,.10); color: var(--moh-ypn-ink); }

.moh-today-goal-list > a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
}
.moh-today-goal-list > a > span { min-width: 0; }
.moh-today-goal-list em {
  flex: 0 0 auto;
  color: var(--moh-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}
.moh-today-goal-list > a.is-risk em { color: var(--moh-coral); }

.moh-today-project-watch > a { display: block; padding: 9px 0; }

.moh-today-magazine {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.moh-today-magazine > div { padding: 10px; border: 1px solid var(--moh-line); background: rgba(237,248,253,.38); }
.moh-today-magazine strong { display: block; color: var(--moh-navy); font-size: 20px; font-weight: 650; }
.moh-today-magazine span { display: block; margin-top: 2px; color: var(--moh-muted); font-size: 10px; line-height: 1.25; }
.moh-today-module-note { margin: 8px 0 0; color: var(--moh-muted); font-size: 11px; }

.moh-today-team-load > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
}
.moh-today-team-load > div > span { min-width: 0; }
.moh-today-team-load em { flex: 0 0 auto; color: #18794e; font-size: 10px; font-style: normal; font-weight: 750; white-space: nowrap; }
.moh-today-team-load em.is-urgent { color: var(--moh-coral); }

.moh-today-quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.moh-today-quick-links > a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--moh-line);
  background: #fff;
  color: var(--moh-navy) !important;
  text-decoration: none !important;
}
.moh-today-quick-links > a:hover { border-color: rgba(0,118,170,.55); background: rgba(95,179,228,.06); }
.moh-today-quick-links > a span { color: var(--moh-blue); font-size: 14px; }
.moh-today-quick-links > a strong { font-size: 12px; font-weight: 650; }

@media (max-width: 900px) {
  .moh-today-module-library__groups { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .moh-today-pulse-metrics,
  .moh-today-magazine { grid-template-columns: 1fr; }
  .moh-today-brief-list > a { grid-template-columns: 64px minmax(0, 1fr); }
}
.moh-today-module-library__hint { margin: -3px 0 10px; color: var(--moh-muted); font-size: 11px; }

/* v0.54.1 — full-detail Sioux Falls Events approval review. */
.moh-sfe-approval-card { grid-template-columns: 220px minmax(0,1fr); align-items: start; }
.moh-sfe-approval-card__image { min-height: 0; height: 220px; align-self: start; }
.moh-sfe-approval-card__body { min-width: 0; }
.moh-sfe-review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 16px 0 0; background: var(--moh-line); border: 1px solid var(--moh-line); }
.moh-sfe-review-block { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 12px; padding: 12px 14px; background: #fff; font-size: 13px; line-height: 1.45; }
.moh-sfe-review-block > b { color: var(--moh-navy); font-weight: 650; }
.moh-sfe-review-block > span { min-width: 0; color: var(--moh-ink); }
.moh-sfe-review-block small { display: block; margin-top: 3px; color: var(--moh-muted); font-size: 12px; line-height: 1.4; }
.moh-sfe-review-block a { color: var(--moh-blue); }
.moh-sfe-organizer { display: block; }
.moh-sfe-organizer + .moh-sfe-organizer { margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--moh-line); }
.moh-sfe-review-description { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--moh-line); }
.moh-sfe-review-description > b { display: block; margin-bottom: 8px; color: var(--moh-navy); font-size: 13px; font-weight: 650; }
.moh-sfe-review-description__body { max-width: 1050px; color: var(--moh-ink); font-size: 14px; line-height: 1.65; }
.moh-sfe-review-description__body > :first-child { margin-top: 0; }
.moh-sfe-review-description__body > :last-child { margin-bottom: 0; }
.moh-sfe-review-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--moh-line); }
@media (max-width: 900px) {
  .moh-sfe-approval-card { grid-template-columns: 1fr; }
  .moh-sfe-approval-card__image { width: 100%; height: 240px; max-height: 240px; }
  .moh-sfe-review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .moh-sfe-review-block { grid-template-columns: 1fr; gap: 4px; }
}

/* COMMS v0.55.0 — Work becomes an editing surface, not a report. */
.moh-hidden-form { display: none !important; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.moh-work-quick-add { margin: 0 0 14px; padding: 14px; border: 1px solid #c9dbe5; border-left: 4px solid var(--moh-blue); background: #f9fcfd; }
.moh-work-quick-add.is-collapsed { display: none; }
.moh-work-quick-add__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.moh-work-quick-add__head > div { display: flex; align-items: baseline; gap: 9px; }
.moh-work-quick-add__head strong { color: var(--moh-navy); font-size: 15px; }
.moh-work-quick-add__head span { color: var(--moh-muted); font-size: 12px; }
.moh-icon-button { border: 0; background: transparent; color: #617987; font-size: 20px; cursor: pointer; }
.moh-work-quick-add__form { display: grid; grid-template-columns: minmax(280px,1.7fr) minmax(140px,.55fr) minmax(190px,.8fr); gap: 10px 12px; align-items: end; }
.moh-work-quick-add__form label > span,
.moh-work-inline-editor label > span,
.moh-work-inline-editor__owners > span,
.moh-work-quick-add__owners > span { display: block; margin-bottom: 5px; color: #526d7c; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.moh-work-quick-add__form input[type="text"],
.moh-work-quick-add__form input[type="date"],
.moh-work-quick-add__form select,
.moh-work-quick-add__form textarea,
.moh-work-inline-editor input[type="text"],
.moh-work-inline-editor input[type="date"],
.moh-work-inline-editor select,
.moh-work-inline-editor textarea { width: 100%; min-height: 40px; box-sizing: border-box; border: 1px solid #cbd9e2; border-radius: 3px; background: #fff; color: #173f59; font: inherit; font-size: 13px; }
.moh-work-quick-add__form textarea,
.moh-work-inline-editor textarea { padding: 8px 10px; resize: vertical; }
.moh-work-quick-add__owners { grid-column: 1 / -1; }
.moh-work-person-picker { display: flex; flex-wrap: wrap; gap: 6px; }
.moh-work-person-picker label { margin: 0; }
.moh-work-person-picker input { position: absolute; opacity: 0; pointer-events: none; }
.moh-work-person-picker label > span { display: inline-flex; align-items: center; min-height: 30px; margin: 0; padding: 5px 9px; border: 1px solid #cbd9e2; border-radius: 999px; background: #fff; color: #4d6574; font-size: 12px; font-weight: 600; text-transform: none; letter-spacing: 0; cursor: pointer; }
.moh-work-person-picker input:checked + span { border-color: #7eb4d1; background: #e9f5fb; color: var(--moh-navy); box-shadow: inset 0 0 0 1px rgba(0,118,170,.08); }
.moh-work-quick-add__more { grid-column: 1 / -1; padding-top: 2px; }
.moh-work-quick-add__more summary { color: #507085; font-size: 12px; font-weight: 650; cursor: pointer; }
.moh-work-quick-add__more[open] { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.moh-work-quick-add__more[open] summary { grid-column: 1 / -1; }
.moh-work-quick-add__actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 7px; }

.moh-work-controls { display: flex; align-items: center; gap: 7px; margin: 0 0 12px; padding: 8px 0; border-bottom: 1px solid #e1e9ee; }
.moh-work-controls input[type="search"], .moh-work-controls select { min-height: 36px; box-sizing: border-box; border: 1px solid #cedae2; border-radius: 3px; background: #fff; color: #294f66; font-size: 12px; }
.moh-work-search { flex: 1 1 280px; max-width: 380px; }
.moh-work-search input { width: 100%; }
.moh-work-select-mode { margin-left: auto; }

.moh-tracker-cards { gap: 4px; }
.moh-tracker-card-shell { border: 1px solid var(--moh-line); border-left: 4px solid rgba(0,118,170,.24); background: #fff; }
.moh-tracker-card-shell.is-overdue { border-left-color: var(--moh-coral); }
.moh-tracker-card-shell:target, .moh-tracker-card-shell.is-focus { box-shadow: 0 0 0 3px rgba(0,143,211,.13); }
.moh-tracker-card-shell > .moh-tracker-card { display: grid; grid-template-columns: auto auto minmax(260px,1fr) auto; gap: 10px; min-height: 54px; padding: 8px 10px; border: 0; border-left: 0; border-radius: 0; background: transparent; }
.moh-tracker-card-shell > .moh-tracker-card:hover { background: rgba(95,179,228,.045); }
.moh-work-bulk-select { display: none; align-self: center; margin: 0; }
body.moh-work-selecting .moh-work-bulk-select { display: inline-flex; }
.moh-work-bulk-select input { position: absolute; opacity: 0; }
.moh-work-bulk-select span { display: block; width: 17px; height: 17px; border: 1.5px solid #a9bac5; border-radius: 3px; background: #fff; cursor: pointer; }
.moh-work-bulk-select input:checked + span { border-color: var(--moh-blue); background: var(--moh-blue); box-shadow: inset 0 0 0 3px #fff; }
.moh-work-complete { align-self: center; width: 23px; height: 23px; padding: 0; border: 1.5px solid #a9bac5; border-radius: 50%; background: #fff; color: transparent; font-size: 13px; line-height: 20px; cursor: pointer; transition: all .12s ease; }
.moh-work-complete:hover { border-color: #37a46b; background: #eaf7ef; color: #238653; }
.moh-work-title { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.moh-work-title strong { color: var(--moh-navy); font-size: 14px !important; font-weight: 650; line-height: 1.3; }
.moh-tracker-card__main small { margin-top: 2px; font-size: 11px; }
.moh-tracker-card__meta { gap: 7px; }
.moh-work-owner-list { display: inline-flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.moh-owner-name { display: inline-flex; align-items: center; min-height: 24px; padding: 3px 7px; border-radius: 999px; background: #edf3f6; color: #335b72; font-size: 11px; font-weight: 700; white-space: nowrap; }
.moh-owner-name.is-unassigned { background: #fff2e3; color: #8a5a16; }
.moh-work-edit-button { padding: 4px 6px; border: 0; background: transparent; color: #5e7888; font-size: 11px; font-weight: 700; cursor: pointer; }
.moh-work-edit-button:hover { color: var(--moh-blue); text-decoration: underline; }
.moh-tracker-card__meta .moh-status { font-size: 11px; white-space: nowrap; }
.moh-tracker-card__meta time { font-size: 11px; }
.moh-tracker-card__meta em { font-size: 11px; }

.moh-work-inline-editor { display: grid; grid-template-columns: minmax(260px,1.6fr) minmax(145px,.55fr) minmax(145px,.55fr) minmax(190px,.8fr); gap: 10px 12px; padding: 13px 14px 14px 57px; border-top: 1px solid #e0e8ed; background: #f7fafb; }
.moh-work-inline-editor[hidden] { display: none !important; }
.moh-work-inline-editor__owners, .moh-work-inline-editor__wide, .moh-work-inline-editor__actions { grid-column: 1 / -1; }
.moh-work-inline-editor__actions { display: flex; align-items: center; gap: 8px; }
.moh-work-inline-editor__actions .moh-text-link { margin-left: auto; }

.moh-work-bulkbar { position: sticky; z-index: 55; bottom: 12px; display: flex; align-items: center; gap: 8px; margin: 12px 0; padding: 10px 12px; border: 1px solid #aec7d5; border-left: 4px solid var(--moh-blue); background: rgba(255,255,255,.98); box-shadow: 0 8px 24px rgba(20,54,73,.14); }
.moh-work-bulkbar[hidden] { display: none !important; }
.moh-work-bulkbar strong { min-width: 92px; color: var(--moh-navy); font-size: 12px; }
.moh-work-bulkbar select, .moh-work-bulkbar input { min-height: 36px; border: 1px solid #cbd9e2; background: #fff; font-size: 12px; }
.moh-work-bulkbar select[multiple] { min-width: 170px; min-height: 74px; }

.moh-tracker-group__heading { padding-bottom: 5px; }
.moh-tracker-group__heading h3 { display: flex; align-items: center; gap: 6px; }
.moh-info-dot { display: inline-grid; place-items: center; width: 16px; height: 16px; border: 1px solid #bdccd5; border-radius: 50%; color: #78909d; font-size: 10px; font-weight: 700; cursor: help; }
.moh-team-work { display: grid; gap: 7px; }
.moh-team-person { border: 1px solid #dbe4ea; background: #fff; }
.moh-team-person > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; cursor: pointer; list-style: none; }
.moh-team-person > summary::-webkit-details-marker { display: none; }
.moh-team-person > summary > div { display: flex; align-items: baseline; gap: 9px; }
.moh-team-person > summary strong { color: var(--moh-navy); font-size: 14px; }
.moh-team-person > summary span { color: var(--moh-muted); font-size: 12px; }
.moh-team-person > summary em { color: var(--moh-coral); font-style: normal; font-weight: 700; }
.moh-team-person__chevron { transition: transform .12s ease; }
.moh-team-person[open] .moh-team-person__chevron { transform: rotate(180deg); }
.moh-team-person > .moh-tracker-cards { padding: 0 7px 7px; }

@media (max-width: 1050px) {
  .moh-work-quick-add__form { grid-template-columns: 1fr 1fr; }
  .moh-work-quick-add__title, .moh-work-quick-add__owners { grid-column: 1 / -1; }
  .moh-tracker-card-shell > .moh-tracker-card { grid-template-columns: auto auto 1fr; }
  .moh-tracker-card__meta { grid-column: 3; justify-content: flex-start; flex-wrap: wrap; }
  .moh-work-owner-list { justify-content: flex-start; }
  .moh-work-inline-editor { grid-template-columns: 1fr 1fr; padding-left: 14px; }
  .moh-work-inline-editor__title { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .moh-work-controls { align-items: stretch; flex-wrap: wrap; }
  .moh-work-search { flex-basis: 100%; max-width: none; }
  .moh-work-select-mode { margin-left: 0; }
  .moh-work-quick-add__form, .moh-work-inline-editor { grid-template-columns: 1fr; }
  .moh-work-quick-add__form > *, .moh-work-inline-editor > * { grid-column: 1 !important; }
  .moh-work-quick-add__more[open] { grid-template-columns: 1fr; }
  .moh-tracker-card-shell > .moh-tracker-card { grid-template-columns: auto auto 1fr; gap: 7px; }
  .moh-tracker-card__meta { grid-column: 1 / -1; padding-left: 56px; }
  .moh-work-bulkbar { flex-wrap: wrap; }
}
.moh-form-label { display: block; margin-bottom: 6px; color: #526d7c; font-size: 12px; font-weight: 700; }
.moh-work-bulk-people { max-width: 520px; padding: 5px 0; }
.moh-work-bulk-people[hidden] { display: none !important; }
.moh-tracker-card-shell.moh-identity--ypn { border-left-color: var(--moh-ypn); }
.moh-tracker-card-shell.moh-identity--events { border-left-color: var(--moh-events); }
.moh-tracker-card-shell.moh-identity--forward { border-left-color: var(--moh-forward); }

/* COMMS 0.56.0 — Advertising workspace */
.moh-ad-head { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:14px; }
.moh-ad-tabs { margin:0; }
.moh-ad-metrics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin:0 0 14px; }
.moh-ad-metrics > div { padding:14px 15px; border:1px solid var(--moh-line); border-top:4px solid var(--moh-blue); background:#fff; }
.moh-ad-metrics span { display:block; color:var(--moh-muted); font-size:11px; font-weight:650; }
.moh-ad-metrics strong { display:block; margin-top:4px; color:var(--moh-navy); font-size:25px; font-weight:650; }
.moh-ad-metrics small { display:block; margin-top:2px; color:var(--moh-muted); font-size:11px; }
.moh-ad-campaign-list { display:grid; }
.moh-ad-campaign-list > a { display:grid; grid-template-columns:minmax(220px,1.25fr) minmax(180px,1fr) minmax(190px,.9fr) auto; gap:16px; align-items:center; padding:11px 2px; border-bottom:1px solid #e3ebef; color:inherit; text-decoration:none; }
.moh-ad-campaign-list > a:hover { background:rgba(95,179,228,.045); }
.moh-ad-campaign-list > a > span:first-child strong,.moh-ad-table td:first-child strong { display:block; color:var(--moh-navy); font-size:13px; }
.moh-ad-campaign-list small,.moh-ad-table small { display:block; margin-top:2px; color:var(--moh-muted); font-size:10px; }
.moh-ad-campaign-list b { color:var(--moh-navy); font-size:13px; }
.moh-ad-note { display:flex; gap:10px; align-items:baseline; margin-top:12px; padding:10px 12px; border-left:4px solid #8ab7cc; background:#f4f8fa; color:#496979; font-size:11px; }
.moh-ad-note strong { color:var(--moh-navy); white-space:nowrap; }
.moh-ad-filter select,.moh-ad-month-picker input { min-height:36px; border:1px solid #cbd9e2; background:#fff; color:#294f66; }
.moh-ad-table-wrap { overflow:auto; }
.moh-ad-table td { vertical-align:top; }
.moh-ad-editor { margin-bottom:14px; }
.moh-ad-form,.moh-ad-placement-form { display:grid; grid-template-columns:repeat(4,minmax(150px,1fr)); gap:11px 12px; }
.moh-ad-form label,.moh-ad-placement-form label { display:block; color:#526d7c; font-size:11px; font-weight:700; }
.moh-ad-form input,.moh-ad-form select,.moh-ad-form textarea,.moh-ad-placement-form input,.moh-ad-placement-form select,.moh-ad-placement-form textarea { width:100%; min-height:39px; box-sizing:border-box; margin-top:5px; border:1px solid #cbd9e2; border-radius:3px; background:#fff; color:#173f59; font:inherit; font-size:12px; }
.moh-ad-form textarea,.moh-ad-placement-form textarea { padding:8px 10px; resize:vertical; }
.moh-ad-form .moh-span-2,.moh-ad-placement-form .moh-span-2 { grid-column:span 2; }
.moh-ad-owners { grid-column:1 / -1; margin:0; padding:0; border:0; }
.moh-ad-owners legend { margin-bottom:5px; color:#526d7c; font-size:11px; font-weight:700; }
.moh-ad-form-actions { grid-column:1 / -1; display:flex; align-items:center; gap:10px; }
.moh-ad-back { margin-bottom:10px; }
.moh-ad-campaign-title { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin:0 0 12px; }
.moh-ad-campaign-title h2 { margin:2px 0; color:var(--moh-navy); font-size:25px; }
.moh-ad-campaign-title p { margin:0; color:var(--moh-muted); }
.moh-ad-campaign-title > div:last-child { text-align:right; }
.moh-ad-campaign-title > div:last-child strong { display:block; color:var(--moh-navy); font-size:22px; }
.moh-ad-campaign-title > div:last-child span { color:var(--moh-muted); font-size:11px; }
.moh-ad-placement-list { display:grid; gap:6px; }
.moh-ad-placement { border:1px solid #dbe5ea; background:#fff; }
.moh-ad-placement > summary { display:grid; grid-template-columns:minmax(220px,1.2fr) minmax(160px,.9fr) minmax(190px,.9fr) auto; gap:14px; align-items:center; padding:10px 12px; cursor:pointer; list-style:none; }
.moh-ad-placement > summary::-webkit-details-marker { display:none; }
.moh-ad-placement > summary > span:first-child b { display:inline-block; margin-right:7px; color:var(--moh-blue); font-size:10px; text-transform:uppercase; letter-spacing:.04em; }
.moh-ad-placement > summary > span:first-child strong { color:var(--moh-navy); font-size:12px; }
.moh-ad-placement > summary > span { color:#526d7c; font-size:11px; }
.moh-ad-placement > summary em { color:var(--moh-muted); font-size:10px; font-style:normal; font-weight:700; }
.moh-ad-placement-form { padding:13px; border-top:1px solid #e1e9ed; background:#f7fafb; }
.moh-ad-add-placement { margin-top:10px; }
.moh-ad-add-placement > summary { display:inline-block; color:var(--moh-blue); font-size:12px; font-weight:700; cursor:pointer; }
.moh-ad-add-placement[open] > summary { margin-bottom:8px; }
.moh-ad-archive-form { margin:14px 0 0; text-align:right; }
.moh-ad-stats-head,.moh-ad-stats-row { display:grid; grid-template-columns:minmax(190px,1.2fr) minmax(120px,.65fr) minmax(180px,1fr) 110px 90px minmax(160px,.8fr); gap:10px; align-items:center; }
.moh-ad-stats-head { padding:7px 10px; color:#607c8b; font-size:10px; font-weight:750; text-transform:uppercase; letter-spacing:.04em; border-bottom:1px solid #dbe5ea; }
.moh-ad-stats-row { min-height:48px; padding:7px 10px; border-bottom:1px solid #e5ecef; }
.moh-ad-stats-row strong { display:block; color:var(--moh-navy); font-size:12px; }
.moh-ad-stats-row small { display:block; margin-top:2px; color:var(--moh-muted); font-size:10px; }
.moh-ad-stats-row > span { color:#4e6d7d; font-size:11px; }
.moh-ad-stats-row input { width:100%; min-height:35px; box-sizing:border-box; border:1px solid #cbd9e2; border-radius:3px; background:#fff; font-size:12px; }
.moh-ad-stats-save { display:flex; justify-content:flex-end; padding-top:12px; }
@media (max-width:1100px) {
  .moh-ad-metrics { grid-template-columns:1fr 1fr; }
  .moh-ad-form,.moh-ad-placement-form { grid-template-columns:1fr 1fr; }
  .moh-ad-campaign-list > a { grid-template-columns:1.3fr 1fr auto; }
  .moh-ad-campaign-list > a > span:nth-child(3) { display:none; }
  .moh-ad-stats-head,.moh-ad-stats-row { grid-template-columns:minmax(180px,1.2fr) minmax(120px,.7fr) 110px 90px minmax(150px,.8fr); }
  .moh-ad-stats-head > span:nth-child(3),.moh-ad-stats-row > span:nth-child(3) { display:none; }
}
@media (max-width:760px) {
  .moh-ad-head { align-items:stretch; flex-direction:column; }
  .moh-ad-metrics { grid-template-columns:1fr; }
  .moh-ad-form,.moh-ad-placement-form { grid-template-columns:1fr; }
  .moh-ad-form .moh-span-2,.moh-ad-placement-form .moh-span-2 { grid-column:1; }
  .moh-ad-campaign-list > a { grid-template-columns:1fr auto; }
  .moh-ad-campaign-list > a > span:nth-child(2),.moh-ad-campaign-list > a > span:nth-child(3) { display:none; }
  .moh-ad-placement > summary { grid-template-columns:1fr auto; }
  .moh-ad-placement > summary > span:nth-child(2),.moh-ad-placement > summary > span:nth-child(3) { display:none; }
  .moh-ad-stats-head { display:none; }
  .moh-ad-stats-row { grid-template-columns:1fr 1fr; padding:10px 0; }
  .moh-ad-stats-row > span:first-child { grid-column:1 / -1; }
  .moh-ad-stats-row > span:nth-child(2),.moh-ad-stats-row > span:nth-child(3) { display:none; }
}

/* v0.57 Advertising migration / import review */
.moh-ad-import-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}
.moh-ad-import-card{margin:0}
.moh-ad-import-form{display:flex;align-items:end;gap:10px;padding:0 14px 14px}
.moh-ad-import-form label{display:grid;gap:5px;min-width:180px;color:#526d7c;font-size:11px;font-weight:700}
.moh-ad-import-form input[type="file"],.moh-ad-import-form input[type="number"]{min-height:38px;box-sizing:border-box;border:1px solid #cbd9e2;background:#fff;color:#173f59;font:inherit;font-size:12px}
.moh-ad-import-preview{margin-top:14px}
.moh-ad-import-head--web,.moh-ad-import-row--web{display:grid;grid-template-columns:34px minmax(150px,1.1fr) minmax(150px,.95fr) 125px 125px minmax(160px,.9fr) minmax(180px,1.15fr);gap:8px;align-items:center}
.moh-ad-import-head{padding:7px 10px;border-bottom:1px solid #dbe5ea;color:#607c8b;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}
.moh-ad-import-row{padding:8px 10px;border-bottom:1px solid #e6edf0}
.moh-ad-import-row input,.moh-ad-import-row select{width:100%;min-height:34px;box-sizing:border-box;border:1px solid #cbd9e2;border-radius:3px;background:#fff;color:#173f59;font-size:11px}
.moh-ad-import-row>span{display:grid;gap:5px}
.moh-ad-import-review strong{color:#a05d00;font-size:10px;line-height:1.35}.moh-ad-import-review em{color:#4f7b62;font-size:10px;font-style:normal;font-weight:700}
.moh-ad-import-save{display:flex;justify-content:flex-end;padding:12px 10px 4px}
.moh-ad-quick-preview{display:grid}
.moh-ad-quick-row{display:grid;grid-template-columns:26px 150px minmax(220px,1fr) minmax(240px,1.2fr);gap:10px;align-items:center;padding:9px 10px;border-bottom:1px solid #e6edf0;cursor:pointer}
.moh-ad-quick-row>span strong{display:block;color:var(--moh-navy);font-size:12px}.moh-ad-quick-row>span small{display:block;margin-top:2px;color:var(--moh-muted);font-size:10px}.moh-ad-quick-row>span{color:#526d7c;font-size:11px}
.moh-ad-placed-check{display:flex!important;align-items:center;gap:7px;padding-top:21px}.moh-ad-placed-check input{width:auto!important;min-height:auto!important;margin:0!important}
@media(max-width:980px){.moh-ad-import-grid{grid-template-columns:1fr}.moh-ad-import-head{display:none}.moh-ad-import-row--web{grid-template-columns:28px 1fr 1fr}.moh-ad-import-row--web>input:nth-of-type(2),.moh-ad-import-row--web>input:nth-of-type(3){grid-column:auto}.moh-ad-import-row--web>span:last-child{grid-column:2/-1}.moh-ad-quick-row{grid-template-columns:26px 130px 1fr}.moh-ad-quick-row>span:last-child{grid-column:2/-1}}
@media(max-width:640px){.moh-ad-import-form{align-items:stretch;flex-direction:column}.moh-ad-import-row--web{grid-template-columns:28px 1fr}.moh-ad-import-row--web>*:not(:first-child){grid-column:2}.moh-ad-quick-row{grid-template-columns:24px 1fr}.moh-ad-quick-row>span{grid-column:2!important}}

/* COMMS 0.57.1 — Advertising cleanup: literal Ads workspace + strong product identity. */
.moh-ad-head-actions{display:flex;align-items:center;gap:12px}.moh-ad-tools-link{font-size:11px;color:#6b8290!important}
.moh-ad-product{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:3px 8px;border:1px solid currentColor;border-radius:3px;font-size:10px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap;background:#fff}
.moh-ad-product .dashicons{width:15px;height:15px;font-size:15px;line-height:15px}
.moh-ad-product--chamber_web{color:#086d9d;background:#edf8fd;border-color:#9bcfe7}
.moh-ad-product--quickly{color:#8b2d84;background:#fbf0fa;border-color:#d9a8d5}
.moh-ad-product--magazine{color:#8a6512;background:#fff8e6;border-color:#dbc57e}
.moh-ad-product--ypn_web,.moh-ad-product--ypn_email{color:#a64017;background:#fff1e9;border-color:#e7b094}
.moh-ad-product-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:0 0 12px;border-bottom:1px solid #e3ebef;margin-bottom:2px}.moh-ad-product-filters>a{display:inline-flex;align-items:center;min-height:30px;padding:2px 7px;border:1px solid transparent;border-radius:3px;color:#5b7483;text-decoration:none;font-size:11px;font-weight:700}.moh-ad-product-filters>a:first-child{padding:5px 10px;background:#f4f7f8;border-color:#dce5e9}.moh-ad-product-filters>a:hover,.moh-ad-product-filters>a.is-active{border-color:#8fb6c8;background:#eef5f8;color:var(--moh-navy)}.moh-ad-product-filters>a.is-active .moh-ad-product{box-shadow:0 0 0 1px currentColor inset}
.moh-ad-ads-table .moh-ad-row{border-left:5px solid transparent}.moh-ad-row--chamber_web{border-left-color:#1591c5!important}.moh-ad-row--quickly{border-left-color:#b84baa!important}.moh-ad-row--magazine{border-left-color:#c89a28!important}.moh-ad-row--ypn_web,.moh-ad-row--ypn_email{border-left-color:#e05929!important}.moh-ad-ads-table td{padding-top:11px;padding-bottom:11px;vertical-align:middle}.moh-ad-ads-table td:first-child{padding-left:12px}.moh-ad-ads-table td:nth-child(3),.moh-ad-ads-table td:nth-child(4){font-size:11px;color:#4e6c7c}
.moh-ad-overview-list{display:grid}.moh-ad-overview-row{display:grid;grid-template-columns:minmax(220px,1.25fr) 150px minmax(190px,.9fr) auto;gap:16px;align-items:center;padding:10px 10px 10px 12px;border-bottom:1px solid #e3ebef;border-left:5px solid transparent;color:inherit;text-decoration:none}.moh-ad-overview-row:hover{background:#f8fbfc}.moh-ad-overview-row strong{display:block;color:var(--moh-navy);font-size:13px}.moh-ad-overview-row small{display:block;margin-top:2px;color:var(--moh-muted);font-size:10px}.moh-ad-overview-row>span:nth-child(3){color:#526d7c;font-size:11px}.moh-ad-overview-row>b{color:var(--moh-navy);font-size:12px}
.moh-ad-editor--simple{border-top:4px solid var(--moh-blue)}.moh-ad-simple-form{grid-template-columns:repeat(4,minmax(150px,1fr));align-items:start}.moh-ad-simple-form .moh-ad-field-primary{font-size:12px;color:#315d74}.moh-ad-simple-form .moh-ad-field-primary input,.moh-ad-simple-form .moh-ad-field-primary select{min-height:43px;font-size:13px}.moh-ad-paid-fields{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:11px 12px;padding:10px 12px;border-left:3px solid #b4c5ce;background:#f7fafb}.moh-ad-paid-fields[hidden]{display:none!important}.moh-ad-more{grid-column:1/-1;border-top:1px solid #e1e9ed;padding-top:7px}.moh-ad-more>summary{cursor:pointer;color:#587887;font-size:11px;font-weight:750}.moh-ad-more-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:11px 12px;margin-top:10px}.moh-span-full{grid-column:1/-1}.moh-ad-shared-note{padding:9px 11px;border-left:3px solid #d6a53b;background:#fff8e7;color:#765d28;font-size:11px;line-height:1.45}
.moh-ad-ad-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 12px;padding:0 0 0 12px;border-left:5px solid transparent}.moh-ad-ad-title h2{margin:6px 0 2px;color:var(--moh-navy);font-size:25px}.moh-ad-ad-title p{margin:0;color:var(--moh-muted);font-size:12px}.moh-ad-ad-title>div:last-child{text-align:right}.moh-ad-ad-title>div:last-child strong{display:block;color:var(--moh-navy);font-size:22px}.moh-ad-ad-title>div:last-child span{display:block;margin-top:2px;color:var(--moh-muted);font-size:11px}.moh-ad-performance-strip{display:flex;gap:22px;align-items:center;margin:0 0 12px;padding:9px 12px;border:1px solid #dce6ea;background:#f8fbfc;color:#587382;font-size:11px}.moh-ad-performance-strip strong{color:var(--moh-navy);font-size:14px}
.moh-ad-advertiser-list{display:grid}.moh-ad-advertiser-list>a{display:grid;grid-template-columns:minmax(220px,1.4fr) 100px 140px 90px;gap:14px;align-items:center;padding:11px 2px;border-bottom:1px solid #e3ebef;color:#516f7e;text-decoration:none;font-size:11px}.moh-ad-advertiser-list>a:hover{background:#f8fbfc}.moh-ad-advertiser-list strong{display:block;color:var(--moh-navy);font-size:13px}.moh-ad-advertiser-list small{display:block;margin-top:2px;color:var(--moh-muted);font-size:10px}.moh-ad-advertiser-list>a>span:last-child{color:var(--moh-blue);font-weight:750}
.moh-ad-reset-panel{border-left:5px solid #b44d4d}.moh-ad-reset-summary{padding:0 14px 10px;color:#536f7f;font-size:12px}.moh-ad-reset-form{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px 14px;border-top:1px solid #eedddd;background:#fffafa}.moh-ad-reset-form label{display:flex;align-items:flex-start;gap:8px;max-width:760px;color:#6e4a4a;font-size:11px;line-height:1.5}.moh-ad-reset-form input{margin-top:2px}.moh-ad-import-tools{margin-top:14px;border:1px solid #dbe5ea;background:#fff}.moh-ad-import-tools>summary{padding:12px 14px;cursor:pointer;color:#587887;font-size:11px;font-weight:750}.moh-ad-import-tools__body{padding:0 14px 14px}.moh-ad-import-tools__body>.moh-ad-note{margin-left:0;margin-right:0}
@media(max-width:980px){.moh-ad-simple-form{grid-template-columns:1fr 1fr}.moh-ad-paid-fields,.moh-ad-more-grid{grid-template-columns:1fr 1fr}.moh-ad-overview-row{grid-template-columns:1.2fr 150px 1fr}.moh-ad-overview-row>b{display:none}.moh-ad-advertiser-list>a{grid-template-columns:1.5fr 90px 130px}.moh-ad-advertiser-list>a>span:last-child{display:none}}
@media(max-width:640px){.moh-ad-head-actions{justify-content:space-between}.moh-ad-simple-form{grid-template-columns:1fr}.moh-ad-paid-fields,.moh-ad-more-grid{grid-template-columns:1fr}.moh-ad-overview-row{grid-template-columns:1fr auto}.moh-ad-overview-row>span:nth-child(3){grid-column:1/-1}.moh-ad-advertiser-list>a{grid-template-columns:1fr auto}.moh-ad-advertiser-list>a>span:nth-child(3){display:none}.moh-ad-reset-form{align-items:stretch;flex-direction:column}.moh-ad-ad-title{align-items:flex-start;flex-direction:column}.moh-ad-ad-title>div:last-child{text-align:left}.moh-ad-performance-strip{align-items:flex-start;flex-direction:column;gap:4px}}
.moh-ad-field-note{display:block;margin-top:4px;color:#7a8d98;font-size:10px;font-weight:500;line-height:1.35}


/* 0.57.2 — Project updates + selective work activity */
.moh-work-notes-panel {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid var(--moh-line);
  background: #fbfdfe;
}
.moh-work-notes-panel > p { margin: 8px 0 0; font-size: 13px; line-height: 1.6; color: var(--moh-navy); }
.moh-project-updates-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, .8fr);
  gap: 28px;
  align-items: start;
}
.moh-project-updates-main,
.moh-project-activity-panel { min-width: 0; }
.moh-project-update-form {
  margin: 18px 0 24px;
  padding: 20px;
  border: 1px solid var(--moh-line);
  background: #f8fbfd;
}
.moh-project-update-form__top {
  display: grid;
  grid-template-columns: minmax(145px, .35fr) minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}
.moh-project-update-form label,
.moh-project-update-reply-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; color: var(--moh-navy); }
.moh-project-update-form input,
.moh-project-update-form select,
.moh-project-update-form textarea,
.moh-project-update-reply-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bdd3df;
  border-radius: 3px;
  background: #fff;
  color: var(--moh-navy);
  font: inherit;
  font-size: 13px;
  padding: 10px 11px;
}
.moh-project-update-form textarea { margin-top: 7px; resize: vertical; }
.moh-project-update-form > div:last-child { margin-top: 14px; }
.moh-optional { color: var(--moh-muted); font-weight: 500; }
.moh-project-update-feed { display: grid; gap: 14px; }
.moh-project-update-card {
  border: 1px solid var(--moh-line);
  border-left: 4px solid #8fb7ca;
  padding: 17px 18px;
  background: #fff;
}
.moh-project-update-card.is-decision { border-left-color: #d7a531; }
.moh-project-update-card.is-question { border-left-color: #8b74b8; }
.moh-project-update-card.is-note { border-left-color: #7296a7; }
.moh-project-update-card__meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; color: var(--moh-muted); font-size: 12px; }
.moh-project-update-type {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border: 1px solid #bad0db;
  background: #f3f8fa;
  color: var(--moh-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.moh-project-update-card.is-decision .moh-project-update-type { color: #76570c; background: #fff8e5; border-color: #ead59d; }
.moh-project-update-card.is-question .moh-project-update-type { color: #5d478d; background: #f7f3fc; border-color: #d7cbed; }
.moh-project-update-card h4 { margin: 11px 0 5px; color: var(--moh-navy); font-size: 15px; }
.moh-project-update-card > p { margin: 8px 0 0; color: var(--moh-navy); font-size: 13px; line-height: 1.6; }
.moh-project-update-replies { margin-top: 14px; padding-left: 16px; border-left: 2px solid var(--moh-line); display: grid; gap: 11px; }
.moh-project-update-reply strong,
.moh-project-update-reply small { display: inline-block; }
.moh-project-update-reply strong { margin-right: 8px; font-size: 12px; color: var(--moh-navy); }
.moh-project-update-reply small { color: var(--moh-muted); font-size: 11px; }
.moh-project-update-reply p { margin: 4px 0 0; font-size: 12px; line-height: 1.55; }
.moh-project-update-reply-form { margin-top: 12px; }
.moh-project-update-reply-form summary { cursor: pointer; color: var(--moh-blue); font-size: 12px; font-weight: 700; }
.moh-project-update-reply-form form { display: grid; gap: 8px; margin-top: 8px; }
.moh-project-update-reply-form .moh-button { justify-self: start; }
.moh-project-activity-panel {
  padding: 18px 20px;
  border: 1px solid var(--moh-line);
  background: #fbfdfe;
}
.moh-project-activity-list .moh-activity-item { padding: 12px 0; }
.moh-project-activity-list .moh-activity-item strong { font-size: 12px; line-height: 1.35; }
.moh-project-activity-list .moh-activity-item small { font-size: 11px; line-height: 1.45; }
@media (max-width: 980px) {
  .moh-project-updates-layout { grid-template-columns: 1fr; }
  .moh-project-update-form__top { grid-template-columns: 1fr; }
}

/* 0.57.3 — Projects become portfolio + project dashboards. */
.moh-project-portfolio--cards{margin-top:20px}
.moh-project-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.moh-project-card{min-width:0;border:1px solid #cbdce5;border-left:5px solid #1491c5;background:#fff;padding:19px 20px 16px;box-shadow:0 1px 0 rgba(9,56,83,.03)}
.moh-project-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.moh-project-card__identity{min-width:0}.moh-project-card__identity .moh-eyebrow{font-size:10px;letter-spacing:.08em}.moh-project-card__identity h2{margin:5px 0 0;font-size:20px;line-height:1.25;font-weight:650}.moh-project-card__identity h2 a{color:var(--moh-navy);text-decoration:none}.moh-project-card__identity h2 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;color:var(--moh-blue)}
.moh-project-card__dates{margin-top:8px;color:#5b7483;font-size:12px;line-height:1.4}
.moh-project-card__snapshot{display:grid;grid-template-columns:1.25fr .8fr .65fr;gap:0;margin-top:17px;border-top:1px solid #e0e9ed;border-bottom:1px solid #e0e9ed}
.moh-project-card__snapshot>div{min-width:0;padding:12px 12px 12px 0}.moh-project-card__snapshot>div+div{padding-left:13px;border-left:1px solid #e0e9ed}.moh-project-card__snapshot span,.moh-project-card__latest>span{display:block;color:#6e8390;font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.moh-project-card__snapshot strong{display:block;margin-top:4px;color:var(--moh-navy);font-size:13px;line-height:1.35}.moh-project-card__snapshot small{display:block;margin-top:3px;color:#657f8e;font-size:11px;line-height:1.4}
.moh-project-card__attention{margin-top:11px;padding:7px 10px;border-left:3px solid #c96a56;background:#fff4f1;color:#8f4334;font-size:11px}
.moh-project-card__latest{margin-top:14px;padding:11px 12px;background:#f7fafb;border-left:3px solid #a9c8d6}.moh-project-card__latest strong{display:block;margin-top:4px;color:var(--moh-navy);font-size:12px}.moh-project-card__latest p{margin:4px 0 0;color:#4f6d7c;font-size:11px;line-height:1.45}.moh-project-card__latest small{display:block;margin-top:5px;color:#7b8f99;font-size:10px}
.moh-project-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.moh-project-card__open{font-size:12px;font-weight:800}.moh-project-card__footer .moh-duplicate-cycle>summary{font-size:11px;color:#748a96}
.moh-project-heading-meta{display:flex;align-items:center;gap:10px;margin-top:8px;color:#5c7786;font-size:12px}.moh-project-heading-meta .moh-status{font-size:11px}
.moh-project-dashboard-snapshot{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:18px}.moh-project-dashboard-card{display:block;min-width:0;padding:15px 16px;border:1px solid #cfdee5;border-top:4px solid #2c94bd;background:#fff;color:inherit;text-decoration:none}.moh-project-dashboard-card:hover{background:#f8fbfc;border-color:#aacbd9}.moh-project-dashboard-card>span{display:block;color:#6b8290;font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.moh-project-dashboard-card>strong{display:block;margin-top:6px;color:var(--moh-navy);font-size:16px;line-height:1.3}.moh-project-dashboard-card>small{display:block;margin-top:5px;color:#607d8c;font-size:11px;line-height:1.4}
.moh-project-dashboard-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);gap:18px;margin-bottom:24px}.moh-project-dashboard-panel{min-width:0;padding:17px 18px;border:1px solid #d2e0e6;background:#fff}.moh-project-dashboard-panel.has-attention{border-left:4px solid #c96a56}.moh-project-dashboard-panel .moh-cycle-section-heading{margin-bottom:10px}.moh-project-coming-list{display:grid}.moh-project-coming-list>a{display:grid;grid-template-columns:105px minmax(0,1fr);gap:14px;padding:10px 0;border-top:1px solid #e4ecef;color:inherit;text-decoration:none}.moh-project-coming-list>a:first-child{border-top:0}.moh-project-coming-list>a:hover strong{color:var(--moh-blue);text-decoration:underline}.moh-project-coming-list time{color:#3f667a;font-size:11px;font-weight:750}.moh-project-coming-list span{min-width:0}.moh-project-coming-list small{display:block;color:#7b8f99;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.moh-project-coming-list strong{display:block;margin-top:2px;color:var(--moh-navy);font-size:12px;line-height:1.4}
.moh-project-attention-list{display:grid;gap:8px}.moh-project-attention-list>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;background:#fff7f4;border-left:3px solid #d88470;color:inherit;text-decoration:none}.moh-project-attention-list strong{color:#7c4034;font-size:12px}.moh-project-attention-list span{color:#9a5c4d;font-size:10px;font-weight:750}.moh-project-all-clear{margin:12px 0 2px;padding:11px 12px;background:#f2f8f5;border-left:3px solid #6d9b81;color:#4d725e;font-size:12px;font-weight:650}
.moh-project-dashboard-conversation{margin-top:4px;padding-top:22px;border-top:2px solid #dce8ed}.moh-project-dashboard-section-head{margin-bottom:17px}.moh-project-dashboard-section-head h3{margin:4px 0 5px;color:var(--moh-navy);font-size:20px;font-weight:650}.moh-project-dashboard-section-head p{margin:0;color:#5d7887;font-size:12px;line-height:1.5}.moh-project-dashboard-conversation .moh-project-tab-toolbar{display:none}.moh-project-dashboard-conversation .moh-project-updates-layout{gap:20px}.moh-project-dashboard-conversation .moh-project-update-form{margin-top:0}.moh-project-dashboard-conversation .moh-project-activity-panel{background:#f8fbfc}
@media(max-width:1120px){.moh-project-card-grid{grid-template-columns:1fr}.moh-project-dashboard-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.moh-project-dashboard-row{grid-template-columns:1fr}.moh-project-card__snapshot{grid-template-columns:1fr}.moh-project-card__snapshot>div+div{padding-left:0;border-left:0;border-top:1px solid #e0e9ed}.moh-project-card__snapshot>div{padding:10px 0}.moh-project-dashboard-snapshot{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.moh-project-dashboard-snapshot{grid-template-columns:1fr}.moh-project-card{padding:16px 14px}.moh-project-card__header{flex-direction:column}.moh-project-coming-list>a{grid-template-columns:1fr;gap:3px}.moh-project-attention-list>a{align-items:flex-start;flex-direction:column;gap:3px}}

/* 0.57.4 — Project dashboard interface cleanup. */
.moh-project-editor--workspace{margin-top:0}
.moh-project-editor-topbar--entered{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-bottom:1px solid #dce7ec;background:#fbfdfe}
.moh-project-back{color:var(--moh-blue);font-size:13px;font-weight:800;text-decoration:none}.moh-project-back:hover{text-decoration:underline;text-underline-offset:3px}
.moh-project-editor-topbar--entered .moh-project-settings-disclosure{margin-left:auto}
.moh-project-workspace__heading{padding-top:24px;padding-bottom:18px}.moh-project-date-pill{padding:8px 11px;font-size:11px;background:#f7fafb}
.moh-project-dashboard-snapshot{gap:10px;margin-bottom:14px}.moh-project-dashboard-card{padding:12px 14px;border-top-width:3px}.moh-project-dashboard-card>strong{margin-top:4px;font-size:14px}.moh-project-dashboard-card>small{margin-top:3px}.moh-project-dashboard-card.is-empty{border-top-color:#a9bdc7;background:#fbfcfd}.moh-project-dashboard-card.is-empty>strong{color:#69818e;font-weight:600}
.moh-project-dashboard-row{gap:14px;margin-bottom:0}.moh-project-dashboard-row.is-clear{grid-template-columns:1fr}.moh-project-dashboard-panel{padding:14px 16px}.moh-project-dashboard-panel .moh-cycle-section-heading{margin-bottom:5px}.moh-project-coming-list>a{grid-template-columns:92px minmax(0,1fr);gap:10px;padding:7px 0}.moh-project-coming-list time{font-size:10px}.moh-project-coming-list strong{font-size:12px}.moh-project-all-clear--strip{display:flex;align-items:center;gap:7px;margin:10px 0 20px;padding:8px 11px;font-size:11px}.moh-project-all-clear--strip span{font-weight:900}
.moh-project-dashboard-conversation{margin-top:0;padding-top:20px}.moh-project-dashboard-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:11px}.moh-project-dashboard-section-head h3{font-size:19px}
.moh-project-story{border:1px solid #d5e2e8;background:#fff}.moh-project-story-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-bottom:1px solid #e1eaee;background:#fbfdfe}.moh-project-story-toolbar h4{margin:0;color:var(--moh-navy);font-size:14px}.moh-project-story-toolbar p{margin:2px 0 0;color:#69808d;font-size:11px}.moh-project-update-composer{position:relative}.moh-project-update-composer>summary{list-style:none;cursor:pointer;padding:7px 11px;border:1px solid #9ec6d8;background:#fff;color:var(--moh-blue);font-size:12px;font-weight:800}.moh-project-update-composer>summary::-webkit-details-marker{display:none}.moh-project-update-composer[open]>summary{background:#edf7fb}.moh-project-update-composer .moh-project-update-form{position:absolute;right:0;z-index:20;width:min(620px,82vw);margin-top:8px;padding:15px;border:1px solid #afcbd7;background:#fff;box-shadow:0 10px 28px rgba(15,55,77,.16)}
.moh-project-story-feed{padding:3px 14px 8px}.moh-project-story-empty{margin:0;padding:20px 14px;color:#6c828e;font-size:12px}.moh-project-story-feed>.moh-project-update-card{margin:11px 0;border-width:1px;border-left-width:4px;box-shadow:none}.moh-project-story-activity{display:flex;gap:10px;align-items:flex-start;padding:8px 2px;border-top:1px solid #edf2f4}.moh-project-story-activity:first-child{border-top:0}.moh-project-story-activity .moh-activity-dot{flex:0 0 auto;margin-top:4px}.moh-project-story-activity strong{display:block;color:#34596c;font-size:11px;font-weight:650;line-height:1.45}.moh-project-story-activity small{display:block;margin-top:2px;color:#7b8d96;font-size:10px;line-height:1.4}
@media(max-width:760px){.moh-project-editor-topbar--entered{padding:12px 16px}.moh-project-story-toolbar{align-items:flex-start;flex-direction:column}.moh-project-update-composer{width:100%}.moh-project-update-composer>summary{display:inline-flex}.moh-project-update-composer .moh-project-update-form{position:static;width:auto;margin-top:8px;box-shadow:none}.moh-project-dashboard-section-head{align-items:flex-start;flex-direction:column}.moh-project-coming-list>a{grid-template-columns:1fr;gap:2px}}


/* 0.57.6 — Project workspace readability hotfix. */
.moh-project-editor--workspace{
  padding:0;
  overflow:hidden;
}
.moh-project-editor--workspace .moh-project-workspace{
  margin:0;
}
.moh-project-editor-topbar--entered{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  min-height:50px;
  padding:0 28px;
  border-bottom:1px solid #dce7ec;
  background:#f9fcfd;
}
.moh-project-editor-topbar--entered .moh-project-back{
  flex:0 0 auto;
  color:var(--moh-blue);
  font-size:15px;
  font-weight:800;
  line-height:1.2;
}
.moh-project-editor-topbar--entered .moh-project-settings-disclosure{
  flex:0 0 auto;
  margin-left:auto;
  min-width:0;
}
.moh-project-editor-topbar--entered .moh-project-settings-disclosure>summary{
  padding:0;
  color:var(--moh-navy);
  font-size:15px;
  font-weight:750;
  line-height:1.2;
}
.moh-project-editor-topbar--entered .moh-project-settings-disclosure[open]{
  flex:1 1 100%;
  width:100%;
  padding:0 0 18px;
}
.moh-project-editor-topbar--entered .moh-project-settings-disclosure[open]>summary{
  margin:0 0 14px auto;
}
.moh-project-workspace__heading{
  align-items:center;
  gap:34px;
  padding:26px 28px 24px 24px;
  border-left:5px solid var(--moh-blue);
}
.moh-project-workspace__heading .moh-eyebrow{
  font-size:12px;
  letter-spacing:.085em;
}
.moh-project-workspace__heading h3{
  margin-top:5px;
  font-size:36px;
  line-height:1.1;
  font-weight:540;
}
.moh-project-heading-meta{
  gap:14px;
  margin-top:12px;
  color:#5d7887;
  font-size:15px;
  line-height:1.35;
}
.moh-project-heading-meta .moh-status{
  font-size:13px;
}
.moh-project-due{
  flex:0 0 auto;
  min-width:250px;
  padding:8px 0 8px 24px;
  border-left:3px solid #2c94bd;
  text-align:left;
}
.moh-project-due>span{
  display:block;
  color:#607987;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.moh-project-due>strong{
  display:block;
  margin-top:5px;
  color:var(--moh-navy);
  font-size:30px;
  line-height:1.12;
  font-weight:650;
  white-space:nowrap;
}
.moh-project-due>small{
  display:block;
  margin-top:6px;
  color:#607d8c;
  font-size:14px;
  line-height:1.35;
}
.moh-project-tabs{
  gap:38px;
  padding:0 28px;
}
.moh-project-tabs a{
  padding:14px 0 12px;
  font-size:16px;
  line-height:1.2;
}
.moh-project-tab-panel{
  padding:24px 28px 30px;
  font-size:15px;
}
.moh-project-dashboard-snapshot{
  gap:14px;
  margin-bottom:20px;
}
.moh-project-dashboard-card{
  padding:17px 18px;
}
.moh-project-dashboard-card>span{
  font-size:12px;
}
.moh-project-dashboard-card>strong{
  margin-top:6px;
  font-size:20px;
  line-height:1.3;
}
.moh-project-dashboard-card>small{
  margin-top:5px;
  font-size:14px;
  line-height:1.4;
}
.moh-project-dashboard-panel{
  padding:18px 20px;
}
.moh-project-dashboard-panel .moh-cycle-section-heading{
  margin-bottom:10px;
}
.moh-project-dashboard-panel .moh-cycle-section-heading h3{
  margin-bottom:4px;
  font-size:22px;
  line-height:1.25;
}
.moh-project-dashboard-panel .moh-cycle-section-heading p{
  font-size:15px;
  line-height:1.45;
}
.moh-project-coming-list>a{
  grid-template-columns:132px minmax(0,1fr);
  gap:16px;
  padding:12px 0;
}
.moh-project-coming-list time{
  font-size:14px;
  line-height:1.35;
}
.moh-project-coming-list small{
  font-size:12px;
}
.moh-project-coming-list strong{
  margin-top:4px;
  font-size:17px;
  line-height:1.4;
}
.moh-project-attention-list strong{font-size:15px}
.moh-project-attention-list span{font-size:14px}
.moh-project-all-clear--strip{
  margin:14px 0 24px;
  padding:12px 15px;
  font-size:14px;
}
.moh-project-dashboard-conversation{
  padding-top:22px;
}
.moh-project-story{
  border-color:#cfdee5;
}
.moh-project-story-toolbar{
  align-items:center;
  padding:18px 20px;
  background:#fbfdfe;
}
.moh-project-story-toolbar .moh-eyebrow{
  display:block;
  font-size:12px;
  letter-spacing:.08em;
}
.moh-project-story-toolbar h3{
  margin:4px 0 5px;
  color:var(--moh-navy);
  font-size:23px;
  line-height:1.25;
  font-weight:650;
}
.moh-project-story-toolbar p{
  margin:0;
  color:#5d7887;
  font-size:15px;
  line-height:1.45;
}
.moh-project-update-composer>summary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:36px;
  padding:0 11px;
  border:1px solid #b7ced9;
  background:#fff;
  color:#087caf;
  font-size:14px;
  font-weight:650;
  line-height:1;
  white-space:nowrap;
  box-shadow:none;
}
.moh-project-update-composer>summary:hover,
.moh-project-update-composer>summary:focus-visible,
.moh-project-update-composer[open]>summary{
  background:#f2f8fb;
  border-color:#7fb3c9;
  color:#075f86;
}
.moh-project-update-composer>summary span{
  font-size:16px;
  font-weight:500;
  line-height:1;
}
.moh-project-update-composer .moh-project-update-form{
  margin-top:10px;
  padding:20px;
}
.moh-project-update-form label{font-size:14px}
.moh-project-update-form input,
.moh-project-update-form select,
.moh-project-update-form textarea{font-size:15px}
.moh-project-story-empty{
  padding:26px 20px;
  font-size:15px;
}
.moh-project-story-feed{
  padding:6px 20px 14px;
}
.moh-project-story-activity{
  gap:12px;
  padding:12px 2px;
}
.moh-project-story-activity strong{
  font-size:15px;
  line-height:1.45;
}
.moh-project-story-activity small{
  margin-top:4px;
  font-size:13px;
  line-height:1.4;
}
.moh-project-update-card__meta{font-size:13px}
.moh-project-update-card h4{font-size:18px}
.moh-project-update-card>p{font-size:15px;line-height:1.55}
.moh-project-update-reply strong{font-size:14px}
.moh-project-update-reply small{font-size:12px}
.moh-project-update-reply p{font-size:14px}
.moh-project-update-reply-form summary{font-size:14px}
@media(max-width:900px){
  .moh-project-workspace__heading{align-items:flex-start;flex-direction:column;gap:18px}
  .moh-project-due{min-width:0;padding:0 0 0 16px}
  .moh-project-due>strong{font-size:27px}
  .moh-project-tabs{gap:24px;overflow-x:auto}
}
@media(max-width:760px){
  .moh-project-editor-topbar--entered{min-height:46px;padding:0 18px}
  .moh-project-workspace__heading{padding:20px 18px 20px 14px}
  .moh-project-workspace__heading h3{font-size:30px}
  .moh-project-tabs{padding:0 18px}
  .moh-project-tabs a{font-size:15px}
  .moh-project-tab-panel{padding:20px 18px 24px}
  .moh-project-update-composer .moh-project-update-form{position:static;width:auto;margin-top:10px;box-shadow:none}
  .moh-project-story-toolbar{align-items:flex-start;flex-direction:column}
  .moh-project-update-composer{width:auto}
  .moh-project-coming-list>a{grid-template-columns:1fr;gap:4px}
}

/* 0.57.7 — quieter Project update action. */


/* 0.57.8 — Project update button hotfix. */
.moh-project-update-composer>summary{
  min-height:38px;
  padding:0 14px;
  border:0;
  border-radius:2px;
  background:#e3edf3;
  color:var(--moh-navy);
  font-size:14px;
  font-weight:650;
  box-shadow:none;
  transition:background .16s ease,color .16s ease;
}
.moh-project-update-composer>summary:hover,
.moh-project-update-composer[open]>summary{
  background:#d3e3ec;
  color:var(--moh-navy);
}
.moh-project-update-composer>summary:focus-visible{
  background:#d3e3ec;
  color:var(--moh-navy);
  outline:2px solid #0076aa;
  outline-offset:2px;
}
.moh-project-update-composer>summary span{
  font-weight:650;
}

/* 0.58.0 — Business Spotlights recurring-work workspace. */
.moh-project-update-composer{margin:6px 8px 6px 12px}

.moh-spotlights-workspace,
.moh-spotlight-editor-shell{display:grid;gap:20px}
.moh-spotlight-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px}
.moh-spotlight-hero__copy h2{margin:4px 0 5px;color:var(--moh-navy);font-size:28px;line-height:1.2}
.moh-spotlight-hero__copy p{margin:0;color:#5d7887;font-size:15px;line-height:1.5}
.moh-spotlight-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.moh-spotlight-stats>a{display:grid;gap:5px;padding:18px 20px;border:1px solid #d7e3e8;background:#fff;color:var(--moh-navy);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.moh-spotlight-stats>a:hover{border-color:#9fc3d4;box-shadow:0 5px 18px rgba(18,62,84,.08);transform:translateY(-1px)}
.moh-spotlight-stats span{font-size:14px;font-weight:650}
.moh-spotlight-stats strong{font-size:29px;line-height:1.1;font-weight:700}
.moh-spotlight-stats small{color:#6b808b;font-size:13px}
.moh-spotlight-list-panel{overflow:hidden}
.moh-spotlight-list-header{align-items:flex-end;gap:22px;padding:20px 22px}
.moh-spotlight-list-header h3{margin:0 0 4px;color:var(--moh-navy);font-size:20px}
.moh-spotlight-filters{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.moh-spotlight-filters label{display:grid;gap:5px;color:#597380;font-size:13px;font-weight:650}
.moh-spotlight-filters select,
.moh-spotlight-filters input{min-height:40px;padding:7px 10px;border:1px solid #c7d6dd;background:#fff;color:var(--moh-navy);font:inherit}
.moh-spotlight-search input{width:210px}
.moh-spotlight-table{border-top:1px solid #e0e8ec}
.moh-spotlight-row{display:grid;grid-template-columns:minmax(240px,2.1fr) minmax(125px,.9fr) minmax(135px,.9fr) minmax(130px,.9fr) 72px;align-items:center;gap:18px;min-height:76px;padding:14px 22px;border-bottom:1px solid #e4ebee;color:#2e4e5e;text-decoration:none;font-size:14px;transition:background .14s ease}
.moh-spotlight-row:not(.moh-spotlight-row--head):hover{background:#f8fbfc}
.moh-spotlight-row--head{min-height:44px;background:#f8fbfc;color:#66808c;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.moh-spotlight-business{display:grid;gap:5px;min-width:0}
.moh-spotlight-business strong{overflow:hidden;color:var(--moh-navy);font-size:16px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.moh-spotlight-business small,
.moh-spotlight-date small{display:block;color:#6d838e;font-size:13px;line-height:1.4}
.moh-spotlight-date{color:#355565;font-weight:600}
.moh-spotlight-open{justify-self:end;color:#087caf;font-weight:700}
.moh-spotlight-empty{padding:34px 22px}
.moh-status--ready{background:#e9f5ef;color:#286348}
.moh-status--scheduled{background:#e7f2f8;color:#16658a}
.moh-status--published{background:#e8f3ea;color:#2f6740}
.moh-status--on-hold{background:#f4f0e8;color:#785f2d}
.moh-status--archived{background:#edf0f2;color:#687982}

.moh-spotlight-editor-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 2px 0}
.moh-spotlight-editor-heading{padding:6px 2px 0}
.moh-spotlight-editor-heading h2{margin:5px 0 10px;color:var(--moh-navy);font-size:31px;line-height:1.2}
.moh-spotlight-editor-form{display:grid;gap:20px}
.moh-spotlight-form-section{padding:0 22px 22px}
.moh-spotlight-form-section .moh-panel__header{margin:0 -22px 20px;padding:18px 22px;border-bottom:1px solid #e1e9ed}
.moh-spotlight-form-section .moh-panel__header h3{margin:0 0 3px;color:var(--moh-navy);font-size:20px}
.moh-spotlight-form-section .moh-form-grid label{font-size:14px}
.moh-spotlight-form-section input,
.moh-spotlight-form-section select,
.moh-spotlight-form-section textarea{font-size:15px}
.moh-spotlight-savebar{display:flex;justify-content:flex-end;padding-bottom:16px}
.moh-text-button{padding:0;border:0;background:none;color:#087caf;font:inherit;font-weight:650;cursor:pointer}
.moh-text-button--danger{color:#a44141}

@media(max-width:1000px){
  .moh-spotlight-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .moh-spotlight-row{grid-template-columns:minmax(220px,1.8fr) minmax(120px,.9fr) minmax(125px,.9fr) 70px}
  .moh-spotlight-row>span:nth-child(4){display:none}
  .moh-spotlight-row--head>span:nth-child(4){display:none}
}
@media(max-width:760px){
  .moh-project-update-composer{margin:8px 0 4px}
  .moh-spotlight-hero{align-items:flex-start;flex-direction:column;padding:20px}
  .moh-spotlight-hero .moh-button{width:100%}
  .moh-spotlight-stats{grid-template-columns:1fr 1fr}
  .moh-spotlight-list-header{align-items:stretch;flex-direction:column}
  .moh-spotlight-filters{justify-content:stretch}
  .moh-spotlight-filters label,.moh-spotlight-filters .moh-button{width:100%}
  .moh-spotlight-filters select,.moh-spotlight-filters input,.moh-spotlight-search input{width:100%}
  .moh-spotlight-row--head{display:none}
  .moh-spotlight-row{grid-template-columns:1fr auto;gap:8px 14px;padding:17px 18px}
  .moh-spotlight-row>span:nth-child(2){grid-column:2;grid-row:1}
  .moh-spotlight-row>span:nth-child(3){grid-column:1;grid-row:2}
  .moh-spotlight-row>span:nth-child(4){display:block;grid-column:1;grid-row:3;color:#627985}
  .moh-spotlight-row>span:nth-child(5){grid-column:2;grid-row:2 / span 2;align-self:end}
  .moh-spotlight-business{grid-column:1;grid-row:1}
  .moh-spotlight-editor-topbar{align-items:flex-start;flex-direction:column}
  .moh-spotlight-form-section{padding:0 18px 18px}
  .moh-spotlight-form-section .moh-panel__header{margin:0 -18px 18px;padding:16px 18px}
}

/* 0.59.0 — Metricool Social Review. */
.moh-social-review-workspace{display:grid;gap:20px}
.moh-social-review-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px}
.moh-social-review-hero h2{margin:4px 0 6px;color:var(--moh-navy);font-size:28px;line-height:1.2}
.moh-social-review-hero p{margin:0;color:#5d7887;font-size:15px;line-height:1.5}
.moh-social-review-list{display:grid;gap:18px}
.moh-social-review-card{overflow:hidden}
.moh-social-review-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid #e1e9ed;background:#fbfdfe}
.moh-social-review-card__header h3{margin:8px 0 7px;color:var(--moh-navy);font-size:21px;line-height:1.3}
.moh-social-review-kickers{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.moh-social-review-networks{display:flex;gap:7px;flex-wrap:wrap}
.moh-social-review-networks span{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border:1px solid #c9dbe4;background:#fff;color:#31576b;font-size:12px;font-weight:700}
.moh-social-review-card__body{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:24px;padding:22px}
.moh-social-review-card__body--no-media{grid-template-columns:1fr}
.moh-social-review-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-content:start}
.moh-social-review-media-grid:has(.moh-social-review-media:only-child){grid-template-columns:1fr}
.moh-social-review-media{overflow:hidden;border:1px solid #d8e4e9;background:#f4f8fa;min-height:160px}
.moh-social-review-media img,.moh-social-review-media video{display:block;width:100%;height:100%;max-height:360px;object-fit:cover;background:#eef4f6}
.moh-social-review-copy{min-width:0}
.moh-social-review-text{margin-top:8px;color:#294b5d;font-size:16px;line-height:1.65;white-space:normal;overflow-wrap:anywhere}
.moh-social-review-reviewers{margin-top:18px;padding-top:14px;border-top:1px solid #e4ebee;color:#617985;font-size:13px;line-height:1.5}
.moh-social-review-reviewers strong{color:#355565}
.moh-social-review-card__actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 22px;border-top:1px solid #e1e9ed;background:#f8fbfc}
.moh-social-review-card__actions p{max-width:680px;margin:0;color:#667e89;font-size:13px;line-height:1.45}
.moh-social-review-card__actions form{margin:0;flex:0 0 auto}
.moh-social-review-approve{min-width:190px}
.moh-social-review-footnote{padding:2px 4px 8px;color:#687f8a;font-size:13px;line-height:1.55}
.moh-social-review-footnote strong{color:#3d5d6d}
.moh-social-review-empty .moh-empty{padding:42px 24px}
.moh-social-review-setup .moh-panel__header,.moh-social-review-error .moh-panel__header{padding:22px 24px}
.moh-social-review-setup .moh-panel__header h2,.moh-social-review-error .moh-panel__header h2{margin:4px 0 5px;color:var(--moh-navy);font-size:24px}
@media(max-width:900px){
  .moh-social-review-card__body{grid-template-columns:minmax(180px,260px) minmax(0,1fr)}
  .moh-social-review-card__actions{align-items:flex-start;flex-direction:column}
  .moh-social-review-card__actions form,.moh-social-review-approve{width:100%}
}
@media(max-width:760px){
  .moh-social-review-hero,.moh-social-review-card__header{align-items:flex-start;flex-direction:column}
  .moh-social-review-hero{padding:20px}
  .moh-social-review-card__body{grid-template-columns:1fr;padding:18px}
  .moh-social-review-media-grid{grid-template-columns:1fr 1fr}
  .moh-social-review-card__actions{padding:16px 18px}
  .moh-social-review-card__header{padding:18px}
}

/* 0.59.1 — Social Review change requests. */
.moh-social-review-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.moh-social-review-actions>form{margin:0}
.moh-social-review-changes{position:relative}
.moh-social-review-changes>summary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 15px;border:1px solid #b9cdd7;background:#fff;color:var(--moh-navy);font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;list-style:none}
.moh-social-review-changes>summary::-webkit-details-marker{display:none}
.moh-social-review-changes>summary:hover,.moh-social-review-changes[open]>summary{background:#eef5f8;border-color:#91afbd}
.moh-social-review-changes>form{position:absolute;z-index:20;right:0;bottom:calc(100% + 10px);width:min(430px,calc(100vw - 48px));margin:0;padding:16px;border:1px solid #cbdbe3;background:#fff;box-shadow:0 12px 30px rgba(19,57,79,.16)}
.moh-social-review-changes label{display:grid;gap:7px;color:#355565;font-size:13px;font-weight:700}
.moh-social-review-changes textarea{width:100%;min-height:110px;padding:11px 12px;border:1px solid #c2d3db;background:#fff;color:#173e56;font:inherit;font-weight:400;line-height:1.5;resize:vertical}
.moh-social-review-changes textarea:focus{outline:2px solid rgba(0,118,170,.18);outline-offset:1px;border-color:#4c93b0}
.moh-social-review-changes__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}
.moh-social-review-changes__footer span{max-width:230px;color:#6b818c;font-size:12px;line-height:1.4}
@media(max-width:900px){
  .moh-social-review-actions{width:100%;justify-content:stretch}
  .moh-social-review-actions>form,.moh-social-review-actions>form .moh-social-review-approve,.moh-social-review-changes,.moh-social-review-changes>summary{width:100%}
  .moh-social-review-changes>form{position:static;width:100%;margin-top:8px;box-shadow:none}
}
@media(max-width:600px){
  .moh-social-review-changes__footer{align-items:stretch;flex-direction:column}
  .moh-social-review-changes__footer span{max-width:none}
  .moh-social-review-changes__footer .moh-button{width:100%}
}

/* 0.59.2 — Social Review signal on Today. */
.moh-today-alert--social {
  border-left-color: var(--moh-blue);
  background: rgba(0,118,170,.065);
}
.moh-today-alert--social em { color: var(--moh-blue); }

/* 0.60.0 — People & Access directory. */
.moh-people-workspace{display:grid;gap:20px}
.moh-people-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px}
.moh-people-hero h2{margin:4px 0 7px;color:var(--moh-navy);font-size:28px;line-height:1.2}
.moh-people-hero p{max-width:760px;margin:0;color:#5e7784;font-size:15px;line-height:1.55}
.moh-people-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.moh-people-stats>div{display:grid;gap:4px;padding:17px 18px;border:1px solid #dce7ec;background:#fff}
.moh-people-stats strong{color:var(--moh-navy);font-size:26px;line-height:1}
.moh-people-stats span{color:#687f8a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.035em}
.moh-people-directory{overflow:hidden}
.moh-people-directory__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px}
.moh-people-directory__header h2{margin:0 0 4px;color:var(--moh-navy)}
.moh-people-directory__header form{margin:0;flex:0 0 auto}
.moh-people-table{border-top:1px solid #e0e8ec}
.moh-people-row{display:grid;grid-template-columns:minmax(250px,1.8fr) minmax(150px,1fr) minmax(130px,.9fr) minmax(150px,1fr) minmax(155px,1fr) 64px;align-items:center;gap:16px;min-height:78px;padding:13px 20px;border-bottom:1px solid #e4ebee;color:#345565;text-decoration:none;font-size:13px;transition:background .14s ease,opacity .14s ease}
.moh-people-row:not(.moh-people-row--head):hover{background:#f8fbfc}
.moh-people-row--head{min-height:44px;background:#f8fbfc;color:#6a808a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}
.moh-people-row.is-inactive{opacity:.58}
.moh-people-person{display:flex;align-items:center;gap:12px;min-width:0}
.moh-people-person>i{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:#e9f2f6;color:var(--moh-navy);font-size:12px;font-style:normal;font-weight:800;letter-spacing:.03em}
.moh-people-person>span{display:grid;gap:3px;min-width:0}
.moh-people-person strong{overflow:hidden;color:var(--moh-navy);font-size:15px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.moh-people-person small,.moh-people-login small{display:block;color:#71858f;font-size:12px;line-height:1.35}
.moh-people-login{display:grid;gap:3px}
.moh-people-login strong{color:#2f6b4c;font-size:13px}
.moh-people-login strong.is-muted{color:#7a8c94}
.moh-people-connections{display:flex;gap:6px;flex-wrap:wrap}
.moh-people-connections em{display:inline-flex;align-items:center;min-height:25px;padding:3px 7px;border:1px solid #d8e2e7;background:#f5f8f9;color:#82939b;font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.moh-people-connections em.is-ready{border-color:#b9d8c7;background:#edf7f1;color:#32684a}
.moh-people-open{justify-self:end;color:#087caf;font-weight:700}
.moh-people-editor{overflow:hidden}
.moh-people-editor>.moh-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #e1e9ed}
.moh-people-editor>.moh-panel__header h2{margin:4px 0 0;color:var(--moh-navy);font-size:24px}
.moh-people-editor__form{display:grid;gap:0}
.moh-people-editor__section{padding:20px 22px 22px;border-bottom:1px solid #e4ebee}
.moh-people-editor__section h3{margin:0 0 14px;color:var(--moh-navy);font-size:18px}
.moh-people-editor__section>p.moh-help{margin:-6px 0 16px}
.moh-people-editor__save{display:flex;justify-content:flex-end;padding:16px 22px 20px;background:#f8fbfc}
@media(max-width:1100px){
  .moh-people-row{grid-template-columns:minmax(230px,1.6fr) minmax(140px,1fr) minmax(140px,1fr) minmax(150px,1fr) 64px}
  .moh-people-row>span:nth-child(3){display:none}
  .moh-people-row--head>span:nth-child(3){display:none}
}
@media(max-width:820px){
  .moh-people-stats{grid-template-columns:1fr 1fr}
  .moh-people-row{grid-template-columns:1fr auto;gap:8px 14px;padding:16px 18px}
  .moh-people-row--head{display:none}
  .moh-people-row>span:nth-child(2),.moh-people-row>span:nth-child(3){display:none}
  .moh-people-row>span:nth-child(4){grid-column:1;grid-row:2}
  .moh-people-row>span:nth-child(5){grid-column:1;grid-row:3}
  .moh-people-row>span:nth-child(6){grid-column:2;grid-row:2 / span 2;align-self:end}
  .moh-people-person{grid-column:1 / -1;grid-row:1}
}
@media(max-width:620px){
  .moh-people-hero,.moh-people-directory__header{align-items:stretch;flex-direction:column}
  .moh-people-hero{padding:20px}
  .moh-people-hero .moh-button,.moh-people-directory__header .moh-button{width:100%}
  .moh-people-stats{grid-template-columns:1fr}
  .moh-people-editor>.moh-panel__header{padding:18px}
  .moh-people-editor__section{padding:18px}
  .moh-people-editor__save{padding:15px 18px 18px}
}

/* 0.60.1 — People types + duplicate merge */
.moh-people-filters{display:flex;gap:7px;flex-wrap:wrap;padding:0 20px 16px;border-bottom:1px solid #e0e8ec;background:#fff}
.moh-people-filters a{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:6px 11px;border:1px solid #d7e3e8;border-radius:999px;background:#fff;color:#506c79;text-decoration:none;font-size:12px;font-weight:700;transition:border-color .14s ease,background .14s ease,color .14s ease}
.moh-people-filters a:hover{border-color:#a8c6d4;background:#f7fbfc;color:var(--moh-navy)}
.moh-people-filters a.is-active{border-color:#91bfd2;background:#eaf5f9;color:#075f89}
.moh-people-filters a span{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:rgba(11,59,96,.07);font-size:10px;font-weight:800}
.moh-person-type{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;background:#eef3f5;color:#566d78;font-size:9px;font-style:normal;font-weight:800;line-height:1.5;text-transform:uppercase;letter-spacing:.035em;vertical-align:1px}
.moh-person-type--staff{background:#e9f3f8;color:#0b628a}
.moh-person-type--contributor{background:#f3eff8;color:#6c4d83}
.moh-person-type--external{background:#f3f4f4;color:#6d797e}
.moh-people-empty{padding:34px 20px;border-bottom:1px solid #e4ebee}
.moh-people-empty h3{margin:0 0 6px;color:var(--moh-navy)}
.moh-people-merge{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:28px;align-items:end;padding:20px 22px 22px;border-top:1px solid #e1e9ed;background:#fbfcfd}
.moh-people-merge h3{margin:0 0 6px;color:var(--moh-navy);font-size:17px}
.moh-people-merge p{max-width:720px;margin:0;color:#657d89;font-size:13px;line-height:1.5}
.moh-people-merge form{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:end;margin:0}
.moh-people-merge label{display:grid;gap:6px;color:#3f5c69;font-size:12px;font-weight:700}
.moh-people-merge select{width:100%}
@media (max-width:900px){.moh-people-merge{grid-template-columns:1fr}.moh-people-merge form{grid-template-columns:1fr}}
@media (max-width:640px){.moh-people-filters{padding:0 18px 14px}.moh-people-filters a{flex:1 1 auto;justify-content:center}.moh-people-merge{padding:18px}}

/* COMMS 0.60.3 — People polish: simple non-staff records, back navigation, shared-person split. */
.moh-people-row--simple{grid-template-columns:minmax(280px,1.7fr) minmax(220px,1.25fr) minmax(110px,.55fr) 64px}
.moh-people-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.moh-people-status{font-weight:700;color:#627985}
.moh-people-editor-nav{margin:-4px 0 -8px;padding:0 2px}
.moh-people-editor-nav .moh-text-link{display:inline-flex;align-items:center;min-height:34px;font-size:13px;font-weight:700}
.moh-people-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:28px;align-items:start;padding:20px 22px 22px;border-top:1px solid #e1e9ed;background:#fff}
.moh-people-split h3{margin:0 0 6px;color:var(--moh-navy);font-size:17px}
.moh-people-split p{max-width:720px;margin:0;color:#657d89;font-size:13px;line-height:1.5}
.moh-people-split form{display:grid;gap:12px;margin:0}
.moh-people-split fieldset{min-width:0;margin:0;padding:0;border:0}
.moh-people-split legend{margin:0 0 7px;color:#3f5c69;font-size:12px;font-weight:700}
.moh-people-split .moh-work-person-picker{max-height:190px;overflow:auto;padding:9px;border:1px solid #dce6ea;background:#fbfcfd}
.moh-people-split .moh-button{justify-self:start}
@media (max-width:900px){
  .moh-people-row--simple{grid-template-columns:minmax(240px,1.5fr) minmax(190px,1fr) minmax(90px,.5fr) 64px}
  .moh-people-row--simple>span{display:block!important}
  .moh-people-split{grid-template-columns:1fr}
}
@media (max-width:720px){
  .moh-people-row--simple{grid-template-columns:1fr auto;gap:8px 14px}
  .moh-people-row--simple.moh-people-row--head{display:none}
  .moh-people-row--simple .moh-people-person{grid-column:1/-1;grid-row:1}
  .moh-people-row--simple .moh-people-email{grid-column:1;grid-row:2}
  .moh-people-row--simple .moh-people-status{grid-column:1;grid-row:3}
  .moh-people-row--simple .moh-people-open{grid-column:2;grid-row:2/span 2;align-self:end}
}
@media (max-width:640px){.moh-people-split{padding:18px}.moh-people-editor-nav{padding:0}}


/* COMMS 0.60.4 — Chamber News contributor company field. */
.moh-people-row--contributor{grid-template-columns:minmax(240px,1.45fr) minmax(180px,1fr) minmax(210px,1.15fr) minmax(100px,.5fr) 64px}
.moh-people-company{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media (max-width:900px){
  .moh-people-row--contributor{grid-template-columns:minmax(220px,1.35fr) minmax(160px,.95fr) minmax(180px,1fr) minmax(90px,.5fr) 64px}
  .moh-people-row--contributor>span{display:block!important}
}
@media (max-width:720px){
  .moh-people-row--contributor{grid-template-columns:1fr auto;gap:8px 14px}
  .moh-people-row--contributor.moh-people-row--head{display:none}
  .moh-people-row--contributor .moh-people-person{grid-column:1/-1;grid-row:1}
  .moh-people-row--contributor .moh-people-company{grid-column:1;grid-row:2}
  .moh-people-row--contributor .moh-people-email{grid-column:1;grid-row:3}
  .moh-people-row--contributor .moh-people-status{grid-column:1;grid-row:4}
  .moh-people-row--contributor .moh-people-open{grid-column:2;grid-row:2/span 3;align-self:end}
}

/* COMMS 0.60.5 — assignment groups and safer People cleanup. */
.moh-people-groups{margin-top:14px}
.moh-people-group-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.moh-people-group-cards>div{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid #dce6ea;border-radius:12px;background:#fbfcfd}
.moh-people-group-cards strong{font-size:14px;color:var(--moh-navy)}
.moh-people-group-cards span{font-size:12px;font-weight:700;color:#4d6574}
.moh-people-group-cards small{font-size:12px;line-height:1.45;color:#718692}
.moh-people-group-shortcuts{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:5px 0 8px}
.moh-people-group-shortcuts>span{font-size:11px;font-weight:700;color:#718692;text-transform:uppercase;letter-spacing:.04em;margin-right:2px}
.moh-people-group-shortcuts button{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:4px 9px;border:1px solid #b9d5e4;border-radius:999px;background:#eef8fc;color:var(--moh-navy);font:inherit;font-size:11px;font-weight:700;cursor:pointer}
.moh-people-group-shortcuts button:hover{border-color:#7eb4d1;background:#e3f3fa}
.moh-people-group-shortcuts button small{font-size:10px;font-weight:700;opacity:.7}
.moh-people-delete{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid #e1e9ed}
.moh-people-delete h3{margin:0 0 4px}
.moh-people-delete p{margin:0;max-width:760px;color:#617785;font-size:12px;line-height:1.5}
.moh-people-delete .is-destructive{border-color:#d6a5a5;color:#8a2c2c;background:#fff8f8}
@media (max-width:760px){.moh-people-group-cards{grid-template-columns:1fr}.moh-people-delete{flex-direction:column}}

/* ========================================================================== 
   COMMS 0.61.0 — responsive application foundation
   Mobile is a first-class layout, not a compressed desktop canvas.
   ========================================================================== */

.moh-mobile-nav-toggle,
.moh-schedule-mobile-agenda { display: none; }

/* Wide surfaces must scroll inside themselves, never force the whole app sideways. */
.moh-table-wrap,
.moh-calendar-scroll,
.moh-week-scroll,
.moh-shared-timeline__scroll,
.moh-builder-schedule-wrap,
.moh-timeline-scroll,
.moh-project-timeline-scroll,
.moh-flatplan-scroll,
.moh-analytics-table-wrap {
  max-width: 100%;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 980px) {
  html,
  body.moh-standalone-body,
  body.moh-standalone-body .moh-standalone-root { max-width: 100%; overflow-x: hidden !important; }

  .moh-app {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .moh-sidebar {
    position: sticky;
    top: 0;
    z-index: 100;
    display: block;
    min-height: 0;
    max-height: 100dvh;
    padding: 11px 16px;
    overflow-y: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 5px 18px rgba(4,35,55,.12);
  }
  body.admin-bar .moh-sidebar { top: 32px; max-height: calc(100dvh - 32px); }

  .moh-brand {
    justify-content: flex-start;
    width: fit-content;
    max-width: calc(100% - 72px);
    min-height: 48px;
    gap: 11px;
  }
  .moh-mark { width: 40px; height: 40px; flex: 0 0 40px; font-size: 16px; }
  .moh-brand strong { font-size: 16px; }
  .moh-brand span { max-width: 270px; font-size: 10px; line-height: 1.35; }

  .moh-mobile-nav-toggle {
    position: absolute;
    top: 14px;
    right: 16px;
    display: inline-flex;
    min-width: 46px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 4px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }
  .moh-mobile-nav-toggle:hover { background: rgba(255,255,255,.14); }
  .moh-mobile-nav-toggle__icon { display: grid; gap: 3px; width: 16px; }
  .moh-mobile-nav-toggle__icon i { display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform .16s ease, opacity .16s ease; }
  .moh-sidebar.is-mobile-open .moh-mobile-nav-toggle__icon i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .moh-sidebar.is-mobile-open .moh-mobile-nav-toggle__icon i:nth-child(2) { opacity: 0; }
  .moh-sidebar.is-mobile-open .moh-mobile-nav-toggle__icon i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

  .moh-sidebar > .moh-nav,
  .moh-sidebar > .moh-sidebar-request,
  .moh-sidebar > .moh-user { display: none; }

  .moh-sidebar.is-mobile-open > .moh-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    margin-top: 12px;
    padding: 12px 0 0;
    overflow: visible;
    border-top: 1px solid rgba(255,255,255,.14);
  }
  .moh-sidebar.is-mobile-open > .moh-nav--utility {
    margin-top: 10px;
    padding-top: 10px;
  }
  .moh-sidebar.is-mobile-open > .moh-nav a {
    min-height: 44px;
    width: 100%;
    padding: 10px 12px;
    white-space: normal;
  }
  .moh-sidebar.is-mobile-open > .moh-sidebar-request {
    display: inline-flex !important;
    width: 100% !important;
    margin-top: 12px;
    min-height: 44px;
  }
  .moh-sidebar.is-mobile-open > .moh-user {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
  }

  .moh-main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 26px 20px 44px;
    overflow-x: hidden;
  }

  .moh-page-header { gap: 16px; margin-bottom: 22px; }
  .moh-page-header h1,
  .moh-page-header--simple h1 { font-size: clamp(28px,5vw,36px) !important; line-height: 1.1 !important; }

  .moh-dashboard-grid,
  .moh-two-column,
  .moh-results-grid,
  .moh-today-grid,
  .moh-project-dashboard-row { grid-template-columns: minmax(0,1fr) !important; }

  .moh-panel,
  .moh-form-card,
  .moh-record,
  .moh-drawer { max-width: 100%; }

  .moh-panel__header,
  .moh-toolbar,
  .moh-tracker-heading,
  .moh-project-workspace__heading,
  .moh-shared-timeline__intro,
  .moh-ad-title,
  .moh-ad-head-actions { flex-wrap: wrap; }

  .moh-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }

  /* Data canvases stay bounded and intentionally pannable. */
  .moh-table-wrap,
  .moh-shared-timeline__scroll,
  .moh-builder-schedule-wrap,
  .moh-timeline-scroll,
  .moh-project-timeline-scroll {
    position: relative;
    overflow-x: auto !important;
    border-radius: 3px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .moh-sidebar { top: 46px; max-height: calc(100dvh - 46px); }
}

@media (max-width: 760px) {
  .moh-main { padding: 20px 14px 38px; }
  .moh-sidebar { padding-inline: 14px; }
  .moh-mobile-nav-toggle { right: 14px; }
  .moh-mobile-nav-toggle__label { display: none; }

  .moh-page-header { display: flex; align-items: flex-start; flex-direction: column; }
  .moh-page-header h1,
  .moh-page-header--simple h1 { font-size: 28px !important; letter-spacing: -.03em; }
  .moh-page-header p { font-size: 14px; line-height: 1.55; }

  .moh-button,
  .moh-view-toggle a,
  .moh-chip,
  .moh-people-filters a,
  .moh-content-subnav a,
  .moh-project-tabs a { min-height: 44px; }

  .moh-app input:not([type="checkbox"]):not([type="radio"]),
  .moh-app select,
  .moh-app textarea {
    max-width: 100%;
    min-height: 44px;
    font-size: 16px !important;
  }
  .moh-app textarea { min-height: 104px; }

  .moh-panel,
  .moh-form-card,
  .moh-record,
  .moh-drawer { padding: 18px 16px; }
  .moh-panel__header { align-items: flex-start; flex-wrap: wrap; gap: 10px; }
  .moh-panel__header > div { min-width: 0; }
  .moh-panel h2,
  .moh-form-card h2 { font-size: 19px !important; }

  .moh-inline-actions { gap: 8px; }
  .moh-inline-actions > form { max-width: 100%; }

  .moh-metrics,
  .moh-results-metrics,
  .moh-analytics-metrics,
  .moh-analytics-summary-metrics { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 9px; }
  .moh-metric { min-height: 96px; padding: 14px; }
  .moh-metric strong { font-size: 27px; }

  /* Today */
  .moh-today-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px 16px;
  }
  .moh-today-hero h2 { font-size: 25px; }
  .moh-today-week-pulse { min-width: 0; justify-content: flex-start; text-align: left; }
  .moh-today-alert { align-items: flex-start; flex-direction: column; gap: 5px; }
  .moh-today-work-list > a,
  .moh-today-win-list > a { grid-template-columns: minmax(0,1fr); gap: 5px; }
  .moh-today-work-list em,
  .moh-today-win-list time,
  .moh-today-win-list small { grid-column: 1; }
  .moh-today-happening-list > a { grid-template-columns: 58px minmax(0,1fr); }

  /* Marketing Tracker */
  .moh-tracker-heading { padding: 16px; }
  .moh-tracker-heading h2 { font-size: 23px; }
  .moh-tracker-card { padding: 13px 12px; }
  .moh-tracker-card__meta { justify-content: flex-start; }
  .moh-tracker-pulse { width: 100%; }

  /* Schedule: month/week become agenda lists on phones. */
  .moh-calendar-scroll,
  .moh-week-scroll { display: none; }
  .moh-schedule-mobile-agenda { display: grid; gap: 14px; }
  .moh-mobile-agenda-day {
    overflow: hidden;
    border: 1px solid var(--moh-line);
    border-radius: 3px;
    background: #fff;
  }
  .moh-mobile-agenda-day.is-today { border-color: rgba(0,118,170,.48); box-shadow: inset 3px 0 0 var(--moh-blue); }
  .moh-mobile-agenda-day__heading {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 8px;
    align-items: baseline;
    padding: 11px 13px;
    border-bottom: 1px solid var(--moh-line);
    background: #f7fbfd;
    color: var(--moh-navy) !important;
    text-decoration: none !important;
  }
  .moh-mobile-agenda-day__heading span { color: var(--moh-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .moh-mobile-agenda-day__heading strong { font-size: 15px; }
  .moh-mobile-agenda-day__heading em { justify-self: end; color: var(--moh-muted); font-size: 11px; font-style: normal; font-weight: 650; }
  .moh-mobile-agenda-day__items { padding: 0 13px; }
  .moh-mobile-agenda-day__items .moh-day-item:last-child { border-bottom: 0; }
  .moh-calendar-nav { gap: 10px; justify-content: space-between; }
  .moh-calendar-nav h2 { min-width: 0; flex: 1 1 auto; font-size: 16px; }
  .moh-calendar-nav a { width: 44px; height: 44px; flex: 0 0 44px; }
  .moh-schedule-toolbar { gap: 10px; }
  .moh-view-toggle { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: 100%; }
  .moh-view-toggle a { min-width: 0; padding: 10px 7px; }
  .moh-schedule-filters { display: grid; grid-template-columns: 1fr; width: 100%; }
  .moh-schedule-filters label { width: 100%; }
  .moh-schedule-sync { align-items: flex-start; flex-direction: column; }
  .moh-day-item { grid-template-columns: 1fr; gap: 5px; padding: 12px 0; }
  .moh-day-item__when { justify-content: space-between; }

  /* Social review */
  .moh-social-review-hero { padding: 18px 16px; }
  .moh-social-review-card__header,
  .moh-social-review-card__body,
  .moh-social-review-card__actions { padding: 16px; }
  .moh-social-review-media-grid { grid-template-columns: 1fr !important; }
  .moh-social-review-actions,
  .moh-social-review-actions > form,
  .moh-social-review-actions .moh-button,
  .moh-social-review-changes,
  .moh-social-review-changes > summary { width: 100%; }

  /* Projects */
  .moh-project-editor-topbar--entered { gap: 10px; padding: 11px 14px; }
  .moh-project-workspace__heading { align-items: flex-start; flex-direction: column; padding-right: 0; }
  .moh-project-date-pill { align-self: flex-start; white-space: normal; }
  .moh-project-tabs,
  .moh-content-subnav,
  .moh-analytics-subtabs {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 3px;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .moh-project-tabs a,
  .moh-content-subnav a,
  .moh-analytics-subtab { flex: 0 0 auto; white-space: nowrap; }
  .moh-project-dashboard-snapshot { grid-template-columns: 1fr !important; }
  .moh-project-card { padding: 15px 13px; }
  .moh-project-card__header { align-items: flex-start; flex-direction: column; }
  .moh-project-coming-list > a,
  .moh-project-attention-list > a { grid-template-columns: 1fr !important; }

  /* Spotlights */
  .moh-spotlight-hero { padding: 18px 16px; }
  .moh-spotlight-stats { grid-template-columns: 1fr !important; gap: 9px; }
  .moh-spotlight-list-header { padding: 16px; }
  .moh-spotlight-row { padding: 15px 16px; }
  .moh-spotlight-form-section { padding: 0 16px 18px; }
  .moh-spotlight-form-section .moh-panel__header { margin: 0 -16px 16px; padding: 16px; }

  /* People */
  .moh-people-hero { padding: 18px 16px; }
  .moh-people-hero h2 { font-size: 24px; }
  .moh-people-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
  .moh-people-directory__header { padding: 16px; }
  .moh-people-filters { gap: 6px; padding: 0 16px 14px; overflow-x: auto; flex-wrap: nowrap; }
  .moh-people-filters a { flex: 0 0 auto; }
  .moh-people-row { padding: 15px 16px; }
  .moh-people-editor>.moh-panel__header,
  .moh-people-editor__section { padding: 16px; }
  .moh-people-editor__save { padding: 14px 16px 16px; }

  /* Advertising */
  .moh-ad-head-actions,
  .moh-ad-reset-form,
  .moh-ad-ad-title { align-items: stretch !important; flex-direction: column !important; }
  .moh-ad-head-actions .moh-button,
  .moh-ad-reset-form .moh-button { width: 100%; }
  .moh-ad-simple-form,
  .moh-ad-paid-fields,
  .moh-ad-more-grid { grid-template-columns: 1fr !important; }

  /* Magazine / content */
  .moh-cnews-intro,
  .moh-cnews-issue-head,
  .moh-cnews-issue-title { min-width: 0; }
  .moh-cnews-stats { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .moh-cnews-new-issue-form,
  .moh-cnews-issue-settings-form,
  .moh-cnews-copy-form,
  .moh-cnews-add-form { max-width: 100%; }

  /* Analytics */
  .moh-analytics-toolbar form,
  .moh-analytics-controlbar,
  .moh-overview-reportbar.moh-analytics-controlbar { align-items: stretch; flex-direction: column; }
  .moh-analytics-toolbar label,
  .moh-analytics-custom-date,
  .moh-analytics-period { width: 100%; min-width: 0; }
  .moh-analytics-toolbar .moh-button { width: 100%; }

  /* Generic tables remain intentionally scrollable rather than breaking the page. */
  .moh-table-wrap { margin-inline: 0; overflow-x: auto; }
  .moh-table { min-width: 680px; }
}

@media (max-width: 520px) {
  .moh-brand span { display: none; }
  .moh-brand { max-width: calc(100% - 60px); }
  .moh-main { padding: 18px 12px 34px; }
  .moh-sidebar { padding-inline: 12px; }
  .moh-mobile-nav-toggle { right: 12px; }

  .moh-metrics,
  .moh-results-metrics,
  .moh-analytics-metrics,
  .moh-analytics-summary-metrics,
  .moh-people-stats { grid-template-columns: 1fr !important; }

  .moh-panel,
  .moh-form-card,
  .moh-record,
  .moh-drawer { padding: 16px 14px; }

  .moh-mobile-agenda-day__heading { grid-template-columns: auto 1fr; }
  .moh-mobile-agenda-day__heading em { grid-column: 1 / -1; justify-self: start; }
  .moh-mobile-agenda-day__items { padding-inline: 12px; }
}

/* ========================================================================== 
   COMMS 0.61.1 — mobile workflow polish
   Targeted follow-up from real-device testing: compact app shell, labeled
   magazine rows, clearer ad-delivery inputs and less desktop-shaped mobile UI.
   ========================================================================== */

/* Wrapper labels added for mobile context stay visually neutral on desktop. */
.moh-cnews-ad-field,
.moh-cnews-photo-field,
.moh-cnews-recognition-field,
.moh-ad-stats-field {
  display: block;
  min-width: 0;
}
.moh-cnews-ad-field > span,
.moh-cnews-photo-field > span,
.moh-cnews-recognition-field > span,
.moh-ad-stats-field > span { display: none; }

@media (max-width: 600px) {
  /* WordPress already offsets the page for its mobile admin bar. A second
     sticky offset was creating a conspicuous blank band above COMMS. */
  body.admin-bar .moh-sidebar {
    top: 0;
    max-height: 100dvh;
  }
}

@media (max-width: 760px) {
  /* Keep the collapsed app header genuinely compact. .moh-button uses
     display:inline-flex!important, so the request action also needs an
     important hide until the menu is opened. */
  .moh-sidebar > .moh-sidebar-request { display: none !important; }
  .moh-sidebar.is-mobile-open > .moh-sidebar-request { display: inline-flex !important; }
  .moh-sidebar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .moh-brand { min-height: 44px; }
  .moh-mark { width: 36px; height: 36px; flex-basis: 36px; }
  .moh-mobile-nav-toggle { top: 9px; min-height: 40px; }

  /* Project workspace: keep the strong project identity, but reduce the
     oversized desktop rhythm and make the swipeable tab rail feel deliberate. */
  .moh-project-editor-topbar--entered {
    min-height: 44px;
    padding: 0 14px;
  }
  .moh-project-editor-topbar--entered .moh-project-back,
  .moh-project-editor-topbar--entered .moh-project-settings-disclosure > summary { font-size: 13px; }
  .moh-project-workspace__heading {
    gap: 13px;
    padding: 18px 15px 17px 12px;
  }
  .moh-project-workspace__heading h3 { font-size: 28px; }
  .moh-project-heading-meta { gap: 9px; margin-top: 9px; font-size: 13px; }
  .moh-project-due { padding-left: 13px; }
  .moh-project-due > strong { font-size: 24px; }
  .moh-project-due > small { font-size: 12px; }
  .moh-project-tabs {
    gap: 22px;
    margin-right: -14px;
    padding: 0 42px 0 15px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid var(--moh-line);
  }
  .moh-project-tabs::-webkit-scrollbar { display: none; }
  .moh-project-tabs a {
    min-height: 42px;
    padding: 12px 0 10px;
    font-size: 14px;
    scroll-snap-align: start;
  }
  .moh-project-tab-panel { padding: 18px 15px 23px; }
  .moh-project-dashboard-snapshot { gap: 10px; }
  .moh-project-dashboard-card { padding: 14px 15px; }
  .moh-project-dashboard-card > strong { font-size: 18px; }
  .moh-project-dashboard-card > small { font-size: 12px; }

  /* Magazine workspace tabs are only four destinations. A 2x2 phone grid is
     much clearer than a clipped horizontal strip. */
  .moh-cnews-workspace-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 0;
    margin: 12px 0 14px;
    padding: 0;
    overflow: visible;
    border: 1px solid #cbd9e3;
    background: #f8fbfd;
    white-space: normal;
  }
  .moh-cnews-workspace-tabs a {
    display: flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 9px 8px;
    border-right: 1px solid #d8e3e9;
    border-bottom: 1px solid #d8e3e9;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }
  .moh-cnews-workspace-tabs a:nth-child(2n) { border-right: 0; }
  .moh-cnews-workspace-tabs a:nth-last-child(-n+2) { border-bottom: 0; }
  .moh-cnews-workspace-tabs a.is-active {
    background: #edf8fd;
    color: #075f89;
  }
  .moh-cnews-workspace-tabs a.is-active::after { display: none; }

  .moh-cnews-two-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .moh-cnews-add > summary,
  .moh-cnews-inline-add > summary { min-height: 42px; box-sizing: border-box; }

  /* Issue Plan becomes a compact, labeled card instead of a broken desktop
     row whose checkboxes and text fields lose all context. */
  .moh-cnews-plan { padding-inline: 14px; }
  .moh-cnews-plan-header {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  .moh-cnews-plan-header > div { flex: 1 1 auto; }
  .moh-cnews-overall-save {
    flex: 0 0 auto;
    min-height: 38px !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
  }
  .moh-cnews-grid { display: grid; gap: 9px; }
  .moh-cnews-row--v49 {
    display: grid !important;
    grid-template-columns: 22px minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 26px !important;
    grid-auto-rows: auto;
    gap: 9px 8px !important;
    align-items: center;
    min-height: 0 !important;
    padding: 12px 10px !important;
    border: 1px solid #dce6eb;
    background: #fff;
  }
  .moh-cnews-row--v49:hover { background: #fff; }
  .moh-cnews-row--v49 .moh-cnews-drag { grid-column: 1; grid-row: 1; align-self: center; }
  .moh-cnews-row--v49 .moh-cnews-cell-title {
    grid-column: 2 / 5;
    grid-row: 1;
    min-width: 0;
  }
  .moh-cnews-row--v49 .moh-cnews-cell-title > input[type="text"] {
    min-height: 36px;
    padding: 3px 2px;
    border-color: transparent;
    background: transparent;
    color: var(--moh-navy);
    font-size: 16px !important;
    font-weight: 700;
  }
  .moh-cnews-row--v49 .moh-cnews-cell-space {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    justify-content: stretch;
  }
  .moh-cnews-row--v49 .moh-cnews-cell-space input[type="text"] {
    width: 100%;
    min-height: 38px;
    padding: 6px 7px;
    border: 1px solid #cfdae1;
    background: #fff;
    text-align: left;
  }
  .moh-cnews-row--v49 .moh-cnews-cell-responsible {
    grid-column: 3 / 5;
    grid-row: 2;
  }
  .moh-cnews-row--v49 .moh-cnews-cell-notes {
    grid-column: 2 / 5;
    grid-row: 4;
  }
  .moh-cnews-row--v49 .moh-cnews-cell-responsible input[type="text"],
  .moh-cnews-row--v49 .moh-cnews-cell-notes input[type="text"] {
    min-height: 38px;
    padding: 6px 7px;
    border: 1px solid #cfdae1;
    background: #fff;
    font-size: 14px !important;
  }
  .moh-cnews-row--v49 .moh-cnews-check--online { grid-column: 2; grid-row: 3; }
  .moh-cnews-row--v49 .moh-cnews-check--ready  { grid-column: 3; grid-row: 3; }
  .moh-cnews-row--v49 .moh-cnews-check--placed { grid-column: 4; grid-row: 3; }
  .moh-cnews-row--v49 .moh-cnews-check {
    display: flex;
    min-width: 0;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    justify-content: flex-start;
    color: #526f7d;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.15;
  }
  .moh-cnews-row--v49 .moh-cnews-check input[type="checkbox"] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0;
  }
  .moh-cnews-row--v49 .screen-reader-text,
  .moh-cnews-ad-row .screen-reader-text {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    border: 0 !important;
    white-space: normal !important;
  }
  .moh-cnews-row--v49 .moh-cnews-cell-space,
  .moh-cnews-row--v49 .moh-cnews-cell-responsible,
  .moh-cnews-row--v49 .moh-cnews-cell-notes {
    color: #607987;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .moh-cnews-row--v49 .moh-cnews-remove-toggle {
    grid-column: 5;
    grid-row: 1;
    align-self: center;
  }
  .moh-cnews-row--v49.is-section {
    margin-top: 3px;
    padding-block: 9px !important;
    background: #eef5f9;
  }
  .moh-cnews-row--v49.is-section .moh-cnews-cell-space,
  .moh-cnews-row--v49.is-section .moh-cnews-check,
  .moh-cnews-row--v49.is-section .moh-cnews-cell-responsible { display: none; }
  .moh-cnews-row--v49.is-section .moh-cnews-cell-notes { grid-row: 2; }
  .moh-cnews-row--v49.is-section .moh-cnews-cell-title > input[type="text"] { font-size: 13px !important; }

  /* Paid Ads rows use the same card principle: field names are visible and
     the checkbox can no longer float alone at the far edge. */
  .moh-cnews-ads-panel .moh-panel__header .moh-header-actions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
  }
  .moh-cnews-ads-panel .moh-panel__header .moh-header-actions .moh-button {
    min-height: 38px;
    padding: 8px 11px !important;
    font-size: 12px !important;
  }
  .moh-cnews-ad-grid { display: grid; gap: 9px; }
  .moh-cnews-ad-row {
    position: relative;
    display: grid !important;
    grid-template-columns: 22px minmax(0,1fr) minmax(0,1fr) 26px !important;
    gap: 10px 8px !important;
    align-items: end;
    padding: 12px 10px !important;
    border: 1px solid #dce6eb;
    background: #fff;
  }
  .moh-cnews-ad-row .moh-cnews-drag { grid-column: 1; grid-row: 1; align-self: center; }
  .moh-cnews-ad-field { display: grid; gap: 4px; }
  .moh-cnews-ad-field > span {
    display: block;
    color: #607987;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .moh-cnews-ad-field input[type="text"] {
    width: 100%;
    min-height: 39px;
    padding: 6px 7px;
    border: 1px solid #cfdae1;
    background: #fff;
    font-size: 14px !important;
  }
  .moh-cnews-ad-field--advertiser { grid-column: 2 / 4; grid-row: 1; }
  .moh-cnews-ad-field--advertiser input { color: var(--moh-navy); font-weight: 700; }
  .moh-cnews-ad-field--size { grid-column: 2; grid-row: 2; }
  .moh-cnews-ad-field--art { grid-column: 3; grid-row: 2; }
  .moh-cnews-ad-field--notes { grid-column: 2 / 4; grid-row: 3; }
  .moh-cnews-ad-field--placed {
    grid-column: 2 / 4;
    grid-row: 4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    min-height: 34px;
    color: #526f7d;
    font-size: 11px;
    font-weight: 750;
  }
  .moh-cnews-ad-field--placed input { width: 20px; height: 20px; margin: 0; }
  .moh-cnews-ad-row .moh-cnews-remove-toggle { grid-column: 4; grid-row: 1; align-self: center; }

  /* Production list rows receive actual labels. Two-column fields are kept
     where they remain readable, cutting the extreme vertical sprawl. */
  .moh-cnews-recognition-grid,
  .moh-cnews-photo-grid { display: grid; gap: 9px; }
  .moh-cnews-recognition-row,
  .moh-cnews-photo-row {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px 8px !important;
    padding: 13px 36px 13px 12px !important;
    border: 1px solid #dce6eb;
    background: #fff;
  }
  .moh-cnews-recognition-field,
  .moh-cnews-photo-field { display: grid; gap: 4px; min-width: 0; }
  .moh-cnews-recognition-field > span,
  .moh-cnews-photo-field > span {
    display: block;
    color: #607987;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .moh-cnews-recognition-row input,
  .moh-cnews-photo-row input,
  .moh-cnews-photo-row select {
    width: 100% !important;
    min-width: 0;
    min-height: 40px;
    padding: 6px 7px;
    border: 1px solid #cfdae1;
    background: #fff;
    font-size: 14px !important;
  }
  .moh-cnews-recognition-field--label,
  .moh-cnews-photo-field--event,
  .moh-cnews-photo-field--notes { grid-column: 1 / -1; }
  .moh-cnews-recognition-field--name { grid-column: 1; }
  .moh-cnews-recognition-field--business { grid-column: 2; }
  .moh-cnews-recognition-field--years { grid-column: 1; }
  .moh-cnews-recognition-field--notes { grid-column: 2; }
  .moh-cnews-photo-field--date { grid-column: 1; }
  .moh-cnews-photo-field--status { grid-column: 2; }
  .moh-cnews-recognition-row .moh-cnews-remove-toggle,
  .moh-cnews-photo-row .moh-cnews-remove-toggle {
    position: absolute;
    top: 10px;
    right: 7px;
  }

  /* Monthly website delivery: labels turn anonymous number boxes into a
     usable phone form, while preserving the compact two-column input pair. */
  .moh-ad-stats-panel .moh-panel__header { align-items: stretch; flex-direction: column; }
  .moh-ad-month-picker,
  .moh-ad-month-picker input { width: 100%; }
  .moh-ad-stats-row {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px 8px;
    padding: 14px 0;
    align-items: end;
  }
  .moh-ad-stats-row > span:first-child { grid-column: 1 / -1; }
  .moh-ad-stats-row > span:nth-child(2) {
    display: block;
    grid-column: 1 / -1;
  }
  .moh-ad-stats-row > span:nth-child(3) { display: none; }
  .moh-ad-stats-row strong { font-size: 15px; }
  .moh-ad-stats-row small { font-size: 11px; }
  .moh-ad-stats-field { display: grid; gap: 4px; }
  .moh-ad-stats-field > span {
    display: block;
    color: #607987;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .moh-ad-stats-field input {
    width: 100%;
    min-height: 42px;
    font-size: 15px !important;
  }
  .moh-ad-stats-field--impressions { grid-column: 1; }
  .moh-ad-stats-field--clicks { grid-column: 2; }
  .moh-ad-stats-field--notes { grid-column: 1 / -1; }
  .moh-ad-stats-save .moh-button { width: 100%; }
}

@media (max-width: 430px) {
  /* Protect the smallest common phones from a few remaining squeeze points. */
  .moh-cnews-row--v49 {
    grid-template-columns: 20px minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 24px !important;
  }
  .moh-cnews-row--v49 .moh-cnews-check { gap: 4px; font-size: 9px; }
  .moh-cnews-row--v49 .moh-cnews-check input[type="checkbox"] { width: 18px; height: 18px; min-height: 18px; }
  .moh-cnews-recognition-field--name,
  .moh-cnews-recognition-field--business,
  .moh-cnews-recognition-field--years,
  .moh-cnews-recognition-field--notes { grid-column: 1 / -1; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .moh-cnews-ad-row .moh-cnews-ad-field,
  .moh-cnews-photo-row .moh-cnews-photo-field,
  .moh-cnews-recognition-row .moh-cnews-recognition-field { flex: 1 1 180px; }
}

/* ========================================================================== 
   COMMS 0.62.0 — real-device mobile cleanup
   Content-first mobile hierarchy after live phone testing.
   ========================================================================== */

.moh-project-status-mobile,
.moh-results-period-select,
.moh-mobile-project-roadmap,
.moh-project-heading-due-mobile,
.moh-cnews-check-label,
.moh-schedule-options > summary,
.moh-work-filter-details > summary { display: none; }

/* Desktop keeps the familiar controls even though mobile wraps them in details. */
@media (min-width: 761px) {
  .moh-work-filter-details,
  .moh-schedule-options { display: contents; }
  .moh-work-filter-details > .moh-work-filter-details__body,
  .moh-schedule-options > .moh-schedule-options__body { display: contents !important; }
}

/* Social Review: one concise status area instead of duplicated empty states. */
.moh-social-review-empty--compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.moh-social-review-empty--compact h2 { margin: 0 0 4px; }
.moh-social-review-empty--compact p { margin: 0; color: var(--moh-muted); }
.moh-social-review-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid var(--moh-line);
  background: #fff;
}
.moh-social-review-summary strong { color: var(--moh-navy); }
.moh-social-review-summary span { color: var(--moh-muted); font-size: 13px; }
.moh-social-review-summary .moh-button { margin-left: auto; }

/* Marketing Tracker: status is visually distinct from people. */
.moh-work-status {
  border: 1px solid #cbd8df;
  border-radius: 3px;
  background: #f8fafb;
  color: #49616e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .015em;
}
.moh-work-status--in-progress { border-color: rgba(0,118,170,.36); background: rgba(0,118,170,.08); color: #075f89; }
.moh-work-status--waiting { border-color: rgba(191,132,0,.34); background: rgba(234,170,33,.12); color: #805c07; }
.moh-work-status--blocked { border-color: rgba(193,32,51,.30); background: rgba(193,32,51,.08); color: #a12b38; }
.moh-work-status--in-review { border-color: rgba(89,91,153,.30); background: rgba(89,91,153,.08); color: #4d4f86; }

/* Requests is now an action queue: Pending vs History. */
.moh-record-list { margin-top: 10px; }

/* CNews checkbox text is intentionally mobile-only; desktop still uses column heads. */
.moh-cnews-check-label { color: #526f7d; font-size: 10px; font-weight: 800; }

@media (max-width: 760px) {
  /* Today: customization is a desktop/tablet setup task, not daily phone UI. */
  .moh-today-page-customize { display: none !important; }

  /* Marketing Tracker: compact signal strip + search first + tucked-away filters. */
  .moh-tracker-heading {
    padding: 0;
    margin: -2px 0 10px;
    background: transparent;
    border: 0;
  }
  .moh-tracker-heading .moh-toolbar__actions { width: 100%; justify-content: flex-start; }
  .moh-tracker-heading .moh-button { min-height: 40px; padding: 8px 12px; }
  .moh-tracker-heading .moh-button--quiet { min-height: 36px; }
  .moh-tracker-pulse {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0;
    margin: 10px 0 12px;
    border: 1px solid var(--moh-line);
    background: #fff;
  }
  .moh-tracker-pulse > div {
    min-width: 0;
    min-height: 52px;
    padding: 8px 7px !important;
    border: 0 !important;
    border-right: 1px solid var(--moh-line) !important;
    text-align: center;
  }
  .moh-tracker-pulse > div:last-child { border-right: 0 !important; }
  .moh-tracker-pulse strong { display: block; font-size: 20px; line-height: 1; }
  .moh-tracker-pulse span { display: block; margin-top: 4px; font-size: 10px; line-height: 1.2; }
  .moh-work-controls {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto auto;
    gap: 8px;
    align-items: start;
    margin: 10px 0 14px;
  }
  .moh-work-search { grid-column: 1 / -1; }
  .moh-work-search input { width: 100%; }
  .moh-work-filter-details { grid-column: 1; min-width: 0; }
  .moh-work-filter-details > summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #cbd9e3;
    border-radius: 3px;
    background: #f3f8fb;
    color: var(--moh-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }
  .moh-work-filter-details > summary::-webkit-details-marker { display: none; }
  .moh-work-filter-details__body { display: none; }
  .moh-work-filter-details[open] { grid-column: 1 / -1; }
  .moh-work-filter-details[open] > .moh-work-filter-details__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid var(--moh-line);
    background: #fff;
  }
  .moh-work-filter-details__body label { display: grid; gap: 4px; }
  .moh-work-filter-details__body label > span { color: #607987; font-size: 10px; font-weight: 800; text-transform: uppercase; }
  .moh-work-select-mode { grid-column: 2; min-height: 40px !important; padding: 8px 11px !important; }
  .moh-tracker-card { gap: 8px; }
  .moh-tracker-card__meta { gap: 6px 8px !important; margin-top: 6px; }
  .moh-tracker-card__meta time { font-size: 12px; font-weight: 750; }
  .moh-work-edit-button { font-size: 11px; }
  .moh-owner-name { padding: 5px 9px; font-size: 11px; }

  /* Schedule: four views in one row, one compact options disclosure, content first. */
  .moh-view-toggle { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
  .moh-view-toggle a { min-height: 42px; padding: 9px 3px !important; font-size: 12px; }
  .moh-schedule-options { width: 100%; }
  .moh-schedule-options > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid #cbd9e3;
    border-radius: 3px;
    background: #f3f8fb;
    color: var(--moh-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }
  .moh-schedule-options > summary::after { content: '⌄'; font-size: 12px; }
  .moh-schedule-options[open] > summary::after { transform: rotate(180deg); }
  .moh-schedule-options > summary::-webkit-details-marker { display: none; }
  .moh-schedule-options__body { display: none; }
  .moh-schedule-options[open] > .moh-schedule-options__body {
    display: grid;
    gap: 10px;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid var(--moh-line);
    background: #fff;
  }
  .moh-schedule-filters { margin: 0; }
  .moh-schedule-layers {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
  }
  .moh-schedule-layer { min-height: 38px !important; padding: 7px 8px !important; }
  .moh-schedule-option-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
  .moh-schedule-apply { width: 100%; }

  /* Month gets a small real calendar plus the agenda below it. */
  .moh-calendar-scroll { display: block !important; overflow: visible !important; }
  .moh-calendar {
    min-width: 0 !important;
    width: 100%;
    grid-template-columns: repeat(7,minmax(0,1fr)) !important;
    border: 1px solid var(--moh-line);
  }
  .moh-calendar__weekday { padding: 6px 1px !important; font-size: 9px !important; text-align: center; }
  .moh-calendar__day { min-height: 46px !important; padding: 3px !important; }
  .moh-calendar__date { width: 24px; height: 24px; font-size: 11px; line-height: 24px; }
  .moh-calendar__items { display: flex !important; flex-wrap: wrap; gap: 2px; margin-top: 2px; }
  .moh-calendar-item {
    display: block !important;
    width: 6px !important;
    min-width: 6px !important;
    height: 6px !important;
    min-height: 6px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    overflow: hidden;
  }
  .moh-calendar-item__text { display: none !important; }
  .moh-calendar-more { display: none !important; }
  .moh-week-scroll { display: none !important; }

  /* Timeline on phones becomes a project roadmap, not a tiny Gantt. */
  .moh-mobile-project-roadmap { display: grid; gap: 9px; }
  .moh-mobile-roadmap-card {
    display: grid;
    gap: 5px;
    padding: 12px 13px;
    border: 1px solid var(--moh-line);
    border-left: 4px solid var(--moh-blue);
    background: #fff;
    color: var(--moh-text) !important;
    text-decoration: none !important;
  }
  .moh-mobile-roadmap-card > div { display: flex; flex-direction: column; gap: 2px; }
  .moh-mobile-roadmap-card strong { color: var(--moh-navy); font-size: 15px; }
  .moh-mobile-roadmap-card span,
  .moh-mobile-roadmap-card time,
  .moh-mobile-roadmap-card p { margin: 0; color: var(--moh-muted); font-size: 11px; line-height: 1.4; }
  .moh-mobile-roadmap-card p b { color: #607987; text-transform: uppercase; font-size: 9px; letter-spacing: .04em; }
  .moh-mobile-roadmap-open { color: var(--moh-blue) !important; font-weight: 800; }
  .moh-shared-timeline__scroll,
  .moh-shared-timeline .moh-activity-legend { display: none !important; }
  .moh-shared-timeline__intro { margin-bottom: 10px; }
  .moh-shared-timeline__intro h2 { font-size: 22px !important; }
  .moh-shared-timeline__intro p { display: none; }
  .moh-shared-timeline__range { font-size: 12px; }

  /* Projects portfolio: one status selector + primary action, then projects. */
  .moh-project-status-desktop { display: none !important; }
  .moh-project-status-mobile { display: block; flex: 1 1 auto; min-width: 0; }
  .moh-project-status-mobile select { width: 100%; min-height: 40px; }
  .moh-projects-toolbar { display: grid !important; grid-template-columns: minmax(0,1fr) auto; gap: 8px; margin-bottom: 12px; }
  .moh-projects-toolbar > .moh-toolbar__actions { display: flex; gap: 6px; align-items: center; }
  .moh-projects-toolbar .moh-manage-menu > summary { min-height: 40px; padding: 8px 9px; font-size: 11px; }
  .moh-projects-toolbar .moh-button { min-height: 40px; padding: 8px 11px; font-size: 12px; }
  .moh-project-card-grid { gap: 10px; }

  /* Project detail: remove nested due treatment and shrink dashboard summary cards. */
  .moh-project-editor--workspace { padding: 0 !important; }
  .moh-project-workspace__heading {
    padding: 14px 14px 12px !important;
    gap: 5px !important;
  }
  .moh-project-workspace__heading h3 { font-size: 25px !important; line-height: 1.05; }
  .moh-project-workspace__heading .moh-eyebrow { margin-bottom: 4px; }
  .moh-project-heading-meta { margin-top: 7px !important; gap: 7px !important; }
  .moh-project-heading-due-mobile { display: inline !important; color: var(--moh-navy); font-weight: 750; }
  .moh-project-due { display: none !important; }
  .moh-project-tabs { margin-top: 0; padding-left: 14px !important; gap: 18px !important; }
  .moh-project-tab-panel { padding: 12px 14px 18px !important; }
  .moh-project-dashboard-snapshot { gap: 7px !important; }
  .moh-project-dashboard-card {
    display: grid;
    grid-template-columns: 108px minmax(0,1fr);
    gap: 2px 10px;
    align-items: baseline;
    padding: 10px 11px !important;
    min-height: 0 !important;
  }
  .moh-project-dashboard-card > span { grid-row: 1 / span 2; align-self: start; font-size: 10px; }
  .moh-project-dashboard-card > strong { font-size: 15px !important; }
  .moh-project-dashboard-card > small { font-size: 11px !important; }

  /* Social Review empty screen is intentionally spare. */
  .moh-social-review-empty--compact { align-items: flex-start; flex-direction: column; padding: 15px 16px; }
  .moh-social-review-empty--compact .moh-inline-actions { width: 100%; }
  .moh-social-review-empty--compact .moh-button { width: auto; }
  .moh-social-review-summary { flex-wrap: wrap; }
  .moh-social-review-summary .moh-button { margin-left: 0; }
  .moh-social-review-card__actions { padding-top: 10px !important; }

  /* Requests: only two queue states, so controls stay small. */
  body .moh-page--requests .moh-toolbar,
  .moh-record-list + .moh-toolbar { margin-bottom: 10px; }
  .moh-record__meta { gap: 5px 10px; }

  /* Results: compact period selector and KPI strips. */
  .moh-results-periods { display: none !important; }
  .moh-results-period-select { display: block; margin-bottom: 10px; }
  .moh-results-period-select label { display: grid; gap: 4px; }
  .moh-results-period-select label > span { color: #607987; font-size: 10px; font-weight: 800; text-transform: uppercase; }
  .moh-results-period-select select { width: 100%; }
  .moh-results-metrics { display: grid !important; grid-template-columns: 1fr !important; gap: 7px !important; }
  .moh-results-metrics .moh-metric {
    min-height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px !important;
  }
  .moh-results-metrics .moh-metric span { font-size: 12px; }
  .moh-results-metrics .moh-metric strong { font-size: 23px !important; line-height: 1; }

  /* CNews Issue Plan: visible labels + much denser mobile rows. */
  .moh-cnews-check-label { display: inline !important; }
  .moh-cnews-plan-header { margin-bottom: 8px; }
  .moh-cnews-row--v49 {
    grid-template-columns: 18px 72px minmax(0,1fr) 24px !important;
    grid-template-areas:
      "drag title title remove"
      ". space responsible ."
      ". checks checks ."
      ". notes notes .";
    gap: 7px 8px !important;
    padding: 10px 8px !important;
  }
  .moh-cnews-row--v49 .moh-cnews-drag { grid-area: drag; align-self: center; }
  .moh-cnews-row--v49 .moh-cnews-cell-title { grid-area: title; }
  .moh-cnews-row--v49 .moh-cnews-cell-space { grid-area: space; }
  .moh-cnews-row--v49 .moh-cnews-cell-responsible { grid-area: responsible; }
  .moh-cnews-row--v49 .moh-cnews-cell-notes { grid-area: notes; }
  .moh-cnews-row--v49 .moh-cnews-remove-toggle { grid-area: remove !important; }
  .moh-cnews-row--v49 .moh-cnews-check--online { grid-area: checks; justify-self: start; }
  .moh-cnews-row--v49 .moh-cnews-check--ready { grid-area: checks; justify-self: center; }
  .moh-cnews-row--v49 .moh-cnews-check--placed { grid-area: checks; justify-self: end; }
  .moh-cnews-row--v49 .moh-cnews-check {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    min-height: 32px;
    font-size: 10px;
  }
  .moh-cnews-row--v49 input:not([type="checkbox"]) { min-height: 38px !important; font-size: 14px !important; }
  .moh-cnews-cell-notes input { min-height: 36px !important; }
  .moh-cnews-overall-save { min-height: 36px !important; }

  /* Paid Ads: compact production rows. */
  .moh-cnews-ads-panel .moh-panel__header { gap: 6px; }
  .moh-cnews-ads-panel .moh-panel__header .moh-help { display: none; }
  .moh-cnews-ads-panel .moh-header-actions { width: 100%; justify-content: space-between; align-items: center; }
  .moh-cnews-ads-panel .moh-header-actions .moh-button { min-height: 36px; padding: 7px 10px; font-size: 11px; }
  .moh-cnews-ad-grid { gap: 8px; }
  .moh-cnews-ad-row {
    grid-template-columns: 18px minmax(0,1fr) 24px !important;
    grid-template-areas:
      "drag advertiser remove"
      ". size ."
      ". art ."
      ". placed ."
      ". notes ." !important;
    gap: 6px 8px !important;
    padding: 10px 8px !important;
  }
  .moh-cnews-ad-row .moh-cnews-drag { grid-area: drag; }
  .moh-cnews-ad-field--advertiser { grid-area: advertiser !important; }
  .moh-cnews-ad-field--size { grid-area: size !important; }
  .moh-cnews-ad-field--art { grid-area: art !important; }
  .moh-cnews-ad-field--placed { grid-area: placed !important; }
  .moh-cnews-ad-field--notes { grid-area: notes !important; }
  .moh-cnews-ad-row .moh-cnews-remove-toggle { grid-area: remove !important; position: static !important; }
  .moh-cnews-ad-field--size,
  .moh-cnews-ad-field--art { display: grid !important; grid-template-columns: 70px minmax(0,1fr); align-items: center; gap: 8px; }
  .moh-cnews-ad-field--size > span,
  .moh-cnews-ad-field--art > span { margin: 0; }
  .moh-cnews-ad-field--placed { display: inline-flex !important; align-items: center; gap: 7px; min-height: 34px; }
  .moh-cnews-ad-row input:not([type="checkbox"]) { min-height: 38px !important; font-size: 14px !important; }
  .moh-cnews-ad-field--notes input { min-height: 36px !important; }

  /* Volunteer Recognition: preserve labels but stop turning each row into a page. */
  .moh-cnews-recognition-row {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 7px 8px !important;
    padding: 10px 30px 10px 10px !important;
  }
  .moh-cnews-recognition-field--label { grid-column: 1 / -1 !important; }
  .moh-cnews-recognition-field--name { grid-column: 1 !important; }
  .moh-cnews-recognition-field--business { grid-column: 2 !important; }
  .moh-cnews-recognition-field--years { grid-column: 1 !important; }
  .moh-cnews-recognition-field--notes { grid-column: 2 !important; }
  .moh-cnews-recognition-row input { min-height: 38px !important; font-size: 14px !important; padding: 6px 7px !important; }

  /* Flatplan toolbar controls get enough width to show Page / Spread. */
  .moh-cnews-flat-block-toolbar {
    display: grid !important;
    grid-template-columns: 22px minmax(58px,1fr) minmax(108px,auto) 24px !important;
    gap: 7px;
    align-items: center;
  }
  .moh-cnews-flat-block-type { min-width: 108px !important; width: 108px !important; padding-inline: 8px 24px !important; font-size: 14px !important; }
  .moh-cnews-page-label { min-width: 0 !important; width: 100% !important; }
}

@media (max-width: 430px) {
  .moh-tracker-pulse span { font-size: 9px; }
  .moh-project-dashboard-card { grid-template-columns: 94px minmax(0,1fr); }
  .moh-cnews-recognition-row { grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important; }
  .moh-cnews-recognition-field--name { grid-column: 1 !important; }
  .moh-cnews-recognition-field--business { grid-column: 2 !important; }
  .moh-cnews-recognition-field--years { grid-column: 1 !important; }
  .moh-cnews-recognition-field--notes { grid-column: 2 !important; }
}
