.dash-shell { --dash-forest: var(--forest, #1d4d3f); --dash-teal: var(--teal, #397b70); --dash-cream: var(--cream, #faf8f1); --dash-sand: var(--sand, #e9d5b8); --dash-ink: var(--ink, #19392f); --dash-muted: var(--muted, #5d7167); --dash-line: var(--line, #d7dfd6); max-width: 1340px; margin: 0 auto; padding: 38px clamp(18px, 3vw, 46px) 28px; color: var(--dash-ink); background: var(--dash-cream); font-family: inherit; }
.main-content.dashboard-content{max-width:none;padding-left:24px;padding-right:24px}.dashboard-content .dash-shell{padding:28px 20px}.studio-shell:has(.dashboard-content){max-width:1600px}
.dash-shell * { box-sizing: border-box; }
.dash-shell h1, .dash-shell h2, .dash-shell h3, .dash-shell p { margin-top: 0; }
.dash-shell h1 { margin-bottom: 16px; font-size: clamp(36px, 4.1vw, 58px); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
.dash-shell h2 { margin-bottom: 10px; font-size: clamp(23px, 2.2vw, 30px); font-weight: 600; line-height: 1.18; letter-spacing: -.025em; }
.dash-shell p { line-height: 1.5; }
.dash-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; padding-bottom: 24px; }
.dash-eyebrow { margin-bottom: 14px; font-size: 11px; line-height: 1.4; letter-spacing: .13em; font-weight: 750; }
.dash-subtitle { max-width: 510px; margin-bottom: 0; color: var(--dash-muted); font-size: 17px; }
.dash-heading-aside { display: flex; flex-direction: column; align-items: flex-end; gap: 28px; text-align: right; }
.dash-heading-aside p { margin-bottom: 0; color: var(--dash-muted); font-size: 13px; }
.dash-heading-aside strong { display: inline-block; margin-top: 5px; color: var(--dash-ink); font-size: 17px; }
.dash-demo-badge { display: inline-flex; max-width: 330px; padding: 10px 14px; border: 1px solid #b5c9bd; border-radius: 99px; color: var(--dash-forest); background: #eef3eb; font-size: 12px; line-height: 1.35; font-weight: 650; }
.dash-toolbar { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 15px; padding: 20px; border: 1px solid var(--dash-line); border-radius: 16px; background: #fff; }
.dash-filter { display: grid; gap: 7px; min-width: 175px; font-size: 12px; font-weight: 700; }
.dash-filter select { width: 100%; min-height: 46px; padding: 10px 34px 10px 13px; border: 1px solid var(--dash-line); border-radius: 8px; color: var(--dash-ink); background: var(--dash-cream); font: inherit; font-size: 14px; }
.dash-selection { display: grid; gap: 4px; margin: 0 auto 5px 10px; }
.dash-selection strong { font-size: 16px; font-weight: 650; }
.dash-selection span { color: var(--dash-muted); font-size: 12px; }
.dash-export { display: flex; align-items: center; gap: 18px; min-height: 46px; padding: 12px 18px; border: 1px solid var(--dash-forest); border-radius: 8px; color: #fff; background: var(--dash-forest); font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.dash-export:hover { background: #113e30; }
.dash-export span { font-size: 20px; line-height: 1; }
.dash-shell :is(button, select, summary, [tabindex]):focus-visible { outline: 3px solid #a6792d; outline-offset: 4px; }
.dash-target-note { margin: 12px 0 22px; color: var(--dash-muted); font-size: 12px; }
.dash-kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 24px; }
.dash-kpi { display: flex; flex-direction: column; min-width: 0; padding: 24px 22px 18px; border-radius: 17px; }
.dash-kpi-1 { color: #fff; background: var(--dash-forest); }
.dash-kpi-2 { color: #fff; background: #326b61; }
.dash-kpi-3 { color: var(--dash-ink); background: var(--dash-sand); }
.dash-kpi-4 { color: var(--dash-ink); background: #e3ecdf; }
.dash-kpi-label { min-height: 44px; margin-bottom: 20px; font-size: 16px; font-weight: 550; line-height: 1.3 !important; }
.dash-kpi-value { font-size: clamp(42px, 4.5vw, 62px); line-height: 1; font-weight: 650; letter-spacing: -.04em; }
.dash-actual-label { margin: 9px 0 22px; font-size: 12px; }
.dash-target { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; padding: 12px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.dash-target span { font-size: 11px; }
.dash-target strong { font-size: 21px; line-height: 1; font-weight: 650; }
.dash-denominator { margin: 15px 0 4px; font-size: 12px; font-weight: 650; }
.dash-population { min-height: 35px; margin-bottom: 14px; font-size: 11px; line-height: 1.4 !important; }
.dash-response-counts { margin: auto 0 0; font-size: 11px; }
.dash-middle-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 22px; margin-bottom: 28px; }
.dash-stage-panel, .dash-youth-panel { min-width: 0; padding: 26px; border: 1px solid var(--dash-line); border-radius: 16px; background: #fff; }
.dash-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 20px; }
.dash-section-heading .dash-eyebrow { margin-bottom: 10px; }
.dash-small-label { flex-shrink: 0; margin-top: 3px; color: var(--dash-muted); font-size: 11px; }
.dash-stage-bar { display: flex; width: 100%; height: 16px; overflow: hidden; margin: 22px 0; border-radius: 99px; background: #edf0e9; }
.dash-segment { flex-basis: 0; }
.dash-segment-1, .dash-dot-1 { background: #dbc39f; }
.dash-segment-2, .dash-dot-2 { background: #70a092; }
.dash-segment-3, .dash-dot-3 { background: var(--dash-forest); }
.dash-stage-counts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 22px; }
.dash-stage-counts > div { display: grid; gap: 10px; }
.dash-stage-number { font-size: 32px; font-weight: 650; line-height: 1; letter-spacing: -.03em; }
.dash-stage-name { display: flex; align-items: flex-start; gap: 7px; font-size: 12px; line-height: 1.35; }
.dash-dot { flex-shrink: 0; display: inline-block; width: 8px; height: 8px; margin-top: 4px; border-radius: 50%; }
.dash-panel-note { margin-bottom: 0; color: var(--dash-muted); font-size: 12px; }
.dash-youth-panel { background: #edf1e9; }
.dash-youth-panel h2 { margin-bottom: 18px; }
.dash-role-list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 17px; }
.dash-role-list span { padding: 7px 10px; border: 1px solid #bccdbd; border-radius: 99px; color: #294e3d; background: #f9fbf7; font-size: 11px; line-height: 1.3; }
.dash-youth-panel > p:last-child { margin-bottom: 0; color: var(--dash-muted); font-size: 12px; }
.dash-tracking { margin-bottom: 32px; padding: 26px; border: 1px solid var(--dash-line); border-radius: 16px; background: #fff; }
.dash-followup-badge { flex-shrink: 0; display: inline-block; margin-top: 2px; padding: 9px 12px; border-radius: 99px; color: #75511a; background: #f4e7ca; font-size: 12px; font-weight: 650; }
.dash-table-intro { max-width: 860px; margin: 0 0 18px; color: var(--dash-muted); font-size: 12px; }
.dash-table-intro strong { font-weight: 650; }
.dash-table-wrap { overflow-x: auto; border: 1px solid var(--dash-line); border-radius: 10px; }
.dash-table { width: 100%; min-width: 840px; border-collapse: collapse; table-layout: auto; font-size: 12px; }
.dash-table thead { background: #f1f4ed; }
.dash-table th, .dash-table td { padding: 15px 12px; border-bottom: 1px solid #e5e9e1; text-align: left; vertical-align: middle; line-height: 1.35; }
.dash-table thead th { color: var(--dash-muted); font-size: 11px; font-weight: 650; text-transform: none; letter-spacing: 0; }
.dash-table thead th:first-child { width: 23%; }
.dash-table thead th:nth-child(2) { width: 18%; }
.dash-table thead th span { font-weight: 450; }
.dash-table tbody th { color: var(--dash-ink); font-weight: 500; text-transform: none; letter-spacing: 0; font-size: 12px; }
.dash-table tbody th strong { font-weight: 650; }
.dash-table tr:last-child > * { border-bottom: 0; }
.dash-table tbody tr:hover { background: #fafbf7; }
.dash-cell-note { display: block; margin-top: 5px; color: var(--dash-muted); font-size: 10px; line-height: 1.4; font-weight: 400; }
.dash-stage-chip { display: inline-block; padding: 6px 9px; border-radius: 7px; font-size: 10px; font-weight: 600; }
.dash-stage-1 { color: #685433; background: #f1e6d3; }
.dash-stage-2 { color: #285d4f; background: #e1eee6; }
.dash-stage-3 { color: #fff; background: var(--dash-forest); }
.dash-session-number { font-size: 15px; font-weight: 650; }
.dash-confidence { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 650; }
.dash-confidence > span { color: #738779; font-weight: 400; }
.dash-due { color: #8c6021; font-size: 11px; font-weight: 650; }
.dash-next { color: #496754; font-size: 11px; }
.dash-followup-rule { margin: 16px 0 0; color: var(--dash-muted); font-size: 11px; }
.dash-empty { padding: 35px 20px !important; color: var(--dash-muted); font-size: 14px; text-align: center !important; }
.dash-monitoring { margin-bottom: 24px; }
.dash-monitoring-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 11px; }
.dash-monitor-card { min-width: 0; padding: 17px 15px; border: 1px solid var(--dash-line); border-radius: 12px; background: #fff; }
.dash-monitor-index { display: block; margin-bottom: 17px; color: #678071; font-size: 10px; letter-spacing: .1em; }
.dash-monitor-card > strong { display: block; margin-bottom: 11px; font-size: 32px; line-height: 1; font-weight: 650; letter-spacing: -.03em; }
.dash-monitor-card > strong span { color: var(--dash-muted); font-size: 18px; font-weight: 450; }
.dash-monitor-card h3 { min-height: 37px; margin-bottom: 7px; font-size: 12px; font-weight: 650; line-height: 1.45; }
.dash-monitor-card p { margin-bottom: 0; color: var(--dash-muted); font-size: 10px; line-height: 1.4; }
.dash-definitions { border-top: 1px solid var(--dash-line); border-bottom: 1px solid var(--dash-line); }
.dash-definitions > summary { min-height: 52px; padding: 18px 0; color: var(--dash-forest); font-size: 13px; font-weight: 650; cursor: pointer; }
.dash-definition-body { padding: 5px 0 16px; color: var(--dash-muted); font-size: 12px; }
.dash-definition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 24px 0; }
.dash-definition-grid article { padding: 17px; border-radius: 9px; background: #edf1e9; }
.dash-definition-body h3 { margin-bottom: 10px; color: var(--dash-ink); font-size: 13px; line-height: 1.4; }
.dash-definition-grid p:last-child { margin-bottom: 0; }
.dash-monitor-definitions { padding-left: 20px; }
.dash-monitor-definitions li { margin-bottom: 12px; }
.dash-monitor-definitions p { margin: 4px 0 0; }
.dash-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 20px; color: var(--dash-muted); font-size: 10px; line-height: 1.4; }
@media (max-width: 1100px) {
  .dash-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dash-kpi-label { min-height: 24px; }
  .dash-monitoring-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dash-middle-grid { grid-template-columns: 1fr; }
  .dash-youth-panel h2 br { display: none; }
}
@media (max-width: 680px) {
  .dash-shell { padding: 26px 15px; }
  .dash-heading { flex-direction: column; gap: 22px; }
  .dash-heading-aside { width: 100%; flex-direction: row; justify-content: space-between; align-items: center; gap: 18px; text-align: left; }
  .dash-heading-aside p { font-size: 10px; white-space: nowrap; }
  .dash-heading-aside strong { font-size: 12px; }
  .dash-demo-badge { max-width: 235px; font-size: 10px; }
  .dash-toolbar { gap: 14px; padding: 15px; }
  .dash-filter { flex: 1; min-width: 120px; }
  .dash-selection { width: 55%; margin: 2px auto 0 0; }
  .dash-selection strong { font-size: 13px; }
  .dash-export { padding: 10px 12px; font-size: 11px; gap: 8px; }
  .dash-target-note { font-size: 11px; }
  .dash-kpi-grid { gap: 10px; }
  .dash-kpi { padding: 19px 15px; border-radius: 12px; }
  .dash-kpi-label { min-height: 40px; margin-bottom: 13px; font-size: 14px; }
  .dash-kpi-value { font-size: 45px; }
  .dash-target { align-items: flex-start; flex-direction: column; gap: 6px; }
  .dash-population { min-height: 42px; }
  .dash-denominator { min-height: 36px; }
  .dash-stage-panel, .dash-youth-panel, .dash-tracking { padding: 20px 16px; }
  .dash-section-heading { flex-wrap: wrap; gap: 12px; }
  .dash-section-heading h2 { margin-bottom: 0; }
  .dash-stage-name { font-size: 11px; }
  .dash-small-label { margin-top: 0; }
  .dash-monitoring-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dash-monitor-card h3 { min-height: 32px; }
  .dash-definition-grid { grid-template-columns: 1fr; }
}
@media (max-width: 370px) {
  .dash-kpi-grid { grid-template-columns: 1fr; }
  .dash-kpi-label, .dash-population, .dash-denominator { min-height: 0; }
  .dash-target { flex-direction: row; }
  .dash-filter { min-width: 100%; }
  .dash-heading-aside { flex-wrap: wrap; }
}
