:root {
  color-scheme: light;
  --ink: #10172a;
  --ink-2: #313b52;
  --paper: #f2f0e9;
  --panel: #fffefa;
  --line: #c9c4b7;
  --muted: #6d7180;
  --blue: #4a7fd7;
  --blue-pale: #dfe9fb;
  --red: #d85e5e;
  --red-pale: #f7dfdc;
  --green: #65a867;
  --green-pale: #def0dd;
  --gold: #deb654;
  --white-node: #f8f7f2;
  font-family: Inter, "Yu Gothic UI", "Hiragino Kaku Gothic ProN", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: -100px;
  left: 1rem;
  background: var(--ink);
  color: white;
  padding: 0.6rem 1rem;
}
.skip-link:focus {
  top: 1rem;
}
.site-header,
footer,
main {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 3px;
}
.brand-mark i {
  display: block;
  width: 13px;
  height: 24px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  background: var(--blue);
}
.brand-mark i:nth-child(2) {
  height: 32px;
  background: var(--red);
}
.brand-mark i:nth-child(3) {
  background: var(--green);
}
.brand b {
  letter-spacing: 0.1em;
}
.site-header nav,
footer div {
  display: flex;
  gap: 1.25rem;
}
.site-header nav a,
footer a {
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.hero {
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: 0.8fr 1.2fr;
  padding-block: clamp(3rem, 8vw, 6.5rem);
}
.hero-copy {
  max-width: 420px;
}
.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--muted);
  font:
    800 0.7rem/1.3 Consolas,
    monospace;
  letter-spacing: 0.16em;
}
h1,
h2,
p {
  overflow-wrap: anywhere;
}
h1,
h2 {
  margin: 0;
  line-height: 1.3;
}
h1 {
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  letter-spacing: 0.03em;
}
h2 {
  font-size: clamp(1.3rem, 2vw, 1.65rem);
}
.hero-copy > p:not(.eyebrow) {
  margin: 1.25rem 0 1.7rem;
  color: var(--ink-2);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.primary,
.secondary,
.text-button,
.secondary-link,
.board-filter button,
.copy-id {
  display: inline-flex;
  min-height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 5px;
  padding: 0.62rem 1rem;
  font-weight: 800;
  text-decoration: none;
}
.primary,
.copy-id {
  background: var(--gold);
  box-shadow: 4px 4px 0 var(--ink);
}
.primary:hover,
.copy-id:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}
.secondary,
.secondary-link,
.board-filter button {
  background: var(--panel);
}
.text-button {
  min-height: 38px;
  border-color: transparent;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.danger {
  color: #a83535;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.factor-visual {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--blue);
  padding: clamp(1.2rem, 4vw, 2.6rem);
}
.factor-visual::before,
.factor-visual::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border: 1px solid #34405b;
  border-radius: 50%;
}
.factor-visual::before {
  top: -130px;
  right: -60px;
}
.factor-visual::after {
  bottom: -150px;
  left: -40px;
}
.id-plate,
.mini-id,
.detail-id {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(2px, 0.7vw, 7px);
}
.id-plate i,
.detail-id i {
  display: grid;
  min-width: 0;
  flex: 1;
  aspect-ratio: 0.68;
  place-items: center;
  border: 1px solid #53607c;
  border-radius: 5px;
  background: #080d19;
  color: #f7df87;
  font:
    700 clamp(1.25rem, 3vw, 2.25rem)/1 Consolas,
    monospace;
  font-style: normal;
}
.lineage-map {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 0.45rem;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  margin-top: 4rem;
}
.lineage-map em,
.mini-lineage em {
  height: 2px;
  background: #59647b;
}
.factor-node {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 0.25rem;
  color: #edf0f7;
  font-size: 0.72rem;
  text-align: center;
}
.factor-node > i {
  display: grid;
  width: clamp(44px, 6vw, 62px);
  aspect-ratio: 1;
  place-items: center;
  border: 3px solid;
  border-radius: 50%;
  background: #1c263d;
  font-style: normal;
  font-weight: 900;
}
.factor-node.blue > i {
  border-color: var(--blue);
}
.factor-node.red > i {
  border-color: var(--red);
}
.factor-node.green > i {
  border-color: var(--green);
}
.factor-node.white > i {
  border-color: #ddd9cd;
}
.factor-node b {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.factor-node small {
  color: #aeb6c7;
}
.freshness-rail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 3rem;
}
.freshness-rail i {
  height: 6px;
  border-radius: 2px;
  background: #3e485e;
}
.freshness-rail i.lit {
  background: var(--gold);
}
.signal-strip {
  display: grid;
  border: 2px solid var(--ink);
  background: var(--panel);
  grid-template-columns: repeat(3, 1fr);
}
.signal-strip article {
  display: grid;
  min-height: 105px;
  align-content: center;
  align-items: center;
  gap: 0.1rem 0.8rem;
  grid-template-columns: 54px 1fr;
  padding: 1.15rem;
}
.signal-strip article + article {
  border-left: 1px solid var(--line);
}
.signal-strip b,
.signal-strip small {
  grid-column: 2;
}
.signal-strip small {
  color: var(--muted);
}
.nine-mark,
.week-mark {
  display: grid;
  width: 42px;
  height: 58px;
  place-items: center;
  grid-row: 1 / 3;
  border-radius: 5px;
  background: var(--ink);
  color: var(--gold);
  font:
    700 1.7rem Consolas,
    monospace;
}
.week-mark {
  height: 42px;
  border-radius: 50%;
  background: var(--green);
  color: white;
}
.node-mark {
  display: flex;
  align-items: center;
  grid-row: 1 / 3;
  gap: 3px;
}
.node-mark i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
}
.node-mark i:nth-child(2) {
  background: var(--red);
}
.node-mark i:nth-child(3) {
  background: var(--green);
}
.create-panel,
.info-page,
.manager-console {
  margin-top: 5rem;
}
.create-panel {
  scroll-margin-top: 1.5rem;
  border: 2px solid var(--ink);
  background: var(--panel);
  padding: clamp(1.2rem, 4vw, 2.7rem);
}
.panel-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.panel-heading > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
  font-weight: 900;
}
.panel-heading .eyebrow {
  margin: 0;
}
.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.field,
.board-filter label {
  display: grid;
  gap: 0.4rem;
  color: var(--ink-2);
  font-size: 0.83rem;
  font-weight: 700;
}
.field input,
.field select,
.field textarea,
.board-filter select,
.manager-actions select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #8c8b88;
  border-radius: 4px;
  background: white;
  padding: 0.6rem 0.7rem;
}
.field input:focus,
.field select:focus,
.field textarea:focus,
.board-filter select:focus,
.manager-actions select:focus {
  outline: 3px solid #b8cdf3;
  outline-offset: 1px;
}
.id-field {
  grid-column: span 2;
}
.id-field input {
  font:
    700 1.35rem Consolas,
    monospace;
  letter-spacing: 0.16em;
}
.field-wide {
  grid-column: 1 / -1;
}
.compact-field {
  max-width: 130px;
}
.blue-field select {
  border-left: 8px solid var(--blue);
}
.red-field select {
  border-left: 8px solid var(--red);
}
.honeypot {
  position: absolute;
  left: -10000px;
}
.safety-inline {
  display: flex;
  gap: 0.75rem;
  margin: 1.4rem 0;
  border-left: 5px solid var(--green);
  background: #edf5e9;
  padding: 0.85rem 1rem;
}
.safety-inline p,
.form-message {
  margin: 0;
}
.shield-dot {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px #cfe5cb;
}
.form-message {
  margin-top: 1rem;
  color: var(--ink-2);
  font-weight: 700;
}
.boundary-row {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
  border: 1px solid var(--ink);
  background: var(--ink);
}
.boundary-row > div {
  display: grid;
  min-height: 165px;
  align-content: center;
  background: var(--panel);
  padding: 1.5rem;
}
.boundary-row p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}
.boundary-icon {
  display: block;
  width: 58px;
  height: 32px;
  margin-bottom: 0.9rem;
}
.boundary-icon.lineage {
  border-right: 12px solid var(--green);
  border-left: 12px solid var(--blue);
  background: var(--red);
}
.boundary-icon.copy {
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--gold);
}
.boundary-icon.timer {
  width: 34px;
  height: 34px;
  border: 6px dotted var(--green);
  border-radius: 50%;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
  border-top: 1px solid var(--line);
  padding-block: 2rem;
  color: var(--muted);
  font-size: 0.8rem;
}

/* Public board */
.board-page {
  padding-top: 3.5rem;
}
.board-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.mini-lineage {
  display: flex;
  align-items: center;
  min-width: 250px;
}
.mini-lineage i {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 8px solid;
  border-radius: 50%;
}
.mini-lineage i.blue {
  border-color: var(--blue);
}
.mini-lineage i.red {
  border-color: var(--red);
}
.mini-lineage i.green {
  border-color: var(--green);
}
.mini-lineage em {
  flex: 1;
  background: var(--line);
}
.board-filter {
  display: grid;
  align-items: end;
  gap: 0.75rem;
  grid-template-columns: repeat(5, 1fr) auto;
  margin-top: 2.5rem;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 1rem;
}
.board-count {
  margin: 1.5rem 0 0.8rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}
.listing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.listing-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 2px solid var(--ink);
  background: var(--panel);
  padding: 1rem;
}
.card-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.74rem;
}
.card-status span {
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 0.18rem 0.5rem;
}
.card-status b {
  color: #4c7e4d;
  font-family: Consolas, monospace;
}
.mini-id {
  margin: 0.9rem 0;
}
.mini-id i {
  display: grid;
  min-width: 0;
  flex: 1;
  aspect-ratio: 0.7;
  place-items: center;
  border-radius: 3px;
  background: var(--ink);
  color: var(--gold);
  font:
    700 clamp(0.72rem, 1.3vw, 1rem) Consolas,
    monospace;
  font-style: normal;
}
.factor-chips,
.tag-row,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.factor-chip {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.2rem 0.55rem 0.2rem 0.25rem;
  font-size: 0.72rem;
}
.factor-chip i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-style: normal;
  font-weight: 900;
}
.factor-chip b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.factor-chip.blue {
  background: var(--blue-pale);
}
.factor-chip.blue i {
  background: var(--blue);
}
.factor-chip.red {
  background: var(--red-pale);
}
.factor-chip.red i {
  background: var(--red);
}
.factor-chip.green {
  background: var(--green-pale);
}
.factor-chip.green i {
  background: var(--green);
}
.factor-chip.white {
  background: var(--white-node);
}
.factor-chip.white i {
  background: #7d7d78;
}
.tag-row {
  margin-top: 0.75rem;
}
.tag-row span {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0.18rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
}
.tag-row .support-tag {
  border-color: #c99f39;
  background: #fbf0c8;
}
.card-note {
  margin: 0.75rem 0 0;
  color: var(--ink-2);
  font-size: 0.82rem;
}
.card-proof {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}
.card-actions {
  align-items: center;
  margin-top: auto;
  padding-top: 0.9rem;
}
.copy-id {
  min-height: 38px;
  padding: 0.4rem 0.65rem;
  font-size: 0.78rem;
}
.card-actions a {
  font-size: 0.78rem;
  font-weight: 700;
  text-underline-offset: 4px;
}
.empty-board {
  display: grid;
  min-height: 260px;
  place-items: center;
  align-content: center;
  gap: 0.8rem;
  grid-column: 1 / -1;
  border: 2px dashed var(--line);
  color: var(--muted);
}
.empty-symbol {
  color: var(--green);
  font:
    700 1.25rem Consolas,
    monospace;
  letter-spacing: 0.1em;
}
.loader-nodes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.loader-nodes i {
  width: 22px;
  height: 22px;
  border: 5px solid var(--line);
  border-radius: 50%;
  animation: pulse 1.2s steps(2, jump-none) infinite;
}
.loader-nodes i:nth-child(2) {
  animation-delay: 0.15s;
}
.loader-nodes i:nth-child(3) {
  animation-delay: 0.3s;
}
.loader-nodes i:nth-child(4) {
  animation-delay: 0.45s;
}
@keyframes pulse {
  50% {
    border-color: var(--blue);
  }
}

/* Listing detail */
.listing-shell {
  max-width: 820px;
}
.loading-bay {
  display: grid;
  min-height: 500px;
  place-items: center;
  align-content: center;
  gap: 1rem;
  color: var(--muted);
}
.listing-head {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding: 3rem 0 1.5rem;
}
.purpose-beacon {
  display: grid;
  min-width: 110px;
  justify-items: center;
  gap: 0.45rem;
  border-right: 1px solid var(--line);
  padding-right: 1.3rem;
  color: var(--muted);
  font-size: 0.74rem;
}
.purpose-beacon i {
  width: 36px;
  height: 36px;
  border: 8px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 6px var(--blue-pale);
}
.listing-head p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}
.detail-console {
  display: grid;
  gap: 1.4rem;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--ink);
  padding: clamp(1.2rem, 4vw, 2.5rem);
}
.detail-id {
  justify-content: center;
}
.detail-id i {
  max-width: 60px;
}
.detail-console > .primary {
  justify-self: center;
}
.detail-factors {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  background: #3c465b;
}
.detail-factor {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 0.25rem;
  background: #1b2438;
  padding: 1rem 0.6rem;
  color: white;
  text-align: center;
}
.detail-factor i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 4px solid;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
}
.detail-factor.blue i {
  border-color: var(--blue);
}
.detail-factor.red i {
  border-color: var(--red);
}
.detail-factor.green i {
  border-color: var(--green);
}
.detail-factor.white i {
  border-color: #dedbd2;
}
.detail-factor b {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-factor small {
  color: #b6becf;
}
.muted {
  color: #b6becf;
}
.support-slot {
  border: 2px solid var(--gold);
  background: #272d3c;
  padding: 0.8rem 1rem;
  color: #f6df9e;
  font-weight: 800;
  text-align: center;
}
.detail-note {
  margin: 0;
  color: #e2e5ed;
  text-align: center;
}
.public-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}
.public-actions .form-message {
  width: 100%;
}
.manager-console {
  border: 2px solid var(--ink);
  background: var(--panel);
  padding: clamp(1.2rem, 4vw, 2rem);
}
.manager-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}
.manager-actions select {
  width: auto;
  min-width: 150px;
}
.capability-note,
.listing-disclaimer {
  color: var(--muted);
  font-size: 0.82rem;
}
.listing-disclaimer {
  margin-top: 1.5rem;
  border-left: 5px solid var(--gold);
  background: #fff6d9;
  padding: 1rem;
}

/* Guides and policies */
.info-heading {
  display: grid;
  align-items: center;
  gap: 3rem;
  grid-template-columns: minmax(290px, 0.8fr) 1.2fr;
}
.info-heading .factor-visual {
  min-height: 320px;
}
.info-heading .lineage-map {
  margin-top: 2.5rem;
}
.safety-heading,
.privacy-heading {
  display: grid;
  min-height: 260px;
  align-items: center;
  gap: 3rem;
  grid-template-columns: 0.75fr 1.25fr;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--panel);
  padding: clamp(1.5rem, 5vw, 4rem);
}
.safety-nodes {
  display: flex;
  align-items: center;
}
.safety-nodes i {
  width: 52px;
  height: 52px;
  border: 8px solid var(--green);
  border-radius: 50%;
}
.safety-nodes i + i {
  margin-left: -6px;
}
.safety-nodes i:nth-child(2) {
  border-color: var(--red);
}
.safety-nodes i:nth-child(3) {
  border-color: var(--blue);
}
.privacy-slots {
  display: flex;
  gap: 4px;
}
.privacy-slots i {
  width: clamp(18px, 3vw, 35px);
  height: 82px;
  border: 1px solid #667189;
  background: #080d19;
}
.privacy-slots i:nth-child(3n + 1) {
  border-color: var(--gold);
}
.guide-cards {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin: 3rem 0 0;
  background: var(--ink);
  padding: 1px;
  list-style: none;
}
.guide-cards li {
  display: flex;
  gap: 1rem;
  background: var(--panel);
  padding: 1.4rem;
}
.guide-cards li > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
  font:
    700 0.85rem Consolas,
    monospace;
}
.guide-cards h2,
.data-card h2,
.source-card h2 {
  font-size: 1.05rem;
}
.guide-cards p,
.source-card p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}
.data-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}
.data-card {
  border: 2px solid var(--ink);
  background: var(--panel);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.data-card.keep {
  border-top: 10px solid var(--green);
}
.data-card.never {
  border-top: 10px solid var(--red);
}
.data-card ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}
.data-card li + li {
  margin-top: 0.5rem;
}
.source-card {
  margin-top: 1.5rem;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 1.5rem;
}
.source-card a {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 800;
  text-underline-offset: 4px;
}
.retention-note {
  margin-top: 1.5rem;
  border-left: 5px solid var(--blue);
  background: var(--panel);
  padding: 1rem 1.2rem;
}
.not-found {
  display: grid;
  min-height: 65vh;
  place-items: center;
  align-content: center;
  gap: 1.3rem;
  text-align: center;
}

@media (max-width: 920px) {
  .hero,
  .info-heading {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 620px;
  }
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .board-filter {
    grid-template-columns: repeat(3, 1fr);
  }
  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .site-header,
  footer,
  main {
    width: min(100% - 24px, 1120px);
  }
  .site-header {
    min-height: 66px;
  }
  .site-header nav {
    gap: 0.65rem;
    font-size: 0.75rem;
  }
  .site-header nav a:nth-child(3),
  .site-header nav a:nth-child(4) {
    display: none;
  }
  .hero {
    padding-top: 2.5rem;
  }
  .factor-visual {
    min-height: 330px;
    border-radius: 12px;
    box-shadow: 7px 7px 0 var(--blue);
  }
  .lineage-map {
    grid-template-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    margin-top: 2.7rem;
  }
  .factor-node b {
    font-size: 0.64rem;
  }
  .factor-node small {
    font-size: 0.6rem;
  }
  .signal-strip,
  .boundary-row,
  .form-grid,
  .board-filter,
  .listing-grid,
  .guide-cards,
  .data-grid,
  .safety-heading,
  .privacy-heading {
    grid-template-columns: 1fr;
  }
  .signal-strip article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .id-field,
  .field-wide {
    grid-column: 1;
  }
  .compact-field {
    max-width: none;
  }
  .board-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .mini-lineage {
    width: 100%;
  }
  .detail-id {
    gap: 2px;
  }
  .detail-id i {
    font-size: 1.1rem;
  }
  .detail-factors {
    grid-template-columns: repeat(2, 1fr);
  }
  .public-actions,
  .manager-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .public-actions button,
  .manager-actions button,
  .manager-actions select {
    width: 100%;
  }
  .listing-head {
    align-items: flex-start;
  }
  .purpose-beacon {
    min-width: 82px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
