@charset "UTF-8";
/**
 *  fire.scss — page styles for fire.html.
 *  Compiled by CodeKit to build/css/fire.css.
 *  Ported from the v3 prototype, Round 98.
 */
/* The chapter metrics moved to the door template (the fire/ems/oversight
   majority, Round 100); only genuinely page-specific rules remain here. */
body.fire figure.study div.heading {
  margin-bottom: 22px;
}

/* The hero scaffold comes from _template.hero.scss (Round 101
   standardization); fire keeps its own controls: the coverage swatch,
   the reset button, and the smallest-tier arrangement that houses it. */
body section.hero div.legend span.swatch {
  background: rgba(0, 145, 179, 0.9);
}

body section.hero button.reset {
  position: absolute;
  z-index: 6;
  right: max(40px, (100vw - 1060px) / 2);
  bottom: 14px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 43, 73, 0.45);
  background: rgba(251, 252, 253, 0.72);
  border: 1px solid rgba(0, 43, 73, 0.22);
  border-radius: 999px;
  padding: 7px 14px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.22, 0.75, 0.25, 1), border-color 0.2s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body section.hero button.reset:hover {
  color: rgba(0, 43, 73, 0.85);
  border-color: rgba(0, 43, 73, 0.4);
}

body section.hero button.reset.hot {
  color: rgb(194, 77, 0);
  border-color: rgba(194, 77, 0, 0.5);
}

@media (max-width: 880px) {
  body section.hero button.reset {
    right: 14px;
  }
}
@media (max-width: 560px) {
  body section.hero {
    padding-bottom: 130px;
  }
  body section.hero div.fade {
    background: linear-gradient(180deg, rgba(251, 252, 253, 0.97) 0%, rgba(251, 252, 253, 0.94) 58%, rgba(251, 252, 253, 0.75) 78%, rgba(251, 252, 253, 0.3) 92%, transparent 100%);
  }
  body section.hero button.reset {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body section.hero button.reset {
    display: none;
  }
}
/* The window's Operations dashboard pane. */
body div.application-window div.search {
  color: rgb(14, 27, 39);
}

body div.application-window div.search span.caret {
  color: rgb(91, 107, 122);
  font-size: 9px;
}

body div.application-window div.dashboard {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  padding: 14px 22px 0;
  position: relative;
}

body div.application-window div.dashboard div.masthead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

body div.application-window div.dashboard div.total b {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 27px;
  color: rgb(14, 27, 39);
  line-height: 1;
}

body div.application-window div.dashboard div.total span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.08em;
  color: rgb(91, 107, 122);
  margin-left: 6px;
}

body div.application-window div.dashboard div.annotation {
  position: static;
  align-self: center;
  transform: rotate(-2deg);
}

body div.application-window div.dashboard div.client {
  text-align: right;
}

body div.application-window div.dashboard div.client b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: rgb(14, 27, 39);
  line-height: 1.2;
}

body div.application-window div.dashboard div.client span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 7.5px;
  letter-spacing: 0.14em;
  color: rgb(91, 107, 122);
  margin-top: 3px;
}

body div.application-window div.dashboard svg.chart {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
  overflow: visible;
}

body div.application-window div.dashboard p.kicker {
  margin-top: 12px;
}

body div.application-window div.dashboard div.panels {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

body div.application-window div.dashboard div.panel {
  flex: 1;
  min-width: 0;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 8px;
  padding: 8px 10px;
}

body div.application-window div.dashboard div.panel small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 7px;
  letter-spacing: 0.08em;
  color: rgb(91, 107, 122);
}

body div.application-window div.dashboard div.panel svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 6px;
}

body div.application-window div.dashboard div.pipeline {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

body div.application-window div.dashboard div.stage {
  flex: 1;
  text-align: center;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 7px;
  padding: 6px 4px 7px;
}

body div.application-window div.dashboard div.stage small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 6.5px;
  letter-spacing: 0.06em;
  color: rgb(91, 107, 122);
}

body div.application-window div.dashboard div.stage b {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 13px;
  color: rgb(14, 27, 39);
  margin-top: 2px;
}

body div.application-window div.dashboard div.stage span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6.5px;
  color: rgb(91, 107, 122);
  margin-top: 1px;
}

body div.application-window div.dashboard div.stage span.failure {
  color: #b42318;
}

body div.application-window div.dashboard svg.funnel {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

@media (max-width: 640px) {
  body div.application-window div.dashboard div.masthead {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body div.application-window div.dashboard div.pipeline {
    flex-wrap: wrap;
  }
  body div.application-window div.dashboard div.stage {
    flex: 1 1 30%;
  }
}
/* The transport feasibility study — two tracks converge on the call.
   The tracks diagram is LOCKED. */
body figure.study div.tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  max-width: 920px;
  margin: 0 auto;
}

body figure.study div.track {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body figure.study div.track p.label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(0, 124, 153);
  text-align: center;
  margin-bottom: 2px;
}

body figure.study div.tracks div.card {
  background: rgba(0, 43, 73, 0.025);
  border: 1px solid rgb(230, 234, 238);
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
}

body figure.study div.tracks div.card p.number {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: rgb(0, 124, 153);
  margin-bottom: 10px;
}

body figure.study div.tracks div.card h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.012em;
  color: rgb(0, 43, 73);
  margin: 0 0 8px;
  line-height: 1.2;
}

body figure.study div.tracks div.card p {
  font-size: 14.5px;
  color: rgb(91, 107, 122);
}

body figure.study div.step {
  height: 20px;
  flex: none;
  display: flex;
  justify-content: center;
}

body figure.study div.step svg {
  display: block;
  height: 100%;
  width: 12px;
}

body figure.study div.converge {
  grid-column: 1/-1;
  height: 46px;
}

body figure.study div.converge svg {
  display: block;
  width: 100%;
  height: 100%;
}

body figure.study div.decision {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body figure.study div.decision figure.sheet {
  margin: 0;
  max-width: 520px;
  width: 100%;
}

body figure.study div.decision figure.sheet svg {
  display: block;
  width: 100%;
  height: auto;
}

/* v3's 720px tier, converged to the ratified scale. */
@media (max-width: 880px) {
  body figure.study div.tracks {
    grid-template-columns: 1fr;
  }
  body figure.study div.converge {
    display: none;
  }
  body figure.study div.decision {
    margin-top: 4px;
  }
}
