/* Home command surface — an extension of the Annotated School Atlas. */

.operations-home {
  gap: 20px;
}

.platform-inspector.is-home-canvas {
  background: var(--atlas-paper);
}

.operations-home__register {
  grid-template-columns: minmax(280px, .82fr) minmax(520px, 1.18fr);
  gap: 28px;
  align-items: stretch;
  padding: 24px 26px;
  border: 0;
  background: var(--ink);
  box-shadow: none;
}

.home-register-heading {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.home-register-heading > div {
  min-width: 0;
}

.operations-home__register .home-register-heading h2 {
  max-width: 19ch;
  font-size: var(--type-display-fluid);
  line-height: .98;
}

.operations-home__register .home-register-heading p {
  font-size: 14px;
  line-height: 1.5;
}

.home-scope-control {
  display: grid;
  flex: 0 0 178px;
  gap: 5px;
  color: rgba(255, 255, 255, .78);
}

.home-scope-control > span {
  font: 500 var(--type-metadata-size)/1.2 var(--font-mono);
  letter-spacing: .045em;
  text-transform: uppercase;
}

.home-scope-control select {
  width: 100%;
  min-height: 44px;
  padding: 0 34px 0 12px;
  color: var(--ink-deep);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: var(--radius-xs);
  background-color: var(--white);
  font-size: 15px;
  font-weight: 800;
}

.home-scope-control select:focus-visible {
  outline: 3px solid var(--selection-yellow);
  outline-offset: 2px;
}

.home-register-scope {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  align-self: flex-end;
  padding: 0 11px;
  color: var(--ink-deep);
  border-radius: 999px;
  background: var(--selection-yellow);
  font-size: 13px;
  font-weight: 800;
}

.operations-home__register dl {
  align-self: center;
}

.operations-home__register dl > div {
  display: grid;
  min-height: 70px;
  align-content: center;
}

.operations-home__register dt {
  line-height: 1.35;
}

.operations-home__register dd {
  font-size: var(--type-subheadline-size);
}

.home-register-continuation {
  display: none;
}

.home-notification-centre,
.home-attention,
.home-agenda,
.assigned-maps-section > .section-register,
.assigned-map-card {
  min-width: 0;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: none;
}

.home-notification-centre,
.home-attention,
.home-agenda {
  overflow: hidden;
}

.home-notification-centre > header,
.home-attention > header,
.home-agenda > header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--rule);
}

.home-notification-centre > header {
  background: var(--selection-yellow-soft);
}

.home-notification-centre h3,
.home-attention h3,
.home-agenda h3 {
  margin: 0;
  color: var(--ink-deep);
  font-size: var(--type-panel-size);
  line-height: 1.3;
}

.home-notification-centre header p,
.home-attention header p,
.home-agenda header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-notification-count,
.home-attention > header > span,
.home-agenda > header > span {
  display: inline-flex;
  min-height: 30px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 10px;
  color: var(--ink-deep);
  border: 1px solid rgba(45, 66, 85, .16);
  border-radius: 999px;
  background: var(--white);
  font: 700 13px/1 var(--font-sans);
}

.home-notification {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px 18px;
  border-bottom: 1px solid var(--rule);
}

.home-notification:last-child {
  border-bottom: 0;
}

.home-notification__mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--action-blue-strong);
}

.home-notification__mark svg,
.home-notification-empty svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.home-notification strong,
.home-notification p,
.home-notification-empty strong,
.home-notification-empty small {
  display: block;
}

.home-notification strong,
.home-notification-empty strong {
  color: var(--ink-deep);
  font-size: 15px;
}

.home-notification p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.home-notification__actions {
  display: flex;
  gap: 8px;
}

.home-notification__actions .button {
  min-height: 42px;
  white-space: nowrap;
}

.home-notification-empty,
.assigned-map-no-access {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 17px 18px;
  color: var(--green);
}

.home-notification-empty > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
}

.home-notification-empty small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

.home-attention > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-attention-row {
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr) 18px;
  gap: 11px;
  min-height: 72px;
  align-items: center;
  padding: 11px 15px;
  color: var(--ink-deep);
  border: 0;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: transparent;
  text-align: left;
  transition: background var(--motion-control) var(--ease), transform var(--motion-control) var(--ease);
}

.home-attention-row:nth-child(2n) {
  border-right: 0;
}

.home-attention-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-attention-row:hover {
  background: var(--paper);
  transform: translateX(2px);
}

.home-attention-row:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(36, 116, 184, .34);
  outline-offset: -3px;
}

.home-attention-row__signal {
  width: 5px;
  height: 34px;
  border-radius: 999px;
  background: var(--action-blue);
}

.home-attention-row.is-severity-0 .home-attention-row__signal { background: var(--red); }
.home-attention-row.is-severity-1 .home-attention-row__signal { background: var(--orange); }

.home-attention-row strong,
.home-attention-row small {
  display: block;
}

.home-attention-row strong {
  font-size: 15px;
}

.home-attention-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.home-attention-row > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.home-module-state {
  display: flex;
  min-height: 96px;
  gap: 13px;
  align-items: center;
  padding: 18px;
  color: var(--ink-soft);
}

.home-module-state.is-error {
  color: var(--red);
  background: var(--danger-surface);
}

.home-module-state > span:not(.home-loading-mark) {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
}

.home-module-state svg,
.home-stale-note svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.home-module-state > div {
  min-width: 0;
  flex: 1;
}

.home-module-state strong,
.home-module-state small {
  display: block;
}

.home-module-state strong {
  color: currentColor;
  font-size: 14px;
}

.home-module-state small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.home-loading-mark {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 3px solid var(--rule);
  border-top-color: var(--action-blue);
  border-radius: 50%;
  animation: home-loading-spin .8s linear infinite;
}

@keyframes home-loading-spin {
  to { transform: rotate(1turn); }
}

.home-stale-note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 16px;
  color: var(--orange);
  border-bottom: 1px solid var(--warning-rule);
  background: var(--warning-surface);
  font-size: 13px;
  line-height: 1.45;
}

.home-stale-note > span:nth-child(2) {
  color: var(--text);
}

.home-freshness {
  display: block;
  margin-top: 5px;
  color: var(--action-blue-strong);
  font: 500 var(--type-metadata-size)/1.35 var(--font-mono);
}

.operations-empty.is-compact {
  min-height: 82px;
  padding: 17px 18px;
}

.operations-home__broadcasts,
.operations-home__grid > section,
.operations-home__quality {
  box-shadow: none;
}

.operations-home__grid {
  grid-template-columns: minmax(250px, .78fr) minmax(390px, 1.25fr) minmax(230px, .62fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.operations-home__grid.is-two-up {
  grid-template-columns: minmax(250px, .78fr) minmax(390px, 1.22fr);
}

.operations-home__grid > section,
.operations-home__grid > .operations-home__quality {
  height: 100%;
  border: 0;
  border-right: 1px solid var(--rule);
  border-radius: 0;
  background: var(--white);
}

.operations-home__grid > :last-child {
  border-right: 0;
}

.operations-home__quality {
  display: grid;
  align-content: start;
  padding: 0 18px 18px;
}

.operations-home__quality > header {
  margin: 0 -18px;
  padding: 17px 18px;
  border-bottom: 1px solid var(--rule);
}

.operations-home__quality > .home-module-state {
  margin-inline: -18px;
}

.operations-home__quality > strong {
  margin-top: 20px;
}

.dashboard-task {
  min-height: 72px;
}

.dashboard-task .text-button {
  justify-content: flex-end;
  text-align: right;
}

.home-task-waiting,
.home-task-complete {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  font-size: var(--type-metadata-size);
  font-weight: 800;
  white-space: nowrap;
}

.home-task-waiting {
  color: var(--orange);
  background: var(--warning-surface);
}

.home-task-complete {
  color: var(--green);
  background: var(--success-surface);
}

.home-agenda-scroll {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.home-agenda-scroll:focus-visible {
  outline: 3px solid rgba(36, 116, 184, .34);
  outline-offset: -3px;
}

.home-agenda-scroll > ol {
  display: grid;
  min-width: 1050px;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-agenda-day {
  min-width: 0;
  min-height: 196px;
  padding: 13px 12px 15px;
  border-right: 1px solid var(--rule);
  background: var(--white);
}

.home-agenda-day:last-child {
  border-right: 0;
}

.home-agenda-day.is-today {
  background: var(--selection-yellow-soft);
  box-shadow: inset 0 4px 0 var(--selection-yellow-strong);
}

.home-agenda-day > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(152, 170, 183, .48);
}

.home-agenda-day > header strong {
  color: var(--ink-deep);
  font-size: 14px;
}

.home-agenda-day > header time {
  color: var(--muted);
  font: 500 var(--type-metadata-size)/1.2 var(--font-mono);
}

.home-agenda-day ul {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.home-agenda-day li strong,
.home-agenda-day li span {
  display: block;
}

.home-agenda-day li strong {
  color: var(--ink-deep);
  font-size: 13px;
  line-height: 1.35;
}

.home-agenda-day li span {
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: var(--type-metadata-size);
  line-height: 1.4;
  text-overflow: ellipsis;
}

.home-agenda-day li.is-quiet span {
  color: var(--muted-light);
  font-style: italic;
}

.assigned-maps-section {
  gap: 12px;
  margin-top: 2px;
  padding-top: 0;
}

.assigned-maps-section > .section-register {
  padding: 17px 19px;
}

.assigned-maps-section > .section-register h2 {
  margin: 0;
  color: var(--ink-deep);
  font-size: var(--type-subheadline-size);
}

.assigned-maps-section > .section-register p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.assigned-maps-section > .section-register > span {
  color: var(--ink-deep);
}

.assigned-map-list {
  gap: 12px;
}

.assigned-map-card {
  overflow: hidden;
}

.assigned-map-card.is-pinned {
  border-top: 3px solid var(--selection-yellow-strong);
}

.assigned-map-card > header {
  gap: 16px;
  padding: 15px 17px;
  background: var(--white);
}

.assigned-map-card h3 {
  color: var(--ink-deep);
  font-size: 23px;
}

.assigned-map-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.assigned-map-actions .button {
  min-height: 40px;
}

.assigned-map-actions .text-button[aria-pressed='true'] {
  color: var(--ink-deep);
  text-decoration: underline;
  text-decoration-color: var(--selection-yellow-strong);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.assigned-map-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
  min-width: 0;
  border-top: 1px solid var(--rule);
}

.assigned-map-canvas {
  min-height: 380px;
  aspect-ratio: 16 / 8.5;
  background: var(--paper-dark);
}

.assigned-map-canvas > img {
  object-fit: contain;
}

.assigned-map-overlay {
  pointer-events: none;
}

.assigned-map-room,
.assigned-map-device {
  pointer-events: auto;
  cursor: pointer;
}

.assigned-map-room {
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  border: 2px solid rgba(36, 116, 184, .72);
  background: rgba(36, 116, 184, .1);
  transition: border-color var(--motion-control) ease, background var(--motion-control) ease, box-shadow var(--motion-control) ease;
}

.assigned-map-room:hover,
.assigned-map-room.is-selected {
  border-color: var(--action-blue-strong);
  background: rgba(255, 242, 0, .24);
  box-shadow: inset 0 0 0 2px rgba(255, 242, 0, .72);
}

.assigned-map-room:focus-visible {
  outline: 3px solid var(--selection-yellow-strong);
  outline-offset: 2px;
}

.assigned-map-device {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 3px solid var(--white);
  background: var(--action-blue-strong);
  box-shadow: 0 0 0 2px rgba(35, 55, 73, .32);
  transition: transform var(--motion-control) var(--ease), box-shadow var(--motion-control) ease;
}

.assigned-map-device:hover,
.assigned-map-device.is-selected {
  z-index: 2;
  box-shadow: 0 0 0 4px var(--selection-yellow);
  transform: translate(-50%, -50%) scale(1.18);
}

.assigned-map-device:focus-visible {
  outline: 3px solid var(--selection-yellow-strong);
  outline-offset: 4px;
}

.assigned-map-detail {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 15px;
  padding: 18px;
  border-left: 1px solid var(--rule);
  background: var(--paper);
}

.assigned-map-detail-column {
  display: grid;
  min-width: 0;
  align-content: start;
  background: var(--paper);
}

.assigned-map-preview-note {
  margin: 0;
  padding: 12px 18px;
  color: var(--muted);
  border-top: 1px solid var(--rule);
  font-size: var(--type-metadata-size);
  line-height: 1.45;
}

.assigned-map-detail:focus-visible {
  outline: 3px solid rgba(36, 116, 184, .34);
  outline-offset: -3px;
}

.assigned-map-detail strong,
.assigned-map-detail span {
  display: block;
}

.assigned-map-detail strong {
  color: var(--ink-deep);
  font-size: 16px;
}

.assigned-map-detail span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.assigned-map-detail.is-empty {
  place-content: center;
}

.assigned-map-detail ul,
.assigned-map-detail dl {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.assigned-map-detail li,
.assigned-map-detail dl > div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 7px;
  border-top: 1px solid var(--rule);
}

.assigned-map-detail li span,
.assigned-map-detail li em,
.assigned-map-detail dt,
.assigned-map-detail dd {
  margin: 0;
  color: var(--muted);
  font-size: var(--type-metadata-size);
  font-style: normal;
}

.assigned-map-detail li span,
.assigned-map-detail dt {
  color: var(--text);
  font-weight: 700;
}

.assigned-map-empty,
.assigned-map-pdf-note {
  gap: 7px;
  min-height: 220px;
  align-content: center;
  background: var(--paper);
}

.assigned-map-empty > span:not(.home-loading-mark) {
  color: var(--action-blue-strong);
}

.assigned-map-empty svg,
.assigned-map-no-access svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.assigned-map-empty strong,
.assigned-map-empty small,
.assigned-map-empty > span {
  display: block;
}

.assigned-map-empty strong {
  color: var(--ink-deep);
  font-size: 15px;
}

.assigned-map-empty small,
.assigned-map-empty > span {
  color: var(--muted);
  font-size: 13px;
}

.assigned-map-no-access {
  color: var(--action-blue-strong);
  border: 1px dashed var(--rule-dark);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.assigned-map-no-access > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
}

.assigned-map-no-access strong {
  color: var(--ink-deep);
  font-size: 15px;
}

.assigned-map-no-access p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.tasks-surface .task-board {
  grid-template-columns: repeat(5, minmax(235px, 1fr));
  padding-bottom: 4px;
}

.task-scope-register {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px 20px;
  color: var(--white);
  border-radius: var(--radius-sm);
  background: var(--ink);
}

.task-scope-register h2 {
  margin: 0;
  color: inherit;
  font: 600 var(--type-subheadline-size)/1.05 var(--font-sans);
}

.task-scope-register p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
}

.task-completion-owner-note {
  color: var(--muted);
  font-size: var(--type-metadata-size);
  line-height: 1.4;
}

.console-user-row {
  grid-template-columns: auto minmax(180px, .8fr) minmax(320px, 1.2fr) auto;
}

.console-account-selects {
  display: grid;
  grid-template-columns: minmax(135px, .72fr) minmax(180px, 1.28fr);
  gap: 8px;
}

.console-account-selects label {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: var(--type-metadata-size);
  font-weight: 800;
}

.task-column--awaiting-review {
  background: var(--selection-yellow-soft);
}

.task-column--awaiting-review > header {
  border-top: 3px solid var(--selection-yellow-strong);
}

.task-review-actions {
  display: grid;
  gap: 7px;
}

.task-review-actions > span {
  color: var(--orange);
  font-size: var(--type-metadata-size);
  font-weight: 800;
}

.task-review-actions .button {
  min-height: 40px;
}

.task-review-pending {
  padding: 10px;
  color: var(--orange);
  border-radius: var(--radius-xs);
  background: var(--warning-surface);
}

.task-review-pending strong,
.task-review-pending span {
  display: block;
}

.task-review-pending strong {
  font-size: 13px;
}

.task-review-pending span {
  margin-top: 3px;
  font-size: var(--type-metadata-size);
  line-height: 1.45;
}

@media (max-width: 1250px) {
  .operations-home__register {
    grid-template-columns: 1fr;
  }

  .operations-home__grid,
  .operations-home__grid.is-two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operations-home__quality {
    grid-column: 1 / -1;
    border-top: 1px solid var(--rule);
  }

  .operations-home__grid:not(.is-two-up) > section:nth-child(2) {
    border-right: 0;
  }

  .assigned-map-viewer {
    grid-template-columns: minmax(0, 1fr) 270px;
  }

  .console-user-row {
    grid-template-columns: auto minmax(180px, 1fr) minmax(280px, 1fr);
  }

  .console-account-actions {
    grid-column: 2 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 940px) {
  .home-attention > div,
  .operations-home__grid,
  .operations-home__grid.is-two-up {
    grid-template-columns: 1fr;
  }

  .home-attention-row,
  .home-attention-row:nth-child(2n),
  .home-attention-row:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .home-attention-row:last-child {
    border-bottom: 0;
  }

  .operations-home__quality {
    grid-column: auto;
  }

  .operations-home__grid > section,
  .operations-home__grid > .operations-home__quality {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .operations-home__grid > :last-child {
    border-bottom: 0;
  }

  .assigned-map-viewer {
    grid-template-columns: 1fr;
  }

  .assigned-map-detail {
    min-height: 150px;
    border-top: 1px solid var(--rule);
    border-left: 0;
  }
}

@media (max-width: 690px) {
  .operations-home {
    gap: 14px;
  }

  .operations-home__register {
    gap: 12px;
    padding: 16px 18px;
  }

  .home-register-heading {
    display: grid;
    gap: 12px;
  }

  .task-scope-register {
    display: grid;
  }

  .home-scope-control {
    width: 100%;
    flex-basis: auto;
  }

  .operations-home__register dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operations-home__register dl > div,
  .operations-home__register dl > div:first-child {
    min-height: 54px;
    padding: 6px 9px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .operations-home__register dl > div:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .2);
  }

  .operations-home__register dd {
    font-size: 23px;
  }

  .home-register-continuation {
    display: inline-flex;
    min-height: 44px;
    grid-column: 1 / -1;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0 0;
    color: var(--selection-yellow);
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    background: transparent;
    font: 800 var(--type-metadata-size)/1.35 var(--font-sans);
    text-align: left;
  }

  .home-register-continuation svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transform: rotate(90deg);
  }

  .home-register-continuation:focus-visible {
    outline: 3px solid var(--selection-yellow);
    outline-offset: 3px;
  }

  .home-notification-centre > header,
  .home-attention > header,
  .home-agenda > header,
  .assigned-maps-section > .section-register {
    display: grid;
  }

  .home-notification-count,
  .home-attention > header > span,
  .home-agenda > header > span {
    justify-self: start;
  }

  .home-notification {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .home-notification__actions {
    display: grid;
    grid-column: 2;
    grid-template-columns: 1fr 1fr;
  }

  .home-notification__actions .button {
    width: 100%;
    white-space: normal;
  }

  .dashboard-broadcast,
  .dashboard-task {
    grid-template-columns: 1fr;
  }

  .dashboard-task .text-button {
    justify-content: flex-start;
    text-align: left;
  }

  .home-stale-note {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .home-stale-note .text-button {
    grid-column: 2;
    justify-self: start;
  }

  .assigned-map-card > header {
    display: grid;
  }

  .assigned-map-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .assigned-map-actions .text-button,
  .assigned-map-actions .button {
    width: 100%;
    justify-content: center;
  }

  .assigned-map-canvas {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .tasks-surface .task-board {
    grid-template-columns: repeat(5, minmax(270px, 84vw));
  }

  .console-user-row,
  .console-account-selects {
    grid-template-columns: 1fr;
  }

  .console-account-actions {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-loading-mark {
    animation: none;
  }

  .home-attention-row,
  .assigned-map-room,
  .assigned-map-device {
    animation: none !important;
    transform: none !important;
    transition-duration: .01ms !important;
  }
}
