/* [next]/internal/font/google/inter_fa93af41.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_fa93af41-module__0D_jrq__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::-webkit-file-upload-button {
    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%;
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    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: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    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: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-moz-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
    margin-right: 4px;
  }

  :not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
    margin-left: 4px;
  }

  :-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  :is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 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-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: 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;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .flex {
    display: flex;
  }

  .items-center {
    align-items: center;
  }
}

:root {
  --ink: #172235;
  --ink-muted: #5b6573;
  --slate: #667085;
  --canvas: #f7f8fa;
  --surface: #fbfcfd;
  --raised: #fefefd;
  --line: #e4e8ed;
  --line-strong: #d6dce4;
  --gold: #b47716;
  --gold-deep: #97600a;
  --gold-soft: #fbf3e4;
  --ok: #107c10;
  --ok-soft: #e6f4e6;
  --warn: #c47d00;
  --warn-soft: #fbf3e4;
  --bad: #d83b01;
  --bad-soft: #fde7e0;
  --info: #4263a0;
  --info-soft: #e8f0fa;
  --shadow: 0 1px 2px rgba(23, 34, 53, .05);
}

html, body {
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, Segoe UI Variable, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.qep-app {
  background: var(--canvas);
  min-height: 100dvh;
  color: var(--ink);
}

.qep-topbar {
  z-index: 30;
  background: var(--raised);
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 16px;
  height: 48px;
  padding: 0 16px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.qep-brand {
  letter-spacing: -.035em;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.qep-mark {
  align-items: flex-end;
  gap: 3px;
  height: 18px;
  display: flex;
}

.qep-mark i {
  background: var(--gold);
  border-radius: 1px;
  width: 5px;
  display: block;
  transform: skew(-14deg);
}

.qep-mark i:first-child {
  height: 14px;
}

.qep-mark i:nth-child(2) {
  height: 20px;
}

.qep-mark i:nth-child(3) {
  height: 11px;
}

.qep-brand-split {
  background: var(--line-strong);
  width: 1px;
  height: 16px;
}

.qep-project select {
  max-width: 18rem;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: 600;
}

.qep-top-spacer {
  flex: 1;
}

.qep-more {
  position: relative;
}

.qep-more summary {
  width: 32px;
  height: 32px;
  color: var(--slate);
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 8px;
  place-items: center;
  font-size: 18px;
  list-style: none;
  display: grid;
}

.qep-more summary::-webkit-details-marker {
  display: none;
}

.qep-more summary:hover, .qep-more[open] summary {
  background: var(--canvas);
  color: var(--ink);
}

.qep-more-panel {
  border: 1px solid var(--line);
  width: 240px;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
}

.qep-more-panel input {
  border: 1px solid var(--line);
  background: var(--canvas);
  width: 100%;
  height: 34px;
  font: inherit;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 0 10px;
  font-size: 13px;
}

.qep-more-panel a {
  color: var(--gold-deep);
  padding: 8px 6px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.qep-avatar {
  color: #f3f6fa;
  background: #173864;
  border-radius: 999px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 11px;
  font-weight: 700;
  display: grid;
}

.qep-nav {
  z-index: 20;
  border-right: 1px solid var(--line);
  background: #fff;
  width: 168px;
  padding: 14px 8px 10px;
  position: fixed;
  top: 48px;
  bottom: 28px;
  left: 0;
}

.qep-nav a {
  color: var(--ink-muted);
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.qep-nav a:hover {
  background: var(--canvas);
  color: var(--ink);
}

.qep-nav a.is-active {
  background: var(--gold-soft);
  color: var(--gold-deep);
}

.qep-main {
  min-height: 100dvh;
  padding: 64px 24px 44px 192px;
}

.qep-foot {
  z-index: 30;
  border-top: 1px solid var(--line);
  height: 28px;
  color: var(--slate);
  background: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.qep-foot strong {
  color: var(--ink);
  font-weight: 600;
}

.qep-crumbs {
  color: var(--slate);
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: 12px;
  display: flex;
}

.qep-crumbs strong {
  color: var(--ink);
  font-weight: 600;
}

.qep-page-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 4px 0 12px;
  display: flex;
}

.qep-page-head h1 {
  letter-spacing: -.03em;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.qep-page-head p {
  color: var(--ink-muted);
  margin: 6px 0 0;
  font-size: 15px;
}

.qep-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.qep-btn {
  border: 1px solid var(--line);
  height: 34px;
  color: var(--ink);
  background: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.qep-btn:hover {
  background: var(--canvas);
}

.qep-btn-primary {
  color: #fcfaf5;
  background: var(--gold);
  border-color: var(--gold);
}

.qep-btn-primary:hover {
  background: var(--gold-deep);
}

.qep-honesty {
  color: var(--ink-muted);
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
}

.qep-metrics {
  grid-template-columns: 1fr;
  gap: 12px;
  display: grid;
}

@media (min-width: 880px) {
  .qep-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
}

.qep-metric {
  border: 1px solid var(--line);
  min-height: 96px;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding: 14px;
  display: flex;
}

.qep-metric:hover {
  border-color: var(--line-strong);
}

.qep-metric.is-hot {
  border-left: 3px solid var(--bad);
}

.qep-metric.is-ok {
  border-left: 3px solid var(--line-strong);
}

.qep-code {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

.qep-metric-label {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.qep-metric-value {
  letter-spacing: -.04em;
  margin-top: 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.qep-metric-sub {
  color: var(--slate);
  margin-top: 8px;
  font-size: 13px;
}

.qep-panels {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
  display: grid;
}

@media (min-width: 980px) {
  .qep-panels {
    grid-template-columns: 1.2fr .8fr;
  }
}

.qep-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.qep-panel-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  display: flex;
}

.qep-panel-head h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.qep-panel-head a {
  color: var(--slate);
  font-size: 12px;
  font-weight: 600;
}

.qep-panel-head a:hover {
  color: var(--ink);
}

.qep-empty {
  color: var(--slate);
  margin: 0;
  padding: 22px 14px;
  font-size: 14px;
}

.qep-row {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px;
  display: flex;
}

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

a.qep-row:hover {
  background: var(--canvas);
}

.qep-row-copy {
  flex: 1;
  min-width: 0;
}

.qep-row-kicker {
  color: var(--slate);
  font-size: 12px;
  font-weight: 600;
}

.qep-row-title {
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 650;
  display: block;
  overflow: hidden;
}

.qep-row-detail {
  color: var(--slate);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  font-size: 13px;
  display: block;
  overflow: hidden;
}

.qep-context {
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  background: #fff;
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 14px 16px;
}

.qep-context h2 {
  letter-spacing: -.02em;
  margin: 0 0 4px;
  font-size: 16px;
}

.qep-context p {
  color: var(--slate);
  margin: 0;
  font-size: 14px;
}

.qep-facts {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 12px 0 0;
  padding-top: 12px;
  display: grid;
}

.qep-facts > div {
  border-left: 1px solid var(--line);
  padding: 0 14px;
}

.qep-facts > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.qep-facts span {
  color: var(--slate);
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.qep-facts strong {
  letter-spacing: -.04em;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.qep-table {
  border-collapse: collapse;
  border: 1px solid var(--line);
  width: 100%;
  box-shadow: var(--shadow);
  text-align: left;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.qep-table th {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-muted);
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
}

.qep-table td {
  vertical-align: top;
  border-bottom: 1px solid #f3f4f6;
  padding: 11px 12px;
  font-size: 15px;
}

.qep-table tr:last-child td {
  border-bottom: 0;
}

.qep-table a {
  font-weight: 650;
}

.qep-table a:hover {
  color: var(--gold-deep);
}

.qep-badge {
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 650;
  display: inline-flex;
}

.qep-badge-ok {
  color: var(--ok);
  background: var(--ok-soft);
}

.qep-badge-bad {
  color: var(--bad);
  background: var(--bad-soft);
}

.qep-badge-warn {
  color: var(--gold-deep);
  background: var(--gold-soft);
}

.qep-badge-info {
  color: var(--info);
  background: var(--info-soft);
}

.qep-badge-idle {
  color: var(--slate);
  background: var(--canvas);
}

.qep-tabs {
  border-bottom: 1px solid var(--line);
  gap: 18px;
  margin: 16px 0 18px;
  display: flex;
}

.qep-tabs a {
  color: var(--ink-muted);
  padding: 8px 0 10px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.qep-tabs a.is-current {
  color: var(--gold-deep);
}

.qep-tabs a.is-current:after {
  content: "";
  background: var(--gold);
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.qep-dl {
  border: 1px solid var(--line);
  max-width: 42rem;
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 6px;
}

.qep-dl div {
  border-bottom: 1px solid #f3f4f6;
  grid-template-columns: 10rem 1fr;
  gap: 12px;
  padding: 12px 16px;
  display: grid;
}

.qep-dl div:last-child {
  border-bottom: 0;
}

.qep-dl dt {
  color: var(--ink-muted);
}

@media (max-width: 800px) {
  .qep-nav {
    display: none;
  }

  .qep-main {
    padding: 64px 16px 44px;
  }

  .qep-facts {
    grid-template-columns: 1fr 1fr;
  }

  .qep-facts > div:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__a31ece76._.css.map*/