:root {
  --ink-950: #07111f;
  --ink-900: #0b1729;
  --ink-850: #102038;
  --ink-800: #172941;
  --ink-700: #2b3c54;
  --text: #152033;
  --muted: #5f6c7e;
  --muted-strong: #465569;
  --canvas: #f4f6f9;
  --surface: #ffffff;
  --surface-soft: #eef2f7;
  --surface-blue: #f1f5ff;
  --line: #dce2ea;
  --line-strong: #c5ceda;
  --blue: #2457e6;
  --blue-dark: #1945c7;
  --blue-soft: #dfe7ff;
  --green: #14795d;
  --green-soft: #e7f5f0;
  --amber: #a45d14;
  --amber-soft: #fff2df;
  --danger: #a23e34;
  --danger-soft: #fff0ed;
  --white: #ffffff;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --shadow-console: 0 24px 70px rgba(4, 16, 34, 0.19), 0 4px 14px rgba(4, 16, 34, 0.08);
  --shadow-sheet: -24px 0 70px rgba(4, 16, 34, 0.24);
  --content-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--canvas);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--canvas);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body[data-legal-open] {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

select,
input,
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

p,
ul,
ol,
dl {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.9rem, 5.9vw, 5.15rem);
  font-weight: 730;
  line-height: 0.99;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 3.9vw, 3.15rem);
  font-weight: 700;
  line-height: 1.05;
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 680;
  line-height: 1.2;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid #7fa1ff;
  outline-offset: 3px;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink-950);
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 17, 31, 0.96);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(var(--content-width), calc(100% - 2rem));
  min-height: 72px;
  margin: 0 auto;
}

.brand,
.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand__mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #9eb7ff;
}

.brand__mark svg {
  width: 1.62rem;
  height: 1.62rem;
  overflow: visible;
}

.brand__mark circle {
  fill: currentColor;
}

.brand__mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.brand__copy {
  display: grid;
  min-width: 0;
  gap: 0.08rem;
}

.brand strong,
.site-footer__brand strong {
  font-size: 0.98rem;
  font-weight: 730;
  letter-spacing: -0.02em;
}

.brand small {
  overflow: hidden;
  max-width: 19rem;
  color: #9aa9bd;
  font-size: 0.73rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.source-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #c0cad8;
  font-size: 0.76rem;
  font-weight: 650;
  white-space: nowrap;
}

.source-status > span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #4dcc98;
  box-shadow: 0 0 0 4px rgba(77, 204, 152, 0.1);
}

.site-nav,
.footer-links,
.link-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.15rem;
}

.site-nav a {
  position: relative;
  padding: 0.4rem 0;
  color: #d7dfeb;
  font-size: 0.82rem;
  font-weight: 620;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.14rem;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: #9eb7ff;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.page-shell {
  width: min(var(--content-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 7rem;
}

.hero {
  position: relative;
  z-index: 0;
  padding: clamp(2.7rem, 6vw, 5.4rem) 0 0;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  width: 100vw;
  height: clamp(26rem, 43vw, 35rem);
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 74% 15%, rgba(67, 105, 210, 0.2), transparent 28%),
    linear-gradient(180deg, var(--ink-950) 0%, var(--ink-900) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: clamp(26rem, 43vw, 35rem);
  transform: translateX(-50%);
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black, transparent 92%);
}

.hero__masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(20rem, 0.78fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: end;
  color: var(--white);
}

.hero__copy {
  display: grid;
  gap: 1.05rem;
}

.eyebrow,
.match-item__eyebrow,
.match-empty__label {
  margin: 0;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow--inverse {
  color: #9eb7ff;
}

.eyebrow--small {
  font-size: 0.68rem;
}

.hero__lede {
  max-width: 58ch;
  color: #bcc8d8;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.62;
}

.independence-note {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32rem;
  width: fit-content;
  max-width: 62ch;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #91a0b4;
  font-size: 0.78rem;
}

.independence-note strong {
  color: #e0e6ee;
}

.route-signal {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.route-signal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #8291a5;
  font-size: 0.68rem;
  font-weight: 670;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-signal__head strong {
  color: #d8e0eb;
  font-size: 0.68rem;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
}

.route-stages {
  display: grid;
  padding: 0;
  list-style: none;
}

.route-stages li {
  position: relative;
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  column-gap: 0.65rem;
  min-height: 4.6rem;
  padding: 0.75rem 1rem;
  color: #6f7e92;
}

.route-stages li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.route-stages li::before {
  content: "";
  position: absolute;
  top: 0.82rem;
  bottom: 0.82rem;
  left: 0;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: transparent;
}

.route-stages li > span {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
}

.route-stages li strong {
  align-self: end;
  color: #8997aa;
  font-size: 0.84rem;
  font-weight: 670;
}

.route-stages li small {
  color: #627187;
  font-size: 0.7rem;
}

.route-stages li.is-active {
  color: #9eb7ff;
}

.route-stages li.is-active strong {
  color: #dfe6f2;
}

.route-stages li.is-active small {
  color: #91a0b4;
}

.route-stages li.is-current::before {
  background: #6e91ff;
}

.route-stages li[data-route-stage="portal"].is-active {
  color: #62d7a8;
}

.route-stages li[data-route-stage="portal"].is-current::before {
  background: #4dcc98;
}

.lookup-console {
  position: relative;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(10, 32, 63, 0.1);
  border-radius: var(--radius-lg);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow-console);
  animation: console-in 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.lookup-console__main {
  display: grid;
  grid-template-columns: minmax(20rem, 1.55fr) minmax(12rem, 0.58fr) auto;
  gap: 0.9rem;
  align-items: end;
  padding: 1.15rem;
}

.field {
  display: grid;
  gap: 0.42rem;
  min-width: 0;
}

.field__label {
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.015em;
}

.field__label > span {
  color: #8995a5;
  font-weight: 540;
}

.query-control {
  position: relative;
  display: block;
}

.query-control svg,
.coverage-search svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1rem;
  width: 1.18rem;
  height: 1.18rem;
  transform: translateY(-50%);
  fill: none;
  stroke: #6c7a8d;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.field input,
.field select,
.coverage-search input {
  width: 100%;
  height: 3.55rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field input {
  padding: 0 1rem 0 3rem;
  font-size: 1.02rem;
  font-weight: 570;
}

.field select {
  appearance: none;
  padding: 0 2.6rem 0 0.9rem;
  background-image:
    linear-gradient(45deg, transparent 50%, #67768a 50%),
    linear-gradient(135deg, #67768a 50%, transparent 50%);
  background-position:
    calc(100% - 1.08rem) calc(50% - 2px),
    calc(100% - 0.78rem) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  font-size: 0.92rem;
  font-weight: 620;
}

.field input::placeholder,
.coverage-search input::placeholder {
  color: #8a96a7;
  font-weight: 500;
  opacity: 1;
}

.field:focus-within input,
.field:focus-within select,
.coverage-search:focus-within input {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(36, 87, 230, 0.1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 0.78rem 1.1rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(36, 87, 230, 0.2);
}

.button--primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 13px 30px rgba(36, 87, 230, 0.26);
}

.button--secondary,
.button--ghost {
  border-color: var(--line-strong);
  background: var(--white);
  color: var(--text);
}

.button--secondary:hover,
.button--ghost:hover {
  border-color: #9eabc0;
  background: var(--surface-soft);
}

.lookup-submit {
  min-width: 13.8rem;
  height: 3.55rem;
  white-space: nowrap;
}

.lookup-submit > span:last-child {
  font-size: 1.1rem;
}

.lookup-console__tools {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.35rem;
  padding: 0.55rem 1.15rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}

.filter-toggle,
.clear-button {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 0;
  background: transparent;
  color: var(--muted-strong);
  font-size: 0.76rem;
  font-weight: 680;
}

.filter-toggle {
  padding: 0.45rem 0.35rem 0.45rem 0;
}

.filter-toggle > span:first-child {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--white);
  color: var(--blue);
  font-size: 0.92rem;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease;
}

.filter-toggle[data-open="true"] > span:first-child {
  transform: rotate(45deg);
}

.filter-toggle.has-selection {
  color: var(--blue-dark);
}

.filter-toggle.has-selection > span:first-child {
  border-color: var(--blue-soft);
  background: var(--surface-blue);
}

.clear-button {
  padding: 0.45rem;
  color: #7a8798;
}

.clear-button:hover,
.filter-toggle:hover {
  color: var(--blue-dark);
}

.query-signal {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-left: auto;
  color: #798699;
  font-size: 0.72rem;
  font-weight: 620;
}

.query-signal::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: #a7b1bf;
}

.query-signal[data-kind="case_number"] {
  color: var(--green);
}

.query-signal[data-kind="case_number"]::before {
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(20, 121, 93, 0.09);
}

.query-signal[data-kind="party_name"] {
  color: var(--blue-dark);
}

.query-signal[data-kind="party_name"]::before {
  background: var(--blue);
}

.advanced-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.lookup-console__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.78rem 1.15rem 0.86rem;
  color: #738094;
  font-size: 0.68rem;
}

.lookup-note {
  max-width: 52rem;
}

.lookup-note strong {
  color: var(--green);
}

.lookup-catalog-note {
  white-space: nowrap;
}

.hero__utility-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0 0;
}

.hero__aside {
  max-width: 46rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.task-rail {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
}

.task-rail a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.25rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted-strong);
  font-size: 0.7rem;
  font-weight: 680;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.task-rail a:hover {
  border-color: var(--line-strong);
  background: var(--white);
  color: var(--blue-dark);
}

.result-region {
  scroll-margin-top: 6.2rem;
  padding-top: clamp(3rem, 6vw, 5.2rem);
}

.result-region__head {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(20rem, 0.92fr);
  gap: 2rem;
  align-items: end;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line-strong);
}

.result-region__head > div {
  display: grid;
  gap: 0.5rem;
}

.result-region__head h2 {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

#lookupStatus {
  justify-self: end;
  max-width: 48rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

.result-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1.15rem 0 0;
  list-style: none;
}

.match-empty article {
  display: grid;
  grid-template-columns: minmax(15rem, 0.58fr) minmax(18rem, 1fr);
  gap: 2rem;
  align-items: start;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}

.match-empty article > div {
  display: grid;
  gap: 0.42rem;
}

.match-empty h3 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.match-empty article > p,
.match-empty__tips {
  color: var(--muted);
  font-size: 0.9rem;
}

.match-empty--ambiguous .match-empty__label {
  color: var(--amber);
}

.match-empty--unsupported .match-empty__label {
  color: var(--danger);
}

.match-empty__tips {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding-left: 1.15rem;
}

.text-link,
.match-empty a,
.match-item__links a,
.registry-item__actions .link-rail a,
.link-rail a {
  color: var(--blue-dark);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(36, 87, 230, 0.35);
  text-underline-offset: 0.18em;
}

.starter-routes-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.starter-routes__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.68rem 0.9rem;
  border-bottom: 1px solid var(--line);
  background: #f9fafc;
  color: #7b8797;
  font-size: 0.65rem;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.starter-routes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.starter-route + .starter-route {
  border-top: 1px solid var(--line);
}

.starter-route a {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr) minmax(10rem, auto) 1rem;
  gap: 0.9rem;
  align-items: center;
  min-height: 4.6rem;
  padding: 0.78rem 0.9rem;
  transition: background-color 150ms ease;
}

.starter-route a:hover {
  background: var(--surface-blue);
}

.starter-route__index {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  color: #8d99a9;
  font-size: 0.68rem;
}

.starter-route__copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}

.starter-route__copy strong {
  overflow: hidden;
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.starter-route__copy span,
.starter-route__host {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.starter-route__host {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  text-align: right;
}

.starter-route__arrow {
  color: var(--blue);
}

.match-item {
  animation: result-in 240ms ease both;
}

.match-item:nth-child(2) {
  animation-delay: 40ms;
}

.match-item:nth-child(3) {
  animation-delay: 80ms;
}

.match-item article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.match-item.is-primary article {
  border-color: #9eb6ff;
  box-shadow: 0 16px 42px rgba(22, 54, 132, 0.11);
}

.match-item__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 1rem;
  border-bottom: 1px solid var(--line);
  background: #fafbfc;
}

.match-item.is-primary .match-item__topline {
  background: var(--surface-blue);
}

.match-item__verified {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 690;
}

.match-item__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem;
}

.match-item__identity {
  display: grid;
  min-width: 0;
  gap: 0.42rem;
}

.match-item__identity h3 {
  font-size: clamp(1.35rem, 2.7vw, 2.1rem);
}

.match-item__jurisdiction {
  max-width: 60rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.official-host {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.25rem;
  color: var(--green);
}

.official-host__icon {
  flex: 0 0 auto;
  width: 1.18rem;
  height: 1.18rem;
}

.official-host__icon svg {
  width: 100%;
  height: 100%;
}

.official-host > span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.5rem;
  min-width: 0;
  font-size: 0.7rem;
}

.official-host strong {
  font-weight: 740;
}

.official-host > span:last-child > span {
  overflow-wrap: anywhere;
  color: #647286;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

.match-item__main > .button {
  flex: 0 0 auto;
  min-width: 12.6rem;
}

.match-item__highlights {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.85fr;
  margin: 0 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.match-item__highlights > div {
  min-width: 0;
  padding: 0.78rem 0.9rem;
}

.match-item__highlights > div + div {
  border-left: 1px solid var(--line);
}

dt,
.match-item__highlights dt,
.registry-item small {
  color: #788598;
  font-size: 0.66rem;
  font-weight: 680;
  letter-spacing: 0.025em;
}

dd {
  margin: 0.18rem 0 0;
  color: var(--text);
  font-size: 0.79rem;
  line-height: 1.45;
}

.match-item__why {
  padding: 1rem 1.25rem;
  color: var(--muted-strong);
  font-size: 0.79rem;
}

.match-item__why strong {
  color: var(--text);
}

.match-item__details {
  border-top: 1px solid var(--line);
}

.match-item__details summary {
  position: relative;
  padding: 0.88rem 3rem 0.88rem 1.25rem;
  color: var(--muted-strong);
  font-size: 0.75rem;
  font-weight: 680;
  cursor: pointer;
}

.match-item__details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 500;
  transition: transform 160ms ease;
}

.match-item__details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.match-item__details-body {
  display: grid;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
}

.match-item__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.match-item__facts > div {
  min-width: 0;
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid var(--line);
}

.match-item__facts > div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.match-item__facts > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.match-item__facts a {
  overflow-wrap: anywhere;
  color: var(--blue-dark);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.match-item__notes {
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.match-item__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  font-size: 0.76rem;
}

.content-section {
  padding-top: clamp(5rem, 10vw, 8rem);
}

.section-heading {
  display: grid;
  gap: 0.62rem;
  max-width: 72rem;
  margin-bottom: 1.7rem;
}

.section-heading--split {
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 0.68fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  max-width: none;
}

.section-heading--split > div {
  display: grid;
  gap: 0.62rem;
}

.section-heading > p,
.section-heading--split > p {
  color: var(--muted);
  font-size: 0.9rem;
}

.section-heading--split > p {
  padding-bottom: 0.25rem;
}

.coverage-browser {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.coverage-browser__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem;
  border-bottom: 1px solid var(--line);
  background: #fafbfc;
}

.coverage-search {
  position: relative;
  display: block;
  width: min(28rem, 100%);
}

.coverage-search input {
  height: 2.9rem;
  padding: 0 0.9rem 0 2.7rem;
  background: var(--white);
  font-size: 0.82rem;
}

.coverage-browser__toolbar p {
  color: #788598;
  font-size: 0.72rem;
  font-weight: 650;
  white-space: nowrap;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coverage-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.2rem 0.8rem;
  min-height: 7.4rem;
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 150ms ease, color 150ms ease;
}

.coverage-item:nth-child(3n) {
  border-right: 0;
}

.coverage-item:hover {
  background: var(--surface-blue);
}

.coverage-item--task {
  background: #f9fbff;
}

.coverage-item__kind {
  grid-column: 1 / -1;
  color: #7b8797;
  font-size: 0.64rem;
  font-weight: 730;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coverage-item strong {
  align-self: end;
  font-size: 0.92rem;
  font-weight: 700;
}

.coverage-item > span:not(.coverage-item__kind, .coverage-item__arrow) {
  grid-column: 1;
  color: var(--muted);
  font-size: 0.7rem;
}

.coverage-item__arrow {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  color: var(--blue);
  font-size: 1rem;
}

.registry-list {
  overflow: hidden;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.registry-item + .registry-item {
  border-top: 1px solid var(--line);
}

.registry-item summary {
  display: grid;
  grid-template-columns: 2.2rem minmax(13rem, 1fr) minmax(23rem, 0.9fr) 1.5rem;
  gap: 1rem;
  align-items: center;
  min-height: 6.3rem;
  padding: 0.9rem 0.2rem;
  cursor: pointer;
}

.registry-item summary:hover {
  background: rgba(255, 255, 255, 0.5);
}

.registry-item__index {
  color: #8a96a5;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
}

.registry-item__identity {
  display: grid;
  min-width: 0;
  gap: 0.15rem;
}

.registry-item__identity strong {
  overflow: hidden;
  font-size: 0.91rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.registry-item__identity > span:last-child {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.registry-item__type {
  color: var(--blue-dark);
  font-size: 0.61rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.registry-item__scan {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.7fr;
  gap: 0.8rem;
}

.registry-item__scan > span {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
  color: var(--muted-strong);
  font-size: 0.69rem;
}

.registry-item__scan small {
  display: block;
}

.registry-item__toggle {
  justify-self: end;
  color: var(--blue);
  font-size: 1.15rem;
  transition: transform 160ms ease;
}

.registry-item[open] .registry-item__toggle {
  transform: rotate(45deg);
}

.registry-item__body {
  display: grid;
  gap: 1rem;
  margin: 0 0 1rem 3.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.registry-item__facts {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.6fr;
  gap: 1rem;
}

.registry-item__facts > div {
  min-width: 0;
}

.registry-item__notes {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.registry-item__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.registry-item__actions .link-rail {
  justify-content: flex-end;
  font-size: 0.75rem;
}

.method-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  list-style: none;
}

.method-line::before {
  content: "";
  position: absolute;
  top: 2.15rem;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: var(--line-strong);
}

.method-line li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1.25rem 1.1rem 1.4rem;
}

.method-line li + li {
  border-left: 1px solid var(--line);
}

.method-line__number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid var(--blue-soft);
  border-radius: 8px;
  background: var(--surface-blue);
  color: var(--blue-dark);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.63rem;
  font-weight: 700;
}

.method-line li > div {
  display: grid;
  gap: 0.42rem;
}

.method-line h3 {
  font-size: 0.98rem;
}

.method-line p {
  color: var(--muted);
  font-size: 0.78rem;
}

.trust-disclosures {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.trust-disclosures details + details {
  border-top: 1px solid var(--line);
}

.trust-disclosures summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
  padding: 0.8rem 0;
  font-size: 0.93rem;
  font-weight: 690;
  cursor: pointer;
}

.trust-disclosures summary > span:last-child {
  color: var(--blue);
  font-size: 1.15rem;
  transition: transform 160ms ease;
}

.trust-disclosures details[open] summary > span:last-child {
  transform: rotate(45deg);
}

.trust-disclosures details > p {
  max-width: 64rem;
  padding: 0 3.5rem 1.15rem 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.boundary-grid,
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.boundary-item,
.step-item {
  padding: 1.15rem;
}

.boundary-item + .boundary-item,
.step-item + .step-item {
  border-left: 1px solid var(--line);
}

.boundary-item p,
.step-item p {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.tip-list {
  display: grid;
  gap: 0.42rem;
  margin: 0.7rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.format-example-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.format-example-list code {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 0.42rem 0.58rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface-soft);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
}

.format-evidence-grid .link-rail {
  margin-top: 0.8rem;
}

.content-section > .link-rail {
  padding: 1.1rem 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.legal-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(36rem, 100vw);
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow-sheet);
}

.legal-dialog[open] {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  animation: sheet-in 220ms ease both;
}

.legal-dialog::backdrop {
  background: rgba(4, 13, 26, 0.66);
  backdrop-filter: blur(3px);
}

.legal-dialog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.4rem;
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid var(--line);
}

.legal-dialog__head strong {
  font-size: 1rem;
  font-weight: 730;
}

.dialog-close {
  min-height: 2.3rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted-strong);
  font-size: 0.75rem;
  font-weight: 680;
}

.legal-dialog__tabs {
  display: flex;
  gap: 0;
  padding: 0 1.15rem;
  border-bottom: 1px solid var(--line);
}

.legal-tab {
  position: relative;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 680;
}

.legal-tab::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0.75rem;
  height: 2px;
  background: transparent;
}

.legal-tab[aria-selected="true"] {
  color: var(--blue-dark);
}

.legal-tab[aria-selected="true"]::after {
  background: var(--blue);
}

.legal-dialog__body {
  overflow: auto;
  padding: 1.25rem 1.25rem 3rem;
}

.legal-article {
  display: grid;
  gap: 0.75rem;
}

.legal-article h2 {
  font-size: 1.55rem;
}

.legal-article p {
  color: var(--muted);
  font-size: 0.86rem;
}

.legal-fallback {
  min-height: 67vh;
  padding-top: 5rem;
}

.legal-fallback .legal-article {
  max-width: 54rem;
  padding: 1.3rem 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.legal-fallback__actions {
  margin-top: 1.4rem;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 3.2rem max(1rem, calc((100vw - var(--content-width)) / 2)) 1.25rem;
  background: var(--ink-950);
  color: var(--white);
}

.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}

.brand__mark--footer {
  width: 2.25rem;
  height: 2.25rem;
}

.site-footer__brand {
  align-items: flex-start;
  max-width: 37rem;
}

.site-footer__brand > div {
  display: grid;
  gap: 0.45rem;
}

.site-footer__brand p {
  color: #91a0b4;
  font-size: 0.76rem;
}

.footer-links {
  justify-content: flex-end;
}

.footer-links a {
  color: #c9d3df;
  font-size: 0.76rem;
  font-weight: 620;
}

.footer-links a:hover {
  color: var(--white);
}

.site-footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.7rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #718096;
  font-size: 0.66rem;
}

@keyframes console-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes result-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sheet-in {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1040px) {
  .hero__masthead {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
    gap: 2.5rem;
  }

  .lookup-console__main {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.55fr);
  }

  .lookup-submit {
    grid-column: 1 / -1;
    width: 100%;
  }

  .registry-item summary {
    grid-template-columns: 2.2rem minmax(12rem, 1fr) minmax(19rem, 0.82fr) 1.5rem;
  }
}

@media (max-width: 860px) {
  .source-status {
    display: none;
  }

  .hero::before,
  .hero::after {
    height: 39rem;
  }

  .hero__masthead {
    grid-template-columns: 1fr;
    gap: 1.7rem;
    align-items: start;
  }

  .hero__copy {
    max-width: 47rem;
  }

  .route-stages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-stages li {
    grid-template-columns: auto 1fr;
    min-height: 4.2rem;
  }

  .route-stages li + li {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.075);
  }

  .route-stages li::before {
    top: auto;
    right: 0.8rem;
    bottom: 0;
    left: 0.8rem;
    width: auto;
    height: 3px;
    border-radius: 4px 4px 0 0;
  }

  .hero__utility-row,
  .result-region__head,
  .section-heading--split {
    grid-template-columns: 1fr;
  }

  .hero__utility-row {
    display: grid;
  }

  .task-rail {
    justify-content: flex-start;
  }

  .result-region__head {
    display: grid;
    gap: 0.8rem;
    align-items: start;
  }

  #lookupStatus {
    justify-self: start;
    text-align: left;
  }

  .section-heading--split {
    gap: 1rem;
    align-items: start;
  }

  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-item:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .coverage-item:nth-child(2n) {
    border-right: 0;
  }

  .registry-item summary {
    grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
  }

  .registry-item__scan {
    grid-column: 2;
    grid-row: 2;
  }

  .registry-item__toggle {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .registry-item__body {
    margin-left: 3rem;
  }

  .registry-item__facts {
    grid-template-columns: 1fr;
  }

  .method-line {
    grid-template-columns: 1fr;
  }

  .method-line::before {
    display: none;
  }

  .method-line li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .boundary-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .boundary-item + .boundary-item,
  .step-item + .step-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  h1 {
    max-width: 15ch;
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    line-height: 1.01;
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .site-header__inner {
    width: min(var(--content-width), calc(100% - 1.25rem));
    min-height: 60px;
  }

  .brand {
    gap: 0.6rem;
  }

  .brand__mark {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 10px;
  }

  .brand__copy small {
    display: none;
  }

  .site-nav a {
    display: none;
  }

  .site-nav a:nth-child(2) {
    display: inline-flex;
  }

  .page-shell {
    width: min(var(--content-width), calc(100% - 1.25rem));
    padding-bottom: 5.5rem;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero::before,
  .hero::after {
    height: 42rem;
  }

  .hero__masthead {
    gap: 1.25rem;
  }

  .hero__copy {
    gap: 0.75rem;
  }

  .hero__lede {
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .independence-note {
    display: block;
    padding-top: 0.5rem;
    font-size: 0.68rem;
  }

  .route-signal__head {
    padding: 0.62rem 0.72rem;
  }

  .route-stages li {
    grid-template-columns: 1fr;
    gap: 0.08rem;
    min-height: 3.7rem;
    padding: 0.58rem 0.55rem;
    text-align: center;
  }

  .route-stages li > span {
    grid-row: auto;
    font-size: 0.56rem;
  }

  .route-stages li strong {
    align-self: auto;
    font-size: 0.68rem;
  }

  .route-stages li small {
    display: none;
  }

  .lookup-console {
    margin-top: 1.25rem;
    border-radius: var(--radius-md);
  }

  .lookup-console__main {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 0.82rem;
  }

  .field input,
  .field select,
  .lookup-submit {
    height: 3.15rem;
  }

  .field input {
    font-size: 0.92rem;
  }

  .lookup-submit {
    grid-column: auto;
    min-width: 0;
  }

  .lookup-console__tools {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.35rem 0.6rem;
    padding: 0.48rem 0.82rem;
  }

  .query-signal {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 0;
    padding-bottom: 0.18rem;
  }

  .advanced-filters {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 0.82rem;
  }

  .lookup-console__foot {
    display: grid;
    gap: 0.35rem;
    padding: 0.65rem 0.82rem 0.72rem;
    font-size: 0.62rem;
  }

  .lookup-catalog-note {
    white-space: normal;
  }

  .hero__utility-row {
    gap: 0.7rem;
  }

  .hero__aside {
    font-size: 0.68rem;
  }

  .task-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .task-rail a {
    justify-content: space-between;
    min-width: 0;
    padding: 0.42rem 0.48rem;
    font-size: 0.64rem;
  }

  .result-region {
    padding-top: 3.4rem;
  }

  .result-region__head {
    padding-bottom: 0.9rem;
  }

  #lookupStatus {
    font-size: 0.75rem;
  }

  .match-empty article {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.1rem 0;
  }

  .starter-routes__head > span:last-child {
    display: none;
  }

  .starter-route a {
    grid-template-columns: 1.75rem minmax(0, 1fr) 1rem;
    min-height: 4.15rem;
    gap: 0.55rem;
    padding: 0.65rem 0.72rem;
  }

  .starter-route__host {
    display: none;
  }

  .starter-route__arrow {
    grid-column: 3;
  }

  .match-item__topline {
    padding: 0.6rem 0.75rem;
  }

  .match-item__main {
    display: grid;
    gap: 1rem;
    padding: 1rem;
  }

  .match-item__main > .button {
    width: 100%;
    min-width: 0;
  }

  .match-item__highlights {
    grid-template-columns: 1fr;
    margin: 0 1rem;
  }

  .match-item__highlights > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .match-item__why,
  .match-item__details summary {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .match-item__details-body {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .match-item__facts {
    grid-template-columns: 1fr;
  }

  .match-item__facts > div,
  .match-item__facts > div:nth-child(odd),
  .match-item__facts > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .match-item__facts > div:last-child {
    border-bottom: 0;
  }

  .content-section {
    padding-top: 4.5rem;
  }

  .section-heading {
    margin-bottom: 1.2rem;
  }

  .coverage-browser__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .coverage-search {
    width: 100%;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .coverage-item,
  .coverage-item:nth-child(2n),
  .coverage-item:nth-child(3n) {
    min-height: 6.3rem;
    border-right: 0;
  }

  .registry-item summary {
    grid-template-columns: 1.55rem minmax(0, 1fr) 1.2rem;
    gap: 0.55rem;
    min-height: 5.4rem;
    padding: 0.7rem 0;
  }

  .registry-item__scan {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .registry-item__scan > span:first-child {
    display: none;
  }

  .registry-item__body {
    margin-left: 2.1rem;
    padding: 0.82rem;
  }

  .registry-item__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .registry-item__actions .link-rail {
    justify-content: flex-start;
  }

  .method-line li {
    padding: 1rem 0.3rem;
  }

  .trust-disclosures details > p {
    padding-right: 0;
  }

  .boundary-grid,
  .step-grid {
    border-radius: var(--radius-md);
  }

  .legal-dialog {
    width: 100vw;
  }

  .site-footer {
    padding-top: 2.5rem;
  }

  .site-footer__inner,
  .site-footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .site-footer__meta {
    gap: 0.35rem;
    margin-top: 2rem;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.16rem;
  }

  .page-shell,
  .site-header__inner {
    width: calc(100% - 1rem);
  }

  .site-nav a:nth-child(2) {
    font-size: 0.74rem;
  }

  .route-signal__head > span {
    display: none;
  }

  .route-signal__head strong {
    width: 100%;
    text-align: left;
  }

  .lookup-console__main {
    padding: 0.72rem;
  }

  .task-rail a > span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
