@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700&family=Space+Grotesk:wght@400;500;700&display=swap");
:root {
  --bg-space: #03020a;
  --bg-deep: #080313;
  --bg-soft: #0b0718;
  --accent-a: #ff2db2;
  --accent-b: #ff5fd2;
  --accent-c: #d85cff;
  --accent-d: #7868ff;
  --glow-soft: #ffc1f2;
  --glow-light: #ffe5fb;
  --panel: #100d25;
  --panel-strong: #0b1028;
  --panel-line: rgba(170, 150, 255, 0.28);
  --text-main: #fcf8ff;
  --text-soft: #d3cde2;
}

/* Scroll-controlled splash experience. The portable engine owns the camera and
   timing; these unlayered rules provide the Swarmhole product skin. */
.cinematic-home,
.swarmhole-world {
  min-height: 100vh;
  min-height: 100dvh;
}

.swarmhole-world {
  --sw-bg: #03020a;
  --sw-ink: #fcf8ff;
  --sw-ink-soft: #c9bfda;
  --sw-accent: #ff5fd2;
  --sw-font-display: "Syne", "Space Grotesk", sans-serif;
  --sw-font-body: "Space Grotesk", "Syne", sans-serif;
  position: relative;
  isolation: isolate;
  background: #03020a;
}

.swarmhole-world .sw-sky {
  background: #03020a;
}

.swarmhole-world .sw-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 150;
  pointer-events: none;
  background: radial-gradient(circle at 50% 45%, transparent 52%, rgba(3, 2, 10, 0.1) 80%, rgba(3, 2, 10, 0.46) 100%), linear-gradient(180deg, rgba(3, 2, 10, 0.28), transparent 20%, transparent 74%, rgba(3, 2, 10, 0.45));
}

.swarmhole-world .sw-scene__video,
.swarmhole-world .sw-scene__still {
  object-position: center center;
  filter: saturate(1.08) contrast(1.04);
}

.swarmhole-world .sw-topbar {
  z-index: 210;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 95, 210, 0.18);
  background: linear-gradient(180deg, rgba(3, 2, 10, 0.92), rgba(3, 2, 10, 0.56) 72%, transparent);
}

.swarmhole-world .sw-brand {
  gap: 0.72rem;
  color: #fcf8ff;
}

.swarmhole-world .sw-brand__mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 95, 210, 0.5);
  border-radius: 10px;
  background: #090515 url("/assets/swarmhole-logo.png") center/cover no-repeat;
  box-shadow: 0 0 24px rgba(255, 45, 178, 0.24);
}

.swarmhole-world .sw-brand__name {
  font-size: 1.05rem;
  letter-spacing: 0.03em;
}

.swarmhole-world .sw-nav {
  gap: 2px;
  padding: 4px;
  border-color: rgba(216, 92, 255, 0.25);
  background: rgba(8, 4, 21, 0.66);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.swarmhole-world .sw-nav__item {
  color: #c9bfda;
  padding: 7px 13px;
}

.swarmhole-world .sw-nav__item:hover,
.swarmhole-world .sw-nav__item:focus-visible {
  color: #fcf8ff;
  background: rgba(255, 95, 210, 0.11);
}

.swarmhole-world .sw-nav__item.is-active {
  color: #120616;
  background: linear-gradient(115deg, #ff5fd2, #d85cff);
  box-shadow: 0 0 18px rgba(255, 45, 178, 0.25);
}

.swarmhole-world .sw-nav__item--converge {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
}

.swarmhole-world .sw-nav__light {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 28%, #ffc8f2 42%, #ff5fd2 68%, transparent 72%);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.72), 0 0 9px rgba(255, 95, 210, 0.48), 0 0 15px rgba(216, 92, 255, 0.2);
  opacity: 0.62;
  transition: opacity 180ms ease, box-shadow 180ms ease;
}

.swarmhole-world .sw-nav__item--converge:is(:hover, :focus-visible) .sw-nav__light {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.82), 0 0 11px rgba(255, 95, 210, 0.58), 0 0 18px rgba(216, 92, 255, 0.28);
  opacity: 0.82;
}

.swarmhole-world .sw-nav__item--converge.is-active {
  color: #fff5fd;
  background: rgba(255, 95, 210, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 225, 249, 0.2), 0 0 16px rgba(255, 95, 210, 0.16);
}

.swarmhole-world .sw-nav__item--converge.is-active .sw-nav__light {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 95, 210, 0.64), 0 0 20px rgba(216, 92, 255, 0.32);
  opacity: 1;
}

.swarmhole-world .sw-topcta {
  color: #120616;
  border: 1px solid rgba(255, 229, 251, 0.7);
  background: linear-gradient(115deg, #ff68d6, #d85cff 62%, #8b79ff);
  box-shadow: 0 0 20px rgba(255, 45, 178, 0.2);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.swarmhole-world .sw-topcta:hover,
.swarmhole-world .sw-topcta:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.1) saturate(1.08);
  box-shadow: 0 0 28px rgba(255, 45, 178, 0.34);
}

.swarmhole-world .sw-topcta:active {
  transform: translateY(1px) scale(0.98);
  filter: brightness(0.92);
  box-shadow: inset 0 2px 7px rgba(18, 6, 22, 0.32);
}

.swarmhole-world .sw-copylayer::before {
  width: min(64vw, 880px);
  background: linear-gradient(90deg, rgba(3, 2, 10, 0.96), rgba(3, 2, 10, 0.76) 38%, rgba(3, 2, 10, 0.24) 72%, transparent);
  transition: opacity 240ms ease;
}

.swarmhole-world.is-footer-active .sw-copylayer::before {
  opacity: 0;
}

.swarmhole-world .sw-copy {
  width: min(43vw, 520px);
}

.swarmhole-world .sw-copy--cutout {
  --sw-cutout-angle: 105deg;
  --sw-cutout-glow-x: 34%;
  --sw-cutout-secondary: #2a1037;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: clamp(390px, 57vh, 570px);
  padding: 0;
  isolation: isolate;
  transform: translateY(-50%) translate3d(0, var(--sw-copy-y, 0), 0);
  background: radial-gradient(ellipse 58% 150% at var(--sw-cutout-glow-x) 50%, color-mix(in srgb, var(--sw-accent) 22%, transparent), transparent 70%), linear-gradient(var(--sw-cutout-angle), rgba(3, 2, 10, 0.97) 0%, color-mix(in srgb, var(--sw-cutout-secondary) 64%, rgba(3, 2, 10, 0.93)) 48%, rgba(5, 3, 15, 0.95) 100%);
  box-shadow: 0 -34px 74px rgba(3, 2, 10, 0.38), 0 34px 74px rgba(3, 2, 10, 0.42), inset 0 1px rgba(255, 255, 255, 0.035), inset 0 -1px rgba(255, 255, 255, 0.025);
}

.swarmhole-world .sw-copy--cutout[data-section=delegation] {
  --sw-cutout-angle: 108deg;
  --sw-cutout-glow-x: 22%;
  --sw-cutout-secondary: #3f0d37;
}

.swarmhole-world .sw-copy--cutout[data-section=orchestration] {
  --sw-cutout-angle: 74deg;
  --sw-cutout-glow-x: 74%;
  --sw-cutout-secondary: #25104d;
}

.swarmhole-world .sw-copy--cutout[data-section=scheduling] {
  --sw-cutout-angle: 112deg;
  --sw-cutout-glow-x: 48%;
  --sw-cutout-secondary: #111b4a;
}

.swarmhole-world .sw-copy--cutout[data-section=convergence] {
  --sw-cutout-angle: 82deg;
  --sw-cutout-glow-x: 64%;
  --sw-cutout-secondary: #3b0e40;
}

.swarmhole-world .sw-copy__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(54px, 7vh, 82px) clamp(64px, 7vw, 112px);
}

.swarmhole-world .sw-copy--cutout .sw-copy__title {
  max-width: 14ch;
}

.swarmhole-world .sw-copy--cutout .sw-copy__body {
  max-width: 52ch;
}

.swarmhole-world .sw-cutout-wave {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  height: clamp(28px, 4vw, 46px);
  color: var(--sw-accent);
  pointer-events: none;
}

.swarmhole-world .sw-cutout-wave--top {
  top: 0;
  transform: translateY(-50%);
}

.swarmhole-world .sw-cutout-wave--bottom {
  bottom: 0;
  transform: translateY(50%) scaleY(-1);
}

.swarmhole-world .sw-cutout-wave svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swarmhole-world :is(.sw-cutout-wave__glow, .sw-cutout-wave__core) {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.swarmhole-world .sw-cutout-wave__glow {
  opacity: 0.18;
  stroke-width: 8;
}

.swarmhole-world .sw-cutout-wave__core {
  opacity: 0.78;
  stroke-width: 1.25;
}

.swarmhole-world .sw-footer {
  color: #fcf8ff;
  text-align: center;
  background: radial-gradient(circle at 50% 42%, rgba(216, 92, 255, 0.2), transparent 34%), radial-gradient(circle at 68% 58%, rgba(120, 104, 255, 0.14), transparent 38%), linear-gradient(180deg, rgba(3, 2, 10, 0.58), rgba(3, 2, 10, 0.92));
}

.swarmhole-world .sw-footer__inner {
  padding: calc(clamp(92px, 13vh, 142px) + env(safe-area-inset-top)) max(clamp(28px, 8vw, 120px), env(safe-area-inset-right)) calc(clamp(34px, 6vh, 72px) + env(safe-area-inset-bottom)) max(clamp(28px, 8vw, 120px), env(safe-area-inset-left));
}

.swarmhole-world .sw-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #fcf8ff;
  font-family: var(--sw-font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.swarmhole-world .sw-footer__mark {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 95, 210, 0.5);
  border-radius: 10px;
  background: #090515 url("/assets/swarmhole-logo.png") center/cover no-repeat;
  box-shadow: 0 0 24px rgba(255, 45, 178, 0.24);
}

.swarmhole-world .sw-footer__eyebrow {
  margin: clamp(28px, 5vh, 50px) 0 0;
  color: #ff8bde;
  font-family: var(--sw-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 45, 178, 0.34);
}

.swarmhole-world .sw-footer__title {
  max-width: 12ch;
  margin: 0.8rem auto 0;
  color: #fcf8ff;
  font-family: var(--sw-font-display);
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 3px 34px rgba(3, 2, 10, 0.88);
}

.swarmhole-world .sw-footer__body {
  max-width: 46ch;
  margin: clamp(20px, 3vh, 30px) auto 0;
  color: #dcd4e8;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.swarmhole-world .sw-footer__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: clamp(24px, 4vh, 38px);
}

.swarmhole-world .sw-footer__rule {
  width: min(680px, 76vw);
  height: 1px;
  margin: clamp(34px, 6vh, 64px) auto 0;
  background: linear-gradient(90deg, transparent, rgba(255, 95, 210, 0.7), rgba(120, 104, 255, 0.56), transparent);
  box-shadow: 0 0 14px rgba(255, 45, 178, 0.28);
}

.swarmhole-world .sw-footer__note {
  margin: 1rem 0 0;
  color: rgba(252, 248, 255, 0.58);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swarmhole-world .sw-copy__num {
  color: rgba(252, 248, 255, 0.6);
}

.swarmhole-world .sw-copy__eyebrow {
  color: var(--sw-accent);
  text-shadow: 0 0 18px color-mix(in srgb, var(--sw-accent) 42%, transparent);
}

.swarmhole-world .sw-copy__title {
  color: #fcf8ff;
  font-size: clamp(2.45rem, 5.1vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(3, 2, 10, 0.88);
}

.swarmhole-world .sw-copy__body {
  color: #ddd4e9;
  max-width: 44ch;
  text-shadow: 0 2px 18px rgba(3, 2, 10, 0.92);
}

.swarmhole-world .sw-copy__tags li {
  color: #f9ddf4;
  border-color: color-mix(in srgb, var(--sw-accent) 43%, transparent);
  background: color-mix(in srgb, var(--sw-accent) 13%, rgba(3, 2, 10, 0.72));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.swarmhole-world .sw-copy:first-child {
  top: auto;
  right: 12%;
  bottom: clamp(38px, 5.5vh, 72px);
  left: 12%;
  width: auto;
  max-width: none;
  text-align: center;
}

.swarmhole-world .sw-copy:first-child .sw-copy__body {
  margin-right: auto;
  margin-left: auto;
}

.swarmhole-world .sw-copy:first-child .sw-copy__tags,
.swarmhole-world .sw-copy:first-child .sw-copy__cta {
  justify-content: center;
}

.swarmhole-world .sw-hero-lockup {
  position: absolute;
  top: 46.5%;
  left: 50%;
  z-index: 2;
  width: min(68vw, 900px);
  height: auto;
  transform: translate(-53.2%, -50%);
  filter: drop-shadow(0 0 22px rgba(255, 45, 178, 0.24));
  transition: opacity 140ms linear;
  pointer-events: none;
  user-select: none;
}

.swarmhole-world .sw-route::before {
  background: linear-gradient(#ff5fd2, #7868ff);
}

.swarmhole-world .sw-route {
  transition: opacity 220ms ease;
}

.swarmhole-world .sw-route__dot--converge::after {
  content: "";
  position: absolute;
  inset: -13px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 246, 253, 0.32) 0, rgba(255, 95, 210, 0.2) 24%, rgba(216, 92, 255, 0.1) 46%, transparent 70%);
  opacity: 0.72;
  pointer-events: none;
}

.swarmhole-world .sw-route__dot--converge i {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle at 42% 38%, #fff 0 22%, #ffe2f7 34%, #ff75d8 58%, #d85cff 76%, transparent 78%);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.95), 0 0 14px rgba(255, 95, 210, 0.82), 0 0 30px rgba(216, 92, 255, 0.58), 0 0 46px rgba(120, 104, 255, 0.28);
}

.swarmhole-world .sw-route__dot--converge:is(:hover, :focus-visible)::after,
.swarmhole-world .sw-route__dot--converge.is-active::after {
  opacity: 1;
}

.swarmhole-world .sw-route__dot--converge:is(:hover, :focus-visible) i,
.swarmhole-world .sw-route__dot--converge.is-active i {
  transform: scale(1.35);
  background: radial-gradient(circle at 42% 38%, #fff 0 26%, #fff0fb 36%, #ff76d9 58%, #d85cff 76%, transparent 78%);
  box-shadow: 0 0 7px #fff, 0 0 18px rgba(255, 95, 210, 0.98), 0 0 38px rgba(216, 92, 255, 0.78), 0 0 58px rgba(120, 104, 255, 0.42);
}

.swarmhole-world .sw-route__dot--converge .sw-route__label {
  border-color: rgba(255, 225, 249, 0.42);
  box-shadow: 0 0 20px rgba(255, 95, 210, 0.18);
}

.swarmhole-world .sw-route__label {
  color: #fcf8ff;
  border-color: rgba(255, 95, 210, 0.28);
  background: rgba(7, 3, 18, 0.88);
}

.swarmhole-world .sw-hint {
  right: clamp(22px, 3vw, 42px);
  left: auto;
  align-items: flex-end;
  transform: none;
  color: rgba(252, 248, 255, 0.68);
}

.swarmhole-world .sw-hint i {
  border-color: rgba(255, 229, 251, 0.4);
}

.swarmhole-world .sw-btn--primary {
  color: #120616;
  border: 1px solid rgba(255, 229, 251, 0.72);
  background: linear-gradient(115deg, #ff68d6, #d85cff 62%, #8b79ff);
}

.swarmhole-world .sw-btn--ghost {
  color: #fcf8ff;
  border-color: rgba(255, 229, 251, 0.42);
  background: rgba(3, 2, 10, 0.35);
}

.swarmhole-world :is(.sw-brand, .sw-nav__item, .sw-topcta, .sw-route__dot, .sw-btn):focus-visible {
  outline: 2px solid #ffc1f2;
  outline-offset: 4px;
}

.cinematic-fallback {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
  background: #03020a url("/assets/scroll-world/poster-portal.webp") center/cover no-repeat;
}

.cinematic-fallback img {
  width: min(900px, 90vw);
}

.cinematic-fallback h1,
.cinematic-fallback p {
  margin: 0 auto;
}

@media (max-width: 860px) {
  .swarmhole-world .sw-topbar {
    min-height: 66px;
  }
  .swarmhole-world .sw-brand__mark {
    width: 34px;
    height: 34px;
  }
  .swarmhole-world .sw-topcta {
    padding: 9px 16px;
  }
  .swarmhole-world .sw-copylayer::before {
    width: 100%;
    height: 66%;
    background: linear-gradient(0deg, #03020a 7%, rgba(3, 2, 10, 0.86) 33%, rgba(3, 2, 10, 0.32) 68%, transparent);
  }
  .swarmhole-world .sw-copy {
    right: clamp(22px, 7vw, 52px);
    left: clamp(22px, 7vw, 52px);
    bottom: calc(clamp(54px, 10dvh, 92px) + env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
  }
  .swarmhole-world .sw-copy--cutout {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    min-height: clamp(350px, 62dvh, 540px);
  }
  .swarmhole-world .sw-copy__inner {
    padding: clamp(42px, 7dvh, 66px) max(clamp(24px, 7vw, 52px), env(safe-area-inset-right)) clamp(42px, 7dvh, 66px) max(clamp(24px, 7vw, 52px), env(safe-area-inset-left));
  }
  .swarmhole-world .sw-footer__inner {
    padding: calc(88px + env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  }
  .swarmhole-world .sw-footer__title {
    font-size: clamp(3rem, 13vw, 5rem);
  }
  .swarmhole-world .sw-footer__body {
    font-size: clamp(0.96rem, 4vw, 1.08rem);
  }
  .swarmhole-world .sw-footer__rule {
    width: min(82vw, 540px);
  }
  .swarmhole-world .sw-copy:first-child {
    right: clamp(22px, 7vw, 52px);
    bottom: calc(clamp(54px, 9dvh, 86px) + env(safe-area-inset-bottom));
    left: clamp(22px, 7vw, 52px);
  }
  .swarmhole-world .sw-copy__title {
    font-size: clamp(2.2rem, 10vw, 3.45rem);
  }
  .swarmhole-world .sw-copy__body {
    font-size: clamp(0.94rem, 3.7vw, 1.08rem);
  }
  .swarmhole-world .sw-copy__tags {
    margin-top: 16px;
  }
  .swarmhole-world .sw-hero-lockup {
    top: 50%;
    width: 92vw;
  }
  .swarmhole-world .sw-hint {
    display: none;
  }
  .swarmhole-world .sw-scene__video,
  .swarmhole-world .sw-scene__still {
    object-position: center center;
  }
}
@media (max-width: 560px) and (max-height: 760px) {
  .swarmhole-world .sw-copy__tags {
    display: none;
  }
  .swarmhole-world .sw-copy__body {
    margin-top: 12px;
  }
  .swarmhole-world .sw-copy__title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }
  .swarmhole-world .sw-copy--cutout {
    min-height: 70dvh;
  }
  .swarmhole-world .sw-footer__eyebrow {
    margin-top: 18px;
  }
  .swarmhole-world .sw-footer__title {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }
  .swarmhole-world .sw-footer__body {
    margin-top: 14px;
  }
  .swarmhole-world .sw-footer__cta {
    margin-top: 18px;
  }
  .swarmhole-world .sw-footer__rule {
    margin-top: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .swarmhole-world .sw-topcta,
  .swarmhole-world .sw-nav__item,
  .swarmhole-world .sw-nav__light,
  .swarmhole-world .sw-route,
  .swarmhole-world .sw-copylayer::before {
    transition: none;
  }
  .swarmhole-world .sw-hero-lockup {
    filter: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--bg-space);
  color: var(--text-main);
  font-family: "Space Grotesk", "Syne", "Inter", "Segoe UI", sans-serif;
  line-height: 1.55;
}

#app {
  isolation: isolate;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  background: radial-gradient(circle at 16% 6%, rgba(255, 77, 187, 0.18), transparent 34%), radial-gradient(circle at 82% 3%, rgba(126, 69, 255, 0.2), transparent 32%), var(--bg-space);
}

.swirl-layer {
  z-index: 0;
}

.top-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(188, 139, 255, 0.28);
  background: rgba(3, 2, 10, 0.78);
  backdrop-filter: blur(10px);
}

.nav-container {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 76px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--text-main);
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 113, 216, 0.5);
  box-shadow: 0 0 24px rgba(255, 113, 216, 0.2);
}

.brand-text {
  font-size: 1.05rem;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text-soft);
  border: 1px solid transparent;
  transition: background 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  border-color: rgba(255, 193, 242, 0.52);
  background: rgba(255, 95, 210, 0.09);
  color: #fff;
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  border: 1px solid rgba(151, 146, 255, 0.35);
  background: rgba(18, 18, 43, 0.72);
  color: #f5edff;
  border-radius: 10px;
  padding: 0.45rem 0.9rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.nav-dashboard-link,
.dashboard-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 40px;
  border: 1px solid rgba(255, 183, 241, 0.52);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: #fff;
  background: rgba(255, 113, 216, 0.11);
  font-weight: 650;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-dashboard-link:hover,
.nav-dashboard-link:focus-visible,
.dashboard-back-link:hover,
.dashboard-back-link:focus-visible {
  border-color: var(--glow-soft);
  background: rgba(255, 95, 210, 0.14);
  transform: translateY(-2px);
}

.nav-dashboard-link:active,
.dashboard-back-link:active,
.nav-link:active {
  transform: translateY(1px) scale(0.98);
}

.nav-dashboard-link:focus-visible,
.dashboard-back-link:focus-visible {
  outline: 2px solid var(--glow-soft);
  outline-offset: 3px;
}

.nav-dashboard-link.is-disabled,
.mobile-nav-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.45;
  pointer-events: none;
}

.nav-dashboard-link.is-disabled {
  border-color: rgba(151, 146, 255, 0.24);
  background: rgba(18, 18, 43, 0.5);
  color: var(--text-soft);
}

.mobile-nav {
  display: none;
}

.section {
  position: relative;
  z-index: 1;
  padding: clamp(2.3rem, 4vw, 4rem) 1rem;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 113, 216, 0.06), rgba(7, 0, 18, 0.01) 35%, rgba(7, 0, 18, 0));
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-family: "Syne", "Space Grotesk", sans-serif;
  letter-spacing: 0.02em;
}

.hero-section {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

.hero-copy {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  align-items: center;
}

.hero-title {
  margin: 0;
  font-size: clamp(1.9rem, 4.7vw, 3.3rem);
  line-height: 1.08;
  color: #fff;
  white-space: normal;
  text-wrap: balance;
  max-width: 13ch;
}

.hero-slogan {
  margin: 0;
  max-width: 58ch;
  text-wrap: balance;
  color: var(--text-soft);
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.eyebrow {
  margin: 0;
  font-size: 0.86rem;
  text-transform: uppercase;
  color: var(--glow-soft);
  letter-spacing: 0.18em;
}

.hero-actions {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

.button {
  border: 1px solid rgba(255, 113, 216, 0.45);
  border-radius: 999px;
  text-decoration: none;
  padding: 0.6rem 1.15rem;
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, filter 160ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--glow-soft);
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(255, 45, 178, 0.24);
  filter: brightness(1.08);
}

.button:active {
  transform: translateY(1px) scale(0.985);
  box-shadow: inset 0 2px 8px rgba(20, 0, 25, 0.34), 0 0 8px rgba(255, 45, 178, 0.18);
  filter: brightness(0.94);
}

.button-primary {
  background: linear-gradient(120deg, #ff68d6 0%, #eb55ff 48%, #8a72ff 100%);
  color: #100413;
  font-weight: 600;
}

.button-ghost {
  background: rgba(255, 193, 242, 0.055);
  color: var(--text-main);
}

.hero-asset {
  width: min(900px, 100%);
  margin: 1.7rem auto 0;
  display: block;
  border-radius: 14px;
  border: none;
  box-shadow: none;
}

.stat-grid {
  margin-top: 1.1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.doc-card,
.feature-card,
.timeline-content,
.inline-link,
.tab-panel,
.architecture-chart {
  animation: panelPop 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.stat-card,
.doc-card,
.feature-card,
.timeline-content,
.tab-panel {
  background: linear-gradient(140deg, rgba(10, 14, 54, 0.9), rgba(13, 16, 48, 0.95));
  border: 1px solid rgba(151, 146, 255, 0.2);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 8px 30px rgba(2, 0, 15, 0.28);
}

.stat-card p {
  margin: 0.45rem 0 0;
  color: var(--text-soft);
}

.stat-title {
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.feature-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.4rem 0.2rem 0.65rem;
  scroll-snap-type: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  scrollbar-width: thin;
  scrollbar-color: var(--accent-b) rgba(13, 16, 48, 0.85);
}

.feature-strip::-webkit-scrollbar {
  height: 9px;
  width: 9px;
  background: transparent;
}

.feature-strip::-webkit-scrollbar-track {
  background: linear-gradient(90deg, rgba(7, 0, 18, 0.92), rgba(13, 16, 48, 0.86));
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 241, 0.22);
}

.feature-strip::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgba(255, 113, 216, 0.98), rgba(126, 69, 255, 0.95), rgba(192, 77, 255, 0.95));
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 241, 0.6);
  box-shadow: inset 0 0 0 1px rgba(13, 16, 48, 0.7), 0 0 12px rgba(255, 77, 187, 0.42);
  background-size: 260% 260%;
  animation: scrollbarFlow 2.8s linear infinite;
}

.feature-strip::-webkit-scrollbar-thumb:hover {
  animation-duration: 1.6s;
  box-shadow: inset 0 0 0 1px rgba(13, 16, 48, 0.5), 0 0 16px rgba(255, 77, 187, 0.55);
}

.feature-strip::-webkit-scrollbar-thumb:active {
  background-size: 180% 180%;
  opacity: 0.95;
}

.feature-strip::-webkit-scrollbar-corner {
  background: rgba(4, 0, 11, 0.95);
}

@keyframes scrollbarFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.feature-card {
  position: relative;
  flex: 0 0 min(300px, 86vw);
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.2rem;
  min-height: 208px;
  background: var(--panel);
  border: 1px solid rgba(151, 146, 255, 0.22);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  border: 2px solid transparent;
  border-top-color: #ff4dbb;
  z-index: 2;
  animation: borderSweep 4.2s linear infinite;
  filter: drop-shadow(0 0 8px rgba(255, 77, 187, 0.78));
  pointer-events: none;
}

.feature-card > * {
  position: relative;
  z-index: 2;
}

.feature-icon {
  margin: 0 0 0.9rem;
  font-size: 1.35rem;
}

.feature-card h3 {
  margin: 0 0 0.45rem;
}

.feature-card p {
  margin: 0;
  color: var(--text-soft);
}

.architecture-chart {
  margin: 1rem 0;
  border-radius: 14px;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 0.75rem 0.8rem;
}

.chart-node {
  background: rgba(4, 0, 11, 0.74);
  border: 1px solid rgba(255, 113, 216, 0.2);
  border-radius: 12px;
  min-height: 86px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 0.8rem;
  overflow-wrap: anywhere;
}

.chart-arrow {
  display: grid;
  place-content: center;
  font-size: 1.1rem;
  color: var(--glow-soft);
}

.muted {
  color: var(--text-soft);
  margin-top: 1rem;
}

.tabs {
  width: 100%;
  max-width: 100%;
}

.tabs-toolbar {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.tab {
  border: 1px solid rgba(151, 146, 255, 0.25);
  border-radius: 10px;
  background: rgba(4, 0, 11, 0.6);
  color: var(--text-soft);
  padding: 0.6rem 0.95rem;
  cursor: pointer;
  transition: all 170ms ease;
}

.tab:hover,
.tab:focus-visible {
  background: rgba(255, 95, 210, 0.08);
  border-color: rgba(255, 193, 242, 0.46);
  color: #fff;
}

.tab.active {
  background: linear-gradient(130deg, rgba(255, 95, 210, 0.24), rgba(120, 104, 255, 0.2));
  border-color: rgba(255, 193, 242, 0.76);
  box-shadow: inset 0 -2px 0 var(--accent-b);
  color: #fff;
}

.tab:active {
  transform: translateY(1px) scale(0.985);
}

.tab-panel {
  margin-top: 0.9rem;
}

.demo-context-shell {
  display: grid;
  gap: 1rem;
}

.demo-context-intro {
  display: grid;
  gap: 0.7rem;
}

.demo-context-intro h3,
.demo-context-intro p {
  margin: 0;
}

.demo-context-intro p:last-child {
  max-width: 68ch;
  color: var(--text-soft);
}

.dashboard-shell {
  min-height: 100vh;
  background: radial-gradient(circle at 14% -8%, rgba(255, 77, 187, 0.15), transparent 32rem), radial-gradient(circle at 86% 4%, rgba(126, 69, 255, 0.16), transparent 34rem), var(--bg-space);
}

.dashboard-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--panel-line);
  background: rgba(4, 0, 11, 0.86);
  backdrop-filter: blur(14px);
}

.dashboard-nav-inner {
  width: min(1440px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-back-link {
  border-color: rgba(151, 146, 255, 0.32);
  background: rgba(151, 146, 255, 0.07);
  color: var(--text-soft);
}

.dashboard-main {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) 1.25rem 4rem;
}

.dashboard-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--panel-line);
}

.dashboard-heading h1 {
  margin: 0.35rem 0 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.dashboard-heading p {
  margin: 0;
  max-width: 62ch;
  color: var(--text-soft);
}

.not-found-page {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: start;
  gap: 1rem;
  padding: 2rem;
  background: var(--bg-space);
}

.not-found-page h1 {
  max-width: 18ch;
  margin: 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.05;
}

.timeline {
  position: relative;
  margin-top: 1.4rem;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0.5rem;
  bottom: 0.7rem;
  width: 2px;
  background: linear-gradient(180deg, var(--accent-b), var(--accent-d));
}

.timeline-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.9rem;
  align-items: start;
}

.timeline-dot {
  margin-top: 0.45rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--text-soft);
  border: 2px solid rgba(255, 183, 241, 0.65);
}

.timeline-item.completed .timeline-dot {
  background: radial-gradient(circle, #fff 0%, #ffb7f1 50%, #7e45ff 100%);
  box-shadow: 0 0 12px rgba(255, 77, 187, 0.8);
}

.timeline-item .timeline-content {
  margin: 0;
  border-color: rgba(255, 183, 241, 0.22);
}

.timeline-item h3 {
  margin: 0;
}

.timeline-item p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.timeline-item.completed .timeline-content {
  background: linear-gradient(140deg, rgba(255, 113, 216, 0.17), rgba(126, 69, 255, 0.16));
}

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

.doc-card {
  min-height: 170px;
}

.doc-card p {
  color: var(--text-soft);
}

.inline-link {
  margin-top: 0.8rem;
  display: inline-block;
  text-decoration: none;
  color: var(--glow-light);
  border-bottom: 1px solid rgba(255, 183, 241, 0.4);
}

.site-footer {
  border-top: 1px solid rgba(151, 146, 255, 0.25);
  margin-top: 2.2rem;
  padding: 1.8rem 1rem;
  text-align: center;
  color: var(--text-soft);
  position: relative;
  z-index: 1;
}

/* Splash-page art direction */
.page-shell {
  background: radial-gradient(circle at 92% 34%, rgba(126, 69, 255, 0.12), transparent 28rem), radial-gradient(circle at 8% 68%, rgba(255, 77, 187, 0.1), transparent 32rem), var(--bg-space);
}

.swirl-layer {
  contain: strict;
  will-change: opacity;
}

.hero-section {
  min-height: calc(100svh - 76px);
  padding: clamp(2rem, 5vh, 4.5rem) 1rem clamp(3rem, 7vh, 5.5rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 113, 216, 0.2);
}

.hero-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(4, 0, 11, 0.96));
  pointer-events: none;
}

.hero-atmosphere {
  position: absolute;
  top: 9%;
  left: 50%;
  width: min(78vw, 920px);
  aspect-ratio: 1;
  z-index: -1;
  border: 1px solid rgba(255, 113, 216, 0.12);
  border-radius: 50%;
  opacity: 0.75;
  transform: translateX(-50%);
  box-shadow: 0 0 0 9vw rgba(126, 69, 255, 0.018), 0 0 0 18vw rgba(255, 77, 187, 0.012);
  pointer-events: none;
}

.hero-stage {
  width: 100%;
  display: grid;
  place-items: center;
  gap: clamp(1.2rem, 3vh, 2rem);
  animation: heroReveal 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-asset {
  width: min(1060px, 96vw);
  margin: 0 auto;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 32px rgba(255, 77, 187, 0.34));
  animation: heroMarkReveal 900ms 80ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-copy {
  position: relative;
  gap: 1rem;
}

.hero-title {
  max-width: 15ch;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  letter-spacing: -0.045em;
  text-shadow: 0 0 34px rgba(255, 183, 241, 0.16);
}

.hero-slogan {
  max-width: 52ch;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions {
  margin-top: 0.7rem;
}

.hero-actions .button {
  min-height: 48px;
  padding-inline: 1.35rem;
}

.hero-signal {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.1rem;
  flex-wrap: wrap;
  color: #bdb2d8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-signal span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.hero-signal span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent-b);
  box-shadow: 0 0 9px rgba(255, 113, 216, 0.8);
}

.page-shell > .section:not(.hero-section) {
  padding-block: clamp(4rem, 7vw, 7rem);
}

.page-shell > .section:not(.hero-section)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1100px, 100% - 2rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 113, 216, 0.32), transparent);
  transform: translateX(-50%);
}

.section-soft {
  background: linear-gradient(120deg, rgba(255, 77, 187, 0.055), transparent 36%), linear-gradient(300deg, rgba(126, 69, 255, 0.075), transparent 42%), rgba(8, 3, 22, 0.62);
}

.section-index {
  margin: 0 0 0.7rem;
  color: var(--glow-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-lockup {
  min-width: 0;
}

.section-lockup .section-title {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.section-problem .section-title {
  max-width: none;
  padding-bottom: 0.1em;
  display: grid;
  gap: 0.05em;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 5.15vw, 4.4rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-wrap: initial;
}

.statement-title span:last-child {
  color: var(--glow-soft);
}

.section-heading-row,
.statement-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 0.72fr);
  align-items: end;
  justify-content: space-between;
  gap: clamp(2rem, 7vw, 7rem);
}

.section-heading-row {
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

.section-heading-with-accent {
  grid-template-columns: minmax(250px, 0.82fr) minmax(260px, 0.62fr) minmax(120px, 180px);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.section-accent {
  width: 100%;
  max-width: 180px;
  justify-self: end;
  pointer-events: none;
  user-select: none;
}

.section-accent img {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  opacity: 0.68;
  filter: saturate(0.72) brightness(0.88);
}

.section-accent-agent img {
  transform: rotate(-7deg);
}

.section-accent-context {
  max-width: 120px;
}

.section-accent-context img {
  max-height: 168px;
  transform: rotate(5deg);
}

.section-accent-flow {
  max-width: 210px;
}

.section-accent-flow img {
  max-height: 112px;
}

.section-accent-terminal {
  max-width: 150px;
}

.section-accent-terminal img {
  transform: rotate(3deg);
}

@keyframes scrollHeadingReveal {
  from {
    opacity: 0.45;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scrollContentReveal {
  from {
    opacity: 0.35;
    transform: translate3d(0, 16px, 0) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes scrollAccentDrift {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.scroll-motion-ready .scroll-reveal-target {
  opacity: 0;
}

.scroll-motion-ready .scroll-reveal-heading.is-scroll-visible {
  animation: scrollHeadingReveal 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.scroll-motion-ready .scroll-reveal-content.is-scroll-visible {
  animation: scrollContentReveal 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.scroll-motion-ready .scroll-reveal-timeline.is-scroll-visible {
  animation: scrollContentReveal 480ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  animation-delay: var(--scroll-reveal-delay, 0ms);
}

.scroll-motion-ready .scroll-reveal-accent.is-scroll-visible {
  animation: scrollAccentDrift 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.section-heading-row > p,
.statement-copy {
  margin: 0;
  max-width: 58ch;
  color: var(--text-soft);
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
}

.section-problem {
  background: linear-gradient(90deg, rgba(255, 45, 178, 0.12), transparent 42%), #070411;
}

.statement-layout {
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(2.2rem, 5vw, 4rem);
}

.statement-copy {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 95, 210, 0.46);
}

.statement-copy article {
  min-width: 0;
  padding: 1.25rem clamp(1rem, 3vw, 2rem) 0;
}

.statement-copy article:first-child {
  padding-left: 0;
}

.statement-copy article + article {
  border-left: 1px solid rgba(188, 139, 255, 0.2);
}

.statement-copy article > span {
  color: var(--glow-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.statement-copy p {
  margin: 0;
  max-width: 54ch;
  color: var(--text-soft);
}

.statement-copy article > span + p {
  margin-top: 0.55rem;
}

.section-solution {
  background: radial-gradient(circle at 76% 50%, rgba(120, 104, 255, 0.13), transparent 28rem), rgba(3, 2, 10, 0.78);
}

.stat-grid {
  gap: 0;
  border-top: 1px solid rgba(151, 146, 255, 0.24);
  border-bottom: 1px solid rgba(151, 146, 255, 0.24);
}

.stat-card {
  position: relative;
  min-height: 210px;
  padding: 4.2rem 1.35rem 1.4rem;
  border: 0;
  border-left: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background 180ms ease, transform 180ms ease;
  animation: none;
}

.stat-card:first-child {
  border-left: 0;
}

.stat-card::before {
  content: attr(data-index);
  position: absolute;
  top: 1rem;
  left: 1.35rem;
  color: rgba(255, 183, 241, 0.56);
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.stat-card:hover {
  background: linear-gradient(180deg, rgba(255, 113, 216, 0.09), transparent);
  transform: translateY(-3px);
}

.stat-title {
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.feature-strip {
  gap: 0;
  padding: 0 0 0.75rem;
  border-top: 1px solid rgba(151, 146, 255, 0.22);
}

.feature-card {
  flex-basis: min(320px, 86vw);
  min-height: 290px;
  padding: 1.25rem 1.35rem 1.5rem;
  border: 0;
  border-right: 1px solid rgba(151, 146, 255, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background 180ms ease;
  animation: none;
}

.feature-card::before {
  inset: auto 1.35rem 0;
  height: 2px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent-b), var(--accent-d));
  opacity: 0;
  filter: none;
  animation: none;
  transition: opacity 180ms ease;
}

.feature-card:hover {
  background: linear-gradient(160deg, rgba(255, 113, 216, 0.1), rgba(126, 69, 255, 0.035));
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card-mark {
  margin-bottom: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aaa2c7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.feature-icon {
  margin: 0;
  font-size: 1.2rem;
  filter: saturate(0.7);
}

.feature-card h3 {
  max-width: 18ch;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: 1.25rem;
}

.architecture-chart {
  position: relative;
  margin: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(rgba(151, 146, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 146, 255, 0.04) 1px, transparent 1px), rgba(7, 3, 23, 0.7);
  background-size: 30px 30px;
  overflow: hidden;
}

.chart-node {
  border-color: rgba(255, 113, 216, 0.3);
  background: rgba(8, 4, 25, 0.86);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.chart-node:hover {
  border-color: rgba(255, 183, 241, 0.68);
  background: rgba(255, 113, 216, 0.12);
  transform: translateY(-2px);
}

.splash-context-demo {
  border-color: rgba(255, 113, 216, 0.26);
  background: radial-gradient(circle at 82% 0%, rgba(126, 69, 255, 0.12), transparent 28rem), rgba(5, 2, 18, 0.72);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.timeline {
  max-width: 900px;
  gap: 0;
}

.timeline-item .timeline-content {
  min-height: 104px;
  padding: 1.15rem 1.2rem;
  border: 0;
  border-bottom: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
}

.timeline-item.completed .timeline-content {
  background: linear-gradient(90deg, rgba(255, 113, 216, 0.13), transparent 72%);
}

.doc-grid {
  gap: 0;
  border-top: 1px solid rgba(151, 146, 255, 0.22);
}

.doc-card {
  min-height: 220px;
  padding: 1.5rem;
  border: 0;
  border-right: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background 180ms ease;
  animation: none;
}

.doc-card:last-child {
  border-right: 0;
}

.doc-card:hover {
  background: linear-gradient(180deg, rgba(126, 69, 255, 0.1), transparent);
}

.site-footer {
  margin-top: 0;
  background: rgba(3, 0, 9, 0.96);
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroMarkReveal {
  from {
    opacity: 0;
    transform: scale(0.96);
    filter: drop-shadow(0 0 0 rgba(255, 77, 187, 0));
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 32px rgba(255, 77, 187, 0.34));
  }
}
.fixture-viewer-shell {
  display: grid;
  grid-template-columns: auto 9px minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.fixture-workspace-main {
  min-width: 0;
  display: grid;
  gap: 0.75rem;
  padding-left: 1rem;
}

.fixture-workspace-surfaces {
  min-height: 42px;
  align-items: center;
}

.projection-lens {
  min-width: 0;
  padding: 0.65rem;
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0.7rem;
  border: 1px solid rgba(151, 146, 255, 0.2);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 10, 36, 0.94), rgba(7, 4, 24, 0.9));
  box-shadow: 0 14px 34px rgba(2, 0, 10, 0.2);
}

.projection-lens-heading {
  min-width: 0;
  padding: 0.4rem 0.55rem;
  display: grid;
  align-content: center;
  gap: 0.25rem;
}

.projection-lens-heading h3 {
  margin: 0;
  color: #fff;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.projection-lens-heading > p:last-child {
  margin: 0.15rem 0 0;
  max-width: 42ch;
  color: var(--text-soft);
  font-size: 0.73rem;
  line-height: 1.4;
}

.projection-lens-track {
  min-width: 0;
  padding: 0.28rem;
  display: flex;
  align-items: stretch;
  gap: 0.3rem;
  overflow-x: auto;
  border: 1px solid rgba(151, 146, 255, 0.14);
  border-radius: 12px;
  background: rgba(2, 1, 15, 0.5);
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.projection-lens-button {
  appearance: none;
  position: relative;
  min-width: 135px;
  padding: 0.62rem 0.68rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  row-gap: 0.42rem;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: var(--text-soft);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
  scroll-snap-align: start;
}

.projection-lens-button::after {
  content: "";
  position: absolute;
  right: 0.65rem;
  bottom: 0;
  left: 0.65rem;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: var(--glow-soft);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 160ms ease, transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.projection-lens-button:hover,
.projection-lens-button:focus-visible {
  border-color: rgba(188, 139, 255, 0.34);
  background: rgba(120, 104, 255, 0.065);
  color: #fff;
}

.projection-lens-button.active {
  border-color: rgba(255, 193, 242, 0.56);
  background: linear-gradient(145deg, rgba(255, 95, 210, 0.18), rgba(120, 104, 255, 0.13));
  box-shadow: inset 0 0 0 1px rgba(255, 193, 242, 0.08);
  color: #fff;
}

.projection-lens-button.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.projection-lens-button:active {
  transform: scale(0.985);
}

.projection-lens-index {
  width: max-content;
  color: #aaa2d3;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.projection-lens-button.active .projection-lens-index {
  color: var(--glow-soft);
}

.projection-lens-copy {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.projection-lens-copy strong {
  color: inherit;
  font-size: 0.78rem;
}

.projection-lens-copy small {
  overflow: hidden;
  color: #aaa2c7;
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.projection-lens-state {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.projection-lens-button:focus-visible {
  outline: 2px solid var(--glow-soft);
  outline-offset: 2px;
}

.session-rail {
  position: sticky;
  top: 5.8rem;
  max-height: calc(100vh - 7rem);
  min-width: 56px;
  max-width: 360px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border: 1px solid rgba(151, 146, 255, 0.22);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(18, 18, 43, 0.88), rgba(8, 4, 28, 0.97));
  box-shadow: 0 16px 34px rgba(2, 0, 10, 0.24);
  transition: width 200ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.session-rail-header {
  min-height: 46px;
  padding: 0.45rem 0.45rem 0.45rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(151, 146, 255, 0.16);
}

.session-rail-title {
  margin: 0;
  min-width: 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
  white-space: nowrap;
}

.session-collapse-button,
.session-resize-controls button {
  appearance: none;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--text-soft);
  font: inherit;
  font-size: 1.15rem;
}

.session-collapse-button:hover,
.session-collapse-button:focus-visible,
.session-resize-controls button:hover,
.session-resize-controls button:focus-visible {
  border-color: rgba(255, 183, 241, 0.42);
  background: rgba(255, 113, 216, 0.1);
  color: #fff;
}

.session-list {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.35rem;
  display: grid;
  align-content: start;
  gap: 2px;
  scrollbar-width: thin;
}

.session-row {
  appearance: none;
  position: relative;
  width: 100%;
  min-height: 36px;
  padding: 0.42rem 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: var(--text-soft);
  text-align: left;
  font: inherit;
  font-size: 0.86rem;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}

.session-row::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 2px;
  background: transparent;
}

.session-row:hover,
.session-row:focus-visible {
  border-color: rgba(151, 146, 255, 0.2);
  background: rgba(151, 146, 255, 0.07);
  color: #fff;
}

.session-row.active {
  background: rgba(255, 113, 216, 0.11);
  color: #fff;
}

.session-row.active::before {
  background: var(--accent-b);
  box-shadow: 0 0 9px rgba(255, 113, 216, 0.7);
}

.session-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.session-compact-label {
  display: none;
  width: 28px;
  flex: 0 0 28px;
  color: var(--glow-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

.session-resize-controls {
  padding: 0.3rem;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid rgba(151, 146, 255, 0.12);
}

.session-rail.collapsed .session-rail-header {
  justify-content: center;
  padding-inline: 0.35rem;
}

.session-rail.collapsed .session-rail-title,
.session-rail.collapsed .session-name,
.session-rail.collapsed .session-resize-controls {
  display: none;
}

.session-rail.collapsed .session-compact-label {
  display: block;
}

.session-rail.collapsed .session-row {
  justify-content: center;
  padding-inline: 0.25rem;
}

.session-resize-handle {
  position: sticky;
  top: 5.8rem;
  width: 9px;
  height: min(64vh, 560px);
  cursor: col-resize;
  touch-action: none;
  outline: none;
}

.session-resize-handle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 2px;
  border-radius: 2px;
  background: transparent;
  transition: background 150ms ease, box-shadow 150ms ease;
}

.session-resize-handle:hover::after,
.session-resize-handle:focus-visible::after {
  background: rgba(255, 183, 241, 0.72);
  box-shadow: 0 0 8px rgba(255, 113, 216, 0.45);
}

.session-resize-handle.disabled {
  cursor: default;
  pointer-events: none;
}

.splash-demo-heading {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 2rem;
}

.splash-demo-heading .section-title,
.splash-demo-heading p {
  margin: 0;
}

.splash-demo-heading .section-title {
  margin-top: 0.35rem;
}

.splash-demo-heading > p {
  color: var(--text-soft);
}

.splash-context-demo {
  padding: 0.85rem;
  border: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 20px;
  background: rgba(5, 2, 18, 0.54);
}

.fixture-stage,
.fixture-panel,
.fixture-stat-card {
  border: 1px solid rgba(151, 146, 255, 0.22);
  background: linear-gradient(160deg, rgba(18, 18, 43, 0.86), rgba(8, 4, 28, 0.96));
  box-shadow: 0 20px 40px rgba(2, 0, 10, 0.28);
}

.fixture-stage,
.fixture-panel {
  border-radius: 22px;
}

.fixture-stage-header h3,
.fixture-panel h4 {
  margin: 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
}

.fixture-stage-copy {
  margin: 0;
  color: var(--text-soft);
  overflow-wrap: anywhere;
}

.fixture-kicker {
  margin: 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--glow-soft);
}

.fixture-mode-button {
  appearance: none;
  width: 100%;
  border: 1px solid rgba(151, 146, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: inherit;
  text-align: left;
  overflow-wrap: anywhere;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.fixture-mode-button:hover,
.fixture-mode-button:focus-visible {
  border-color: rgba(255, 193, 242, 0.46);
  background: rgba(120, 104, 255, 0.075);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(120, 104, 255, 0.1);
}

.fixture-mode-button.active {
  border-color: rgba(255, 193, 242, 0.68);
  background: linear-gradient(140deg, rgba(255, 95, 210, 0.24), rgba(120, 104, 255, 0.2));
  box-shadow: inset 0 -2px 0 var(--accent-b);
}

.fixture-mode-button:active {
  transform: translateY(1px) scale(0.985);
}

.fixture-stage {
  padding: 1.1rem;
  display: grid;
  gap: 1rem;
}

.fixture-stage-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.fixture-stage-meta {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: wrap;
}

.fixture-mode-button {
  width: auto;
  min-width: 110px;
  padding: 0.68rem 0.95rem;
  border-radius: 999px;
  text-align: center;
  font-weight: 600;
}

.fixture-mode-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.fixture-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.95fr);
  gap: 1rem;
}

.fixture-primary-column,
.fixture-secondary-column {
  display: grid;
  gap: 1rem;
}

.fixture-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.fixture-stat-card {
  min-height: 126px;
  border-radius: 18px;
  padding: 0.95rem;
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.fixture-stat-label,
.fixture-stat-detail {
  color: var(--text-soft);
}

.fixture-stat-label {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-stat-value {
  font-size: 1.6rem;
  color: #fff;
}

.fixture-stat-detail {
  font-size: 0.9rem;
}

.fixture-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.fixture-panel {
  padding: 1rem;
  animation: panelPop 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fixture-panel-header,
.fixture-row-head,
.fixture-meta-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.fixture-panel-header {
  margin-bottom: 0.8rem;
}

.fixture-chip,
.fixture-token {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  font-size: 0.82rem;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.fixture-chip {
  border: 1px solid rgba(255, 183, 241, 0.32);
  background: rgba(255, 183, 241, 0.09);
  color: #fff;
}

.fixture-chip-accent {
  background: linear-gradient(135deg, rgba(255, 113, 216, 0.22), rgba(126, 69, 255, 0.24));
}

.fixture-token {
  border: 1px solid rgba(151, 146, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
}

.fixture-list,
.fixture-warning-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.fixture-list-row {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(151, 146, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.fixture-transcript-line,
.fixture-empty-state,
.fixture-paragraph-text {
  margin: 0;
  color: var(--text-soft);
  overflow-wrap: anywhere;
}

.fixture-paragraph-text {
  margin-top: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.fixture-warning-list li {
  display: flex;
}

.fixture-json-panel {
  overflow: hidden;
}

.fixture-json {
  margin: 0;
  max-height: 640px;
  overflow: auto;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(5, 3, 20, 0.92);
  border: 1px solid rgba(151, 146, 255, 0.16);
  color: #f4eeff;
  font-size: 0.87rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.context-viewer-root {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.context-result-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.context-source-switcher,
.context-surface-picker {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.context-source-switcher legend,
.context-surface-picker legend {
  margin-bottom: 0.55rem;
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.context-source-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.7rem;
  border: 1px solid rgba(151, 146, 255, 0.22);
  border-radius: 18px;
  background: rgba(8, 4, 28, 0.68);
}

.context-source-switcher legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.context-source-button {
  display: grid;
  gap: 0.18rem;
  min-height: 58px;
  padding: 0.7rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: var(--text-soft);
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.context-source-button span {
  color: #fff;
  font-weight: 750;
}

.context-source-button small {
  overflow-wrap: anywhere;
}

.context-source-button:hover,
.context-source-button:focus-visible {
  border-color: rgba(188, 139, 255, 0.42);
  background: rgba(120, 104, 255, 0.07);
  color: #fff;
}

.context-source-button.active {
  border-color: rgba(255, 193, 242, 0.6);
  background: linear-gradient(140deg, rgba(255, 95, 210, 0.19), rgba(120, 104, 255, 0.14));
  box-shadow: inset 0 -2px 0 var(--accent-b);
  color: #fff;
}

.context-source-button:active {
  transform: scale(0.99);
}

.context-surface-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.context-surface-picker legend {
  flex-basis: 100%;
}

.context-document,
.context-live-result,
.context-live-layout {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.projection-content-header {
  min-width: 0;
  padding: 0.15rem 0.2rem 0.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(151, 146, 255, 0.16);
}

.projection-content-header h3 {
  margin: 0.15rem 0 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  overflow-wrap: anywhere;
}

.projection-content-header > div:first-child > p:last-child {
  margin: 0.28rem 0 0;
  max-width: 68ch;
  color: var(--text-soft);
  font-size: 0.8rem;
}

.projection-readonly-state {
  min-height: 30px;
  padding: 0.3rem 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(143, 231, 204, 0.24);
  border-radius: 999px;
  color: #b7e9d9;
  font-size: 0.7rem;
  font-weight: 750;
  white-space: nowrap;
}

.projection-readonly-state > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73d8b9;
  box-shadow: 0 0 8px rgba(115, 216, 185, 0.55);
}

.projection-overview {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 0.7rem;
}

.projection-source-context,
.projection-metrics {
  margin: 0;
  border: 1px solid rgba(151, 146, 255, 0.17);
  border-radius: 14px;
  background: rgba(5, 3, 20, 0.48);
}

.projection-source-context {
  min-width: 0;
  padding: 0.75rem 0.85rem;
}

.projection-source-context blockquote {
  margin: 0.35rem 0 0.55rem;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.45;
}

.projection-source-context > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  color: #a69dc7;
  font-size: 0.66rem;
  font-weight: 700;
}

.projection-metrics {
  padding: 0.35rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(72px, 1fr));
}

.projection-metrics > div {
  min-width: 0;
  padding: 0.55rem 0.65rem;
  display: grid;
  align-content: center;
  gap: 0.18rem;
  border-left: 1px solid rgba(151, 146, 255, 0.13);
}

.projection-metrics > div:first-child {
  border-left: 0;
}

.projection-metrics dt {
  color: #aaa2c7;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.projection-metrics dd {
  margin: 0;
  color: #fff;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.projection-metrics > div.attention dd {
  color: #f7bd68;
}

.snapshot-graph-workspace {
  min-width: 0;
  display: grid;
  gap: 0.65rem;
}

.snapshot-graph-toolbar {
  justify-content: space-between;
}

.snapshot-graph-toolbar-heading {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.snapshot-graph-toolbar-heading > div {
  display: grid;
  gap: 0.05rem;
}

.snapshot-graph-toolbar-heading strong {
  color: #fff;
  font-size: 0.76rem;
}

.snapshot-graph-toolbar-heading small {
  color: #aaa2c7;
  font-size: 0.62rem;
}

.snapshot-graph-pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #73d8b9;
  box-shadow: 0 0 9px rgba(115, 216, 185, 0.55);
}

.snapshot-graph-pulse.pending {
  background: #f7bd68;
  box-shadow: 0 0 9px rgba(247, 189, 104, 0.5);
}

.projection-disclosure-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: 0.65rem;
  align-items: start;
}

.projection-disclosure {
  min-width: 0;
  border: 1px solid rgba(151, 146, 255, 0.17);
  border-radius: 14px;
  background: rgba(5, 3, 20, 0.48);
  overflow: hidden;
}

.projection-disclosure > summary {
  min-height: 52px;
  padding: 0.55rem 0.7rem 0.55rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.projection-disclosure > summary::-webkit-details-marker {
  display: none;
}

.projection-disclosure > summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  order: 3;
  border: 1px solid rgba(151, 146, 255, 0.24);
  border-radius: 7px;
  color: #c7bdea;
}

.projection-disclosure[open] > summary::after {
  content: "−";
}

.projection-disclosure > summary > span:first-child {
  min-width: 0;
  display: grid;
  gap: 0.06rem;
}

.projection-disclosure > summary strong {
  font-size: 0.78rem;
}

.projection-disclosure > summary small {
  color: #aaa2c7;
  font-size: 0.66rem;
}

.projection-disclosure[open] > summary {
  border-bottom: 1px solid rgba(151, 146, 255, 0.13);
}

.projection-evidence-list {
  margin: 0;
  padding: 0.35rem;
  display: grid;
  gap: 2px;
  list-style: none;
}

.projection-evidence-row {
  min-width: 0;
  padding: 0.55rem 0.65rem;
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) minmax(0, 1.2fr);
  gap: 0.75rem;
  align-items: center;
  border-radius: 9px;
}

.projection-evidence-row:nth-child(odd) {
  background: rgba(151, 146, 255, 0.045);
}

.projection-evidence-copy,
.projection-evidence-meta {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.projection-evidence-copy {
  display: grid;
  gap: 0.08rem;
}

.projection-evidence-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.77rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.projection-evidence-copy span,
.projection-evidence-meta > span:not(.fixture-chip) {
  color: #aaa2c7;
  font-size: 0.64rem;
}

.projection-raw-drawer .fixture-json {
  max-height: 520px;
  border: 0;
  border-radius: 0;
}

.projection-raw-drawer > summary .fixture-chip {
  white-space: nowrap;
  overflow-wrap: normal;
}

.pending-projection-brief {
  min-width: 0;
  border: 1px solid rgba(247, 189, 104, 0.24);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(61, 37, 15, 0.24), rgba(7, 4, 24, 0.7));
  overflow: hidden;
}

.pending-brief-header {
  padding: 0.8rem 0.9rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(247, 189, 104, 0.14);
}

.pending-brief-header h4 {
  margin: 0.15rem 0 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
}

.pending-brief-header p:last-child {
  margin: 0.25rem 0 0;
  color: #c7bdd3;
  font-size: 0.76rem;
}

.pending-brief-meta {
  padding: 0.45rem 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  border-bottom: 1px solid rgba(247, 189, 104, 0.12);
}

.pending-brief-meta > span {
  display: grid;
  gap: 0.05rem;
}

.pending-brief-meta small,
.pending-decision-row span,
.pending-decision-row small {
  color: #aaa2c7;
  font-size: 0.62rem;
}

.pending-brief-meta strong {
  color: #fff;
  font-size: 0.72rem;
}

.pending-decision-list {
  margin: 0;
  padding: 0.45rem;
  display: grid;
  gap: 0.3rem;
  list-style: none;
}

.pending-decision-row {
  min-width: 0;
  padding: 0.65rem 0.7rem;
  display: grid;
  grid-template-columns: minmax(120px, 0.65fr) minmax(150px, 1fr) minmax(130px, 0.75fr) auto;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(247, 189, 104, 0.12);
  border-radius: 11px;
  background: rgba(8, 5, 25, 0.5);
}

.pending-decision-mention,
.pending-decision-reason,
.pending-decision-candidates,
.pending-decision-policy {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.pending-decision-mention strong,
.pending-decision-candidates strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.82rem;
}

.pending-decision-reason p {
  margin: 0;
  color: #e7ddf2;
  font-size: 0.72rem;
  line-height: 1.35;
}

.pending-decision-policy {
  justify-items: end;
  gap: 0.3rem;
}

.context-document-header,
.context-control-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.context-document-header h3,
.context-control-heading h3,
.context-status-panel h3 {
  margin: 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
  overflow-wrap: anywhere;
}

.context-live-layout {
  grid-template-columns: minmax(300px, 0.56fr) minmax(0, 1.44fr);
  align-items: start;
}

.context-live-form,
.context-status-panel {
  border: 1px solid rgba(151, 146, 255, 0.22);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(18, 18, 43, 0.86), rgba(8, 4, 28, 0.96));
  box-shadow: 0 20px 40px rgba(2, 0, 10, 0.28);
}

.context-live-form {
  position: sticky;
  top: 5.8rem;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.context-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.context-field {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
  color: #fff;
  font-weight: 650;
}

.context-field-wide {
  grid-column: 1/-1;
}

.context-field small,
.context-draft-note,
.context-status-panel p,
.context-pending-row p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.context-field input,
.context-poll-control select {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid rgba(151, 146, 255, 0.3);
  border-radius: 12px;
  background: rgba(4, 2, 17, 0.78);
  color: #fff;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.context-field input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.context-live-actions {
  display: flex;
  gap: 0.75rem;
  align-items: end;
  flex-wrap: wrap;
}

.context-primary-action,
.context-secondary-action {
  min-height: 44px;
  border-radius: 12px;
  padding: 0.65rem 1rem;
  font: inherit;
  font-weight: 750;
}

.context-primary-action {
  border: 1px solid rgba(255, 183, 241, 0.62);
  background: linear-gradient(135deg, rgba(255, 113, 216, 0.3), rgba(126, 69, 255, 0.35));
  color: #fff;
}

.context-secondary-action {
  justify-self: start;
  border: 1px solid rgba(151, 146, 255, 0.32);
  background: rgba(151, 146, 255, 0.09);
  color: #fff;
}

.context-poll-control {
  display: grid;
  gap: 0.3rem;
  min-width: 165px;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.context-readonly-badge,
.context-state-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0.18rem 0.58rem;
  border: 1px solid currentColor;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.context-readonly-badge,
.context-state-badge.committed {
  color: #8fe7cc;
  background: rgba(54, 196, 151, 0.1);
}

.context-state-badge.provisional,
.context-state-badge.pending {
  color: #ffd08a;
  background: rgba(255, 170, 58, 0.11);
}

.context-state-badge.analysis-failed {
  color: #ff9cb5;
  background: rgba(255, 68, 119, 0.12);
}

.context-record-badges,
.context-legend,
.context-legend span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.context-legend {
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(151, 146, 255, 0.2);
  border-radius: 14px;
  background: rgba(151, 146, 255, 0.06);
  color: var(--text-soft);
}

.fixture-list-row.provisional {
  border-style: dashed;
  border-color: rgba(255, 192, 94, 0.46);
  background: rgba(255, 170, 58, 0.055);
}

.context-selectable {
  max-width: 100%;
  overflow-wrap: anywhere;
  user-select: text;
}

.context-pending-list,
.context-ambiguity-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.context-pending-row,
.context-ambiguity-card {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.context-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
}

.context-detail-list div {
  min-width: 0;
}

.context-detail-list dt {
  color: var(--text-soft);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.context-detail-list dd {
  margin: 0.25rem 0 0;
  overflow-wrap: anywhere;
}

.context-warning-heading {
  margin-top: 1rem;
}

.context-status-panel {
  display: grid;
  place-items: start;
  gap: 0.55rem;
  min-height: 220px;
  padding: 1.25rem;
  align-content: center;
}

.context-status-panel.error {
  border-color: rgba(255, 117, 143, 0.48);
}

.context-refresh-banner,
.context-previous-result-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 192, 94, 0.32);
  border-radius: 14px;
  background: rgba(255, 170, 58, 0.08);
  color: #ffe5bd;
  overflow-wrap: anywhere;
}

.context-loading-mark {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffb7f1;
  border-radius: 50%;
  animation: contextSpin 760ms linear infinite;
}

.replay-workspace {
  min-width: 0;
  display: grid;
  gap: 0.75rem;
}

.conversation-timeline,
.graph-toolbar,
.context-graph-panel,
.graph-inspector,
.replay-controls {
  border: 1px solid rgba(151, 146, 255, 0.2);
  background: rgba(8, 5, 25, 0.86);
}

.conversation-timeline {
  max-height: 230px;
  overflow: hidden;
  border-radius: 16px;
  transition: max-height 200ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.conversation-timeline.collapsed {
  max-height: 49px;
}

.conversation-timeline-header,
.context-graph-heading {
  min-height: 48px;
  padding: 0.55rem 0.7rem 0.55rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.conversation-timeline-header {
  border-bottom: 1px solid rgba(151, 146, 255, 0.14);
}

.conversation-timeline-header h4,
.context-graph-heading h4,
.graph-inspector h4 {
  margin: 0.15rem 0 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
}

.conversation-message-list {
  max-height: 180px;
  overflow: auto;
  padding: 0.55rem;
  display: grid;
  gap: 0.35rem;
  scrollbar-width: thin;
}

.conversation-message {
  appearance: none;
  position: relative;
  width: min(780px, 92%);
  min-height: 42px;
  padding: 0.5rem 0.7rem;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid transparent;
  border-radius: 12px;
  background: rgba(151, 146, 255, 0.055);
  color: var(--text-soft);
  text-align: left;
  font: inherit;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.conversation-message:nth-child(even) {
  justify-self: end;
  background: rgba(255, 113, 216, 0.055);
}

.conversation-message.resolution {
  width: min(620px, 86%);
  margin-left: 1.25rem;
  border-style: dashed;
}

.conversation-message:hover,
.conversation-message:focus-visible,
.conversation-message.active {
  border-color: rgba(255, 183, 241, 0.46);
  background: rgba(255, 113, 216, 0.13);
}

.conversation-message.active {
  transform: translateX(3px);
}

.message-role,
.message-status {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.message-role {
  color: var(--glow-soft);
}

.message-status {
  color: #8fe7cc;
}

.message-text {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.replay-icon-button,
.graph-fit-button,
.graph-toolbar button,
.replay-controls button,
.graph-accessible-buttons button {
  appearance: none;
  border: 1px solid rgba(151, 146, 255, 0.24);
  background: rgba(151, 146, 255, 0.06);
  color: var(--text-soft);
  font: inherit;
}

.replay-icon-button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.graph-toolbar {
  min-width: 0;
  min-height: 52px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 14px;
  overflow-x: auto;
}

.graph-projection-tabs,
.graph-filter-row {
  min-width: max-content;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  border: 0;
}

.graph-projection-tabs legend,
.graph-filter-row legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.graph-projection-tabs {
  padding-right: 0.65rem;
  border-right: 1px solid rgba(151, 146, 255, 0.2);
}

.graph-toolbar button,
.graph-fit-button {
  min-height: 34px;
  padding: 0.35rem 0.65rem;
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.graph-toolbar button:hover,
.graph-toolbar button:focus-visible,
.graph-fit-button:hover,
.graph-fit-button:focus-visible {
  border-color: rgba(188, 139, 255, 0.44);
  background: rgba(120, 104, 255, 0.08);
  color: #fff;
}

.graph-toolbar button.active {
  border-color: rgba(255, 193, 242, 0.68);
  background: linear-gradient(135deg, rgba(255, 95, 210, 0.24), rgba(120, 104, 255, 0.18));
  box-shadow: inset 0 -2px 0 var(--accent-b);
  color: #fff;
}

.graph-toolbar button:active,
.graph-fit-button:active,
.replay-controls button:active {
  transform: translateY(1px) scale(0.97);
}

.graph-step-status {
  margin-left: auto;
}

.graph-step-status-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.analysis-selection-disclosure {
  position: relative;
}

.analysis-selection-disclosure > summary {
  min-height: 30px;
  padding: 0.3rem 0.55rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  border: 1px solid rgba(118, 221, 205, 0.28);
  border-radius: 999px;
  background: rgba(42, 186, 163, 0.08);
  color: #ddfff8;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
  list-style: none;
  white-space: nowrap;
}

.analysis-selection-disclosure > summary::-webkit-details-marker {
  display: none;
}

.analysis-selection-disclosure > summary small {
  color: var(--text-soft);
  font-size: 0.62rem;
  font-weight: 650;
}

.analysis-selection-disclosure > summary:focus-visible {
  outline: 2px solid var(--glow-soft);
  outline-offset: 2px;
}

.analysis-selection-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.55rem);
  right: 0;
  width: min(470px, 88vw);
  max-height: min(620px, 72vh);
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
  overflow-y: auto;
  border: 1px solid rgba(118, 221, 205, 0.24);
  border-radius: 16px;
  background: rgba(9, 10, 25, 0.98);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
  color: var(--text-main);
}

.analysis-selection-panel header,
.analysis-selection-panel footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.analysis-selection-panel h4,
.analysis-selection-panel h5,
.analysis-selection-panel p {
  margin: 0;
}

.analysis-selection-panel h4 {
  margin-top: 0.12rem;
  color: #fff;
  font-size: 0.88rem;
}

.analysis-mode-badge {
  padding: 0.28rem 0.48rem;
  border-radius: 7px;
  background: rgba(151, 146, 255, 0.12);
  color: var(--text-soft);
  font-size: 0.62rem;
  font-weight: 800;
  white-space: nowrap;
}

.analysis-selection-lede {
  color: var(--text-soft);
  font-size: 0.72rem;
  line-height: 1.5;
}

.analysis-selection-reason {
  padding: 0.48rem 0.6rem;
  border-left: 2px solid rgba(118, 221, 205, 0.62);
  background: rgba(118, 221, 205, 0.05);
  color: var(--text-soft);
  font-size: 0.68rem;
}

.analysis-score-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
}

.analysis-score-grid > div {
  min-width: 0;
  padding: 0.5rem;
  border: 1px solid rgba(151, 146, 255, 0.14);
  border-radius: 9px;
  background: rgba(151, 146, 255, 0.045);
}

.analysis-score-grid dt {
  color: var(--text-soft);
  font-size: 0.58rem;
  line-height: 1.25;
}

.analysis-score-grid dd {
  margin: 0.2rem 0 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
}

.analysis-diagnostic-group {
  display: grid;
  gap: 0.4rem;
}

.analysis-diagnostic-group h5 {
  color: #fff;
  font-size: 0.72rem;
}

.analysis-diagnostic-group ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-soft);
  font-size: 0.68rem;
}

.analysis-alternative {
  padding: 0.55rem 0.65rem;
  display: grid;
  gap: 0.18rem;
  border-left: 2px solid rgba(255, 193, 242, 0.58);
  background: rgba(255, 193, 242, 0.04);
  font-size: 0.68rem;
}

.analysis-alternative span,
.analysis-alternative small,
.analysis-selection-panel footer {
  color: var(--text-soft);
}

.analysis-selection-panel footer {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(151, 146, 255, 0.14);
  font-size: 0.62rem;
}

.frame-transition-legend {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 750;
}

.frame-transition-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.frame-transition-legend i {
  width: 13px;
  height: 13px;
  border: 3px solid;
  border-radius: 4px;
}

.frame-transition-legend .created i {
  border-color: #69f6dd;
  border-style: double;
}

.frame-transition-legend .updated i {
  border-color: #ffb35c;
  border-style: dashed;
}

.graph-workbench {
  min-width: 0;
  position: relative;
}

.context-graph-panel,
.graph-inspector {
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
}

.context-graph-heading {
  border-bottom: 1px solid rgba(151, 146, 255, 0.14);
}

.context-graph-canvas {
  position: relative;
  width: 100%;
  height: clamp(440px, 55vh, 660px);
  overflow: hidden;
  background: linear-gradient(rgba(151, 146, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 146, 255, 0.035) 1px, transparent 1px), radial-gradient(circle at 50% 45%, rgba(126, 69, 255, 0.08), transparent 52%), #060316;
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.context-graph-empty {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: min(360px, 100% - 2rem);
  padding: 1rem;
  display: grid;
  gap: 0.35rem;
  border: 1px dashed rgba(151, 146, 255, 0.32);
  border-radius: 14px;
  background: rgba(8, 5, 25, 0.92);
  color: var(--text-soft);
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.context-graph-empty strong {
  color: #fff;
}

.graph-inspector {
  position: absolute;
  z-index: 9;
  top: 64px;
  right: 14px;
  width: min(410px, 100% - 28px);
  max-height: calc(100% - 78px);
  padding: 1rem;
  overflow: auto;
  border: 1px solid rgba(255, 183, 241, 0.42);
  border-radius: 14px;
  background: rgba(8, 4, 22, 0.97);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.52);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px) scale(0.985);
  transform-origin: top right;
  transition: opacity 150ms ease, transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 150ms;
}

.graph-inspector.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.graph-inspector.pinned {
  pointer-events: auto;
}

.graph-inspector-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(151, 146, 255, 0.3);
  border-radius: 8px;
  background: rgba(151, 146, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 1.1rem;
}

.graph-inspector:not(.pinned) .graph-inspector-close {
  display: none;
}

.graph-accessible-list {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.graph-accessible-list:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0.75rem;
  clip: auto;
}

.graph-accessible-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.graph-accessible-buttons button {
  min-height: 44px;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
}

.graph-inspector-empty,
.graph-inspector-content {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.graph-inspector-title-row {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.graph-inspector-title-row h4 {
  min-width: 0;
  overflow-wrap: anywhere;
}

.frame-transition-badge {
  min-width: max-content;
  padding: 0.28rem 0.48rem;
  border: 1px solid rgba(151, 146, 255, 0.3);
  border-radius: 7px;
  color: var(--text-soft);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.frame-transition-badge.created {
  border-color: rgba(105, 246, 221, 0.72);
  border-style: double;
  color: #bafff3;
}

.frame-transition-badge.updated {
  border-color: rgba(255, 179, 92, 0.78);
  border-style: dashed;
  color: #ffd29f;
}

.graph-inspector-empty > p,
.graph-inspector-content > p {
  margin: 0;
  color: var(--text-soft);
}

.inspector-detail-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.inspector-detail-list div {
  min-width: 0;
}

.inspector-detail-list .wide {
  grid-column: 1/-1;
}

.inspector-detail-list dt {
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.inspector-detail-list dd {
  margin: 0.2rem 0 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.84rem;
}

.inspector-slot-section,
.inspector-evidence-section {
  min-width: 0;
  display: grid;
  gap: 0.55rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(151, 146, 255, 0.16);
}

.inspector-section-heading {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.inspector-section-heading > div {
  min-width: 0;
  display: grid;
  gap: 0.14rem;
}

.inspector-section-heading strong {
  color: #fff;
  font-size: 0.8rem;
}

.inspector-section-heading small,
.inspector-section-heading > span {
  color: var(--text-soft);
  font-size: 0.64rem;
  overflow-wrap: anywhere;
}

.inspector-section-heading > span {
  max-width: 48%;
  text-align: right;
}

.inspector-slot-list,
.inspector-evidence-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inspector-slot-list {
  display: grid;
  gap: 0.3rem;
}

.inspector-slot-list li {
  min-width: 0;
  padding: 0.42rem 0.5rem;
  display: grid;
  grid-template-columns: minmax(90px, auto) minmax(0, 1fr);
  gap: 0.55rem;
  border-radius: 8px;
  background: rgba(151, 146, 255, 0.06);
  font-size: 0.76rem;
}

.inspector-slot-list span {
  color: #8fe7dc;
  font-family: ui-monospace, "Cascadia Code", monospace;
}

.inspector-slot-list strong {
  overflow-wrap: anywhere;
  color: #fff;
  text-align: right;
}

.inspector-evidence-groups {
  max-height: min(44vh, 420px);
  display: grid;
  gap: 0.55rem;
  overflow: auto;
  scrollbar-width: thin;
}

.inspector-evidence-group {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(151, 146, 255, 0.17);
  border-radius: 11px;
  background: rgba(151, 146, 255, 0.035);
}

.inspector-evidence-group > header {
  min-width: 0;
  padding: 0.48rem 0.55rem;
  display: grid;
  gap: 0.12rem;
  border-bottom: 1px solid rgba(151, 146, 255, 0.13);
}

.inspector-evidence-group > header strong {
  color: #fff;
  font-size: 0.74rem;
}

.inspector-evidence-group > header span {
  overflow-wrap: anywhere;
  color: var(--text-soft);
  font-size: 0.63rem;
}

.inspector-evidence-group li {
  min-width: 0;
  padding: 0.55rem;
  display: grid;
  gap: 0.45rem;
}

.inspector-evidence-group li + li {
  border-top: 1px solid rgba(151, 146, 255, 0.12);
}

.inspector-evidence-surface {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.55rem;
}

.inspector-evidence-surface strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.78rem;
}

.inspector-evidence-surface span {
  color: #c7bff2;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.62rem;
}

.inspector-evidence-group dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 0.55rem;
}

.inspector-evidence-group dl div {
  min-width: 0;
}

.inspector-evidence-group dt {
  color: var(--text-soft);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.inspector-evidence-group dd {
  margin: 0.08rem 0 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.68rem;
}

.inspector-empty-copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.75rem;
}

.graph-transition-status {
  min-height: 1.2rem;
  padding: 0 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.8rem;
  color: var(--text-soft);
  font-size: 0.7rem;
}

.graph-transition-status > span {
  color: #ffd29f;
}

.replay-controls {
  min-width: 0;
  min-height: 62px;
  padding: 0.6rem 0.75rem;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) minmax(150px, auto);
  align-items: center;
  gap: 1rem;
  border-radius: 16px;
}

.replay-button-group {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.replay-controls button {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 9px;
  font-weight: 800;
}

.replay-controls button:hover:not(:disabled),
.replay-controls button:focus-visible,
.replay-play-button {
  border-color: rgba(255, 183, 241, 0.5);
  background: rgba(255, 113, 216, 0.15);
  color: #fff;
}

.replay-controls button:disabled {
  opacity: 0.38;
}

.replay-scrubber {
  min-width: 0;
  display: grid;
  gap: 0.3rem;
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 700;
}

.replay-scrubber input {
  width: 100%;
  accent-color: var(--accent-b);
}

.replay-current-label {
  overflow: hidden;
  color: var(--text-soft);
  font-size: 0.78rem;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.replay-icon-button:focus-visible,
.conversation-message:focus-visible,
.graph-toolbar button:focus-visible,
.graph-fit-button:focus-visible,
.replay-controls button:focus-visible,
.graph-accessible-buttons button:focus-visible {
  outline: 2px solid var(--glow-soft);
  outline-offset: 2px;
}

.live-context-workspace {
  display: grid;
  gap: 0.85rem;
}

.live-connection-bar {
  padding: 0.7rem;
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(280px, 1fr) auto;
  align-items: end;
  gap: 0.75rem;
  border: 1px solid rgba(151, 146, 255, 0.2);
  border-radius: 16px;
  background: rgba(8, 5, 25, 0.86);
}

.live-connection-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.live-connection-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.context-live-update-badge {
  min-height: 26px;
  padding: 0.18rem 0.58rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(151, 146, 255, 0.35);
  border-radius: 999px;
  background: rgba(151, 146, 255, 0.08);
  color: var(--text-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.context-live-update-badge::before {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.context-live-update-badge.live {
  border-color: rgba(91, 230, 188, 0.48);
  background: rgba(54, 196, 151, 0.1);
  color: #8fe7cc;
}

.context-live-update-badge.reconnecting {
  border-color: rgba(255, 190, 102, 0.44);
  background: rgba(255, 170, 58, 0.1);
  color: #ffd08a;
}

.live-connection-heading h3,
.live-workspace-status h3 {
  margin: 0.15rem 0 0;
  font-family: "Syne", "Space Grotesk", sans-serif;
}

.live-base-url-field {
  display: grid;
  gap: 0.3rem;
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.live-base-url-field input {
  min-height: 42px;
  border: 1px solid rgba(151, 146, 255, 0.3);
  border-radius: 10px;
  background: rgba(4, 2, 17, 0.78);
  color: #fff;
  padding: 0.55rem 0.7rem;
  font: inherit;
}

.live-base-url-field input:focus-visible {
  outline: 2px solid var(--glow-soft);
  outline-offset: 2px;
}

.live-workspace-status {
  min-height: 240px;
  padding: 1.25rem;
  display: grid;
  place-content: center;
  justify-items: start;
  gap: 0.65rem;
  border: 1px solid rgba(151, 146, 255, 0.2);
  border-radius: 18px;
  background: rgba(8, 5, 25, 0.86);
}

.live-workspace-status p {
  max-width: 60ch;
  margin: 0;
  color: var(--text-soft);
}

.live-workspace-status.error {
  border-color: rgba(255, 117, 143, 0.48);
}

.live-session-shell {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 9px minmax(0, 1fr);
  align-items: start;
}

.live-session-rail-slot {
  display: contents;
}

.live-replay-stage {
  min-width: 0;
  position: relative;
  padding-left: 1rem;
}

.live-replay-refresh-state {
  position: relative;
  z-index: 4;
  min-height: 34px;
  margin-bottom: 0.55rem;
  padding: 0.45rem 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(105, 246, 221, 0.28);
  border-radius: 10px;
  background: rgba(7, 34, 35, 0.84);
  color: #bafff3;
  font-size: 0.72rem;
}

.live-replay-refresh-state.error {
  align-items: flex-start;
  border-color: rgba(255, 117, 143, 0.42);
  background: rgba(52, 11, 27, 0.88);
  color: #ffd6df;
}

.live-replay-refresh-state.error span {
  color: var(--text-soft);
}

.live-bundle-workspace,
.bundle-workspace {
  min-width: 0;
  display: grid;
  gap: 0.8rem;
}

.live-bundle-workspace {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(151, 146, 255, 0.18);
}

.bundle-workspace-header,
.context-query-editor-heading,
.model-memory-completed > header {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.bundle-workspace-header {
  padding: 0.2rem 0.2rem 0.75rem;
  border-bottom: 1px solid rgba(151, 146, 255, 0.16);
}

.bundle-workspace-header > div,
.context-query-editor-heading > div,
.model-memory-completed > header > div {
  min-width: 0;
}

.bundle-workspace-header h3,
.context-query-editor-heading h3,
.model-memory-completed h4 {
  margin: 0.12rem 0 0;
  overflow-wrap: anywhere;
  font-family: "Syne", "Space Grotesk", sans-serif;
}

.bundle-workspace-header p:last-child,
.context-query-editor-heading p:last-child,
.model-memory-completed header p {
  margin: 0.25rem 0 0;
  color: var(--text-soft);
  font-size: 0.76rem;
}

.bundle-query-summary,
.bundle-record-section,
.bundle-transcript,
.bundle-raw-disclosure,
.model-memory-inspector {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 14px;
  background: rgba(7, 4, 23, 0.72);
}

.bundle-query-summary > summary,
.bundle-record-section > summary,
.bundle-transcript > summary,
.bundle-raw-disclosure > summary,
.model-memory-inspector > summary {
  min-height: 52px;
  box-sizing: border-box;
  padding: 0.55rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.bundle-query-summary > summary::-webkit-details-marker,
.bundle-record-section > summary::-webkit-details-marker,
.bundle-transcript > summary::-webkit-details-marker,
.bundle-raw-disclosure > summary::-webkit-details-marker,
.model-memory-inspector > summary::-webkit-details-marker {
  display: none;
}

.bundle-query-summary > summary > span:first-child,
.bundle-record-section > summary > span:first-child,
.bundle-transcript > summary > span:first-child,
.bundle-raw-disclosure > summary > span:first-child,
.model-memory-inspector > summary > span:first-child {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.bundle-query-summary summary strong,
.bundle-record-section summary strong,
.bundle-transcript summary strong,
.bundle-raw-disclosure summary strong,
.model-memory-inspector summary strong {
  font-size: 0.78rem;
}

.bundle-query-summary summary small,
.bundle-record-section summary small,
.bundle-transcript summary small,
.bundle-raw-disclosure summary small,
.model-memory-inspector summary small {
  color: #aaa2c7;
  font-size: 0.66rem;
  overflow-wrap: anywhere;
}

.bundle-query-summary[open] > summary,
.bundle-record-section[open] > summary,
.bundle-transcript[open] > summary,
.bundle-raw-disclosure[open] > summary,
.model-memory-inspector[open] > summary {
  border-bottom: 1px solid rgba(151, 146, 255, 0.14);
  background: rgba(151, 146, 255, 0.035);
}

.bundle-query-content {
  padding: 0.7rem;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 0.7rem;
}

.bundle-query-text,
.bundle-query-caps,
.bundle-hint-group {
  min-width: 0;
  border: 1px solid rgba(151, 146, 255, 0.13);
  border-radius: 11px;
  background: rgba(151, 146, 255, 0.035);
}

.bundle-query-text {
  padding: 0.7rem;
}

.bundle-query-text > span,
.bundle-hint-group h4,
.bundle-query-caps dt {
  color: #aaa2c7;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bundle-query-text p {
  margin: 0.35rem 0 0;
  color: #fff;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.bundle-query-caps {
  margin: 0;
  padding: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bundle-query-caps > div {
  min-width: 0;
  padding: 0.45rem;
}

.bundle-query-caps dd {
  margin: 0.12rem 0 0;
  color: #fff;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.bundle-hint-groups {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.bundle-hint-group {
  padding: 0.6rem;
}

.bundle-hint-group h4 {
  margin: 0 0 0.4rem;
}

.bundle-hint-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.bundle-empty-chip {
  color: var(--text-soft);
  font-size: 0.72rem;
}

.bundle-metrics {
  margin: 0;
  padding: 0.35rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  border: 1px solid rgba(151, 146, 255, 0.17);
  border-radius: 14px;
  background: rgba(5, 3, 20, 0.48);
}

.bundle-metrics > div {
  min-width: 0;
  padding: 0.5rem 0.6rem;
  border-left: 1px solid rgba(151, 146, 255, 0.13);
}

.bundle-metrics > div:first-child {
  border-left: 0;
}

.bundle-metrics dt,
.bundle-record-card dt,
.bundle-evidence-span dt,
.model-memory-budget-grid dt {
  color: #aaa2c7;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bundle-metrics dd {
  margin: 0.1rem 0 0;
  color: #fff;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: 1.3rem;
  font-weight: 750;
}

.bundle-metrics .attention dd {
  color: #ffd08a;
}

.bundle-graph-workspace,
.bundle-graph-stage {
  min-width: 0;
}

.bundle-graph-stage {
  position: relative;
}

.bundle-graph-inspector {
  top: 64px;
}

.bundle-warning-state {
  min-width: 0;
  padding: 0.65rem 0.8rem;
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgba(105, 246, 221, 0.2);
  border-radius: 12px;
  background: rgba(29, 111, 99, 0.07);
}

.bundle-warning-state.clear {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
}

.bundle-warning-state.attention {
  border-color: rgba(255, 190, 102, 0.34);
  background: rgba(87, 49, 12, 0.14);
}

.bundle-warning-state header {
  display: flex;
  justify-content: space-between;
}

.bundle-warning-state strong {
  color: #fff;
  font-size: 0.76rem;
}

.bundle-warning-state span,
.bundle-warning-state li {
  color: var(--text-soft);
  font-size: 0.72rem;
  overflow-wrap: anywhere;
}

.bundle-warning-state ul {
  margin: 0;
  padding-left: 1.1rem;
}

.bundle-record-sections,
.bundle-record-grid {
  min-width: 0;
  display: grid;
  gap: 0.6rem;
}

.bundle-record-grid {
  padding: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bundle-record-card {
  min-width: 0;
  padding: 0.75rem;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  border: 1px solid rgba(151, 146, 255, 0.15);
  border-radius: 12px;
  background: rgba(151, 146, 255, 0.035);
}

.bundle-record-card.provisional {
  border-color: rgba(255, 190, 102, 0.42);
  border-style: dashed;
  background: rgba(87, 49, 12, 0.11);
}

.bundle-record-card > header,
.bundle-evidence-span > div,
.bundle-transcript li > header,
.bundle-transcript li > footer,
.model-memory-capsule > header {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
}

.bundle-record-card > header > div {
  min-width: 0;
}

.bundle-record-card > header > div > span {
  color: #9debe0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bundle-record-card h4 {
  margin: 0.12rem 0 0;
  overflow-wrap: anywhere;
  color: #fff;
}

.bundle-record-card > dl,
.bundle-evidence-span dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.bundle-record-card dl > div,
.bundle-evidence-span dl > div {
  min-width: 0;
}

.bundle-record-card dl .wide {
  grid-column: 1/-1;
}

.bundle-record-card dd,
.bundle-evidence-span dd,
.model-memory-budget-grid dd {
  margin: 0.12rem 0 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.74rem;
}

.bundle-slot-list {
  display: grid;
  gap: 0.4rem;
}

.bundle-slot-list > strong {
  font-size: 0.7rem;
}

.bundle-slot-list p,
.bundle-slot-list ul {
  margin: 0;
}

.bundle-slot-list ul,
.bundle-provenance ul {
  padding: 0;
  display: grid;
  gap: 0.35rem;
  list-style: none;
}

.bundle-slot-list li {
  padding: 0.4rem 0.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 8px;
  background: rgba(151, 146, 255, 0.06);
  font-size: 0.72rem;
}

.bundle-slot-list li span {
  color: #9debe0;
}

.bundle-provenance {
  min-width: 0;
  border-top: 1px solid rgba(151, 146, 255, 0.13);
}

.bundle-provenance > summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-soft);
  cursor: pointer;
}

.bundle-evidence-span {
  min-width: 0;
  padding: 0.55rem;
  display: grid;
  gap: 0.5rem;
  border: 1px solid rgba(151, 146, 255, 0.14);
  border-radius: 9px;
  background: rgba(5, 3, 20, 0.46);
}

.bundle-evidence-span > div strong,
.bundle-evidence-span > div span {
  overflow-wrap: anywhere;
}

.bundle-evidence-span > div span {
  color: var(--text-soft);
  font-size: 0.62rem;
}

.bundle-evidence-span a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(151, 146, 255, 0.26);
  border-radius: 9px;
  color: #d9d3ff;
  font-size: 0.72rem;
  text-decoration: none;
}

.bundle-transcript ol {
  margin: 0;
  padding: 0.55rem;
  display: grid;
  gap: 0.4rem;
  list-style: none;
}

.bundle-transcript li {
  min-width: 0;
  padding: 0.65rem;
  display: grid;
  gap: 0.5rem;
  border-left: 3px solid #73d8b9;
  border-radius: 9px;
  background: rgba(151, 146, 255, 0.04);
}

.bundle-transcript li.pending,
.bundle-transcript li.provisional {
  border-left-color: #f7bd68;
}

.bundle-transcript li.analysis-failed {
  border-left-color: #ff668f;
  background: rgba(94, 13, 42, 0.14);
}

.bundle-transcript header > div,
.bundle-transcript footer {
  min-width: 0;
}

.bundle-transcript header > div {
  display: grid;
  gap: 0.05rem;
}

.bundle-transcript header span,
.bundle-transcript footer span {
  color: var(--text-soft);
  font-size: 0.63rem;
  overflow-wrap: anywhere;
}

.bundle-transcript p {
  margin: 0;
  color: #fff;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.bundle-raw-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.bundle-raw-disclosure pre,
.model-memory-capsule pre {
  max-height: 520px;
  margin: 0;
  padding: 0.8rem;
  overflow: auto;
  color: #eee9ff;
  background: #050211;
  font-size: 0.76rem;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  scrollbar-width: thin;
}

.context-query-editor {
  min-width: 0;
  padding: 0.8rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  border: 1px solid rgba(151, 146, 255, 0.2);
  border-radius: 16px;
  background: rgba(8, 5, 25, 0.86);
}

.context-query-editor-heading,
.context-query-text-field,
.context-query-hint-grid,
.context-query-options,
.context-query-error {
  grid-column: 1/-1;
}

.context-query-text-field,
.context-query-hint-grid label,
.context-query-options label {
  min-width: 0;
  display: grid;
  gap: 0.3rem;
  color: #d9d3ee;
  font-size: 0.7rem;
  font-weight: 750;
}

.context-query-editor textarea,
.context-query-editor input[type=number] {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0.6rem 0.7rem;
  border: 1px solid rgba(151, 146, 255, 0.28);
  border-radius: 10px;
  background: rgba(4, 2, 17, 0.78);
  color: #fff;
  font: inherit;
  resize: vertical;
}

.context-query-editor textarea:focus-visible,
.context-query-editor input:focus-visible,
.bundle-query-summary > summary:focus-visible,
.bundle-record-section > summary:focus-visible,
.bundle-transcript > summary:focus-visible,
.bundle-raw-disclosure > summary:focus-visible,
.model-memory-inspector > summary:focus-visible,
.bundle-provenance > summary:focus-visible,
.bundle-evidence-span a:focus-visible {
  outline: 2px solid #ffb7f1;
  outline-offset: -2px;
}

.context-query-hint-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.context-query-options {
  margin: 0;
  padding: 0.65rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, 0.22fr)) minmax(190px, 1fr);
  align-items: end;
  gap: 0.55rem;
  border: 1px solid rgba(151, 146, 255, 0.14);
  border-radius: 11px;
}

.context-query-options legend {
  padding-inline: 0.35rem;
  color: #aaa2c7;
  font-size: 0.66rem;
  font-weight: 800;
}

.context-query-transcript-toggle {
  min-height: 44px;
  padding: 0.45rem 0.6rem;
  display: flex !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border-radius: 9px;
  background: rgba(151, 146, 255, 0.055);
}

.context-query-transcript-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-b);
}

.context-query-error {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 117, 143, 0.42);
  border-radius: 10px;
  background: rgba(52, 11, 27, 0.58);
  color: #ffd6df;
  font-size: 0.74rem;
}

.context-query-editor > .context-primary-action {
  justify-self: end;
}

.context-query-editor > .context-primary-action:disabled {
  opacity: 0.58;
  cursor: wait;
}

.bundle-request-state,
.live-bundle-refresh,
.model-memory-state {
  min-width: 0;
  padding: 0.75rem 0.85rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.25rem 0.65rem;
  border: 1px solid rgba(151, 146, 255, 0.18);
  border-radius: 12px;
  background: rgba(151, 146, 255, 0.045);
}

.bundle-request-state strong,
.model-memory-state strong {
  grid-column: 2;
  color: #fff;
}

.bundle-request-state p,
.model-memory-state p {
  grid-column: 2;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.74rem;
  overflow-wrap: anywhere;
}

.bundle-request-state:not(.loading) strong,
.bundle-request-state:not(.loading) p,
.model-memory-state:not(.loading) strong,
.model-memory-state:not(.loading) p {
  grid-column: 1/-1;
}

.bundle-request-state.error,
.model-memory-state.error {
  border-color: rgba(255, 117, 143, 0.44);
  background: rgba(52, 11, 27, 0.52);
}

.model-memory-state.unavailable {
  border-style: dashed;
  border-color: rgba(255, 190, 102, 0.38);
}

.live-bundle-refresh {
  grid-template-columns: auto minmax(0, 1fr);
  color: #bafff3;
  border-color: rgba(105, 246, 221, 0.28);
  background: rgba(7, 34, 35, 0.72);
  font-size: 0.72rem;
}

.model-memory-summary-state {
  min-height: 28px;
  padding: 0.2rem 0.55rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(151, 146, 255, 0.26);
  border-radius: 999px;
  color: #d9d3ee;
  font-size: 0.68rem;
  font-weight: 800;
}

.model-memory-completed {
  padding: 0.75rem;
  display: grid;
  gap: 0.7rem;
  border-left: 3px solid #73d8b9;
}

.model-memory-completed.suppressed,
.model-memory-completed.empty {
  border-left-color: #f7bd68;
}

.model-memory-completed.degraded {
  border-left-color: #ff758f;
}

.model-memory-identities {
  max-width: 55%;
  display: flex;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.model-memory-identities span {
  max-width: 100%;
  padding: 0.2rem 0.45rem;
  overflow-wrap: anywhere;
  border-radius: 7px;
  background: rgba(151, 146, 255, 0.08);
  color: var(--text-soft);
  font-size: 0.64rem;
}

.model-memory-reason {
  padding: 0.55rem 0.65rem;
  display: grid;
  gap: 0.15rem;
  border: 1px solid rgba(255, 190, 102, 0.34);
  border-radius: 10px;
  background: rgba(87, 49, 12, 0.13);
}

.model-memory-reason.degraded {
  border-color: rgba(255, 117, 143, 0.4);
  background: rgba(52, 11, 27, 0.45);
}

.model-memory-reason strong {
  font-size: 0.68rem;
}

.model-memory-reason span {
  color: var(--text-soft);
  font-size: 0.72rem;
  overflow-wrap: anywhere;
}

.model-memory-budget-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(151, 146, 255, 0.14);
  border-radius: 11px;
  background: rgba(151, 146, 255, 0.14);
}

.model-memory-budget-grid > div {
  min-width: 0;
  padding: 0.5rem;
  background: #0b071f;
}

.model-memory-capsule {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(105, 246, 221, 0.2);
  border-radius: 11px;
}

.model-memory-capsule > header {
  min-height: 44px;
  padding: 0.5rem 0.65rem;
  align-items: center;
}

.model-memory-capsule header span {
  color: #9debe0;
  font-size: 0.64rem;
}

.model-memory-footnote {
  margin: 0;
  color: #aaa2c7;
  font-size: 0.66rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .bundle-query-content,
  .bundle-record-grid {
    grid-template-columns: 1fr;
  }
  .bundle-metrics {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
  }
  .bundle-metrics > div:nth-child(4) {
    border-left: 0;
  }
  .context-query-options {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
  .context-query-transcript-toggle {
    grid-column: 1/-1;
  }
  .model-memory-budget-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .bundle-workspace-header,
  .context-query-editor-heading,
  .model-memory-completed > header,
  .bundle-warning-state.clear {
    display: grid;
  }
  .bundle-hint-groups,
  .context-query-hint-grid,
  .context-query-options,
  .bundle-raw-grid {
    grid-template-columns: 1fr;
  }
  .bundle-metrics {
    grid-template-columns: repeat(2, minmax(72px, 1fr));
  }
  .bundle-metrics > div:nth-child(odd) {
    border-left: 0;
  }
  .context-query-transcript-toggle,
  .context-query-editor > .context-primary-action {
    grid-column: auto;
    width: 100%;
  }
  .model-memory-budget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .model-memory-identities {
    max-width: none;
    justify-content: flex-start;
  }
  .bundle-record-card > dl,
  .bundle-evidence-span dl {
    grid-template-columns: 1fr;
  }
  .bundle-record-card dl .wide {
    grid-column: auto;
  }
}
@keyframes contextSpin {
  to {
    transform: rotate(360deg);
  }
}
.context-primary-action:hover,
.context-primary-action:focus-visible,
.context-secondary-action:hover,
.context-secondary-action:focus-visible {
  border-color: #ffb7f1;
  box-shadow: 0 0 0 3px rgba(255, 183, 241, 0.14);
}

.context-source-button:focus-visible,
.context-field input:focus-visible,
.context-poll-control select:focus-visible,
.context-primary-action:focus-visible,
.context-secondary-action:focus-visible,
.fixture-mode-button:focus-visible,
.fixture-json:focus-visible {
  outline: 2px solid #ffb7f1;
  outline-offset: 2px;
}

@media (max-width: 980px) {
  .statement-layout,
  .section-heading-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.4rem;
  }
  .section-lockup .section-title {
    max-width: 22ch;
  }
  .section-heading-with-accent {
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 1rem 1.5rem;
  }
  .section-heading-with-accent .section-lockup,
  .section-heading-with-accent > p {
    grid-column: 1;
  }
  .section-heading-with-accent .section-accent {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: center;
  }
  .stat-grid,
  .doc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .projection-overview,
  .projection-disclosure-grid {
    grid-template-columns: 1fr;
  }
  .pending-decision-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pending-decision-policy {
    justify-items: start;
  }
  .projection-lens {
    grid-template-columns: 1fr;
  }
  .projection-lens-heading {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
  }
  .projection-lens-heading > p:last-child {
    margin: 0;
    justify-self: end;
    text-align: right;
  }
  .nav-links {
    display: none;
  }
  .menu-button {
    display: inline-flex;
    align-items: center;
  }
  .mobile-nav {
    display: block;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: max-height 230ms ease, border-color 230ms ease;
  }
  .mobile-nav.open {
    border-color: rgba(151, 146, 255, 0.25);
    max-height: 420px;
  }
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0.65rem 0 0.85rem;
    display: grid;
    gap: 0.2rem;
  }
  .mobile-nav-link {
    display: block;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    color: var(--text-soft);
    text-decoration: none;
  }
  .mobile-nav-link:active,
  .mobile-nav-link:hover,
  .mobile-nav-link:focus-visible {
    background: rgba(255, 77, 187, 0.12);
    color: #fff;
  }
  .hero-section {
    padding-top: 1.5rem;
  }
  .fixture-grid,
  .fixture-panel-grid,
  .fixture-stat-grid {
    grid-template-columns: 1fr;
  }
  .context-live-layout {
    grid-template-columns: 1fr;
  }
  .architecture-chart {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
  .context-live-form {
    position: static;
  }
  .tabs {
    max-width: 100%;
  }
  .dashboard-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }
  .replay-controls {
    grid-template-columns: auto minmax(180px, 1fr);
  }
  .replay-current-label {
    grid-column: 1/-1;
    text-align: left;
  }
  .live-connection-bar {
    grid-template-columns: minmax(220px, 0.7fr) minmax(280px, 1fr);
  }
  .live-connection-bar .context-primary-action {
    grid-column: 2;
  }
  .splash-demo-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.8rem;
  }
}
@media (max-width: 640px) {
  .hero-section {
    min-height: calc(100svh - 68px);
    padding-top: 1rem;
  }
  .hero-asset {
    width: 100%;
    max-width: 720px;
  }
  .hero-title {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }
  .hero-signal {
    gap: 0.45rem 0.75rem;
    font-size: 0.6rem;
  }
  .page-shell > .section:not(.hero-section) {
    padding-block: 3.8rem;
  }
  .section-lockup .section-title {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }
  .section-heading-with-accent {
    grid-template-columns: minmax(0, 1fr) 78px;
    column-gap: 0.8rem;
  }
  .section-accent img {
    max-height: 104px;
    opacity: 0.58;
  }
  .section-accent-flow {
    width: 92px;
  }
  .statement-copy {
    padding-top: 0;
    padding-left: 0;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255, 113, 216, 0.42);
    border-left: 0;
  }
  .statement-copy article,
  .statement-copy article:first-child {
    padding: 1.1rem 0;
  }
  .statement-copy article + article {
    border-top: 1px solid rgba(188, 139, 255, 0.18);
    border-left: 0;
  }
  .stat-grid,
  .doc-grid {
    grid-template-columns: 1fr;
  }
  .stat-card {
    min-height: 168px;
    border-top: 1px solid rgba(151, 146, 255, 0.18);
    border-left: 0;
  }
  .stat-card:first-child {
    border-top: 0;
  }
  .doc-card {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid rgba(151, 146, 255, 0.18);
  }
  .feature-strip {
    gap: 0;
  }
  .feature-card {
    flex-basis: 82vw;
    min-height: 270px;
  }
  .projection-content-header,
  .pending-brief-header {
    display: grid;
  }
  .projection-content-header .fixture-stage-meta {
    justify-content: flex-start;
  }
  .projection-metrics {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    overflow-x: auto;
  }
  .projection-metrics > div:nth-child(4) {
    border-left: 0;
  }
  .snapshot-graph-toolbar {
    align-items: flex-start;
  }
  .snapshot-graph-toolbar-heading {
    min-width: 100%;
  }
  .projection-evidence-row,
  .pending-decision-row {
    grid-template-columns: 1fr;
  }
  .projection-evidence-meta {
    align-items: flex-start;
  }
  .projection-lens {
    padding: 0.5rem;
  }
  .projection-lens-heading {
    display: grid;
    grid-template-columns: 1fr;
  }
  .projection-lens-heading > p:last-child {
    justify-self: start;
    text-align: left;
  }
  .projection-lens-button {
    min-width: 145px;
  }
  .nav-container {
    min-height: 66px;
  }
  .brand-text,
  .nav-dashboard-link {
    display: none;
  }
  .dashboard-nav .brand-text {
    display: inline;
  }
  .dashboard-back-link {
    min-height: 38px;
    padding-inline: 0.8rem;
  }
  .dashboard-main,
  .dashboard-nav-inner {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .splash-context-demo {
    margin-inline: -0.4rem;
    padding: 0.55rem;
    border-radius: 16px;
  }
  .fixture-viewer-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }
  .live-connection-bar,
  .live-session-shell {
    grid-template-columns: minmax(0, 1fr);
  }
  .live-connection-bar .context-primary-action {
    grid-column: auto;
    width: 100%;
  }
  .live-replay-stage {
    padding-left: 0;
  }
  .fixture-workspace-main {
    padding-left: 0;
  }
  .session-rail,
  .session-rail.collapsed {
    position: static;
    width: 100% !important;
    max-width: none;
    max-height: none;
    grid-template-rows: auto auto;
  }
  .session-rail-header {
    min-height: 40px;
    padding-block: 0.3rem;
  }
  .session-rail.collapsed .session-rail-header {
    justify-content: space-between;
    padding-inline: 0.75rem 0.45rem;
  }
  .session-rail.collapsed .session-rail-title,
  .session-rail.collapsed .session-name {
    display: block;
  }
  .session-collapse-button,
  .session-compact-label,
  .session-rail.collapsed .session-compact-label,
  .session-resize-controls,
  .session-resize-handle {
    display: none;
  }
  .session-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(130px, 0.55fr);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }
  .session-row,
  .session-rail.collapsed .session-row {
    justify-content: flex-start;
    padding-inline: 0.55rem;
    scroll-snap-align: start;
  }
  .conversation-message,
  .conversation-message.resolution {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 66px minmax(0, 1fr);
  }
  .message-status {
    grid-column: 2;
  }
  .graph-toolbar {
    align-items: flex-start;
  }
  .graph-step-status {
    margin-left: 0;
  }
  .analysis-selection-panel {
    position: fixed;
    top: auto;
    right: 0.5rem;
    bottom: 0.5rem;
    width: calc(100vw - 1rem);
    max-height: min(72vh, 620px);
  }
  .analysis-score-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .frame-transition-legend {
    order: 3;
    width: 100%;
  }
  .context-graph-canvas {
    height: 430px;
  }
  .graph-inspector {
    top: auto;
    right: 0.5rem;
    bottom: 0.5rem;
    width: calc(100% - 1rem);
    max-height: min(72%, 520px);
    border-radius: 16px;
    transform: translateY(12px);
  }
  .graph-toolbar button,
  .graph-fit-button,
  .replay-controls button,
  .graph-inspector-close {
    min-height: 44px;
  }
  .graph-inspector-close {
    width: 44px;
    height: 44px;
  }
  .graph-inspector-title-row,
  .inspector-section-heading {
    padding-right: 2.65rem;
  }
  .inspector-detail-list,
  .inspector-evidence-group dl {
    grid-template-columns: 1fr;
  }
  .inspector-evidence-groups {
    max-height: 34vh;
  }
  .replay-controls {
    grid-template-columns: 1fr;
  }
  .replay-button-group {
    justify-content: center;
  }
  .replay-current-label {
    grid-column: auto;
  }
  .context-source-switcher,
  .context-form-grid,
  .context-detail-list {
    grid-template-columns: 1fr;
  }
  .context-live-actions,
  .context-primary-action,
  .context-poll-control {
    width: 100%;
  }
  .fixture-stage,
  .fixture-panel,
  .context-live-form,
  .context-status-panel {
    border-radius: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .context-loading-mark {
    animation-duration: 1.8s;
  }
  .fixture-panel,
  .fixture-mode-button,
  .context-source-button,
  .session-rail,
  .session-row,
  .conversation-timeline,
  .conversation-message,
  .projection-lens-button,
  .projection-lens-button::after,
  .graph-inspector {
    animation: none;
    transition: none;
  }
  .hero-stage,
  .hero-asset {
    animation: none;
  }
}
@media (max-width: 640px) {
  .section {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .hero-copy h1 {
    max-width: 11ch;
  }
  .feature-strip {
    gap: 0;
  }
  .feature-card {
    flex-basis: min(280px, 84vw);
  }
  .chart-arrow {
    display: none;
  }
  .architecture-chart {
    grid-template-columns: 1fr;
  }
  .menu-button {
    padding: 0.5rem 0.8rem;
  }
  .fixture-stage-header,
  .fixture-panel-header,
  .fixture-row-head,
  .fixture-meta-line {
    align-items: flex-start;
  }
  .fixture-stage {
    padding: 0.95rem;
  }
  .fixture-panel {
    padding: 0.9rem;
  }
  .fixture-mode-button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-shell > .section:not(.hero-section) :is(.section-heading-row,
  .statement-layout,
  .splash-demo-heading,
  .stat-grid,
  .feature-strip,
  .architecture-chart,
  .splash-context-demo,
  .doc-grid,
  .timeline-item,
  .section-accent,
  .scroll-reveal-target),
  .feature-card::before,
  .stat-card,
  .doc-card,
  .timeline-item,
  .tab-panel,
  .button,
  .nav-link,
  .tab,
  .fixture-mode-button,
  .fixture-panel,
  .mobile-nav,
  .chart-arrow {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes borderSweep {
  to {
    transform: rotate(360deg);
  }
}
@keyframes panelPop {
  from {
    opacity: 0.2;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
