.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.demo-mobile-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  padding: 43px 65px;
  min-height: 702px;
}
.demo-guide {
  max-width: 295px;
}
.app-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--secondary);
  line-height: 1.5;
  display: block;
}
.demo-guide h3 {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1.4px;
  margin: 22px 0 17px;
}
.demo-guide > p:not(.guide-disclaimer) {
  font-size: 13px;
  line-height: 1.85;
  color: var(--secondary);
}
.demo-guide-steps {
  list-style: none;
  padding: 0;
  margin: 27px 0 24px;
  display: grid;
  gap: 15px;
}
.demo-guide-steps li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  color: var(--muted);
}
.demo-guide-steps li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}
.demo-guide-steps li.done {
  color: var(--ink);
}
.demo-guide-steps li.done > span {
  background: var(--solid);
  border-color: var(--hardware);
  color: var(--on-solid);
}
.guide-platform {
  font-size: 12px;
  color: var(--secondary);
}
.demo-guide .guide-disclaimer {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 24px;
  max-width: 245px;
  color: var(--muted);
}
.guide-link {
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  padding: 5px 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
}
.guide-link .ico {
  width: 16px;
}
.demo-phone {
  background: var(--surface);
  border: 6px solid var(--hardware);
  border-radius: 32px;
  width: 340px;
  max-width: 100%;
  box-shadow: 0 18px 35px #11182722;
  overflow: clip;
  justify-self: center;
}
.demo-phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  padding: 0 21px;
  font-size: 10px;
  position: relative;
  color: var(--secondary);
}
.demo-phone-top i {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--solid);
  width: 95px;
  height: 20px;
  border-radius: 0 0 14px 14px;
}
.demo-phone-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1;
  padding: 16px 22px 19px;
}
.demo-phone-brand small {
  display: block;
  font-size: 6px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-top: 5px;
}
.demo-phone-brand .northstar-mark {
  font-size: 32px;
}
.mobile-content {
  padding: 8px 22px 22px;
  min-height: 408px;
}
.app-title {
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -1.2px;
  outline: 0;
}
.app-subtitle {
  font-size: 12px;
  line-height: 1.7;
  margin: 10px 0 22px;
  color: var(--secondary);
}
.mobile-feature {
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.mobile-feature > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.mobile-feature > div > .ico {
  width: 23px;
  height: 23px;
  color: var(--secondary);
}
.mobile-feature > p {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--secondary);
  margin-bottom: 9px;
}
.mobile-feature h3 {
  font-size: 21px;
  letter-spacing: -0.65px;
}
.mobile-feature > span {
  display: block;
  font-size: 12px;
  color: var(--secondary);
  margin: 9px 0 15px;
}
.app-link {
  border: 0;
  background: transparent;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  font-weight: 550;
  text-align: left;
  min-height: 38px;
  color: var(--ink);
}
.app-link .ico {
  width: 16px;
  height: 16px;
}
.mobile-feature > .app-link {
  border-top: 1px solid var(--line);
  width: 100%;
  justify-content: space-between;
  padding-bottom: 0;
}
.mobile-shortcuts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 13px;
}
.shortcut {
  padding: 14px 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 9px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shortcut:hover {
  border-color: var(--line-strong);
}
.shortcut > .ico {
  width: 20px;
  height: 20px;
  margin-bottom: 14px;
}
.shortcut strong {
  font-size: 12px;
  font-weight: 550;
  line-height: 1.4;
}
.shortcut span {
  font-size: 10px;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.6;
}
.phone-nav {
  display: flex;
  justify-content: space-around;
  padding: 9px 12px 14px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.phone-nav button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 10px;
  padding: 4px 9px;
  min-height: 43px;
  border-radius: 5px;
}
.phone-nav button > .ico {
  width: 18px;
  height: 18px;
}
.phone-nav button[aria-current="page"] {
  color: var(--ink);
  background: var(--soft);
}
.phone-nav button:hover {
  color: var(--ink);
}
.personal-record {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 18px;
  background: var(--paper);
}
.record-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.personal-record h3 {
  font-size: 21px;
  line-height: 1.2;
}
.personal-record dl,
.request-status dl {
  margin: 20px 0;
}
.personal-record dl > div,
.request-status dl > div {
  display: flex;
  justify-content: space-between;
  gap: 17px;
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}
.personal-record dt,
.request-status dt {
  color: var(--secondary);
}
.personal-record dd,
.request-status dd {
  margin: 0;
  text-align: right;
  font-weight: 500;
  max-width: 145px;
}
.app-footnote {
  display: block;
  font-size: 11px !important;
  line-height: 1.7 !important;
  color: var(--secondary) !important;
  margin-top: 15px;
}
.app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
  padding: 12px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: transparent;
  text-align: center;
}
.app-btn.primary {
  background: var(--solid);
  color: var(--on-solid);
  border-color: var(--hardware);
}
.app-btn.primary:hover {
  background: var(--solid);
}
.app-btn.secondary {
  background: var(--soft);
}
.app-btn.secondary:hover {
  background: var(--soft);
}
.mobile-content .app-btn {
  width: 100%;
}
.personal-record > .app-link {
  font-size: 12px;
}
.app-form {
  display: grid;
  gap: 15px;
}
.app-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.app-field label,
.assignment-form label {
  font-size: 12px;
  font-weight: 550;
}
.app-form select,
.assignment-form select {
  font-size: 12px;
  min-height: 44px;
  padding: 10px;
  background: var(--surface);
}
.app-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.app-summary-line > span {
  color: var(--secondary);
}
.app-summary-line > strong {
  font-size: 12px;
  text-align: right;
  font-weight: 500;
}
.app-form .app-footnote {
  margin-top: 0;
}
.request-status {
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--warning-soft);
  border-radius: 9px;
}
.request-status.confirmed {
  background: var(--soft);
  border-color: var(--line);
}
.request-status > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.request-status h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.7px;
}
.request-status > p:not(.app-footnote) {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 13px;
}
.request-status dl > div {
  border-color: var(--line);
}
.request-status.confirmed dl > div {
  border-color: var(--line);
}
.mobile-request-link {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  font-size: 12px;
  font-weight: 550;
}
.mobile-request-link > .ico {
  width: 17px;
  height: 17px;
}
.mobile-request-link > .ico:last-child {
  margin-left: auto;
}
.mobile-request-link small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 3px;
}
.resource-list {
  display: grid;
  gap: 9px;
}
.resource-list > button {
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
  background: var(--surface);
  text-align: left;
}
.resource-list > button > .ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.resource-list > button > .ico:last-child {
  margin-left: auto;
  width: 14px;
}
.resource-list > button strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}
.resource-list > button small {
  font-size: 9px;
  letter-spacing: 0.09em;
  color: var(--secondary);
}
.resource-list > button:hover {
  background: var(--soft);
}
.resource-article {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  margin: 20px 0;
}
.resource-article > p:not(.app-eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  margin-top: 18px;
}
.resource-version {
  font-size: 10px;
  display: block;
  color: var(--muted);
  margin-top: 25px;
}
.app-back {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0 0 18px;
  font-size: 12px;
  color: var(--secondary);
}
.app-back .ico {
  width: 15px;
}
.help-options {
  display: grid;
  gap: 10px;
  margin: 23px 0;
}
.help-option {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
  text-align: left;
}
.help-option .ico {
  width: 17px;
  height: 17px;
}
.help-option .ico:last-child {
  margin-left: auto;
  width: 13px;
}
.help-option:hover {
  background: var(--soft);
}
.support-preview {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  margin-top: 20px;
}
.support-preview h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 17px;
}
.support-preview p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 15px;
}
.people-select {
  border: 0;
  padding: 0;
  margin: 0;
}
.people-select legend {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 550;
}
.people-select label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  margin-top: 7px;
  border-radius: 4px;
  cursor: pointer;
  background: var(--surface);
}
.people-select input {
  width: 15px;
  height: 15px;
  min-height: 0;
  padding: 0;
  accent-color: var(--blue);
}
/* The customer-company and provider workspaces share a real request state. */
.desktop-app {
  margin: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: clip;
  min-height: 665px;
  box-shadow: 0 12px 30px #11182710;
}
.desktop-app-top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  min-height: 75px;
}
.desktop-app-top > .demo-phone-brand {
  padding: 0;
  margin-right: auto;
  font-size: 21px;
}
.desktop-app-top > .demo-phone-brand > .northstar-mark {
  font-size: 28px;
}
.desktop-app-top > span:not(.person-avatar) {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--secondary);
}
.person-avatar {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--soft);
  font-size: 11px;
  font-weight: 550;
  flex-shrink: 0;
}
.person-avatar.jamie {
  background: var(--soft);
}
.person-avatar.morgan {
  background: var(--warning-soft);
}
.desktop-app-layout {
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 587px;
}
.app-sidebar {
  border-right: 1px solid var(--line);
  background: var(--paper);
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.app-sidebar > button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  font-size: 12px;
  color: var(--secondary);
  text-align: left;
  padding: 12px;
}
.app-sidebar > button > .ico {
  width: 17px;
  height: 17px;
}
.app-sidebar > button[aria-current="page"] {
  background: var(--soft);
  color: var(--ink);
  font-weight: 550;
}
.app-sidebar > button:hover {
  background: var(--soft);
}
.sidebar-note {
  font-size: 9px;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: var(--secondary);
  padding: 30px 12px 0;
  margin-top: auto;
}
.desktop-app-main {
  padding: 32px;
  min-width: 0;
}
.desktop-app-main > .app-title {
  font-size: 28px;
  letter-spacing: -1.1px;
}
.desktop-app-main > .app-subtitle {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 25px;
}
.portal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 0 28px;
}
.portal-metrics > div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 18px;
}
.portal-metrics > div > span {
  display: block;
  color: var(--secondary);
  font-size: 11px;
  line-height: 1.5;
}
.portal-metrics strong {
  display: block;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -1.2px;
  margin-top: 13px;
}
.app-section {
  margin-top: 28px;
}
.app-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.app-section-title h3 {
  font-size: 17px;
  letter-spacing: -0.5px;
}
.small-app-link {
  border: 0;
  background: transparent;
  padding: 6px 0;
  font-size: 12px;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
}
.small-app-link > .ico {
  width: 13px;
  height: 13px;
}
.small-app-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.record-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 9px 0 15px;
}
.segmented {
  display: flex;
  gap: 2px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 5px;
  padding: 3px;
}
.segmented button {
  border: 0;
  background: transparent;
  padding: 7px 12px;
  font-size: 11px;
  border-radius: 3px;
  min-height: 32px;
  color: var(--muted);
}
.segmented button[aria-pressed="true"] {
  background: var(--surface);
  box-shadow: 0 1px 5px #11182715;
  color: var(--ink);
  font-weight: 550;
}
.records-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
}
.records-table caption {
  text-align: left;
}
.records-table thead th {
  color: var(--secondary);
  font-size: 10px;
  font-weight: 500;
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.records-table td,
.records-table tbody th {
  padding: 14px 8px;
  border-bottom: 1px solid var(--line);
  font-weight: 400;
}
.records-table td {
  font-size: 12px;
  color: var(--secondary);
  white-space: nowrap;
}
.table-person {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 550;
  color: var(--ink);
}
.table-person small {
  display: block;
  font-size: 11px;
  color: var(--secondary);
  font-weight: 400;
  margin-top: 3px;
}
.records-table .pill {
  font-size: 10px;
  padding: 4px 8px;
}
.company-request-card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 23px;
  background: var(--paper);
  align-items: center;
}
.company-request-card h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 12px 0 9px;
}
.company-request-card p {
  font-size: 12px;
  color: var(--secondary);
}
.request-people {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color: var(--muted);
}
.company-request-card > div:last-child {
  flex-shrink: 0;
  text-align: right;
}
.company-request-card > div:last-child > p {
  margin-top: 10px;
  font-size: 11px;
}
.desktop-request {
  max-width: 450px;
}
.desktop-request .app-title {
  font-size: 28px;
}
.desktop-request .app-form {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: 6px;
}
.desktop-request .app-summary-line,
.desktop-request .app-summary-line strong {
  font-size: 12px;
}
.desktop-request .request-status {
  max-width: 400px;
}
.app-empty {
  padding: 32px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 6px;
  background: var(--surface);
}
.app-empty > .ico {
  width: 28px;
  height: 28px;
  color: var(--muted);
  margin-bottom: 18px;
}
.app-empty h3 {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.65px;
}
.app-empty p {
  font-size: 12px;
  max-width: 380px;
  margin: 13px auto 23px;
  line-height: 1.8;
}
.app-empty.spacious {
  padding: 70px 30px;
}
.ops-request {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: clip;
}
.ops-request-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 25px;
}
.ops-request-head h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
  margin-top: 13px;
}
.ops-request-body {
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.request-details {
  margin: 0;
}
.request-details > div {
  margin-bottom: 21px;
}
.request-details dt {
  font-size: 11px;
  color: var(--secondary);
  margin-bottom: 7px;
}
.request-details dd {
  margin: 0;
  font-size: 12px;
  color: var(--ink);
  font-weight: 500;
}
.assignment-form {
  border-left: 1px solid var(--line);
  padding-left: 27px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.assignment-form > .app-btn {
  margin-top: 12px;
  font-size: 12px;
  gap: 7px;
  padding-inline: 10px;
}
.assignment-form .app-footnote {
  margin-top: 0;
  font-size: 10px !important;
}
.assignment-confirmed {
  border-left: 1px solid var(--line);
  padding-left: 27px;
}
.assignment-confirmed > .ico {
  color: var(--secondary);
  width: 27px;
  height: 27px;
  margin-bottom: 17px;
}
.assignment-confirmed h3 {
  font-size: 23px;
  line-height: 1.2;
}
.assignment-confirmed p {
  font-size: 12px;
  line-height: 1.8;
  margin: 12px 0 20px;
}
.assignment-confirmed > .app-btn {
  font-size: 12px;
  gap: 7px;
  padding-inline: 11px;
}
.schedule-day {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 25px;
  padding: 25px 0;
}
.schedule-day > div:first-child {
  padding-top: 12px;
  color: var(--secondary);
}
.schedule-day > div:first-child > strong {
  display: block;
  font-size: 12px;
}
.schedule-day > div:first-child > span {
  font-size: 12px;
}
.scheduled-event {
  background: var(--soft);
  border: 1px solid var(--line);
  border-left: 3px solid var(--line-strong);
  padding: 26px;
  border-radius: 5px;
}
.scheduled-event h3 {
  font-size: 25px;
  margin: 14px 0;
}
.scheduled-event p {
  font-size: 12px;
  margin-bottom: 20px;
}
.client-account {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
.person-avatar.large {
  width: 50px;
  height: 50px;
  font-size: 15px;
}
.client-account h3 {
  font-size: 23px;
}
.client-account p {
  font-size: 12px;
  margin-top: 8px;
}
@media (max-width: 1100px) {
  .demo-mobile-stage {
    padding: 35px 45px;
    gap: 40px;
  }
  .desktop-app {
    margin: 24px;
  }
  .desktop-app-layout {
    grid-template-columns: 138px 1fr;
  }
  .desktop-app-main {
    padding: 25px;
  }
  .app-sidebar {
    padding: 18px 9px;
  }
  .app-sidebar > button {
    font-size: 11px;
    padding: 10px;
    gap: 9px;
  }
  .portal-metrics {
    gap: 12px;
  }
  .portal-metrics > div {
    padding: 15px;
  }
  .ops-request-body {
    gap: 22px;
    padding: 22px;
  }
  .assignment-form,
  .assignment-confirmed {
    padding-left: 20px;
  }
  .record-toolbar .small-app-link {
    font-size: 11px;
  }
  .ops-request-head {
    padding: 22px;
  }
}
@media (max-width: 900px) {
  .demo-mobile-stage {
    padding: 35px;
    gap: 30px;
    grid-template-columns: 1fr 1.25fr;
  }
  .demo-phone {
    width: 315px;
  }
  .demo-guide h3 {
    font-size: 30px;
  }
  .demo-guide > p:not(.guide-disclaimer) {
    font-size: 12px;
  }
  .demo-guide-steps li {
    font-size: 12px;
  }
  .demo-guide .guide-disclaimer {
    font-size: 10px;
  }
  .mobile-content {
    padding: 8px 19px 20px;
  }
  .desktop-app-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .app-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    flex-direction: row;
    padding: 10px 20px;
  }
  .app-sidebar > button {
    font-size: 12px;
    padding: 10px 13px;
  }
  .sidebar-note {
    display: none;
  }
  .desktop-app-top > span:not(.person-avatar) {
    font-size: 9px;
  }
  .desktop-app-main {
    padding: 27px;
  }
  .desktop-app {
    min-height: 665px;
  }
  .table-person {
    font-size: 12px;
  }
  .table-person small {
    font-size: 10px;
  }
  .records-table td {
    font-size: 11px;
  }
  .portal-metrics strong {
    font-size: 30px;
  }
  .ops-request-body {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .assignment-confirmed h3 {
    font-size: 20px;
  }
  .assignment-confirmed > .app-btn {
    font-size: 11px;
    gap: 6px;
  }
}
@media (max-width: 700px) {
  .demo-mobile-stage {
    display: flex;
    flex-direction: column;
    padding: 25px 13px 22px;
    gap: 24px;
    min-height: 0;
  }
  .demo-guide {
    max-width: 340px;
    width: 100%;
    padding: 0 7px;
  }
  .demo-guide > .app-eyebrow {
    font-size: 10px;
  }
  .demo-guide h3 {
    font-size: 25px;
    margin: 13px 0 10px;
    letter-spacing: -0.85px;
  }
  .demo-guide h3 br {
    display: none;
  }
  .demo-guide > p:not(.guide-disclaimer) {
    font-size: 12px;
    line-height: 1.7;
  }
  .demo-guide-steps,
  .guide-platform,
  .demo-guide .guide-disclaimer {
    display: none;
  }
  .guide-link {
    font-size: 12px;
    margin-top: 14px;
    min-height: 36px;
  }
  .demo-phone {
    width: 340px;
    border-width: 5px;
    border-radius: 28px;
    max-width: 100%;
  }
  .demo-phone-brand {
    padding: 15px 20px 19px;
    font-size: 23px;
  }
  .mobile-content {
    padding: 7px 20px 20px;
    min-height: 395px;
  }
  .app-title {
    font-size: 30px;
  }
  .app-subtitle {
    font-size: 12px;
  }
  .mobile-feature h3 {
    font-size: 22px;
  }
  .mobile-feature > span {
    font-size: 12px;
  }
  .phone-nav {
    padding-bottom: 12px;
  }
  .phone-nav button {
    font-size: 11px;
  }
  .phone-nav button > .ico {
    width: 20px;
    height: 20px;
  }
  .resource-list > button strong {
    font-size: 12px;
  }
  .resource-list > button small {
    font-size: 9px;
  }
  .resource-article > p:not(.app-eyebrow) {
    font-size: 12px;
  }
  .app-footnote {
    font-size: 11px !important;
  }
  .mobile-content .app-form select {
    font-size: 12px;
  }
  .app-btn {
    font-size: 12px;
  }
  .personal-record dd,
  .request-status dd {
    font-size: 12px;
    max-width: 140px;
  }
  .personal-record dt,
  .request-status dt {
    font-size: 12px;
  }
  .desktop-app {
    margin: 13px 9px;
    min-height: 665px;
    border-radius: 6px;
  }
  .desktop-app-top {
    padding: 16px 15px;
    gap: 10px;
    flex-wrap: wrap;
    min-height: 70px;
  }
  .desktop-app-top > .demo-phone-brand {
    font-size: 20px;
    flex-grow: 1;
  }
  .desktop-app-top > .demo-phone-brand > .northstar-mark {
    font-size: 27px;
  }
  .desktop-app-top > .demo-phone-brand small {
    font-size: 5px;
  }
  .desktop-app-top > span:not(.person-avatar) {
    order: 3;
    flex-basis: 100%;
    font-size: 9px;
    margin-left: 35px;
  }
  .desktop-app-top > .person-avatar {
    width: 27px;
    height: 27px;
    font-size: 10px;
  }
  .app-sidebar {
    padding: 8px 9px;
    gap: 4px;
    justify-content: space-between;
  }
  .app-sidebar > button {
    font-size: 11px;
    gap: 5px;
    padding: 9px 7px;
    min-height: 40px;
  }
  .app-sidebar > button > .ico {
    width: 14px;
    height: 14px;
  }
  .desktop-app-main {
    padding: 23px 15px 26px;
  }
  .desktop-app-main > .app-title {
    font-size: 26px;
    letter-spacing: -1.2px;
  }
  .desktop-app-main > .app-subtitle {
    font-size: 12px;
    margin-bottom: 21px;
  }
  .portal-metrics {
    gap: 6px;
    margin-bottom: 22px;
  }
  .portal-metrics > div {
    padding: 12px 8px;
  }
  .portal-metrics > div > span {
    font-size: 10px;
    min-height: 25px;
  }
  .portal-metrics strong {
    font-size: 26px;
    margin-top: 10px;
  }
  .app-section {
    margin-top: 23px;
  }
  .app-section-title {
    gap: 8px;
  }
  .app-section-title h3 {
    font-size: 16px;
  }
  .small-app-link {
    font-size: 11px;
  }
  .segmented button {
    padding: 6px 9px;
    font-size: 10px;
  }
  .record-toolbar {
    gap: 6px;
    align-items: center;
    padding-bottom: 12px;
  }
  .record-toolbar .small-app-link {
    font-size: 0;
    padding: 6px;
  }
  .record-toolbar .small-app-link > .ico {
    width: 16px;
    height: 16px;
  }
  .records-table thead th {
    font-size: 9px;
    padding: 9px 3px;
  }
  .records-table td,
  .records-table tbody th {
    padding: 13px 3px;
  }
  .records-table td {
    font-size: 10px;
    white-space: normal;
  }
  .records-table .person-avatar {
    display: none;
  }
  .table-person {
    font-size: 12px;
    max-width: 115px;
  }
  .table-person small {
    font-size: 10px;
    line-height: 1.5;
  }
  .records-table .pill {
    font-size: 9px;
    padding: 4px 6px;
  }
  .company-request-card {
    display: block;
    padding: 18px;
  }
  .company-request-card h3 {
    font-size: 21px;
  }
  .company-request-card > div:last-child {
    text-align: left;
    margin-top: 16px;
  }
  .company-request-card > div:last-child > p {
    font-size: 11px;
  }
  .company-request-card > div:last-child > p br {
    display: none;
  }
  .company-request-card p {
    font-size: 12px;
  }
  .app-empty {
    padding: 26px 16px;
  }
  .app-empty h3 {
    font-size: 23px;
  }
  .app-empty p {
    font-size: 12px;
  }
  .app-empty.spacious {
    padding: 45px 15px;
  }
  .ops-request-head {
    padding: 18px;
    display: block;
  }
  .ops-request-head > .pill {
    margin-top: 17px;
  }
  .ops-request-head h3 {
    font-size: 23px;
    margin-top: 12px;
  }
  .ops-request-body {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 3px;
  }
  .request-details > div {
    display: flex;
    justify-content: space-between;
    gap: 17px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid var(--line);
  }
  .request-details dt {
    font-size: 11px;
    flex-shrink: 0;
    margin: 0;
  }
  .request-details dd {
    font-size: 12px;
    text-align: right;
    max-width: 140px;
  }
  .assignment-form,
  .assignment-confirmed {
    border-left: 0;
    padding: 23px 0 0;
  }
  .assignment-form label {
    font-size: 12px;
  }
  .assignment-form select {
    font-size: 12px;
  }
  .assignment-form > .app-btn,
  .assignment-confirmed > .app-btn {
    font-size: 12px;
  }
  .assignment-form .app-footnote {
    font-size: 11px !important;
  }
  .assignment-confirmed h3 {
    font-size: 23px;
  }
  .schedule-day {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0;
  }
  .schedule-day > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .scheduled-event {
    padding: 21px;
  }
  .scheduled-event h3 {
    font-size: 23px;
  }
  .desktop-request .app-title {
    font-size: 25px;
  }
  .desktop-request .app-form {
    padding: 18px;
  }
  .people-select label {
    font-size: 12px;
  }
  .client-account {
    gap: 13px;
  }
  .client-account h3 {
    font-size: 21px;
  }
  .client-account p {
    font-size: 12px;
  }
  .client-account .large {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .demo-mobile-stage {
    padding-inline: 10px;
  }
  .mobile-content {
    padding-inline: 17px;
  }
  .demo-phone-brand {
    padding-inline: 17px;
  }
  .phone-nav button {
    padding-inline: 7px;
  }
  .desktop-app-main {
    padding-inline: 12px;
  }
  .desktop-app {
    margin-inline: 8px;
  }
  .desktop-app-top {
    padding-inline: 12px;
  }
  .app-sidebar > button {
    padding-inline: 6px;
    font-size: 10px;
  }
  .table-person {
    font-size: 11px;
  }
  .records-table .pill {
    font-size: 9px;
    padding-inline: 5px;
  }
  .segmented button {
    padding-inline: 7px;
  }
  .portal-metrics > div > span {
    font-size: 9px;
  }
  .desktop-app-main > .app-title {
    font-size: 24px;
  }
  .personal-record,
  .request-status {
    padding: 16px;
  }
}

@media (max-width: 700px) {
  .demo-guide > p:not(.guide-disclaimer) {
    font-size: 12px;
  }
  .desktop-app-top > span:not(.person-avatar) {
    font-size: 9px;
  }
  .table-person {
    min-width: 88px;
  }
  .records-table td {
    max-width: 85px;
  }
  .records-table .pill {
    white-space: normal;
    font-size: 10px;
  }
  .portal-metrics > div > span {
    font-size: 10px;
    min-height: 45px;
  }
  .app-sidebar > button {
    font-size: 11px;
  }
  .resource-list > button small {
    font-size: 9px;
  }
}
