/* ═══════════════════════════════════════════════════════════════════
   Persona Registry — "the casting wall"
   House palette: pitch black #060606 · zinc borders · amber chrome.
   Sibling of the Debate Chat Theater (sky-400) under the Agent Studio
   shell, so the chrome, grain and type stack deliberately rhyme with it.
   Type: Big Shoulders Display (titles) · IBM Plex Sans/Mono (body).
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --bg: #060606;
  --panel: #0d0d10;
  --panel-2: #121216;
  --panel-3: #17171c;
  --border: #27272a;
  --border-soft: #1c1c20;
  --text: #f4f4f5;
  --dim: #a1a1aa;
  --faint: #63636b;
  --accent: #f59e0b;
  --accent-soft: rgba(245, 158, 11, .14);

  --font-display: "Big Shoulders Display", sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --card: var(--accent); /* per-card accent, set inline from the category hue */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

html { scrollbar-color: #2e2e33 var(--bg); scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font-family: inherit; color: inherit; background: none; border: none; cursor: pointer; }

.mono { font-family: var(--font-mono); font-size: .92em; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 6px; }

.grain {
  position: fixed; inset: -50%;
  pointer-events: none; z-index: 40;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ─────────────────────────────── topbar ─────────────────────────── */

/* Shared shape with the sibling Debate Chat Theater: full-bleed sticky bar,
   brand hard left, studio selector hard right. Keep the two in sync. */
.topbar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; gap: 16px;
  min-height: 61px; /* so the Theater's search-less bar is the same height */
  padding: 10px 22px;
  border-bottom: 1px solid var(--border-soft);
  background: rgba(6, 6, 6, .86);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: inherit; }
.brand:hover { text-decoration: none; }
.brand svg { width: 34px; height: 34px; border-radius: 9px; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.brand small { font-size: 11px; color: var(--faint); font-family: var(--font-mono); }

.search {
  position: relative; flex: 1 1 auto; max-width: 460px;
  display: flex; align-items: center; gap: 8px;
  padding: 0 10px;
  border: 1px solid var(--border); border-radius: 999px;
  background: var(--panel);
  color: var(--faint);
  transition: border-color .15s;
}
.search:focus-within { border-color: color-mix(in srgb, var(--accent) 60%, transparent); }
.search svg { width: 15px; height: 15px; flex: 0 0 auto; }
.search input {
  flex: 1 1 auto; min-width: 0;
  padding: 8px 0;
  font: inherit; font-size: 13.5px;
  color: var(--text); background: none; border: none; outline: none;
}
.search input::placeholder { color: var(--faint); }
.search input::-webkit-search-cancel-button { display: none; }
.search-clear { font-size: 18px; line-height: 1; color: var(--faint); padding: 0 2px; }
.search-clear:hover { color: var(--text); }

/* ── the Agent Studio selector (top-right, mirrors the Image Studio one) ── */
.studio-switch {
  margin-left: auto; flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 2px;
  padding: 3px;
  border: 1px solid var(--border); border-radius: 999px;
  background: rgba(6, 6, 6, .6);
}
.studio-switch[hidden] { display: none; }
.studio-seg {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .34rem .6rem;
  border-radius: 999px;
  font-size: .74rem; line-height: 1.5; font-weight: 600;
  color: var(--dim); text-decoration: none; white-space: nowrap;
  transition: background .15s, color .15s;
}
.studio-seg svg { width: 14px; height: 14px; }
.studio-seg:not(.is-active):hover { color: var(--text); background: rgba(255, 255, 255, .06); text-decoration: none; }
.studio-seg.is-active {
  color: var(--text);
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 50%, transparent);
  cursor: default;
}
.studio-seg.is-active svg { color: var(--accent); }

/* ─────────────────────────────── shell ──────────────────────────── */

.shell { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 0 28px 72px; }

.hero {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 28px; padding: 52px 0 30px;
}
.hero-copy { max-width: 640px; }
.eyebrow {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--faint);
}
.hero h1 {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(46px, 7.4vw, 86px); line-height: .9; letter-spacing: .02em;
  margin: 12px 0 14px;
  color: transparent;
  -webkit-text-stroke: 2px var(--accent);
  text-shadow: 0 0 34px rgba(245, 158, 11, .28);
}
.lede { color: var(--dim); font-size: 15px; }
.tool-share { margin-top: 18px; }

.stats { display: flex; flex-wrap: wrap; gap: 10px; }
.stats div {
  min-width: 96px; padding: 10px 14px;
  border: 1px solid var(--border-soft); border-radius: 12px; background: var(--panel);
}
.stats dt { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.stats dd { font-family: var(--font-display); font-size: 30px; font-weight: 800; line-height: 1.1; margin-top: 2px; }

/* ───────────────────────────── controls ─────────────────────────── */

.controls { display: grid; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--border-soft); }

.buckets, .cats { display: flex; flex-wrap: wrap; gap: 8px; }

.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 13px;
  border: 1px solid var(--border); border-radius: 999px;
  background: var(--panel);
  font-size: 12.5px; font-weight: 600; color: var(--dim);
  white-space: nowrap;
  transition: color .15s, border-color .15s, background .15s;
}
.chip:hover { color: var(--text); border-color: color-mix(in srgb, var(--chip, var(--accent)) 55%, transparent); }
.chip .n { font-family: var(--font-mono); font-size: 10.5px; color: var(--faint); }
.chip.is-on {
  color: var(--text);
  border-color: color-mix(in srgb, var(--chip, var(--accent)) 65%, transparent);
  background: color-mix(in srgb, var(--chip, var(--accent)) 16%, var(--panel));
}
.chip.is-on .n { color: var(--text); opacity: .75; }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--chip, var(--accent)); flex: 0 0 auto; }

.bucket-chip { padding: 7px 15px; font-size: 13px; }

.control-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.sort { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--faint); }
.sort select {
  font: inherit; font-size: 12.5px; color: var(--text);
  padding: 6px 10px; border: 1px solid var(--border); border-radius: 8px;
  background: var(--panel); cursor: pointer;
}
.count { font-family: var(--font-mono); font-size: 12px; color: var(--faint); margin-right: auto; }
.tag-chip { color: var(--text); border-color: color-mix(in srgb, var(--accent) 65%, transparent); background: color-mix(in srgb, var(--accent) 16%, var(--panel)); }
.tag-chip-x { margin-left: 2px; opacity: .7; }
.btn-ghost {
  padding: 6px 12px; border: 1px solid var(--border); border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--dim); background: var(--panel);
}
.btn-ghost:hover { color: var(--text); border-color: var(--accent); }
.linklike { color: var(--accent); text-decoration: underline; font: inherit; }

/* ────────────────────────────── the wall ────────────────────────── */

.grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
  padding: 26px 0 0;
}

/* The grid cell. Holds the card and the quick-download button as siblings — the
   card is a <button>, so the download cannot be nested inside it. */
.pcard-wrap { position: relative; display: flex; min-width: 0; }

.pcard {
  position: relative;
  display: flex; flex-direction: column; flex: 1; min-width: 0;
  border: 1px solid var(--border-soft); border-radius: 14px;
  background: var(--panel);
  overflow: hidden; text-align: left;
  transition: border-color .16s, transform .16s, box-shadow .16s;
}
/* Hover is scoped to the WRAP, not the card, so hovering the download button in
   the corner lifts the card too — driving it off .pcard:hover would leave the
   button floating over a card that stayed put. */
.pcard-wrap:hover .pcard, .pcard:focus-visible {
  border-color: color-mix(in srgb, var(--card) 62%, transparent);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .5);
}
.pcard-wrap:hover .pcard-art img { transform: scale(1.045); }
/* The button rides along so it does not detach from the corner it belongs to. */
.pcard-wrap:hover .pcard-zip { transform: translateY(-3px); }

/* Quick download, bottom-right. Always present rather than hover-only: hover
   doesn't exist on a touch screen, and a control you cannot discover there is
   not a control. It stays low-contrast until hovered so 73 of them don't fight
   the artwork. */
.pcard-zip {
  position: absolute; right: 10px; bottom: 10px; z-index: 3;
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 10px; cursor: pointer;
  border: 1px solid color-mix(in srgb, var(--card) 38%, transparent);
  background: rgba(6, 6, 6, .78);
  color: var(--dim);
  backdrop-filter: blur(4px);
  transition: transform .16s, color .16s, border-color .16s, background .16s;
}
.pcard-zip svg { width: 17px; height: 17px; }
.pcard-zip .ic-done, .pcard-zip .ic-fail { display: none; }
.pcard-zip:hover:not(:disabled) {
  color: var(--text);
  border-color: color-mix(in srgb, var(--card) 85%, transparent);
  background: color-mix(in srgb, var(--card) 26%, rgba(6, 6, 6, .84));
}
.pcard-zip:focus-visible { outline: 2px solid var(--card); outline-offset: 2px; }
.pcard-zip:active:not(:disabled) { filter: brightness(.9); }

/* Busy / done / failed. The icon carries the state — there is no room here for
   a label, so the count lives in the title attribute. */
.pcard-zip.is-busy { cursor: progress; color: var(--card); border-color: var(--card); }
.pcard-zip.is-busy .ic-zip { animation: zip-pulse 1s ease-in-out infinite; }
.pcard-zip.is-done { color: #34d399; border-color: #34d399; }
.pcard-zip.is-done .ic-zip { display: none; }
.pcard-zip.is-done .ic-done { display: block; }
.pcard-zip.is-fail { color: #fb7185; border-color: #fb7185; }
.pcard-zip.is-fail .ic-zip { display: none; }
.pcard-zip.is-fail .ic-fail { display: block; }
@keyframes zip-pulse {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: .45; transform: translateY(2px); }
}
@media (prefers-reduced-motion: reduce) {
  .pcard-zip.is-busy .ic-zip { animation: none; opacity: .55; }
}

.pcard-art { position: relative; aspect-ratio: 2 / 3; background: var(--panel-2); overflow: hidden; }
.pcard-art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.pcard-art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,6,6,.94) 4%, rgba(6,6,6,.45) 34%, transparent 62%);
}

.pcard-avatar {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  width: 42px; height: 42px; border-radius: 50%;
  object-fit: cover;
  border: 2px solid color-mix(in srgb, var(--card) 70%, transparent);
  background: var(--panel-2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .6);
}

.pcard-bucket {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 999px;
  color: var(--text);
  background: rgba(6, 6, 6, .72);
  border: 1px solid color-mix(in srgb, var(--card) 45%, transparent);
  backdrop-filter: blur(4px);
}

.pcard-body { display: grid; gap: 6px; padding: 12px 13px 14px; }
.pcard-name {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: 21px; line-height: 1.02; letter-spacing: .01em; color: var(--text);
}
.pcard-name .emoji { -webkit-text-stroke: 0; margin-right: 4px; }
.pcard-cat { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--card); }
.pcard-purpose {
  font-size: 12.5px; line-height: 1.45; color: var(--dim);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
/* Right padding clears the quick-download button in the corner, so the last tag
   pill wraps instead of sliding underneath it. */
.pcard-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 2px; padding-right: 34px; }
.tagpill {
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .04em;
  padding: 2px 7px; border-radius: 999px;
  color: var(--faint); border: 1px solid var(--border);
}
.tagpill-btn {
  background: none; font: inherit; cursor: pointer;
  transition: color .15s, border-color .15s, background .15s;
}
.tagpill-btn:hover, .tagpill-btn:focus-visible { color: var(--text); border-color: var(--accent); }
.tagpill-btn.is-on {
  color: var(--text); border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 18%, transparent);
}

.empty { padding: 60px 0; text-align: center; color: var(--dim); }

.foot {
  margin-top: 56px; padding-top: 20px; border-top: 1px solid var(--border-soft);
  font-size: 12.5px; color: var(--faint);
}

/* ───────────────────────────── the panel ────────────────────────── */

.scrim {
  position: fixed; inset: 0; z-index: 50;
  background: rgba(3, 3, 4, .74); backdrop-filter: blur(3px);
  animation: fade .18s ease both;
}
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

.panel {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 60;
  width: min(720px, 100vw);
  display: flex; flex-direction: column;
  background: var(--panel);
  border-left: 1px solid var(--border);
  box-shadow: -24px 0 60px rgba(0, 0, 0, .6);
  animation: slide-in .26s cubic-bezier(.2, .8, .2, 1) both;
}
@keyframes slide-in { from { transform: translateX(28px); opacity: 0; } to { transform: none; opacity: 1; } }

.panel-close {
  position: absolute; top: 12px; right: 14px; z-index: 3;
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; color: var(--text);
  background: rgba(6, 6, 6, .7); border: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.panel-close:hover { background: rgba(6, 6, 6, .95); border-color: var(--accent); }

.panel-scroll { flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; }

.panel-head { position: relative; }
.panel-cover { position: relative; height: 260px; overflow: hidden; background: var(--panel-2); }
.panel-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.panel-cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--panel) 2%, rgba(13,13,16,.5) 46%, transparent 80%);
}
.panel-cover figcaption {
  position: absolute; right: 12px; bottom: 8px; z-index: 2;
  font-family: var(--font-mono); font-size: 10px; color: var(--faint);
}

.panel-id { display: flex; gap: 16px; align-items: flex-start; padding: 0 26px 18px; margin-top: -40px; position: relative; z-index: 2; }
.panel-avatar {
  width: 84px; height: 84px; border-radius: 16px; object-fit: cover; flex: 0 0 auto;
  border: 2px solid color-mix(in srgb, var(--card) 70%, transparent);
  background: var(--panel-2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .55);
}
.panel-kicker { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--card); }
.panel-id h2 {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 4.6vw, 40px); line-height: .98; letter-spacing: .01em; margin: 4px 0 8px;
}
.panel-purpose { font-size: 14px; color: var(--dim); }
.chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }

.panel-tabs {
  position: sticky; top: 0; z-index: 3;
  display: flex; gap: 4px; padding: 10px 26px;
  border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft);
  background: rgba(13, 13, 16, .94); backdrop-filter: blur(10px);
}
.ptab {
  padding: 6px 13px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; color: var(--faint);
}
.ptab:hover { color: var(--text); background: rgba(255, 255, 255, .05); }
.ptab.is-active { color: var(--text); background: color-mix(in srgb, var(--card) 18%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--card) 45%, transparent); }

.pview { padding: 22px 26px 34px; }

.card-body { font-size: 14.5px; color: #d9d9de; }
.card-body h3, .card-body h4, .card-body h5 {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; color: var(--card);
  margin: 26px 0 8px; font-size: 19px;
}
.card-body h3:first-child { margin-top: 0; }
.card-body p { margin: 0 0 12px; }
.card-body ul, .card-body ol { margin: 0 0 14px; padding-left: 20px; }
.card-body li { margin-bottom: 8px; }
.card-body li strong { color: var(--text); }
.card-body blockquote {
  margin: 0 0 14px; padding: 8px 14px;
  border-left: 2px solid var(--card); background: var(--panel-2); color: var(--dim);
}
.card-body code { font-family: var(--font-mono); font-size: .9em; background: var(--panel-3); padding: 1px 5px; border-radius: 4px; }
.card-body pre { background: var(--panel-3); padding: 12px 14px; border-radius: 10px; overflow-x: auto; margin: 0 0 14px; }
.card-body hr { border: none; border-top: 1px solid var(--border-soft); margin: 20px 0; }

.art-pair { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; align-items: start; }
.art { border: 1px solid var(--border-soft); border-radius: 12px; overflow: hidden; background: var(--panel-2); }
.art img { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; background: var(--panel-3); }
.art-cover img { aspect-ratio: 2 / 3; }
.art figcaption {
  display: flex; justify-content: space-between; gap: 8px;
  padding: 8px 11px; font-size: 11.5px; color: var(--faint);
  border-top: 1px solid var(--border-soft);
}
.art figcaption strong { color: var(--text); font-size: 12px; }
.art figcaption span { font-family: var(--font-mono); font-size: 10.5px; }
.art-note { margin-top: 16px; font-size: 12.5px; color: var(--faint); line-height: 1.55; }

.meta-grid { display: grid; grid-template-columns: minmax(120px, auto) 1fr; gap: 10px 18px; font-size: 13px; }
.meta-grid dt { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); padding-top: 3px; }
.meta-grid dd { color: var(--dim); word-break: break-word; }
.meta-grid dd .mono { color: var(--text); }

.panel-foot {
  flex: 0 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-top: 1px solid var(--border);
  background: var(--panel-2);
}
.dl-row { display: flex; flex-wrap: wrap; gap: 8px; margin-right: auto; }
.btn-dl {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px; border: 1px solid var(--border); border-radius: 9px;
  font-size: 12.5px; font-weight: 600; color: var(--dim); background: var(--panel);
  text-decoration: none;
  transition: color .15s, border-color .15s, background .15s;
}
.btn-dl:hover { color: var(--text); border-color: var(--card); background: var(--panel-3); text-decoration: none; }
.btn-dl svg { width: 15px; height: 15px; flex: 0 0 auto; }
.btn-dl .sz { font-family: var(--font-mono); font-size: 10px; color: var(--faint); }
.btn-dl[aria-disabled="true"] { opacity: .4; pointer-events: none; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 9px;
  font-size: 13px; font-weight: 700; color: #1c1301;
  background: var(--accent);
  border: 1px solid var(--accent);
  transition: filter .15s;
}
.btn-primary:hover { filter: brightness(1.1); }
.btn-primary:disabled { filter: grayscale(.5) brightness(.8); cursor: progress; }

.toast {
  position: fixed; left: 50%; bottom: 26px; z-index: 80;
  transform: translateX(-50%);
  padding: 10px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
  background: var(--panel-3); color: var(--text);
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .55);
  animation: fade .16s ease both;
}

/* ───────────────────────────── responsive ───────────────────────── */

@media (max-width: 900px) {
  .shell { padding: 0 18px 60px; }
  .panel { width: 100vw; }
  .art-pair { grid-template-columns: 1fr; }
  .panel-id { padding: 0 18px 16px; }
  .pview { padding: 20px 18px 30px; }
  .panel-tabs { padding: 10px 18px; }
  .panel-foot { padding: 12px 18px; }
}

@media (max-width: 820px) {
  .studio-seg span { display: none; }
  .studio-seg { padding: .4rem .5rem; }
  .brand small { display: none; }
}

@media (max-width: 640px) {
  .topbar { flex-wrap: wrap; gap: 10px; }
  .search { order: 3; max-width: none; flex-basis: 100%; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
  .pcard-name { font-size: 18px; }
  .hero { padding: 34px 0 24px; }
  .stats dd { font-size: 24px; }
  .panel-foot { flex-direction: column; align-items: stretch; }
  .dl-row { margin-right: 0; }
  .btn-primary { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}
