[hidden] {
  display: none !important;
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: dark;
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  background: #2a2a2b;
  color: #ddd;
  font:
    15px/1.45 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
a {
  color: #cddc39;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a:hover {
  color: #e3ec74;
}
.skip {
  position: absolute;
  left: calc(8px + env(safe-area-inset-left, 0px));
  top: -48px;
  padding: 6px 10px;
  background: #cddc39;
  color: #202021;
  z-index: 2;
}
.skip:focus {
  top: calc(8px + env(safe-area-inset-top, 0px));
}
.frame {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 28px;
}
@media (display-mode: standalone), (display-mode: fullscreen) {
  .frame {
    padding-top: 16px;
  }
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #555;
}
.brand {
  display: inline-block;
  background: #cddc39;
  color: #202021 !important;
  padding: 2px 7px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.nav a {
  padding: 3px 0;
}
.nav a[aria-current="page"] {
  color: #fff;
  text-decoration: none;
}
.page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 15px 0 10px;
}
.page-heading h1 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}
.page-heading p {
  margin: 0;
  color: #aaa;
  font-size: 12px;
  text-align: right;
}
.panel {
  margin-top: 12px;
  border: 1px solid #555;
  background: #272728;
}
.panel h2,
.panel > summary {
  margin: 0;
  padding: 6px 9px;
  border-bottom: 1px solid #555;
  color: #ccc;
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.panel > summary {
  cursor: pointer;
  font-weight: 700;
}
.panel > summary:focus-visible {
  outline: 2px solid #cddc39;
  outline-offset: 2px;
}
.disclosure-panel:not([open]) > summary {
  border-bottom: 0;
}
.panel-body {
  padding: 9px;
}
.stats,
.kv-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
}
.kv-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.stats div,
.kv-grid div {
  min-width: 0;
}
.kv-grid .wide {
  grid-column: 1/-1;
}
.stats dt,
.kv-grid dt {
  color: #999;
  font-size: 11px;
}
.stats dd,
.kv-grid dd {
  margin: 1px 0 0;
  overflow-wrap: anywhere;
}
.stats dd {
  font-size: 18px;
  font-weight: 650;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrap:focus {
  outline: 0;
}
.table-wrap:focus-visible {
  outline: 1px solid #888;
  outline-offset: 2px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
th,
td {
  padding: 5px 7px;
  border-bottom: 1px solid #444;
  text-align: left;
  vertical-align: top;
}
tbody tr:last-child td {
  border-bottom: 0;
}
th {
  color: #aaa;
  font-size: 11px;
  white-space: nowrap;
}
td {
  overflow-wrap: anywhere;
}
.message-table {
  min-width: 1028px;
  table-layout: fixed;
}
.message-table th:nth-child(1) {
  width: 130px;
}
.message-table th:nth-child(2) {
  width: 82px;
}
.message-table th:nth-child(3) {
  width: 250px;
}
.message-table th:nth-child(4) {
  width: 220px;
}
.message-table th:nth-child(5) {
  width: 80px;
}
.message-table th:nth-child(6) {
  width: 190px;
}
.message-table th:nth-child(7) {
  width: 58px;
}
.message-table td {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.message-table tr.new-event td {
  animation: new-event-highlight 5s ease-out;
}
@keyframes new-event-highlight {
  0%,
  76% {
    background: #394024;
  }
  100% {
    background: transparent;
  }
}
.source-list {
  border: 1px solid #444;
}
.source-card {
  padding: 8px 9px;
  border-bottom: 1px solid #444;
}
.source-card:last-child {
  border-bottom: 0;
}
.source-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.source-heading h3 {
  margin: 0;
  font-size: 14px;
}
.source-heading p {
  margin: 0;
  color: #aaa;
  font-size: 11px;
}
.source-metrics {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px 14px;
  margin: 7px 0 0;
}
.source-metrics dt,
.source-detail dt {
  color: #999;
  font-size: 10px;
}
.source-metrics dd,
.source-detail dd {
  margin: 1px 0 0;
  overflow-wrap: anywhere;
}
.source-metrics dd {
  font-variant-numeric: tabular-nums;
}
.source-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
  margin: 7px 0 0;
  padding-top: 7px;
  border-top: 1px solid #3d3d3e;
}
.message-table td:first-child,
.message-table td:nth-child(2) {
  white-space: nowrap;
}
.message-table time[data-local-time] {
  white-space: normal;
}
.kind,
.state {
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}
.status-active {
  color: #6fd092;
}
.status-down {
  color: #ef766d;
}
.channel {
  margin-left: 4px;
}
.lifecycle-new,
.lifecycle-error {
  color: #ef766d;
}
.lifecycle-updated {
  color: #6eb8eb;
}
.lifecycle-ended,
.lifecycle-other {
  color: #bbb;
  border-color: #777;
}
.lifecycle-test {
  color: #c8a7e8;
}
.lifecycle-cancelled {
  color: #6fd092;
}
.channel {
  color: #202021;
  background: #dc8735;
  border-color: #f0a65d;
}
.public-alert-link {
  color: #dc8735;
  font-weight: 700;
}
.public-alert-link:hover {
  color: #f0a65d;
}
.muted,
.note {
  color: #aaa;
}
time[data-local-time] {
  text-decoration: underline dotted #666;
  text-underline-offset: 2px;
  cursor: help;
  font-variant-numeric: tabular-nums;
}
time[data-local-time]:focus {
  outline: 2px solid #cddc39;
  outline-offset: 2px;
}
.time-popover {
  position: fixed;
  z-index: 5;
  width: max-content;
  max-width: calc(100vw - 20px);
  padding: 7px 9px;
  border: 1px solid #777;
  background: #202021;
  color: #ddd;
  box-shadow: 0 4px 16px #0008;
  font-size: 12px;
}
.time-popover table {
  width: auto;
  font-size: inherit;
}
.time-popover th,
.time-popover td {
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: normal;
}
.time-popover td {
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
.note {
  margin: 7px 0 0;
  font-size: 12px;
}
.result-summary {
  margin: 0 0 8px;
  color: #aaa;
  font-size: 12px;
}
.search-form {
  margin: 0 0 10px;
}
.search-form label {
  display: block;
  margin-bottom: 4px;
  color: #bbb;
  font-size: 11px;
  font-weight: 650;
}
.search-controls {
  display: flex;
  gap: 7px;
}
input[type="search"] {
  min-width: 0;
  flex: 1;
  padding: 6px 8px;
  border: 1px solid #666;
  border-radius: 0;
  background: #202021;
  color: #eee;
  font: inherit;
}
input[type="search"]:focus {
  outline: 2px solid #cddc39;
  outline-offset: 1px;
}
button {
  padding: 6px 12px;
  border: 1px solid #cddc39;
  border-radius: 0;
  background: #cddc39;
  color: #202021;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.quiet-button {
  margin-left: 5px;
  padding: 2px 7px;
  border-color: #666;
  background: #333;
  color: #ccc;
  font-size: 11px;
  font-weight: 600;
}
.quiet-button[aria-pressed="true"] {
  border-color: #cddc39;
  color: #cddc39;
}
.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.pagination > :last-child {
  text-align: right;
}
.pagination-status {
  color: #aaa;
  font-size: 12px;
}
.copy {
  max-width: 90ch;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.content-block {
  margin-top: 12px;
}
.content-block h3 {
  margin: 0 0 5px;
  font-size: 15px;
}
.content-block h4 {
  margin: 9px 0 3px;
  font-size: 13px;
}
.content-block p {
  margin: 4px 0;
}
.description-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  max-width: 90ch;
}
.description-section {
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid #444;
  background: #232324;
}
.description-section h4 {
  margin: 0 0 3px;
  color: #ccc;
}
.alert-heading {
  align-items: center;
  flex-wrap: wrap;
}
.alert-heading > div {
  min-width: 0;
}
.alert-heading p {
  text-align: left;
}
.alert-headline {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.alert-facts {
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}
.alert-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
  gap: 14px;
  align-items: start;
}
.alert-content,
.alert-summary,
.alert-narrative,
.alert-map-wrap {
  min-width: 0;
}
.alert-content {
  grid-column: 1;
}
.alert-map-wrap {
  grid-column: 2;
  grid-row: 1;
  border: 1px solid #444;
  background: #202021;
}
.alert-map-heading {
  margin: 0;
  padding: 5px 7px;
  border-bottom: 1px solid #444;
  font-size: 12px;
}
.alert-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: #202021;
}
.map-status {
  position: absolute;
  left: 0;
  right: 48px;
  white-space: normal;
  overflow-wrap: anywhere;
  z-index: 1;
  margin: 8px;
  padding: 4px 7px;
  background: #202021e8;
  color: #ccc;
  font-size: 12px;
}
.map-status:empty {
  display: none;
}
.map-note {
  margin: 0;
  padding: 5px 8px;
  border-top: 1px solid #444;
  color: #aaa;
  font-size: 11px;
}
.maplibregl-map {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.maplibregl-ctrl-attrib {
  font-size: 10px;
}
.instruction {
  padding: 8px;
  border-left: 3px solid #cddc39;
  background: #232324;
}
.wireless-alert {
  border-left-color: #ef766d;
}
.area-block {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #444;
}
.area-block:first-of-type {
  border-top: 0;
}
.area-list {
  margin: 4px 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 28px;
}
.area-list li {
  break-inside: avoid;
  margin: 2px 0;
  overflow-wrap: anywhere;
}
.metadata-language {
  margin: 10px 0 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #555;
  font-size: 14px;
}
.detail-table {
  min-width: 520px;
  table-layout: fixed;
}
.detail-table td:first-child {
  width: 32%;
  color: #bbb;
}
.compact-list {
  display: grid;
  grid-template-columns: 90px 1fr;
  margin: 5px 0;
}
.compact-list dt {
  color: #999;
}
.compact-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.reference-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 5px;
}
.reference-list dl {
  margin: 0;
  padding: 7px;
  border: 1px solid #444;
}
.reference-list dl div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 7px;
}
.reference-list dt {
  color: #999;
}
.reference-list dd {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer {
  margin-top: 14px;
  padding-top: 8px;
  border-top: 1px solid #555;
  color: #aaa;
  font-size: 11px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 820px) {
  .stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .kv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .source-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .alert-layout {
    grid-template-columns: 1fr;
  }
  .alert-content,
  .alert-map-wrap {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 560px) {
  .frame {
    width: min(1180px, calc(100% - 20px));
    margin-top: 10px;
  }
  .topbar,
  .page-heading {
    align-items: flex-start;
  }
  .topbar {
    flex-direction: column;
    gap: 8px;
  }
  .page-heading {
    display: block;
  }
  .page-heading p {
    margin-top: 3px;
    text-align: left;
  }
  .stats,
  .source-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kv-grid,
  .reference-list,
  .source-detail {
    grid-template-columns: 1fr;
  }
  .source-heading {
    align-items: flex-start;
  }
  .panel-body {
    padding: 7px;
  }
  .area-list {
    columns: 1;
  }
  .pagination {
    grid-template-columns: 1fr 1fr;
  }
  .pagination-status {
    grid-column: 1/-1;
    grid-row: 1;
    text-align: center;
  }
  .pagination > :last-child {
    text-align: right;
  }
}
@media (prefers-reduced-motion: reduce) {
  .message-table tr.new-event td {
    animation: none;
  }
}

.source-heading h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.source-heading h3 > span:last-child {
  overflow-wrap: anywhere;
}
.stats .system-time {
  font-size: 14px;
  line-height: 25px;
}
time[data-local-time] {
  white-space: nowrap;
}
.legal-copy {
  max-width: 60ch;
  line-height: 1.55;
}
.legal-copy p {
  margin: 0 0 12px;
}
.legal-copy p:last-child {
  margin-bottom: 0;
}
.legal-copy ol,
.legal-copy ul {
  margin: 0 0 12px;
  padding-left: 24px;
}
.legal-copy li + li {
  margin-top: 8px;
}
