@font-face {
  font-family: "DamboyRetro";
  src: url("/damboy-assets/galmuri11.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #060704;
  --ink-2: #0d1009;
  --panel: rgba(11, 15, 9, .82);
  --fg: #f4ecd8;
  --soft: #d7c8a9;
  --muted: #92866f;
  --line: rgba(226, 207, 158, .24);
  --line-strong: rgba(226, 207, 158, .46);
  --cyan: #82f1c5;
  --cyan-dim: rgba(130, 241, 197, .2);
  --magenta: #d75b6e;
  --amber: #f0c869;
  --red: #b94b3b;
  --blue: #6ca6d8;
  --shadow: rgba(0, 0, 0, .62);
  --stage: url("/damboy-assets/generated/stage/backdrops/town-market-day-stage-lcd42-v1.png");
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--ink); }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--fg);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(240, 200, 105, .09), transparent 34%),
    linear-gradient(180deg, #070805, #101108 54%, #060704);
  font-family: "DamboyRetro", system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

a { color: inherit; }
img { max-width: 100%; }
h1, h2, p { overflow-wrap: anywhere; }

.page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}
.page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: var(--stage);
  background-size: cover;
  background-position: center;
  image-rendering: pixelated;
  opacity: .18;
  filter: saturate(.78) contrast(1.14);
  transform: scale(1.05);
}
.page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(130, 241, 197, .055) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(6, 7, 4, .92), rgba(6, 7, 4, .52) 50%, rgba(6, 7, 4, .88)),
    radial-gradient(ellipse at 50% 52%, transparent 0 40%, rgba(0, 0, 0, .62) 78%);
}

.shell {
  width: min(1380px, calc(100% - 44px));
  margin: 0 auto;
  padding: 18px 0 30px;
  display: grid;
  gap: 18px;
}
.home-shell { min-height: 100vh; }
.doc-shell { max-width: 1060px; }

.topbar {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 12px 0 16px;
  border: 1px solid var(--line);
  background: rgba(7, 8, 5, .72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}
.brandmark {
  color: var(--fg);
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}
.navlinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}
.navlinks a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid transparent;
  color: var(--soft);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.navlinks a:hover,
.navlinks a[aria-current="page"] {
  border-color: var(--cyan-dim);
  background: rgba(130, 241, 197, .08);
  color: var(--fg);
}

.hero {
  position: relative;
  min-height: clamp(620px, calc(100vh - 102px), 820px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #080a06;
  box-shadow:
    0 28px 80px var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, .035);
}
.arcade-hero::before,
.arcade-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 4;
}
.arcade-hero::before {
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 4px),
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 12%, transparent 84%, rgba(0, 0, 0, .36));
  mix-blend-mode: soft-light;
  opacity: .62;
}
.arcade-hero::after {
  inset: 14px;
  border: 1px solid rgba(240, 200, 105, .3);
  box-shadow:
    inset 0 0 32px rgba(130, 241, 197, .08),
    0 0 28px rgba(0, 0, 0, .48);
}

.copy {
  position: relative;
  z-index: 5;
  max-width: 520px;
}
.title-console {
  position: absolute;
  left: clamp(22px, 4vw, 54px);
  bottom: clamp(24px, 5vw, 60px);
  padding: 18px;
  border: 1px solid rgba(240, 200, 105, .42);
  background:
    linear-gradient(180deg, rgba(10, 13, 7, .8), rgba(6, 7, 4, .68)),
    rgba(6, 7, 4, .72);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, .42),
    inset 0 0 0 1px rgba(255, 255, 255, .035);
  max-width: 470px;
}
.eyebrow {
  margin: 0 0 11px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}
h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}
.glitch-title {
  position: relative;
  display: inline-block;
  text-shadow:
    2px 0 0 rgba(215, 91, 110, .35),
    -2px 0 0 rgba(130, 241, 197, .28),
    0 0 20px rgba(240, 200, 105, .18);
}
.glitch-title::before,
.glitch-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: .15;
}
.glitch-title::before { color: var(--cyan); transform: translate(1px, 0); }
.glitch-title::after { color: var(--magenta); transform: translate(-1px, 0); }
h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: 0;
}
.lead {
  max-width: 470px;
  margin: 14px 0 0;
  color: var(--soft);
  font-size: 16px;
  line-height: 1.72;
}

.actions,
.doc-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.actions { margin-top: 20px; }
.doc-cta { margin-top: 4px; }
.action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  color: var(--fg);
  background: rgba(7, 9, 5, .76);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}
.action:focus-visible,
.navlinks a:focus-visible {
  outline: 3px solid rgba(240, 200, 105, .74);
  outline-offset: 4px;
}
.action.primary {
  color: #151006;
  background:
    linear-gradient(90deg, rgba(240, 200, 105, .98), rgba(130, 241, 197, .92));
  border-color: rgba(255, 231, 170, .84);
  box-shadow: 0 0 26px rgba(240, 200, 105, .18);
}
.action.secondary:hover { border-color: var(--cyan); }
.action .mark {
  min-width: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.scene-stage {
  position: absolute;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
}
.scene-stage::before,
.scene-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.scene-stage::before {
  background:
    radial-gradient(ellipse at 55% 58%, transparent 0 42%, rgba(0, 0, 0, .48) 72%),
    linear-gradient(90deg, rgba(6, 7, 4, .62), transparent 26%, transparent 68%, rgba(6, 7, 4, .74));
}
.scene-stage::after {
  opacity: .38;
  background:
    repeating-linear-gradient(90deg, transparent 0 27px, rgba(240, 200, 105, .06) 27px 28px),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(130, 241, 197, .045) 31px 32px);
  mix-blend-mode: screen;
}
.scene-canvas,
.scene-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.scene-canvas {
  z-index: 1;
  display: block;
  opacity: 0;
  transition: opacity .42s ease;
}
.scene-fallback {
  z-index: 0;
  object-fit: contain;
  object-position: center;
  padding: 42px;
  filter: saturate(.9) contrast(1.08);
  opacity: .9;
}
.scene-stage.scene-ready .scene-canvas { opacity: 1; }
.scene-stage.scene-ready .scene-fallback { opacity: 0; }
.scene-stage.scene-glitch::after {
  transform: translate3d(4px, -2px, 0);
  opacity: .72;
}
.scene-badge {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 5;
  padding: 8px 10px;
  border: 1px solid rgba(130, 241, 197, .34);
  color: var(--cyan);
  background: rgba(6, 7, 4, .62);
  font-size: 12px;
  pointer-events: none;
}

.device,
.shot-card,
.hero-shot,
.side-shot {
  border: 1px solid rgba(130, 241, 197, .22);
  background: rgba(9, 13, 8, .74);
  box-shadow: 0 24px 64px var(--shadow);
  overflow: hidden;
}
.device-shot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1170 / 1992;
  object-fit: cover;
  background: #09130f;
}

.showcase,
.split-section,
.guide-grid,
.systems-grid {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(0, 1.42fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}
.shots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.shot-card {
  position: relative;
  margin: 0;
}
.shot-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(var(--cyan), transparent 44%, var(--magenta));
  opacity: .55;
  z-index: 1;
}
.shot-card figcaption {
  padding: 14px;
  border-top: 1px solid var(--line);
}
.shot-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--fg);
  font-size: 14px;
}
.shot-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.dialogue-section {
  padding: 24px 0 4px;
  border-top: 1px solid var(--line);
}
.dialogue-head {
  align-items: start;
}
.dialogue-head p:last-child {
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.7;
}
.dialogue-showcase {
  display: grid;
  gap: 12px;
}
.dialogue-stage {
  position: relative;
  min-height: 386px;
  overflow: hidden;
  border: 1px solid rgba(226, 207, 158, .24);
  background:
    radial-gradient(circle at 50% 80%, rgba(226, 207, 158, .13), transparent 35%),
    linear-gradient(90deg, rgba(130, 241, 197, .08), transparent 34%, rgba(215, 91, 110, .08)),
    linear-gradient(180deg, rgba(16, 21, 13, .92), rgba(6, 7, 4, .78)),
    rgba(7, 9, 5, .84);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}
.dialogue-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(130, 241, 197, .045) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(215, 91, 110, .08), transparent 36%, rgba(130, 241, 197, .08));
  opacity: .48;
}
.dialogue-tag,
.dialogue-axis,
.dialogue-bubble,
.dialogue-actor,
.dialogue-floor {
  position: relative;
  z-index: 1;
}
.dialogue-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 7px;
  border: 1px solid rgba(130, 241, 197, .26);
  color: var(--cyan);
  background: rgba(6, 7, 4, .64);
  font-size: 11px;
}
.dialogue-axis {
  position: absolute;
  top: 14px;
  right: 14px;
  max-width: min(52%, 420px);
  color: var(--amber);
  font-size: 13px;
  text-align: right;
  overflow-wrap: anywhere;
}
.dialogue-floor {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 34px;
  height: 52px;
  border: 1px solid rgba(226, 207, 158, .14);
  background:
    repeating-linear-gradient(90deg, rgba(226, 207, 158, .12) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, transparent, rgba(226, 207, 158, .08));
  transform: perspective(380px) rotateX(58deg);
  transform-origin: center bottom;
}
.dialogue-actor {
  position: absolute;
  bottom: 48px;
  display: grid;
  justify-items: center;
  gap: 6px;
  margin: 0;
  transition: transform .28s ease, filter .28s ease, opacity .28s ease;
}
.dialogue-actor-left {
  left: clamp(22px, 12vw, 150px);
}
.dialogue-actor-right {
  right: clamp(22px, 12vw, 150px);
}
.dialogue-stage[data-active-side="left"] .dialogue-actor-right,
.dialogue-stage[data-active-side="right"] .dialogue-actor-left {
  filter: saturate(.64) brightness(.76);
  opacity: .78;
}
.dialogue-stage[data-active-side="left"] .dialogue-actor-left,
.dialogue-stage[data-active-side="right"] .dialogue-actor-right {
  transform: translateY(-7px);
}
.dialogue-avatar {
  background-repeat: no-repeat;
  background-position: 0 0;
  image-rendering: pixelated;
  filter: drop-shadow(0 13px 0 rgba(0, 0, 0, .34));
  will-change: background-position;
}
.dialogue-actor-right .dialogue-avatar {
  transform: scaleX(-1);
}
.dialogue-actor figcaption {
  min-width: 72px;
  padding: 4px 8px;
  border: 1px solid rgba(226, 207, 158, .2);
  color: var(--fg);
  background: rgba(6, 7, 4, .72);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.dialogue-bubble {
  position: absolute;
  top: 66px;
  width: min(43%, 430px);
  min-height: 120px;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(130, 241, 197, .24);
  background: rgba(6, 7, 4, .76);
  color: var(--fg);
  font-size: 15px;
  line-height: 1.68;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .24s ease, transform .24s ease;
}
.dialogue-bubble:not(:empty) {
  opacity: 1;
  transform: translateY(0);
}
.dialogue-bubble-left {
  left: 22px;
}
.dialogue-bubble-right {
  right: 22px;
}

.agent-section {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 28px 0 4px;
  border-top: 1px solid var(--line);
}
.agent-head {
  align-items: start;
}
.agent-head h2 {
  font-size: 21px;
}
.agent-head p:last-child {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.7;
}
.agent-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: 14px;
  align-items: start;
}
.agent-log-list {
  display: grid;
  gap: 10px;
}
.agent-log {
  border: 1px solid rgba(226, 207, 158, .16);
  background:
    linear-gradient(90deg, rgba(226, 207, 158, .045), transparent 66%),
    rgba(8, 11, 9, .42);
  padding: 14px;
}
.agent-log-index {
  margin: 0 0 6px;
  color: var(--cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
}
.agent-log h3 {
  margin: 0 0 10px;
  color: var(--fg);
  font-size: 15px;
  line-height: 1.35;
}
.agent-log dl {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 6px 10px;
  margin: 0;
}
.agent-log dt {
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
}
.agent-log dd {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.62;
}
.agent-log code {
  color: var(--fg);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}
.agent-side {
  display: grid;
  gap: 10px;
  position: sticky;
  top: 14px;
}
.agent-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(130, 241, 197, .18);
  background:
    linear-gradient(90deg, rgba(130, 241, 197, .055), transparent 58%),
    linear-gradient(180deg, rgba(14, 18, 12, .78), rgba(5, 7, 5, .68));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .025),
    0 12px 34px rgba(0, 0, 0, .24);
}
.agent-console::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(var(--cyan), var(--amber) 52%, var(--magenta));
  opacity: .5;
}
.console-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(226, 207, 158, .18);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}
.agent-console pre {
  margin: 0;
  padding: 14px;
  overflow-x: hidden;
  color: var(--fg);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.72;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.agent-console code {
  font-family: inherit;
}
.agent-watch-copy {
  display: grid;
  gap: 12px;
  padding: 18px 14px 16px;
}
.agent-watch-copy h3,
.agent-watch-copy p {
  margin: 0;
}
.agent-watch-copy h3 {
  color: var(--fg);
  font-size: 16px;
}
.agent-watch-copy p {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.7;
}
.agent-watch-copy .actions {
  grid-template-columns: 1fr;
  margin-top: 2px;
}
.agent-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.agent-points span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(226, 207, 158, .15);
  background: rgba(8, 11, 7, .44);
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

.doc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 36px;
  align-items: center;
  padding: 38px 0 14px;
}
.doc-hero h1 {
  max-width: 14ch;
  word-break: keep-all;
  overflow-wrap: normal;
}
.hero-shot,
.side-shot { width: 100%; }
.guide-grid,
.systems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.guide-step,
.systems-grid article {
  min-height: 176px;
  padding: 20px;
  border-left: 3px solid var(--cyan-dim);
  background:
    linear-gradient(90deg, rgba(130, 241, 197, .08), transparent 62%),
    rgba(8, 11, 7, .48);
}
.guide-step span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--amber);
  color: #211604;
  font-weight: 900;
}
.guide-step h2,
.systems-grid h2 {
  margin: 0 0 10px;
  font-size: 21px;
}
.guide-step p,
.systems-grid p,
.split-section p {
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.7;
}
.split-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(300px, 420px);
  gap: 28px;
  align-items: center;
}
.split-section h2 { margin-bottom: 14px; }
.key-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.key-list span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: rgba(16, 22, 15, .72);
  color: var(--fg);
  font-weight: 800;
  font-size: 13px;
}

.routes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.route-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.ssh {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(8, 11, 9, .56);
  color: var(--soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .shell {
    width: min(100% - 28px, 760px);
    padding: 14px 0 24px;
  }
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px;
  }
  .navlinks { justify-content: flex-start; }
  .hero { min-height: 690px; }
  .title-console {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }
  .scene-badge {
    right: 18px;
    top: 18px;
  }
  .shots,
  .guide-grid,
  .systems-grid,
  .section-head,
  .doc-hero,
  .split-section {
    grid-template-columns: 1fr;
  }
  .agent-workbench {
    grid-template-columns: 1fr;
  }
  .agent-side {
    position: static;
  }
  .routes {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .ssh { white-space: normal; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 20px, 440px); }
  h1 { font-size: 34px; }
  h2 { font-size: 22px; }
  .lead { font-size: 14px; line-height: 1.6; }
  .hero { min-height: 700px; }
  .title-console {
    top: 18px;
    bottom: auto;
    padding: 16px;
  }
  .scene-badge {
    top: auto;
    bottom: 18px;
  }
  .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .actions .primary { grid-column: 1 / -1; }
  .doc-cta { align-items: stretch; }
  .doc-cta .action,
  .action { width: 100%; }
  .scene-fallback { padding: 20px; }
  .dialogue-stage { min-height: 430px; }
  .dialogue-axis {
    top: 43px;
    left: 14px;
    right: 14px;
    max-width: none;
    text-align: left;
  }
  .dialogue-bubble {
    top: 82px;
    left: 14px;
    right: 14px;
    width: auto;
    min-height: 128px;
    font-size: 13px;
  }
  .dialogue-bubble-right {
    left: 14px;
    right: 14px;
  }
  .dialogue-actor-left { left: 22px; }
  .dialogue-actor-right { right: 22px; }
  .agent-log dl {
    grid-template-columns: 1fr;
  }
  .agent-log dt {
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page::before {
    animation: market-drift 36s linear infinite alternate;
  }
  @keyframes market-drift {
    from { transform: scale(1.05) translate3d(-8px, 0, 0); }
    to { transform: scale(1.1) translate3d(10px, -4px, 0); }
  }
  .glitch-title::before {
    animation: glitch-cyan 5.6s steps(2, end) infinite;
  }
  .glitch-title::after {
    animation: glitch-magenta 7.2s steps(2, end) infinite;
  }
  @keyframes glitch-cyan {
    0%, 92%, 100% { clip-path: inset(0 0 0 0); transform: translate(1px, 0); }
    93% { clip-path: inset(12% 0 64% 0); transform: translate(3px, -1px); }
    95% { clip-path: inset(68% 0 12% 0); transform: translate(-2px, 1px); }
  }
  @keyframes glitch-magenta {
    0%, 88%, 100% { clip-path: inset(0 0 0 0); transform: translate(-1px, 0); }
    89% { clip-path: inset(34% 0 46% 0); transform: translate(-4px, 1px); }
    91% { clip-path: inset(6% 0 78% 0); transform: translate(2px, 0); }
  }
}
