.system-page > .system-section {
  border: 1px solid #303945;
  background: #101419;
  padding: 8px;
  margin-top: 8px;
  min-width: 0;
}
.system-page > .system-section > h2 {
  margin: -8px -8px 8px;
  padding: 8px;
  border-bottom: 1px solid #303945;
  background: #19212a;
  color: #d7dbe0;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.system-page .system-section .system-section,
.system-page .system-section details {
  border-top: 1px solid #303945;
  margin-top: 8px;
  padding-top: 4px;
}
.system-page .system-section details[open] > summary {
  margin-bottom: 6px;
}
.system-page .system-section summary {
  color: #7cc4ff;
}
.system-page .system-section :focus-visible,
.system-jumps a:focus-visible {
  outline: 2px solid #7cc4ff;
  outline-offset: 2px;
}
.system-page .system-section caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
}
.system-page .system-facts table {
  min-width: 0;
}
.system-page .system-table thead {
  background: #161d25;
}
.system-page .system-note {
  color: #8a929c;
  font-size: 12px;
}
.system-page h3 {
  font-size: 14px;
  margin: 8px 0 2px;
}
.system-page p {
  margin: 6px 0;
}
.system-page summary {
  cursor: pointer;
  font-weight: bold;
  padding: 4px 0;
}
.system-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding: 8px 0;
}
.system-jumps a {
  white-space: nowrap;
  border: 1px solid #303945;
  background: #101419;
  padding: 4px 8px;
}
.system-jumps a:hover {
  background: #19212a;
}
.system-table {
  max-width: 100%;
  overflow-x: auto;
}
.system-table table {
  display: table;
  width: max-content;
  max-width: none;
  min-width: 100%;
}
.system-table th {
  white-space: nowrap;
}
.system-page .agent-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 8px;
}
.system-page .agent-filters label {
  position: static;
  clip: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.system-page .agent-filters select {
  max-width: 100%;
}
.system-page .agent-filters a {
  padding: 4px 0;
}
.system-page section,
.system-page details {
  scroll-margin-top: 8px;
}

.system-services .service-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 8px 0;
}
.system-services .service-summary li {
  border: 1px solid #303945;
  padding: 4px 8px;
  background: #19212a;
}
.system-services .service-summary strong {
  margin-left: 6px;
  font-variant-numeric: tabular-nums;
}
.system-services .service-summary .service-absent {
  color: #8a929c;
  background: transparent;
}
.system-services .system-table table {
  width: 100%;
  table-layout: fixed;
}
.system-services .system-table th,
.system-services .system-table td {
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: top;
  padding: 6px;
}
.system-services .system-table th:first-child {
  width: 38%;
}
