/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #17201b;
  --muted: #68736c;
  --line: #dfe5df;
  --paper: #fff;
  --canvas: #f3f5f1;
  --green: #176443;
  --green-dark: #0f4d32;
  --green-soft: #e7f2eb;
  --amber: #b86d13;
  --amber-soft: #fff3da;
  --red: #b43b32;
  --red-soft: #fce8e6;
  --shadow: 0 18px 55px #1f332817;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--canvas);
}
body {
  color: var(--ink);
  background:
    radial-gradient(circle at 85% -10%, #377e581a, transparent 28rem),
    var(--canvas);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
button,
textarea,
input,
select {
  font: inherit;
}
button {
  color: inherit;
}
.app-shell {
  min-height: 100vh;
}
.topbar {
  z-index: 20;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffe0;
  border-bottom: 1px solid #d2dbd4e6;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  padding: 0 30px;
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 12px;
  padding: 0;
  display: flex;
}
.brand-mark {
  color: #fff;
  background: var(--green);
  border-radius: 12px;
  place-items: center;
  width: 39px;
  height: 39px;
  font-size: 20px;
  font-weight: 800;
  display: grid;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 15px;
}
.brand small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 11px;
}
.topbar-actions {
  align-items: center;
  gap: 14px;
  display: flex;
}
.save-state {
  color: var(--green);
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.2s;
}
.save-state.visible {
  opacity: 1;
}
.avatar {
  color: #fff;
  cursor: pointer;
  background: #263b30;
  border: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 12px;
  font-weight: 700;
}
.quick-issue-button {
  min-height: 38px;
  color: var(--green);
  cursor: pointer;
  background: #f5faf7;
  border: 1px solid #b8cfc1;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
}
.quick-issue-button:hover {
  background: var(--green-soft);
}
.workspace {
  grid-template-columns: 190px 1fr;
  display: grid;
}
.side-nav {
  border-right: 1px solid var(--line);
  background: #f8faf7b3;
  height: calc(100vh - 76px);
  padding: 30px 18px;
  position: sticky;
  top: 76px;
}
.nav-button {
  width: 100%;
  color: var(--muted);
  cursor: pointer;
  background: 0 0;
  border: 0;
  border-radius: 12px;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: relative;
}
.nav-button:hover {
  color: var(--ink);
  background: #ffffffb3;
}
.nav-button.active {
  color: var(--green);
  background: var(--green-soft);
}
.nav-icon {
  text-align: center;
  width: 20px;
  font-size: 19px;
}
.nav-badge {
  color: #fff;
  background: var(--red);
  border-radius: 99px;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: auto;
  font-size: 10px;
  display: grid;
}
.bottom-nav {
  display: none;
}
.content {
  min-width: 0;
}
.page {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 66px 48px 120px;
}
.page.narrow {
  max-width: 850px;
}
.eyebrow {
  color: var(--green);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
}
h1 {
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(36px, 5vw, 55px);
  line-height: 1.05;
}
.lede {
  color: var(--muted);
  margin: 12px 0 34px;
  font-size: 17px;
}
.location-picker {
  background: #ffffffc2;
  border: 1px solid #d7e1d9;
  border-radius: 16px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin: -8px 0 18px;
  padding: 13px 15px;
  display: grid;
}
.location-pin {
  color: #fff;
  background: var(--green);
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 22px;
  display: grid;
}
.location-picker label {
  min-width: 0;
}
.location-picker label > span {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.location-picker select {
  width: 100%;
  color: var(--ink);
  cursor: pointer;
  background: 0 0;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
}
.location-picker > button {
  min-height: 38px;
  color: var(--green);
  cursor: pointer;
  background: #f5faf7;
  border: 1px solid #b8cfc1;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 800;
}
.template-picker {
  background: #ffffffc2;
  border: 1px solid #d7e1d9;
  border-radius: 16px;
  align-items: end;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 16px;
  display: flex;
}
.template-picker label {
  flex: 1;
  min-width: 0;
}
.template-picker label > span {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.template-picker select {
  width: 100%;
  color: var(--ink);
  background: 0 0;
  border: 0;
  outline: none;
  padding: 0;
  font-weight: 800;
}
.template-picker > button {
  color: var(--green);
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 7px 0;
  font-size: 11px;
  font-weight: 800;
}
.primary-card {
  background: var(--paper);
  box-shadow: var(--shadow);
  border: 1px solid #d9e2da;
  border-radius: 24px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.primary-card:after {
  content: "";
  border: 38px solid var(--green-soft);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -110px;
  right: -70px;
}
.card-topline {
  z-index: 1;
  color: var(--green);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  position: relative;
}
.status-dot {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 4px var(--amber-soft);
  background: #e29425;
  border-radius: 50%;
}
.time-estimate {
  color: var(--muted);
  margin-left: auto;
  font-weight: 500;
}
.card-kicker {
  color: var(--muted);
  margin: 32px 0 5px;
  font-size: 13px;
}
.primary-card h2 {
  letter-spacing: -0.025em;
  margin: 0 0 8px;
  font-size: 27px;
}
.primary-card > p:last-of-type {
  color: var(--muted);
  font-size: 13px;
}
.primary-button,
.secondary-button {
  cursor: pointer;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 50px;
  padding: 0 20px;
  font-weight: 800;
  display: inline-flex;
}
.primary-button {
  border: 1px solid var(--green);
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 20px #1764432e;
}
.primary-button:hover {
  background: var(--green-dark);
}
.primary-button:disabled {
  box-shadow: none;
  cursor: not-allowed;
  background: #b7c1ba;
  border-color: #b7c1ba;
}
.primary-card .primary-button {
  min-width: 180px;
  margin-top: 27px;
}
.secondary-button {
  border: 1px solid var(--line);
  background: #fff;
}
.secondary-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.photo-size-toggle.active {
  color: var(--green);
  background: var(--green-soft);
  border-color: #8eb7a0;
}
.inline-progress {
  max-width: 470px;
  margin-top: 24px;
}
.inline-progress small,
.audit-rail small {
  color: var(--muted);
  margin-top: 9px;
  font-size: 11px;
  display: block;
}
.progress-track {
  background: #e7ece7;
  border-radius: 99px;
  height: 7px;
  overflow: hidden;
}
.progress-track span {
  border-radius: inherit;
  background: var(--green);
  height: 100%;
  transition: width 0.3s;
  display: block;
}
.section-heading {
  justify-content: space-between;
  align-items: center;
  margin: 38px 0 13px;
  display: flex;
}
.section-heading h2 {
  margin: 0;
  font-size: 17px;
}
.section-heading button {
  color: var(--green);
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 12px;
  font-weight: 700;
}
.section-heading > span {
  color: var(--muted);
  font-size: 12px;
}
.quiet-card,
.history-card {
  border: 1px solid var(--line);
  background: #ffffffb3;
  border-radius: 17px;
  align-items: center;
  gap: 16px;
  padding: 17px;
  display: flex;
}
.quiet-card p,
.history-card p {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: 12px;
}
.date-tile {
  width: 50px;
  height: 52px;
  color: var(--green);
  background: var(--green-soft);
  text-align: center;
  border-radius: 11px;
  place-content: center;
  display: grid;
}
.date-tile strong,
.date-tile small {
  display: block;
}
.date-tile strong {
  font-size: 18px;
}
.date-tile small {
  letter-spacing: 0.08em;
  margin-top: 1px;
  font-size: 8px;
  font-weight: 800;
}
.chevron {
  color: #8f9b94;
  margin-left: auto;
  font-size: 28px;
}
.audit-layout {
  grid-template-columns: 250px minmax(0, 720px);
  justify-content: center;
  gap: 70px;
  min-height: calc(100vh - 76px);
  padding: 52px 48px 110px;
  display: grid;
}
.audit-rail {
  padding-top: 22px;
}
.audit-rail h2 {
  margin: 0 0 24px;
  font-size: 25px;
}
.section-list {
  color: #98a099;
  gap: 17px;
  margin-top: 38px;
  font-size: 12px;
  display: grid;
}
.section-list span.current {
  color: var(--green);
  font-weight: 800;
}
.question-stage {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #ffffffe0;
  border-radius: 28px;
  padding: 42px;
}
.question-number {
  color: var(--muted);
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}
.critical-label {
  color: var(--red);
}
.question-stage h1 {
  max-width: 620px;
  margin-top: 28px;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.12;
}
.question-hint {
  max-width: 610px;
  color: var(--muted);
  margin: 16px 0 30px;
  line-height: 1.6;
}
.rating-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  display: grid;
}
.rating-button {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 15px;
  place-content: center;
  gap: 8px;
  min-height: 92px;
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 0.15s,
    border 0.15s,
    background 0.15s;
  display: grid;
}
.rating-button:hover {
  transform: translateY(-2px);
}
.rating-button > span {
  background: #eef1ee;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: auto;
  font-size: 17px;
  display: grid;
}
.rating-button.good.selected {
  border-color: var(--green);
  color: var(--green);
  background: var(--green-soft);
}
.rating-button.good.selected > span {
  color: #fff;
  background: var(--green);
}
.rating-button.attention.selected {
  border-color: var(--amber);
  color: #89500c;
  background: var(--amber-soft);
}
.rating-button.attention.selected > span {
  color: #fff;
  background: var(--amber);
}
.rating-button.fail.selected {
  border-color: var(--red);
  color: var(--red);
  background: var(--red-soft);
}
.rating-button.fail.selected > span {
  color: #fff;
  background: var(--red);
}
.rating-button.na.selected {
  background: #eef1ee;
  border-color: #6f7771;
}
.finding-panel {
  background: #fffbf2;
  border: 1px solid #eadfc5;
  border-radius: 16px;
  margin-top: 22px;
  padding: 20px;
}
.finding-title {
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  display: flex;
}
.finding-title > span {
  width: 42px;
  height: 42px;
  color: var(--amber);
  border: 1px dashed #b79b61;
  border-radius: 11px;
  place-items: center;
  font-size: 24px;
  display: grid;
}
.finding-title strong,
.finding-title small {
  display: block;
}
.finding-title small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
}
.finding-panel label {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  display: block;
}
.finding-panel textarea {
  resize: vertical;
  width: 100%;
  min-height: 82px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #ded7c5;
  border-radius: 10px;
  outline: none;
  padding: 12px;
}
.finding-panel textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
}
.audit-controls,
.publish-bar {
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
  display: flex;
}
.summary-page {
  max-width: 980px;
}
.summary-grid {
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  display: grid;
}
.score-card,
.findings-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 22px;
}
.score-card {
  align-items: center;
  gap: 24px;
  padding: 28px;
  display: flex;
}
.score-ring {
  background: conic-gradient(var(--green) var(--score), #e8ede9 0);
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 120px;
  height: 120px;
  display: grid;
}
.score-ring:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  position: absolute;
}
.score-ring > div {
  text-align: center;
  position: relative;
}
.score-ring strong {
  font-size: 34px;
  line-height: 1;
  display: block;
}
.score-ring small {
  color: var(--muted);
  font-size: 10px;
}
.score-card h2 {
  margin: 14px 0 6px;
}
.score-card p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.pill {
  color: var(--muted);
  background: #edf0ed;
  border-radius: 99px;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}
.pill.success {
  color: var(--green);
  background: var(--green-soft);
}
.pill.danger {
  color: var(--red);
  background: var(--red-soft);
}
.findings-card {
  padding: 0 24px 14px;
}
.finding-row {
  border: 0;
  border-top: 1px solid var(--line);
  text-align: left;
  cursor: pointer;
  background: 0 0;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 15px 0;
  display: flex;
}
.finding-row.added-finding {
  cursor: default;
}
.finding-row > span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.finding-row strong,
.finding-row small {
  display: block;
}
.finding-row strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}
.finding-row small {
  color: var(--muted);
  margin-top: 5px;
  font-size: 10px;
}
.severity {
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 31px;
  height: 31px;
  font-weight: 900;
  display: grid;
}
.severity.issue-number-badge,
.severity.question-number-badge {
  font-variant-numeric: tabular-nums;
  font-size: 9px;
  line-height: 1;
}
.severity.attention {
  color: var(--amber);
  background: var(--amber-soft);
}
.severity.fail {
  color: var(--red);
  background: var(--red-soft);
}
.empty-state {
  color: var(--muted);
  padding: 35px 5px;
  font-size: 13px;
}
.publish-bar {
  justify-content: flex-end;
}
.action-list {
  gap: 13px;
  display: grid;
}
.action-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  gap: 15px;
  padding: 20px;
  display: flex;
}
.action-card > div {
  flex: 1;
}
.action-card small,
.action-card strong {
  display: block;
}
.action-card small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  font-size: 10px;
}
.action-card strong {
  font-size: 14px;
}
.action-card p {
  color: var(--muted);
  margin: 7px 0 14px;
  font-size: 12px;
}
.action-meta {
  gap: 7px;
  display: flex;
}
.action-meta span {
  color: var(--muted);
  background: #f2f4f1;
  border-radius: 7px;
  padding: 6px 8px;
  font-size: 10px;
}
.empty-card {
  color: var(--muted);
  text-align: center;
  background: #ffffff80;
  border: 1px dashed #cbd4cd;
  border-radius: 17px;
  padding: 35px;
  font-size: 13px;
}
.dashboard-page {
  max-width: 1000px;
}
.storage-warning {
  color: #5a4c23;
  background: #fff9df;
  border: 1px solid #e8dba4;
  border-radius: 13px;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: -3px 0 18px;
  padding: 10px 12px;
  display: grid;
}
.storage-warning-icon {
  width: 25px;
  height: 25px;
  color: #fff;
  background: #907525;
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
.storage-warning p {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}
.storage-warning strong {
  color: #443817;
}
.storage-warning button {
  color: var(--green);
  cursor: pointer;
  background: #fff;
  border: 1px solid #d7c98e;
  border-radius: 9px;
  min-height: 32px;
  padding: 0 12px;
  font-size: 10px;
  font-weight: 800;
}
.continue-card {
  background: #fff;
  border: 1px solid #b8cfc1;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  padding: 22px;
  display: flex;
}
.continue-card h2 {
  margin: 10px 0 4px;
}
.continue-card p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
}
.dashboard-actions {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  display: grid;
}
.dashboard-action {
  border: 1px solid var(--line);
  min-height: 175px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 22px;
  display: flex;
  box-shadow: 0 12px 35px #1f33280d;
}
.dashboard-action:hover {
  border-color: #a9c4b3;
  transform: translateY(-2px);
}
.dashboard-action > span {
  width: 42px;
  height: 42px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 12px;
  place-items: center;
  margin-bottom: auto;
  font-size: 20px;
  display: grid;
}
.dashboard-action strong {
  font-size: 17px;
}
.dashboard-action small {
  color: var(--muted);
  margin-top: 6px;
  font-size: 10px;
}
.dashboard-action.primary-action {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}
.dashboard-action.primary-action > span {
  color: var(--green);
  background: #fff;
}
.dashboard-action.primary-action small {
  color: #ffffffb8;
}
.dashboard-status {
  border: 1px solid var(--line);
  background: #ffffffa6;
  border-radius: 16px;
  align-items: center;
  gap: 0;
  margin-top: 18px;
  padding: 16px;
  display: flex;
}
.dashboard-status > div {
  border-right: 1px solid var(--line);
  min-width: 110px;
  padding: 0 18px;
}
.dashboard-status strong,
.dashboard-status span {
  display: block;
}
.dashboard-status strong {
  font-size: 20px;
}
.dashboard-status span {
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 9px;
}
.dashboard-status button {
  color: var(--green);
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin-left: auto;
  font-size: 11px;
  font-weight: 800;
}
.create-page {
  max-width: 1050px;
}
.create-location {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  display: block;
}
.location-heading {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}
.location-heading strong,
.location-heading small {
  display: block;
}
.location-heading small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 9px;
}
.location-heading > button {
  min-height: 40px;
  color: var(--green);
  cursor: pointer;
  background: #f5faf7;
  border: 1px solid #b8cfc1;
  border-radius: 10px;
  padding: 0 13px;
  font-size: 10px;
  font-weight: 800;
}
.location-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  display: grid;
}
.location-option {
  border: 1px solid var(--line);
  background: #fbfcfb;
  border-radius: 13px;
  grid-template-columns: 1fr auto;
  display: grid;
  overflow: hidden;
}
.location-option.selected {
  border-color: var(--green);
  box-shadow: 0 0 0 2px var(--green-soft);
  background: #f5faf7;
}
.location-select {
  min-width: 0;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: 0;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 13px;
  display: grid;
}
.location-select strong,
.location-select small {
  display: block;
}
.location-select small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 9px;
}
.location-pin {
  width: 34px;
  height: 34px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 10px;
  place-items: center;
  font-weight: 900;
  display: grid;
}
.location-choice {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}
.location-delete {
  border: 0;
  border-left: 1px solid var(--line);
  color: var(--red);
  cursor: pointer;
  background: #fff9f8;
  align-self: stretch;
  padding: 0 12px;
  font-size: 9px;
  font-weight: 800;
}
.location-empty {
  color: var(--muted);
  text-align: center;
  background: #fafbfa;
  border: 1px dashed #c5cec7;
  border-radius: 12px;
  margin-top: 16px;
  padding: 20px;
  font-size: 11px;
}
.create-location.needs-location {
  background: #fffbf2;
  border-color: #e2c58f;
}
.assignment-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 1fr minmax(260px, 420px);
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding: 18px;
  display: grid;
}
.assignment-card strong,
.assignment-card small {
  display: block;
}
.assignment-card small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 9px;
}
.assignment-card label {
  font-size: 10px;
  font-weight: 800;
}
.assignment-card input {
  border: 1px solid var(--line);
  border-radius: 9px;
  outline: none;
  width: 100%;
  margin-top: 6px;
  padding: 11px;
}
.assignment-card input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
}
.creation-choices {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 15px;
  display: grid;
}
.creation-choices > button {
  border: 1px solid var(--line);
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 122px;
  padding: 18px;
  display: grid;
}
.creation-choices > button > span {
  color: #fff;
  background: var(--green);
  border-radius: 11px;
  grid-row: 1/3;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
  display: grid;
}
.creation-choices strong,
.creation-choices small {
  display: block;
}
.creation-choices small {
  color: var(--muted);
  font-size: 10px;
}
.creation-choices button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.audit-rail-meta {
  color: var(--muted);
  gap: 5px;
  margin-top: 22px;
  font-size: 10px;
  display: grid;
}
.danger-text {
  color: var(--red);
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin-top: 28px;
  padding: 0;
  font-size: 10px;
  font-weight: 800;
}
.danger-button {
  min-height: 44px;
  color: var(--red);
  background: var(--red-soft);
  cursor: pointer;
  border: 1px solid #e1b1ad;
  border-radius: 11px;
  padding: 0 15px;
  font-weight: 800;
}
.row-delete {
  color: var(--red);
  background: var(--red-soft);
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  flex: none;
  padding: 7px 9px;
  font-size: 9px;
  font-weight: 800;
}
.primary-button.compact,
.secondary-button.compact {
  min-height: 38px;
  padding: 0 12px;
  font-size: 10px;
}
.schedule-group {
  margin-top: 26px;
}
.schedule-group:first-of-type {
  margin-top: 0;
}
.schedule-group-heading {
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  display: flex;
}
.schedule-group-heading h2 {
  margin: 0;
  font-size: 17px;
}
.schedule-group-heading span {
  min-width: 23px;
  height: 23px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}
.schedule-group.overdue .schedule-group-heading h2 {
  color: var(--red);
}
.schedule-group.overdue .schedule-group-heading span {
  color: var(--red);
  background: var(--red-soft);
}
.schedule-list {
  gap: 12px;
  display: grid;
}
.schedule-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 52px minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 12px;
  padding: 16px;
  display: grid;
}
.schedule-group.overdue .schedule-card {
  border-left: 4px solid var(--red);
}
.schedule-card > div:nth-child(2) > strong {
  font-size: 14px;
  display: block;
}
.schedule-card p {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: 10px;
}
.schedule-card > div:nth-child(2) > small {
  color: var(--muted);
  margin-top: 5px;
  font-size: 9px;
  display: block;
}
.about-page article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  margin-bottom: 14px;
  padding: 22px;
}
.about-page article h2 {
  margin: 0 0 12px;
  font-size: 17px;
}
.about-page article p,
.about-page article li {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.about-page article p {
  margin: 0;
}
.about-page ol {
  margin: 0;
  padding-left: 19px;
}
.build-label {
  color: var(--green);
  margin: -18px 0 20px;
  font-size: 10px;
  font-weight: 800;
}
.backup-card .eyebrow {
  color: var(--green);
  margin-bottom: 7px;
}
.backup-counts {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 20px 0 14px;
  display: grid;
}
.backup-counts span {
  color: var(--muted);
  background: var(--canvas);
  text-align: center;
  border-radius: 11px;
  padding: 12px 8px;
  font-size: 9px;
}
.backup-counts strong {
  color: var(--ink);
  margin-bottom: 3px;
  font-size: 18px;
  display: block;
}
.about-page article .backup-status {
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
}
.backup-actions {
  gap: 9px;
  margin-top: 18px;
  display: flex;
}
.restore-file-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}
.restore-file-button input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}
.about-page article .backup-warning {
  color: var(--muted);
  margin-top: 13px;
  font-size: 10px;
}
.restore-sheet {
  max-width: 540px;
}
.restore-summary {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
  display: grid;
}
.restore-summary span {
  color: var(--muted);
  background: var(--canvas);
  text-align: center;
  border-radius: 11px;
  padding: 13px 7px;
  font-size: 9px;
}
.restore-summary strong {
  color: var(--green);
  margin-bottom: 4px;
  font-size: 20px;
  display: block;
}
.restore-current-work {
  border: 1px solid var(--line);
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 13px 14px;
  font-size: 11px;
  display: flex;
}
.restore-current-work span {
  color: var(--muted);
}
.restore-warning {
  color: #7c2f29;
  background: var(--red-soft);
  border-radius: 11px;
  margin: 16px 0 0;
  padding: 13px 14px;
  font-size: 11px;
  line-height: 1.55;
}
.completion-backup-sheet {
  max-width: 470px;
  text-align: center;
  padding: 30px;
}
.completion-check {
  width: 58px;
  height: 58px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  place-items: center;
  margin: 0 auto 16px;
  font-size: 27px;
  font-weight: 900;
  display: grid;
}
.completion-backup-sheet h2 {
  margin: 6px 0 10px;
  font-size: 30px;
}
.completion-backup-sheet .sheet-intro {
  color: var(--muted);
  margin: 0 auto 20px;
  font-size: 12px;
  line-height: 1.55;
}
.completion-backup-sheet .sheet-intro strong {
  color: var(--ink);
}
.completion-backup-options {
  gap: 10px;
  display: grid;
}
.completion-backup-option {
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: #f8faf8;
  border: 1px solid var(--line);
  border-radius: 14px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 13px;
  display: grid;
}
.completion-backup-option:hover {
  border-color: var(--green);
  background: var(--green-soft);
}
.completion-backup-option > span {
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--green);
  border-radius: 11px;
  place-items: center;
  font-size: 18px;
  display: grid;
}
.completion-backup-option strong,
.completion-backup-option small {
  display: block;
}
.completion-backup-option strong {
  font-size: 13px;
}
.completion-backup-option small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 9px;
  line-height: 1.4;
}
.completion-done-button {
  width: 100%;
  margin-top: 12px;
}
.completion-local-note {
  color: var(--muted);
  margin: 13px 8px 0;
  font-size: 9px;
  line-height: 1.45;
}
.report-toolbar > span {
  gap: 9px;
  display: flex;
}
.empty-completed {
  text-align: center;
  background: #fff9;
  border: 1px dashed #bfcac2;
  border-radius: 20px;
  place-items: center;
  padding: 58px 24px;
  display: grid;
}
.empty-completed > span {
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 23px;
  display: grid;
}
.empty-completed h2 {
  margin: 16px 0 7px;
  font-size: 20px;
}
.empty-completed p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
}
.completed-list {
  gap: 12px;
  display: grid;
}
.completed-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  grid-template-columns: 58px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  display: grid;
}
.completed-score {
  text-align: center;
}
.completed-score strong,
.completed-score small {
  display: block;
}
.completed-score strong {
  color: var(--green);
  font-size: 25px;
}
.completed-score small {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 8px;
}
.completed-card > div:nth-child(2) > strong {
  font-size: 14px;
  display: block;
}
.completed-card p {
  color: var(--muted);
  margin: 4px 0;
  font-size: 11px;
}
.completed-card > div:nth-child(2) > small {
  color: var(--muted);
  font-size: 9px;
}
.completed-card .secondary-button {
  min-height: 38px;
  padding: 0 13px;
  font-size: 10px;
}
.completed-report {
  max-width: 950px;
}
.report-cover {
  display: contents;
}
.report-toolbar {
  justify-content: space-between;
  margin-bottom: 22px;
  display: flex;
}
.report-header {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px 22px 0 0;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  padding: 30px;
  display: flex;
}
.report-header h1 {
  font-size: 38px;
}
.report-header p {
  color: var(--muted);
  margin: 10px 0 4px;
}
.report-header small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 10px;
  display: block;
}
.report-score {
  color: #fff;
  background: var(--green);
  text-align: center;
  border-radius: 50%;
  flex: none;
  place-content: center;
  width: 110px;
  height: 110px;
  display: grid;
}
.report-score strong,
.report-score small {
  color: #fff;
  display: block;
}
.report-score strong {
  font-size: 37px;
  line-height: 1;
}
.report-summary {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #f8faf7;
  border-radius: 0 0 22px 22px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.report-summary > button {
  color: var(--ink);
  text-align: center;
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 18px;
}
.report-summary > button + button {
  border-left: 1px solid var(--line);
}
.report-summary > button:hover,
.report-summary > button.active {
  box-shadow: inset 0 -3px 0 var(--green);
  background: #fff;
}
.report-summary > button.urgent.active {
  box-shadow: inset 0 -3px 0 var(--amber);
}
.report-summary > button.critical.active {
  box-shadow: inset 0 -3px 0 var(--red);
}
.report-summary strong,
.report-summary span {
  display: block;
}
.report-summary strong {
  font-size: 20px;
}
.report-summary span {
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 9px;
}
.report-summary small {
  color: var(--muted);
  margin-top: 5px;
  font-size: 8px;
  display: block;
}
.report-overview-page {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  margin-top: 22px;
  padding: 22px;
}
.report-overview-page h2 {
  margin: 0 0 4px;
  font-size: 20px;
}
.report-overview-page > p {
  color: var(--muted);
  margin: 0 0 14px;
  font-size: 10px;
}
.report-map-frame {
  isolation: isolate;
  aspect-ratio: 8 / 5;
  background: #edf2ee;
  border: 1px solid var(--line);
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.report-map-grid {
  z-index: 0;
  background-color: #edf2ee;
  background-image:
    linear-gradient(#d7e1da 1px, transparent 1px),
    linear-gradient(90deg, #d7e1da 1px, transparent 1px);
  background-size: 32px 32px;
  position: absolute;
  inset: 0;
}
.report-map-tile {
  z-index: 1;
  pointer-events: none;
  user-select: none;
  max-width: none;
  opacity: 0.76;
  filter: grayscale(0.35) saturate(0.58) contrast(0.92) brightness(1.06);
  position: absolute;
}
.report-map-leaders {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.report-map-leaders line {
  stroke: #526158;
  stroke-width: 1;
  opacity: 0.55;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.report-map-marker {
  z-index: 3;
  color: #fff;
  background: #b42318;
  border: 2px solid #fff;
  border-radius: 99px;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 3px;
  font-size: 9px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  display: grid;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 4px #0005;
  pointer-events: none;
}
.report-map-north {
  z-index: 4;
  color: var(--ink);
  background: #fffffff0;
  border: 1px solid #bac7bd;
  border-radius: 7px;
  padding: 5px 7px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 8px;
}
.report-map-attribution {
  z-index: 4;
  color: #33443a;
  background: #fffffff0;
  padding: 3px 5px;
  font-size: 6.5px;
  line-height: 1.2;
  position: absolute;
  right: 4px;
  bottom: 3px;
}
.report-map-permission {
  color: var(--muted);
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 9px;
  display: flex;
}
.report-map-permission .secondary-button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 9px;
  flex: none;
}
.report-map-empty {
  color: var(--muted);
  text-align: center;
  background: #f5f8f5;
  border: 1px dashed var(--line);
  border-radius: 14px;
  place-items: center;
  min-height: 210px;
  padding: 24px;
  font-size: 11px;
  display: grid;
}
.report-print-footer {
  display: none;
}
.report-answers {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  margin-top: 22px;
  padding: 5px 24px 18px;
}
.report-issue-page {
  display: contents;
}
.report-answer {
  border-top: 1px solid var(--line);
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  display: grid;
}
.report-answer > span:first-child {
  width: 27px;
  height: 27px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 8px;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}
.report-answer > span.issue-number-badge:first-child {
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.report-answer > span.question-number-badge:first-child {
  font-variant-numeric: tabular-nums;
  font-size: 8px;
  line-height: 1;
}
.report-answer small,
.report-answer strong {
  display: block;
}
.report-answer small {
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 8px;
}
.report-answer strong {
  font-size: 12px;
}
.report-answer p {
  color: var(--muted);
  margin: 6px 0 0;
  font-size: 10px;
}
.result-pill {
  background: #eef1ee;
  border-radius: 99px;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 800;
}
.result-pill.good {
  color: var(--green);
  background: var(--green-soft);
}
.result-pill.attention {
  color: var(--amber);
  background: var(--amber-soft);
}
.result-pill.fail {
  color: var(--red);
  background: var(--red-soft);
}
.report-issue-actions {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}
.report-issue-edit {
  white-space: nowrap;
}
.templates-page {
  max-width: 1150px;
}
.page-title-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}
.page-title-row .lede {
  margin-bottom: 28px;
}
.page-title-row > .primary-button {
  flex: none;
  margin-top: 18px;
}
.template-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}
.template-card {
  border: 1px solid var(--line);
  background: #ffffffe0;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 35px #1f33280d;
}
.template-card.active {
  border-color: #8eb7a0;
  box-shadow:
    0 0 0 3px #17644312,
    0 12px 38px #1f332812;
}
.template-card-top {
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  display: flex;
}
.template-icon {
  color: #fff;
  background: var(--green);
  border-radius: 11px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 18px;
  display: grid;
}
.template-card h2 {
  margin: 18px 0 8px;
  font-size: 22px;
}
.template-card > p {
  min-height: 38px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}
.template-stats {
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
  display: flex;
}
.template-stats span {
  color: var(--muted);
  background: #f1f4f1;
  border-radius: 8px;
  padding: 7px 9px;
  font-size: 10px;
}
.template-stats strong {
  color: var(--ink);
}
.template-actions {
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  display: flex;
}
.template-actions button {
  border: 1px solid var(--line);
  min-height: 34px;
  color: var(--muted);
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 800;
}
.template-actions button:hover {
  color: var(--green);
  border-color: #b5c9bb;
}
.template-actions button.strong {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}
.template-actions button.danger-link {
  color: var(--red);
  background: 0 0;
  border-color: #0000;
  margin-left: auto;
}
.template-actions button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.editor-backdrop {
  align-items: stretch;
  padding: 18px;
}
.template-editor {
  background: #fff;
  border-radius: 24px;
  width: min(100%, 980px);
  max-height: calc(100vh - 36px);
  margin: auto;
  padding: 28px;
  overflow-y: auto;
  box-shadow: 0 30px 90px #0a191147;
}
.editor-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}
.editor-header h2 {
  margin: 0;
  font-size: 30px;
}
.editor-header > button {
  width: 36px;
  height: 36px;
  color: var(--muted);
  cursor: pointer;
  background: #eff2ef;
  border: 0;
  border-radius: 50%;
  font-size: 23px;
}
.template-details {
  background: #f4f6f3;
  border-radius: 16px;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
  padding: 18px;
  display: grid;
}
.template-details label,
.question-fields label {
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}
.template-details .wide,
.question-fields .wide {
  grid-column: 1/-1;
}
.template-details input,
.template-details select,
.question-fields input:not([type="checkbox"]) {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d8dfd9;
  border-radius: 9px;
  outline: none;
  margin-top: 7px;
  padding: 11px 12px;
}
.template-details input:focus,
.template-details select:focus,
.question-fields input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
}
.editor-question-heading {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 28px 0 13px;
  display: flex;
}
.editor-question-heading h3 {
  margin: 0 0 3px;
  font-size: 18px;
}
.editor-question-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
}
.question-editor-list {
  gap: 10px;
  display: grid;
}
.question-editor-card {
  border: 1px solid var(--line);
  background: #fcfdfc;
  border-radius: 15px;
  grid-template-columns: 42px 1fr 32px;
  gap: 12px;
  padding: 15px;
  display: grid;
}
.question-order {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  display: flex;
}
.question-order strong {
  width: 32px;
  height: 32px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 9px;
  place-items: center;
  font-size: 12px;
  display: grid;
}
.question-order button,
.remove-question {
  width: 27px;
  height: 25px;
  color: var(--muted);
  cursor: pointer;
  background: #eef1ee;
  border: 0;
  border-radius: 7px;
}
.question-order button:disabled {
  opacity: 0.3;
  cursor: default;
}
.question-fields {
  grid-template-columns: 1fr auto;
  gap: 12px;
  display: grid;
}
.critical-check {
  white-space: nowrap;
  align-items: center;
  gap: 7px;
  padding-top: 20px;
  display: flex;
}
.critical-check input {
  accent-color: var(--red);
}
.remove-question {
  color: var(--red);
  font-size: 18px;
}
.empty-question-button {
  width: 100%;
  color: var(--green);
  cursor: pointer;
  background: #f7faf8;
  border: 1px dashed #aebeb3;
  border-radius: 15px;
  gap: 5px;
  padding: 35px;
  display: grid;
}
.empty-question-button span {
  color: var(--muted);
  font-size: 11px;
}
.editor-error {
  color: var(--red);
  margin: 12px 0 0;
  font-size: 11px;
}
.editor-actions {
  border-top: 1px solid var(--line);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff2;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 24px -28px -28px;
  padding: 16px 28px;
  display: flex;
  position: sticky;
  bottom: -28px;
}
.editor-actions > span {
  color: var(--muted);
  margin-right: auto;
  font-size: 11px;
}
.history-card {
  margin-bottom: 12px;
}
.history-card > div:first-child {
  text-align: center;
  width: 58px;
}
.history-card > div strong,
.history-card > div small {
  display: block;
}
.history-card > div strong {
  color: var(--green);
  font-size: 24px;
}
.history-card > div small {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 9px;
}
.history-card > span:nth-child(2) {
  flex: 1;
}
.modal-backdrop {
  z-index: 60;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #121d177a;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}
.issue-sheet {
  background: #fff;
  border-radius: 24px;
  width: min(100%, 510px);
  max-height: calc(100vh - 40px);
  padding: 26px;
  overflow-y: auto;
  box-shadow: 0 30px 90px #0a191147;
}
.sheet-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}
.sheet-header h2 {
  margin: 0;
  font-size: 28px;
}
.sheet-header > button {
  width: 34px;
  height: 34px;
  color: var(--muted);
  cursor: pointer;
  background: #eff2ef;
  border: 0;
  border-radius: 50%;
  font-size: 23px;
}
.photo-button {
  width: 100%;
  min-height: 90px;
  color: var(--green);
  text-align: left;
  cursor: pointer;
  background: #f7faf8;
  border: 1px dashed #aebeb3;
  border-radius: 14px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  display: grid;
}
.photo-button > span {
  color: #fff;
  background: var(--green);
  border-radius: 11px;
  grid-row: 1/3;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 22px;
  display: grid;
}
.photo-button strong,
.photo-button small {
  display: block;
}
.photo-button small {
  color: var(--muted);
  font-size: 10px;
}
.photo-picker {
  display: block;
  position: relative;
}
.photo-picker .photo-button {
  pointer-events: none;
  margin-bottom: 0;
}
.photo-input {
  opacity: 0;
  height: 1px;
  position: absolute;
  overflow: hidden;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.photo-preview-grid,
.report-photo-grid,
.issue-photo-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: -6px 0 18px;
  display: grid;
}
.photo-preview-grid figure {
  margin: 0;
  position: relative;
}
.photo-preview-grid img,
.report-photo-grid img,
.issue-photo-strip img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
}
.photo-preview-grid button {
  color: #fff;
  cursor: pointer;
  background: #6d1f1fe6;
  border: 0;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 8px;
  font-weight: 800;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.issue-photo-strip {
  max-width: 310px;
  margin: 8px 0 0;
}
.report-photo-grid {
  max-width: 620px;
  margin: 10px 0 0;
}
.completed-report.large-report-photos .report-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}
.audit-meta-line {
  color: var(--muted);
  margin: -9px 0 24px;
  font-size: 10px;
}
.issue-sheet label,
.issue-sheet legend {
  color: var(--ink);
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 800;
  display: block;
}
.issue-sheet input,
.issue-sheet textarea,
.issue-sheet select {
  border: 1px solid var(--line);
  width: 100%;
  color: var(--ink);
  background: #fff;
  border-radius: 10px;
  outline: none;
  margin-top: 8px;
  padding: 12px;
}
.issue-sheet textarea {
  resize: vertical;
  min-height: 90px;
}
.issue-sheet input:focus,
.issue-sheet textarea:focus,
.issue-sheet select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
}
.issue-sheet fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.priority-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  display: grid;
}
.priority-row button {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  min-height: 42px;
  font-size: 11px;
  font-weight: 800;
}
.priority-row button.selected {
  border-color: var(--green);
  color: var(--green);
  background: var(--green-soft);
}
.sheet-actions {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
  display: flex;
}
.sheet-intro {
  color: var(--muted);
  margin: -7px 0 22px;
  font-size: 13px;
  line-height: 1.55;
}
.gps-button {
  width: 100%;
  color: var(--green);
  text-align: left;
  cursor: pointer;
  background: #f5faf7;
  border: 1px solid #b8cfc1;
  border-radius: 13px;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 14px;
  display: flex;
}
.gps-button > span:first-child {
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 19px;
  display: grid;
}
.gps-button strong,
.gps-button small {
  display: block;
}
.gps-button small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
}
.gps-button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.gps-source-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: -5px 0 16px;
  display: grid;
}
.gps-source-options .gps-button {
  min-height: 72px;
  margin: 0;
  padding: 12px;
}
.gps-source-button.selected {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: 0 0 0 2px #1764431f;
}
.arborpuck-button > span:first-child {
  background: #0c6683;
}
.arborpuck-fusion-mark {
  width: 23px;
  height: 23px;
  color: #fff;
  overflow: visible;
  display: block;
}
.arborpuck-fusion-mark .fusion-receiver {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.arborpuck-fusion-mark .fusion-path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}
.arborpuck-fusion-mark .fusion-fix {
  fill: currentColor;
}
.arborpuck-button.selected {
  color: #0c6683;
  border-color: #78adbe;
  background: #edf8fb;
  box-shadow: 0 0 0 2px #0c66831f;
}
.location-gps-readout {
  margin: -5px 0 16px !important;
}
.issue-location-sources {
  margin-top: -5px;
}
.gps-readout {
  color: var(--green);
  background: var(--green-soft);
  border-radius: 11px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 11px 13px;
  display: flex;
}
.gps-readout > span {
  font-weight: 900;
}
.gps-readout > div {
  flex: 1;
  min-width: 0;
}
.gps-readout strong,
.gps-readout small {
  display: block;
}
.gps-readout strong {
  font-size: 11px;
}
.gps-readout small {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  font-size: 9px;
  overflow: hidden;
}
.gps-readout > button {
  color: var(--green);
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 10px;
  font-weight: 800;
}
.gps-readout > button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.gps-readout.compact {
  margin: -5px 0 16px;
}
.gps-error {
  color: var(--red);
  margin: -8px 0 16px;
  font-size: 11px;
}
.issue-gps-button {
  margin: -5px 0 16px;
}
.issue-row-actions {
  flex: none;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  display: flex;
}
.issue-map-link {
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid #b8cfc1;
  border-radius: 8px;
  align-items: center;
  min-height: 29px;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
}
.issue-map-link:hover {
  background: #d8ebdf;
}
.report-gps-link {
  color: #0c6683;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.summary-location-gps-link {
  width: max-content;
  margin: -21px 0 24px;
  font-size: 10px;
  display: block;
}
.report-header-gps-link {
  width: max-content;
  margin: 4px 0;
  font-size: 10px;
  display: block;
}
.report-answer .issue-map-link {
  width: max-content;
  margin-top: 9px;
}
@media (width<=900px) {
  .workspace {
    display: block;
  }
  .side-nav {
    display: none;
  }
  .bottom-nav {
    z-index: 30;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #ffffffeb;
    border: 1px solid #d6ded8e6;
    border-radius: 18px;
    grid-template-columns: repeat(5, 1fr);
    padding: 7px;
    display: grid;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    box-shadow: 0 15px 45px #17201b29;
  }
  .bottom-nav .nav-button {
    place-items: center;
    gap: 3px;
    margin: 0;
    padding: 7px;
    font-size: 9px;
    display: grid;
  }
  .bottom-nav .nav-icon {
    font-size: 18px;
  }
  .bottom-nav .nav-badge {
    min-width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: calc(50% + 7px);
  }
  .audit-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px 120px;
  }
  .audit-rail {
    grid-template-columns: 1fr auto;
    padding: 0;
    display: grid;
  }
  .audit-rail h2 {
    grid-column: 1/-1;
    margin-bottom: 14px;
  }
  .audit-rail .progress-track {
    grid-column: 1;
  }
  .audit-rail small {
    grid-area: 3/2;
    margin: -3px 0 0 12px;
  }
  .section-list {
    display: none;
  }
  .summary-grid,
  .template-grid,
  .dashboard-actions {
    grid-template-columns: 1fr;
  }
  .dashboard-action {
    min-height: 130px;
  }
  .location-card-grid,
  .creation-choices {
    grid-template-columns: 1fr;
  }
  .completed-card {
    grid-template-columns: 52px minmax(0, 1fr) auto;
  }
  .completed-card .secondary-button {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media (width<=620px) {
  .topbar {
    height: 64px;
    padding: 0 16px;
  }
  .brand small {
    display: none;
  }
  .workspace {
    min-height: calc(100vh - 64px);
  }
  .page {
    padding: 38px 18px 110px;
  }
  h1 {
    font-size: 37px;
  }
  .primary-card {
    border-radius: 20px;
    padding: 24px;
  }
  .location-picker {
    grid-template-columns: 38px 1fr;
  }
  .location-picker > button {
    grid-column: 1/-1;
    width: 100%;
  }
  .template-picker,
  .continue-card {
    flex-direction: column;
    align-items: stretch;
  }
  .storage-warning {
    grid-template-columns: 25px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px 10px;
  }
  .storage-warning button {
    grid-column: auto;
    justify-self: end;
  }
  .dashboard-status {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .dashboard-status > div {
    text-align: center;
    min-width: 0;
    padding: 0 8px;
  }
  .dashboard-status button {
    grid-column: 1/-1;
    margin: 16px 0 0;
  }
  .location-heading {
    align-items: flex-start;
  }
  .location-heading > button {
    flex: none;
  }
  .location-select {
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .location-choice {
    grid-column: 2;
  }
  .assignment-card {
    grid-template-columns: 1fr;
  }
  .schedule-card {
    grid-template-columns: 48px 1fr;
  }
  .schedule-card .primary-button,
  .schedule-card .secondary-button,
  .schedule-card .row-delete {
    grid-column: 1/-1;
    width: 100%;
  }
  .backup-counts,
  .restore-summary {
    grid-template-columns: repeat(2, 1fr);
  }
  .backup-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .backup-actions .primary-button,
  .backup-actions .secondary-button {
    width: 100%;
  }
  .page-title-row {
    display: block;
  }
  .page-title-row > .primary-button {
    width: 100%;
    margin: 0 0 20px;
  }
  .template-details {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .template-details .wide {
    grid-column: auto;
  }
  .template-editor {
    padding: 20px 14px;
  }
  .question-editor-card {
    grid-template-columns: 34px 1fr 27px;
    gap: 7px;
    padding: 11px 8px;
  }
  .question-fields {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .question-fields .wide {
    grid-column: auto;
  }
  .critical-check {
    padding-top: 0;
  }
  .editor-actions {
    margin: 20px -14px -20px;
    padding: 12px 14px;
    bottom: -20px;
  }
  .editor-actions > span {
    display: none;
  }
  .question-stage {
    border-radius: 21px;
    padding: 25px 18px;
  }
  .question-stage h1 {
    margin-top: 21px;
    font-size: 31px;
  }
  .question-hint {
    font-size: 14px;
  }
  .rating-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rating-button {
    min-height: 78px;
  }
  .audit-controls .primary-button,
  .audit-controls .secondary-button {
    flex: 1;
  }
  .score-card {
    align-items: flex-start;
    gap: 17px;
    padding: 22px;
  }
  .score-ring {
    width: 96px;
    height: 96px;
  }
  .score-ring:before {
    width: 74px;
    height: 74px;
  }
  .score-ring strong {
    font-size: 27px;
  }
  .save-state {
    display: none;
  }
  .quick-issue-button {
    padding: 0 10px;
  }
  .history-card .pill {
    display: none;
  }
  .completed-card {
    grid-template-columns: 48px 1fr;
  }
  .completed-card > .pill {
    grid-column: 2;
    justify-self: start;
  }
  .report-header {
    padding: 22px;
  }
  .report-header h1 {
    font-size: 29px;
  }
  .report-score {
    width: 82px;
    height: 82px;
  }
  .report-score strong {
    font-size: 28px;
  }
  .report-toolbar {
    gap: 8px;
    flex-wrap: wrap;
  }
  .report-toolbar > span {
    width: 100%;
    flex-wrap: wrap;
  }
  .report-toolbar .primary-button,
  .report-toolbar .secondary-button,
  .report-toolbar .danger-button {
    min-height: 42px;
    padding: 0 12px;
    font-size: 10px;
  }
  .report-map-marker {
    min-width: 18px;
    height: 18px;
    padding: 0 2px;
    border-width: 1.5px;
    font-size: 8px;
    box-shadow: 0 1px 3px #0005;
  }
  .report-map-leaders line {
    stroke-width: 1;
  }
  .completion-backup-sheet {
    padding: 25px 18px;
  }
  .report-answer {
    grid-template-columns: 27px 1fr;
  }
  .report-answer .result-pill {
    grid-column: 2;
    justify-self: start;
  }
  .report-issue-actions {
    grid-column: 2;
    justify-self: start;
    align-items: flex-start;
  }
  .finding-row.added-finding {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .issue-row-actions {
    width: calc(100% - 44px);
    justify-content: flex-end;
    margin-left: 44px;
  }
}
@media print {
  @page {
    margin: 0.55in 0.55in 0.7in;
  }
  html,
  body {
    background: #fff !important;
  }
  .topbar,
  .side-nav,
  .bottom-nav,
  .publish-bar,
  .report-toolbar {
    display: none !important;
  }
  .workspace {
    display: block;
  }
  .page {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .completed-report {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .report-print-footer {
    z-index: 1000;
    color: #526158;
    text-align: center;
    letter-spacing: 0.02em;
    border-top: 1px solid #cfd8d1;
    padding-top: 0.07in;
    font-size: 8pt;
    font-weight: 700;
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .summary-grid {
    grid-template-columns: 1fr;
  }
  .score-card,
  .findings-card,
  .report-answer,
  .report-issue {
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none;
  }
  .findings-card {
    margin-top: 18px;
  }
  .issue-row-actions {
    display: none !important;
  }
  .report-issue-edit {
    display: none !important;
  }
  .report-answer .issue-map-link {
    color: #0c6683;
    background: none;
    border: 0;
    min-height: 0;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .completed-report .report-header,
  .completed-report .report-summary {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .report-cover.has-report-details {
    display: block;
    break-after: page;
    page-break-after: always;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .completed-report .report-header {
    gap: 0.22in;
    padding: 0.2in 0.25in;
  }
  .completed-report .report-header h1 {
    font-size: 24pt;
  }
  .completed-report .report-header p {
    margin: 0.06in 0 0.03in;
    font-size: 10pt;
  }
  .completed-report .report-header small {
    margin-top: 0.03in;
    font-size: 8.5pt;
  }
  .completed-report .report-score {
    width: 0.88in;
    height: 0.88in;
  }
  .completed-report .report-score strong {
    font-size: 24pt;
  }
  .completed-report .report-score small {
    font-size: 8pt;
  }
  .completed-report .report-summary > button {
    padding: 0.1in;
  }
  .completed-report .report-summary strong {
    font-size: 15pt;
  }
  .completed-report .report-summary span {
    font-size: 8.5pt;
  }
  .completed-report .report-summary small {
    display: none;
  }
  .report-overview-page {
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    margin: 0.18in 0 0;
    padding: 0;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .report-overview-page h2 {
    margin-bottom: 0.03in;
    font-size: 16pt;
  }
  .report-overview-page > p {
    margin-bottom: 0.1in;
    font-size: 9pt;
  }
  .report-map-frame {
    aspect-ratio: 8 / 5;
    border-radius: 10px;
  }
  .report-map-marker {
    min-width: 22px;
    height: 22px;
    padding: 0 3px;
    border-width: 2px;
    font-size: 9px;
  }
  .report-map-leaders line {
    stroke-width: 1;
  }
  .report-map-tile,
  .report-map-marker,
  .report-map-grid,
  .report-map-attribution {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .report-map-permission {
    display: none !important;
  }
  .report-map-empty {
    min-height: 4in;
  }
  .completed-report .report-answers {
    border: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
  }
  .completed-report .report-answers > .section-heading {
    display: none;
  }
  .report-issue-page {
    box-sizing: border-box;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    height: 9.05in;
    display: grid;
    break-before: page;
    page-break-before: always;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .completed-report.large-report-photos .report-issue-page {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .report-issue {
    box-sizing: border-box;
    grid-template-columns: 0.44in minmax(0, 1fr) auto;
    align-items: start;
    align-content: start;
    gap: 0.14in;
    min-height: 0;
    padding: 0.18in 0;
  }
  .report-issue > span.issue-number-badge:first-child {
    width: 0.42in;
    height: 0.42in;
    font-size: 10pt;
  }
  .report-issue small {
    margin-bottom: 0.05in;
    font-size: 9pt;
    line-height: 1.25;
  }
  .report-issue strong {
    font-size: 12pt;
    line-height: 1.25;
  }
  .report-issue .report-gps-link {
    margin-top: 0.05in;
    font-size: 9.5pt;
    line-height: 1.25;
  }
  .report-issue .result-pill {
    padding: 0.06in 0.09in;
    font-size: 9pt;
  }
  .report-issue .report-photo-grid {
    grid-template-columns: repeat(3, 1.72in);
    gap: 0.1in;
    max-width: 5.36in;
    margin: 0.1in 0 0;
  }
  .report-issue .report-photo-grid img {
    width: 1.72in;
    height: 1.36in;
    background: #f4f6f2;
    object-fit: contain;
  }
  .completed-report.large-report-photos .report-issue .report-photo-grid {
    grid-template-columns: repeat(2, 2.35in);
    gap: 0.1in;
    max-width: 4.8in;
  }
  .completed-report.large-report-photos .report-issue .report-photo-grid img {
    width: 2.35in;
    height: 1.76in;
  }
  .completed-report.large-report-photos
    .report-issue
    .report-photo-grid:has(> img:nth-child(3)) {
    grid-template-columns: repeat(3, 1.72in);
    gap: 0.1in;
    max-width: 5.36in;
  }
  .completed-report.large-report-photos
    .report-issue
    .report-photo-grid:has(> img:nth-child(3))
    img {
    width: 1.72in;
    height: 1.36in;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
