:root {
  --paper: #f3eee4;
  --paper-2: #ebe4d6;
  --ink: #161616;
  --mute: #6b6560;
  --line: #d4cdc0;
  --brick: #b3392b;
  --coal: #2a2a2a;
  --mist: #faf7f1;
  --font-sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-garamond: "EB Garamond", Garamond, "Times New Roman", serif;
  --font-jost: "Jost", Futura, "Century Gothic", sans-serif;
  --font-bodoni: "Bodoni Moda", Bodoni, Didot, serif;
  --font-helv: Helvetica, "Helvetica Neue", Arial, sans-serif;
  --font-inter: "Inter", "Outfit", sans-serif;
  --ink-85: color-mix(in srgb, var(--ink) 85%, transparent);
  --ink-80: color-mix(in srgb, var(--ink) 80%, transparent);
  --ink-35: color-mix(in srgb, var(--ink) 35%, transparent);
  --ink-20: color-mix(in srgb, var(--ink) 20%, transparent);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html {
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100dvh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; font-weight: 600; }
p { text-wrap: pretty; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: var(--brick); }

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

.app {
  margin: 0 auto;
  display: flex;
  min-height: 100dvh;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  overflow-x: hidden;
  background: var(--paper);
}

.head {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 95%, transparent);
  padding: max(0.75rem, env(safe-area-inset-top)) 1rem 0.75rem;
  backdrop-filter: blur(6px);
}

.brand-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}

.mark {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--brick);
}

.tab-title {
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.count {
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  color: var(--mute);
}

.rail {
  display: flex;
  gap: 0.25rem;
  margin: 0.75rem -0.25rem 0;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.rail::-webkit-scrollbar { display: none; }

.rail-btn {
  display: flex;
  min-height: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  gap: 0.375rem;
  border-radius: 999px;
  padding: 0 0.875rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--mute);
  transition: background 0.2s, color 0.2s;
}

.rail-btn.is-on { background: var(--ink); color: var(--paper); }
.rail-btn.is-sealed:not(.is-on) { opacity: 0.55; }

.main { display: flex; flex: 1; flex-direction: column; }

.dock {
  position: sticky;
  bottom: 0;
  z-index: 30;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 95%, transparent);
  padding: 0.5rem 0.5rem max(0.6rem, env(safe-area-inset-bottom));
  backdrop-filter: blur(6px);
}

.dock-row { display: flex; align-items: center; justify-content: space-around; }

.dock-btn {
  display: flex;
  min-height: 2.75rem;
  min-width: 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  border-radius: 14px;
  padding: 0 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}

.dock-btn.is-on { color: var(--brick); }

.meter {
  margin: 0.5rem auto 0;
  height: 2px;
  width: 9rem;
  overflow: hidden;
  border-radius: 999px;
  background: var(--line);
}

.meter > span {
  display: block;
  height: 100%;
  background: var(--brick);
  transition: width 0.2s var(--ease);
}

.ico { width: 1rem; height: 1rem; display: block; }
.ico-sm { width: 0.75rem; height: 0.75rem; display: block; }
.ico-lg { width: 1.5rem; height: 1.5rem; display: block; }

.stage { display: flex; flex: 1; flex-direction: column; }

.lesson {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 1.25rem 0.75rem;
}

.hash { font-size: 0.72rem; letter-spacing: 0.08em; color: var(--mute); }
.eyebrow { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brick); }

.lesson-title {
  margin-top: 0.75rem;
  font-size: clamp(1.7rem, 7vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.lede {
  margin-top: 0.75rem;
  max-width: 46ch;
  font-size: 0.92rem;
  line-height: 1.625;
  color: var(--ink-85);
}

.visual { margin-top: 2rem; flex: 1; }

.tips-btn {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  margin-top: 1.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brick);
}

.tips {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.75rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.kicker-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brick);
}

.tip p, .unknown p {
  margin-top: 0.375rem;
  font-size: 0.92rem;
  line-height: 1.625;
}

.tip p { color: color-mix(in srgb, var(--ink) 90%, transparent); }

.unknown {
  border-radius: 18px;
  background: var(--paper-2);
  padding: 0.75rem 1rem;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem 0.5rem;
}

.pager button {
  display: flex;
  min-height: 2.75rem;
  min-width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.kind {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}

.sealed {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.sealed h2 {
  margin-top: 0.75rem;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.sealed .note {
  margin-top: 0.75rem;
  max-width: 28ch;
  font-size: 0.95rem;
  line-height: 1.625;
  color: var(--mute);
}

.atlas { padding: 1.25rem; }
.atlas-sub { font-size: 0.78rem; line-height: 1.625; color: var(--mute); }
.chapter { margin-top: 1.5rem; }
.chapter h2 {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brick);
}
.chapter ul { margin-top: 0.75rem; }
.chapter li + li { border-top: 1px solid var(--line); }

.lesson-row {
  display: flex;
  min-height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
  text-align: left;
}

.lesson-row .t { display: block; font-weight: 500; letter-spacing: -0.02em; }
.lesson-row .s { font-size: 0.72rem; color: var(--mute); }
.num { font-size: 0.72rem; font-variant-numeric: tabular-nums; color: var(--mute); }
.num.is-seen { color: var(--brick); }

.audit { padding: 1.25rem 1rem; }
.audit-lead { font-size: 0.78rem; line-height: 1.625; color: var(--mute); }
.audit-links { margin-top: 0.5rem; font-size: 0.72rem; color: var(--mute); }
.audit-list { display: flex; flex-direction: column; gap: 2.5rem; margin-top: 1.5rem; }
.audit-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--mist);
}
.audit-card .pad { padding: 1.25rem 1.25rem 0; }
.audit-card h3 { font-size: 1.45rem; letter-spacing: -0.03em; }
.audit-card .lede { font-size: 0.85rem; color: var(--ink-80); }
.audit-card .visual { margin-top: 1.25rem; padding-bottom: 1.25rem; }
.hash-sm { font-size: 0.7rem; color: var(--mute); }
.source { border-top: 1px solid var(--line); background: var(--paper-2); padding: 0.75rem; }
.source .lbl {
  margin-bottom: 0.5rem;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}
.source img { width: 100%; border-radius: 12px; }
.source figcaption { margin-top: 0.5rem; font-size: 0.72rem; color: var(--mute); }

.cover-frame {
  margin-top: 0.75rem;
  min-height: 52dvh;
  flex: 1;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
}

.cover {
  position: relative;
  isolation: isolate;
  display: flex;
  height: 100%;
  min-height: 420px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--paper);
}

.cover--tall { min-height: 460px; }
.cover svg.bg { position: absolute; inset: 0; width: 100%; height: 100%; }

.cover-words {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  width: 78%;
  max-width: 320px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  text-align: center;
}

.cover-title {
  font-size: clamp(2.4rem, 11vw, 3.6rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--brick);
}

.cover-title span,
.strings-copy h2 span,
.iso-title span { display: block; }
.cover-sub { margin-top: 1.25rem; font-size: clamp(1rem, 3.6vw, 1.25rem); letter-spacing: -0.02em; }

.strings-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 18% 1.5rem 2rem;
}

.strings-copy h2 {
  font-size: clamp(2.35rem, 10.5vw, 3.35rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--brick);
}

.mod-grid {
  position: absolute;
  inset: 1.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 0.5rem;
}

.mod-a { grid-column: 1 / 4; grid-row: 1 / 4; background: #e4ddd2; overflow: hidden; }
.mod-a i { display: block; height: 100%; width: 50%; margin-left: auto; border-radius: 0 999px 999px 0; background: #d4cdc0; }
.mod-b { grid-column: 4 / 7; grid-row: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.tri { clip-path: polygon(50% 8%, 100% 100%, 0 100%); background: #d9d2c6; }
.tri.line { background: transparent; border: 1px solid #cfc7ba; }
.mod-dots {
  grid-column: 4 / 6;
  grid-row: 3 / 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 0.375rem;
  background: var(--paper);
  padding: 0.5rem;
}
.mod-dots i { border-radius: 999px; background: #d9d2c6; }
.mod-sq { grid-column: 6 / 7; grid-row: 3 / 5; background: #d9d2c6; }
.mod-circ {
  grid-column: 1 / 4;
  grid-row: 4 / 7;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  padding: 0.75rem;
}
.mod-circ i { height: 4rem; width: 4rem; border-radius: 999px; background: #d9d2c6; }
.mod-block { grid-column: 4 / 7; grid-row: 5 / 9; background: #e4ddd2; }
.mod-bar { grid-column: 1 / 4; grid-row: 7 / 9; background: #d9d2c6; }

.mod-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.75rem;
}

.mod-copy h2 {
  font-size: clamp(2.6rem, 12vw, 3.8rem);
  line-height: 0.86;
  letter-spacing: -0.05em;
  color: var(--brick);
}

.mod-copy p { margin-top: 0.5rem; font-size: clamp(1.15rem, 4.2vw, 1.55rem); letter-spacing: -0.03em; }

.cover--isolate {
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2rem;
}

.iso-title {
  text-align: center;
  font-size: clamp(2.2rem, 10vw, 3.2rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--brick);
}

.iso-sub { margin-top: 1rem; text-align: center; font-size: 1.05rem; letter-spacing: -0.02em; }
.iso-grid {
  display: grid;
  width: min(64%, 220px);
  margin-top: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.iso-grid span { aspect-ratio: 1; border-radius: 8px; background: #2a2a2a; }
.iso-grid span.on { background: #b3392b; }

.size-row {
  display: flex;
  height: 220px;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 0.5rem 0.5rem;
}

.size-bar {
  border-radius: 6px;
  background: var(--coal);
  transition: height 0.2s var(--ease), width 0.2s var(--ease);
}

.size-bar.is-on { height: 46%; width: 28%; max-width: 132px; }
.size-bar:not(.is-on) { height: 22%; width: 16%; max-width: 72px; }

.cell-grid { margin: 0 auto; display: grid; width: min(72%, 280px); gap: 10px; }
.cell { width: 100%; aspect-ratio: 1; border-radius: 8px; transition: background 0.2s; }

.type-levels {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 420px;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0.5rem;
}

.type-row { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 0.75rem; }
.type-main { display: flex; min-width: 0; align-items: baseline; gap: 0.75rem; }
.type-sample { flex-shrink: 0; color: var(--ink); }
.type-sample.is-headline { font-size: clamp(2.2rem, 8vw, 3.4rem); font-weight: 600; line-height: 1; letter-spacing: -0.04em; }
.type-sample.is-subhead { font-size: 1.15rem; font-weight: 500; letter-spacing: -0.02em; }
.type-sample.is-body { font-size: 0.72rem; font-weight: 400; color: var(--mute); }
.hair { height: 1px; min-width: 24px; flex: 1; background: var(--ink-35); }
.type-label { font-size: 0.82rem; color: var(--mute); }

.font-pairs {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 380px;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0.5rem 0;
  text-align: center;
}

.font-display-sample { font-size: clamp(2.1rem, 9vw, 3.1rem); line-height: 1; letter-spacing: -0.03em; }
.font-support { margin-top: 0.5rem; font-size: 1.05rem; letter-spacing: 0.01em; }

.maps { margin: 0 auto; width: 100%; max-width: 420px; padding: 0 0.25rem; }
.map-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 1rem; row-gap: 1.5rem; }
.map-fig { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.map-fig svg { width: 100%; color: var(--brick); }
.map-fig figcaption { text-align: center; font-size: 0.68rem; color: var(--mute); }
.map-tail { display: flex; justify-content: center; margin-top: 1.5rem; }
.map-tail .map-fig { width: 33.333%; }

.board { margin: 0 auto; width: 100%; max-width: 440px; }
.board.inset { padding: 0 0.25rem; }
.board-frame { position: relative; aspect-ratio: 4 / 3; border: 1px solid var(--ink); }
.board-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.board-grid i { border: 1px solid var(--ink-20); }
.dot {
  position: absolute;
  z-index: 2;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 999px;
  background: var(--brick);
  transform: translate(-50%, -50%);
}
.badge {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brick);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  transform: translate(-50%, -50%);
}
.badge-sm { width: 2.5rem; height: 2.5rem; font-size: 0.72rem; }
.board-mid {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 42%;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.35;
}
.brick { color: var(--brick); }
.heat-copy {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 46%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
}
.combo-copy {
  position: absolute;
  left: 8%;
  top: 38%;
  max-width: 52%;
  font-size: 0.95rem;
  line-height: 1.35;
}
.combo-svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.spiral { margin: 0 auto; width: 100%; max-width: 440px; }
.spiral svg { display: block; width: 100%; }
.spiral-split { display: flex; margin-top: 0.25rem; font-size: 0.62rem; letter-spacing: 0.04em; color: var(--mute); }
.spiral-split span {
  flex: 1;
  border-top: 1px solid color-mix(in srgb, var(--ink) 40%, transparent);
  padding-top: 0.25rem;
  text-align: center;
}
.spiral-split .short { width: 38%; flex: none; }
.prose-list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--ink-85);
}
.prose-list li { list-style: disc; margin-left: 1.1rem; }

.frame-abs { position: relative; margin: 0 auto; width: 100%; overflow: hidden; }
.lines { aspect-ratio: 4 / 5; max-width: 360px; }
.lines svg, .frame-abs svg { display: block; width: 100%; height: 100%; }
.win { aspect-ratio: 3 / 4; max-width: 340px; background: #cfc8bc; }
.sym {
  display: flex;
  aspect-ratio: 4 / 5;
  max-width: 340px;
  align-items: flex-end;
  justify-content: center;
  background: var(--paper);
}
.sym-stage { position: relative; width: 78%; margin-bottom: 0.5rem; }
.sym-stage > svg { display: block; width: 100%; }
.sym-gray { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 0 0 50%); }
.sym-gray svg { display: block; width: 100%; }
.sym-axis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: color-mix(in srgb, var(--ink) 30%, transparent);
}
.depth { aspect-ratio: 4 / 5; max-width: 340px; background: var(--paper); }
.fore { aspect-ratio: 3 / 4; max-width: 360px; background: #cfc9c0; }

.r-grids {
  margin: 0 auto;
  display: grid;
  width: 100%;
  max-width: 380px;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}
.r-grids figure { overflow: hidden; text-align: center; }
.r-cells {
  position: relative;
  margin: 0 auto;
  display: grid;
  width: 88%;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem;
  padding: 0.5rem;
}
.sq { display: block; aspect-ratio: 1; border-radius: 4px; background: var(--coal); }
.sq.is-circle { border-radius: 999px; }
.sq.is-red { background: var(--brick); }
.r-grids figcaption { margin-top: 0.5rem; font-size: 0.78rem; color: var(--mute); }

.r-type {
  margin: 0 auto;
  display: grid;
  width: 100%;
  max-width: 440px;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.25rem;
  row-gap: 2rem;
  font-size: 0.62rem;
  line-height: 1.625;
  color: var(--ink-80);
}
.r-type figcaption { margin-top: 0.75rem; text-align: center; font-size: 0.7rem; color: var(--mute); }
.r-type strong { color: var(--ink); }
.mark-hl { background: color-mix(in srgb, var(--brick) 80%, transparent); color: var(--paper); }
.r-big { font-size: 1.15rem; font-weight: 600; line-height: 1.2; letter-spacing: -0.03em; color: var(--ink); }

.g-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.g-stack { display: grid; gap: 6px; }
.callouts { display: grid; gap: 1rem; }
.call-row { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 0.75rem; }
.sym-row { display: grid; grid-template-columns: 1fr 1.1fr; align-items: start; gap: 0.75rem; }
.note { font-size: 0.82rem; line-height: 1.625; color: var(--ink-85); }
.note .mute, .mute { color: var(--mute); }
.note .lbl { margin-top: 1rem; font-weight: 500; }
.tiny-list { margin-top: 0.25rem; color: var(--mute); }
.tiny-list li + li { margin-top: 0.125rem; }
.grid-toggle {
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}

.study-wrap { position: relative; overflow: hidden; }
.study { position: relative; overflow: hidden; aspect-ratio: 3 / 4; font-family: var(--font-sans); }
.study.is-wide { aspect-ratio: 4 / 3; }
.thirds { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.psych { display: flex; flex-direction: column; gap: 0.75rem; }
.psych-shot { position: relative; overflow: hidden; }
.psych-shot .plate { aspect-ratio: 16 / 9; }
.psych-b { margin-left: auto; width: 86%; }

.extra { margin-top: 1rem; font-size: 0.88rem; line-height: 1.625; color: var(--ink-85); }
.extra li + li { margin-top: 0.5rem; }
.extra .lbl { margin-top: 0.75rem; font-weight: 500; }
.extra .mute { color: var(--mute); }
.extra .mute li + li { margin-top: 0.25rem; }

.display { font-family: var(--font-display); }

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