@font-face {
  font-family: "Foundry Sans";
  src: url("./assets/fonts/noto-sans-sc-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Foundry Sans";
  src: url("./assets/fonts/noto-sans-sc-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

@font-face {
  font-family: "Foundry Mono";
  src: url("./assets/fonts/ibm-plex-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}

:root {
  --paper: #f3f1ec;
  --surface: #fbfaf7;
  --surface-strong: #ffffff;
  --ink: #171a1d;
  --muted: #6d716f;
  --line: #d7d4cd;
  --line-strong: #a7aaa5;
  --blue: #1d4ed8;
  --green: #087f5b;
  --amber: #b45309;
  --red: #b42318;
  --shadow: 0 18px 48px rgba(24, 29, 31, 0.12);
  color-scheme: light;
  font-family: "Foundry Sans", sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(42, 45, 45, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 45, 45, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
}

button,
input,
select {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.28);
  outline-offset: 2px;
}

.app-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  min-height: 72px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: var(--surface);
  box-shadow: 4px 4px 0 #c8c5bd;
}

.brand-mark svg {
  width: 21px;
  height: 21px;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-family: "Foundry Mono", "Foundry Sans", sans-serif;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 0;
}

.brand-copy small {
  color: var(--muted);
  font-size: 11px;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eae8e2;
}

.nav-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #626663;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.nav-button svg {
  width: 16px;
  height: 16px;
}

.nav-button:hover {
  color: var(--ink);
}

.nav-button.is-active {
  background: var(--surface-strong);
  color: var(--ink);
  box-shadow: 0 1px 4px rgba(23, 26, 29, 0.12);
}

.topbar-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--muted);
  font-family: "Foundry Mono", sans-serif;
  font-size: 11px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(8, 127, 91, 0.1);
}

.workspace {
  width: min(1540px, 100%);
  margin: 0 auto;
  padding: 34px 32px 80px;
}

.workspace-head {
  display: flex;
  min-height: 100px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 0 2px 22px;
  border-bottom: 1px solid var(--line-strong);
}

.eyebrow,
.inspector-label,
.layer-index,
.component-type,
.metric-label,
.timeline-date {
  margin: 0;
  color: var(--muted);
  font-family: "Foundry Mono", sans-serif;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.workspace-head h1 {
  margin: 5px 0 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.22;
}

.view-description {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.stack-switcher {
  display: none;
}

.stack-button,
.filter-button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.stack-button:hover,
.filter-button:hover {
  border-color: var(--line-strong);
  color: var(--ink);
}

.stack-button.is-active,
.filter-button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.view-root {
  min-height: 620px;
  padding-top: 22px;
}

.architecture-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}

.architecture-board {
  position: relative;
  min-width: 0;
  padding: 18px 0 28px;
}

.architecture-board::before {
  position: absolute;
  z-index: -1;
  top: 40px;
  bottom: 50px;
  left: 50%;
  width: 1px;
  background: var(--line-strong);
  content: "";
}

.architecture-layer {
  --layer-accent: #334155;
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 112px;
  margin: 0 auto 14px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-left: 5px solid var(--layer-accent);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 8px 0 rgba(35, 38, 39, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.architecture-layer:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 0 rgba(35, 38, 39, 0.07);
}

.layer-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: #eeece6;
}

.layer-title-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.layer-title-row svg {
  width: 18px;
  height: 18px;
  color: var(--layer-accent);
}

.layer-head h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.layer-head p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.layer-components {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  align-content: center;
  padding: 14px;
}

.component-node {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  min-height: 64px;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-strong);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.component-node:hover,
.component-node.is-selected {
  border-color: var(--layer-accent);
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(28, 31, 32, 0.09);
}

.component-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 5px;
  background: color-mix(in srgb, var(--layer-accent) 11%, white);
  color: var(--layer-accent);
}

.component-icon svg {
  width: 18px;
  height: 18px;
}

.component-copy {
  min-width: 0;
}

.component-copy strong,
.catalog-item h3,
.research-item h3 {
  display: block;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.component-copy small {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-family: "Foundry Mono", sans-serif;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-dot {
  width: 8px;
  height: 8px;
  border: 2px solid var(--surface-strong);
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 1px var(--line-strong);
}

.status-dot[data-tone="green"] { background: var(--green); }
.status-dot[data-tone="blue"] { background: var(--blue); }
.status-dot[data-tone="amber"] { background: var(--amber); }
.status-dot[data-tone="red"] { background: var(--red); }

.assembly-summary {
  position: sticky;
  top: 94px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
}

.assembly-summary-head {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--surface);
}

.assembly-summary-head .eyebrow {
  color: #b8bcb8;
}

.assembly-summary-head h2 {
  margin: 7px 0 6px;
  font-size: 19px;
}

.assembly-summary-head p {
  margin: 0;
  color: #d1d3ce;
  font-size: 12px;
  line-height: 1.6;
}

.summary-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.summary-metric {
  min-height: 82px;
  padding: 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.summary-metric:nth-child(even) {
  border-right: 0;
}

.summary-metric strong {
  display: block;
  margin-top: 8px;
  font-family: "Foundry Mono", sans-serif;
  font-size: 20px;
}

.summary-legend {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.legend-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
}

.legend-row span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.inspector {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(430px, 100vw);
  height: 100dvh;
  border-left: 1px solid var(--line-strong);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  transform: translateX(102%);
  transition: transform 220ms ease;
}

.inspector.is-open {
  transform: translateX(0);
}

.inspector-head {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
}

.icon-button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.icon-button:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.icon-button svg {
  width: 17px;
  height: 17px;
}

.inspector-content {
  overflow-y: auto;
  padding: 24px 22px 48px;
}

.inspector-identity {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.inspector-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: var(--paper);
}

.inspector-icon svg {
  width: 25px;
  height: 25px;
}

.inspector-identity h2 {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  font-size: 21px;
  line-height: 1.25;
}

.status-pill {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 6px;
  width: max-content;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.status-pill::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.status-pill[data-tone="green"] { color: var(--green); }
.status-pill[data-tone="blue"] { color: var(--blue); }
.status-pill[data-tone="amber"] { color: var(--amber); }
.status-pill[data-tone="red"] { color: var(--red); }

.inspector-section {
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.inspector-section h3 {
  margin: 0 0 9px;
  font-size: 12px;
}

.inspector-section p {
  margin: 0;
  color: #505552;
  font-size: 12px;
  line-height: 1.7;
}

.version-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.version-cell {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
}

.version-cell span {
  display: block;
  color: var(--muted);
  font-size: 9px;
}

.version-cell strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  font-family: "Foundry Mono", sans-serif;
  font-size: 11px;
}

.tag-list,
.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  font-size: 10px;
}

.source-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}

.source-link svg {
  width: 13px;
  height: 13px;
}

.evidence-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-list li {
  position: relative;
  padding-left: 16px;
  color: #505552;
  font-size: 11px;
  line-height: 1.6;
}

.evidence-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.search-field {
  position: relative;
  max-width: 520px;
}

.search-field svg {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  color: var(--muted);
  transform: translateY(-50%);
}

.search-field input {
  width: 100%;
  height: 42px;
  padding: 0 14px 0 40px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--surface-strong);
  color: var(--ink);
}

.search-field input::placeholder {
  color: #8c908d;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  border: 1px solid var(--line);
  background: var(--line);
}

.catalog-item {
  display: grid;
  min-height: 210px;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.catalog-item:hover {
  background: var(--surface-strong);
}

.catalog-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.catalog-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--paper);
}

.catalog-icon svg {
  width: 20px;
  height: 20px;
}

.catalog-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.catalog-item p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.catalog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-family: "Foundry Mono", sans-serif;
  font-size: 9px;
}

.timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 36px 184px;
}

.timeline::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 146px;
  width: 1px;
  background: var(--line-strong);
  content: "";
}

.timeline-item {
  position: relative;
  display: grid;
  min-height: 128px;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  padding: 0 0 26px;
}

.timeline-item::before {
  position: absolute;
  top: 4px;
  left: -43px;
  width: 9px;
  height: 9px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--line-strong);
  content: "";
}

.timeline-date {
  position: absolute;
  top: 1px;
  right: calc(100% + 62px);
  width: 104px;
  text-align: right;
}

.timeline-item h2,
.timeline-item h3 {
  margin: 0;
  font-size: 17px;
}

.timeline-item p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.research-decision {
  margin-top: 5px;
  padding: 10px 12px;
  border-left: 3px solid var(--blue);
  background: rgba(29, 78, 216, 0.05);
  color: #3f4542;
  font-size: 11px;
  line-height: 1.6;
}

.state-panel {
  display: grid;
  min-height: 460px;
  place-content: center;
  justify-items: center;
  gap: 9px;
  text-align: center;
}

.state-panel strong {
  font-size: 15px;
}

.state-panel span {
  color: var(--muted);
  font-size: 12px;
}

.loader {
  width: 32px;
  height: 32px;
  margin-bottom: 9px;
  border: 2px solid var(--line);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: spin 900ms linear infinite;
}

.empty-icon,
.error-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 8px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: var(--surface);
}

.empty-icon svg,
.error-icon svg {
  width: 24px;
  height: 24px;
}

.error-icon {
  color: var(--red);
}

.retry-button {
  min-height: 36px;
  margin-top: 9px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.mobile-nav {
  display: none;
}

.toast {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  max-width: 340px;
  padding: 11px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .topbar {
    grid-template-columns: auto 1fr auto;
  }

  .primary-nav {
    justify-self: center;
  }

  .nav-button {
    padding: 0 10px;
  }

  .topbar-meta {
    display: none;
  }

  .architecture-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 18px;
  }

  .architecture-layer {
    grid-template-columns: 150px minmax(0, 1fr);
  }

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

@media (max-width: 820px) {
  .topbar {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .primary-nav {
    display: none;
  }

  .workspace {
    padding: 26px 18px 94px;
  }

  .workspace-head {
    display: grid;
    min-height: auto;
    align-items: start;
    gap: 18px;
  }

  .architecture-layout {
    grid-template-columns: 1fr;
  }

  .assembly-summary {
    position: static;
    order: -1;
  }

  .summary-legend {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-nav {
    position: fixed;
    z-index: 40;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 62px;
    padding: 5px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(251, 250, 247, 0.96);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
  }

  .mobile-nav-button {
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 3px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: var(--muted);
    font-size: 9px;
    cursor: pointer;
  }

  .mobile-nav-button svg {
    width: 18px;
    height: 18px;
  }

  .mobile-nav-button.is-active {
    background: var(--ink);
    color: white;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .filter-group {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    box-shadow: 3px 3px 0 #c8c5bd;
  }

  .workspace {
    padding-right: 12px;
    padding-left: 12px;
  }

  .workspace-head h1 {
    font-size: 24px;
  }

  .stack-button {
    width: 100%;
    text-align: left;
  }

  .architecture-board {
    padding-top: 4px;
  }

  .architecture-board::before {
    display: none;
  }

  .architecture-layer,
  .architecture-layer:nth-child(n) {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    box-shadow: none;
  }

  .layer-head {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 13px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .layer-head p {
    max-width: 180px;
    text-align: right;
  }

  .layer-components {
    grid-template-columns: 1fr;
    padding: 9px;
  }

  .component-node {
    min-height: 58px;
  }

  .summary-legend {
    grid-template-columns: 1fr;
  }

  .catalog-list {
    grid-template-columns: 1fr;
  }

  .catalog-item {
    min-height: 180px;
  }

  .timeline {
    padding: 0 0 30px 27px;
  }

  .timeline::before {
    left: 6px;
  }

  .timeline-item {
    padding-bottom: 32px;
  }

  .timeline-item::before {
    left: -25px;
  }

  .timeline-date {
    position: static;
    width: auto;
    text-align: left;
  }

  .inspector {
    top: auto;
    bottom: 0;
    width: 100%;
    height: min(82dvh, 720px);
    border-top: 1px solid var(--line-strong);
    border-left: 0;
    transform: translateY(102%);
  }

  .inspector.is-open {
    transform: translateY(0);
  }

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

  .toast {
    right: 12px;
    bottom: 82px;
    left: 12px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
