:root {
  --ink: #161c19;
  --ink-soft: #3c433e;
  --muted: #5a5348;
  --paper: #f3ecdf;
  --paper-2: #e7dccb;
  --rule: #d3c6b2;
  --seal: #8d322b;
  --seal-deep: #6e241f;
  --display: "Fraunces", "Iowan Old Style", Palatino, "Palatino Linotype", serif;
  --text: "Newsreader", "Iowan Old Style", Palatino, "Palatino Linotype", serif;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --measure: 42rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.125rem;
  line-height: 1.5;
  font-optical-sizing: auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  z-index: 8;
}

button,
input {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.6rem 1rem;
  z-index: 20;
}

.skip:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.noscript {
  padding: var(--pad);
  max-width: 40rem;
}

/* ——— Intro ——— */

.mast {
  background: var(--ink);
  color: var(--paper);
  padding: 1.1rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand svg {
  width: 3.4rem;
  height: 1.15rem;
  flex: none;
}

.brand-name {
  font-family: var(--display);
  font-weight: 520;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand-name em {
  font-style: italic;
  font-weight: 460;
}

.brand-meta,
.mast time {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d9d0c2;
}

.mast time {
  white-space: nowrap;
}

.home {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.intro {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  padding: clamp(1.75rem, 4vw, 3.25rem) var(--pad);
}

.sheet-foot {
  padding: 0.85rem var(--pad) 1rem;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: 1rem;
}

.intro-grid {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.72fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
}

.eyebrow,
.q-kicker,
.reading h2,
.side h2,
.split h2 {
  color: var(--seal-deep);
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 520;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.display {
  margin: 0;
  font-family: var(--display);
  font-weight: 460;
  font-style: italic;
  font-size: clamp(4.6rem, 11vw, 8.4rem);
  line-height: 0.82;
  letter-spacing: -0.035em;
}

.display-line {
  display: block;
  font-style: normal;
  font-weight: 520;
  font-size: 0.28em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.35em;
}

.deck {
  max-width: 38rem;
  margin: 1.35rem 0 0;
  font-size: 1.28rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  margin-top: 1.75rem;
}

.btn {
  appearance: none;
  border: 0;
  background: var(--ink);
  color: var(--paper);
  min-height: 3.1rem;
  padding: 0.75rem 1.35rem;
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 520;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  background: var(--seal);
}

.btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.btn:disabled:hover {
  background: var(--ink);
}

.linkish:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: none;
}

.btn:focus-visible,
.linkish:focus-visible,
.opt:focus-within {
  outline: 2px solid var(--seal);
  outline-offset: 3px;
}

.btn.secondary {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
}

.btn.secondary:hover {
  background: var(--ink);
  color: var(--paper);
}

.linkish {
  background: none;
  border: 0;
  padding: 0.4rem 0;
  min-height: 2.75rem;
  font-family: var(--display);
  font-size: 1.02rem;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

.linkish:hover {
  color: var(--seal);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.98rem;
}

.meta-row li {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.meta-row li + li::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  background: var(--seal);
  display: inline-block;
}

.roster {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.roster li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.35rem 0.8rem;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--rule);
}

.roster .num,
.opt-n {
  color: var(--seal-deep);
}

.roster .num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 460;
}

.roster .who {
  font-family: var(--display);
  font-weight: 560;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.roster .role {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.3;
  margin-top: -0.15rem;
}

.fine {
  margin: 1rem 0 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

/* ——— Exam ——— */

.exam {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
}

.progress {
  height: 3px;
  background: var(--rule);
  flex: none;
}

.progress span {
  display: block;
  height: 100%;
  background: var(--seal);
  transform-origin: left center;
}

.exam-bar,
.exam-actions,
.exam main {
  padding-inline: max(var(--pad), calc((100% - 46rem) / 2));
}

.exam-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: 0.85rem;
  border-bottom: 1px solid var(--rule);
}

.exam-bar .brand-name {
  font-size: 1.15rem;
}

.step {
  margin: 0;
  font-family: var(--display);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.exam main {
  position: relative;
  flex: 1;
  overflow: auto;
  padding-block: 1.6rem 2rem;
}

.q-watermark {
  position: absolute;
  top: 0.2rem;
  right: max(var(--pad), calc((100% - 46rem) / 2));
  margin: 0;
  font-family: var(--display);
  font-style: italic;
  font-weight: 460;
  font-size: clamp(6rem, 16vw, 12rem);
  line-height: 0.75;
  color: rgba(22, 28, 25, 0.07);
  pointer-events: none;
  user-select: none;
}

.q-kicker {
  margin: 0 0 0.6rem;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 520;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.q-title {
  position: relative;
  max-width: 18ch;
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-weight: 560;
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: var(--measure);
}

.opt {
  position: relative;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.95rem 0.2rem 0.95rem 0.7rem;
  border-bottom: 1px solid var(--rule);
  cursor: pointer;
  min-height: 3.4rem;
}

.opt:first-of-type {
  border-top: 1px solid var(--ink);
}

.opt input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  appearance: none;
  cursor: pointer;
}

.opt-n {
  font-family: var(--display);
  font-style: italic;
  line-height: 1.35;
}

.opt-t {
  font-size: 1.16rem;
  line-height: 1.35;
}

.term {
  position: relative;
  z-index: 2;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.16em;
  cursor: help;
}

.term.is-open {
  background: rgba(141, 50, 43, 0.12);
}

.tip-pop {
  position: fixed;
  z-index: 40;
  display: block;
  width: max-content;
  max-width: min(22rem, calc(100vw - 1rem));
  margin: 0;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 0.95rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  box-shadow: 0 10px 28px rgba(22, 28, 25, 0.18);
  pointer-events: none;
}

.opt:hover {
  background: rgba(22, 28, 25, 0.035);
}

.opt:has(input:checked) {
  background: var(--paper-2);
  box-shadow: inset 3px 0 0 var(--seal);
}

.opt:has(input:focus-visible) {
  outline: 2px solid var(--seal);
  outline-offset: 2px;
}

.exam-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: 0.75rem;
  border-top: 1px solid var(--rule);
  background: var(--paper);
  position: sticky;
  bottom: 0;
}

.hint {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ——— Result ——— */

.verdict-hero {
  position: relative;
  isolation: isolate;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #101614;
  color: var(--paper);
}

.verdict-hero > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verdict-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 76rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 3rem) var(--pad) clamp(1.8rem, 4vw, 3.2rem);
}

.verdict-hero .eyebrow {
  color: #e4b2ad;
}

.verdict-name {
  margin: 0;
  max-width: 14ch;
  font-family: var(--display);
  font-weight: 460;
  font-style: italic;
  font-size: clamp(4.2rem, 12vw, 8.8rem);
  line-height: 0.84;
  letter-spacing: -0.04em;
}

.verdict-also {
  font-size: 0.42em;
  letter-spacing: 0;
}

.q-title:focus {
  outline: none;
}

.q-title:focus-visible,
.verdict-name:focus-visible {
  outline: 2px solid var(--seal);
  outline-offset: 6px;
}

.verdict-role {
  margin: 1rem 0 0;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 520;
  letter-spacing: -0.02em;
}

.verdict-promise {
  max-width: 36rem;
  margin: 0.9rem 0 0;
  font-size: 1.28rem;
  line-height: 1.4;
  color: #e6ded2;
}

.verdict-body {
  width: min(100%, 76rem);
  margin-inline: auto;
  padding: clamp(1.6rem, 4vw, 3rem) var(--pad) 3.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.reading h2,
.side h2,
.split h2 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 520;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reading p,
.side p {
  margin: 0 0 1rem;
  max-width: 40rem;
}

.reasons {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  max-width: 40rem;
}

.reasons li {
  padding: 0.7rem 0;
  border-top: 1px solid var(--rule);
  font-size: 1.14rem;
}

.reasons li:last-child {
  border-bottom: 1px solid var(--rule);
}

.staff {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.staff li {
  display: grid;
  grid-template-columns: 8.5rem 1fr 2.2rem;
  gap: 0.75rem;
  align-items: center;
  padding: 0.42rem 0;
}

.staff-name {
  font-family: var(--display);
  font-weight: 560;
  letter-spacing: -0.02em;
}

.staff-name small {
  display: block;
  font-family: var(--text);
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
  font-size: 0.86rem;
}

.staff li.is-leader .staff-name {
  color: var(--seal);
}

.track {
  height: 1px;
  background: var(--rule);
  position: relative;
}

.track i {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  background: var(--ink);
  display: block;
}

.staff li.is-leader .track i {
  background: var(--seal);
  height: 4px;
  top: -1.5px;
}

.pts {
  font-family: var(--display);
  font-variant-numeric: tabular-nums;
  text-align: right;
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  margin-top: 0.25rem;
  grid-column: 1 / -1;
}

.verdict-actions {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
}

.split h2 {
  margin-bottom: 0.4rem;
}

.split ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.split li {
  padding: 0.45rem 0 0.45rem 0;
  border-top: 1px solid var(--rule);
  line-height: 1.35;
}

.split div + div {
  box-shadow: inset 1px 0 0 var(--rule);
  padding-left: 1.5rem;
}

.side {
  padding-top: 0.2rem;
}

.weapon-note {
  color: var(--muted);
  font-size: 1rem;
}

.footnote {
  grid-column: 1 / -1;
  margin: 0.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
  max-width: 48rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.copied {
  font-family: var(--display);
  font-style: italic;
  color: var(--seal);
}

.hero-plate {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  color: var(--paper);
  background: #101614;
}

.hero-plate > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 14, 12, 0.94) 0%, rgba(10, 14, 12, 0.62) 26%, rgba(10, 14, 12, 0.05) 58%, rgba(10, 14, 12, 0.35) 100%);
}

.mast-on-photo {
  position: relative;
  z-index: 2;
  background: transparent;
}

.hero-copy {
  position: relative;
  z-index: 2;
  margin-top: auto;
  max-width: 44rem;
  padding: 1.5rem var(--pad) 2.4rem;
}

.hero-copy .deck,
.hero-copy .meta-row,
.mast-on-photo,
.mast-on-photo .brand-meta,
.mast-on-photo time {
  color: #f4ecdf;
}

.hero-copy .eyebrow {
  color: #f0c7c2;
}

.hero-copy .btn {
  background: var(--paper);
  color: var(--ink);
}

.hero-copy .btn:hover {
  background: var(--seal);
  color: var(--paper);
}

.hero-copy .linkish {
  color: #f4ecdf;
}

.plate {
  margin: 0;
}

.plate img {
  display: block;
  width: 100%;
  height: min(78vh, 44rem);
  object-fit: cover;
  object-position: center 62%;
}

.exam-plate {
  display: none;
}

@media (min-width: 1180px) {
  .exam {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 36vw);
  }

  .progress,
  .exam-bar,
  .exam main,
  .exam-actions {
    grid-column: 1;
  }

  .exam-plate {
    display: block;
    grid-column: 2;
    grid-row: 1 / span 4;
    position: sticky;
    top: 0;
    height: 100dvh;
    overflow: hidden;
  }

  .exam-plate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 64% center;
  }
}

@media (max-width: 860px) {
  .intro-grid,
  .verdict-body,
  .split {
    grid-template-columns: 1fr;
  }

  .split div + div {
    box-shadow: none;
    padding-left: 0;
    margin-top: 1.25rem;
  }

  .display {
    font-size: clamp(4.1rem, 22vw, 6.2rem);
  }

  .q-title {
    max-width: 22ch;
  }

  .staff li {
    grid-template-columns: 6.6rem 1fr 2rem;
  }

  .mast {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }
}

@media (max-width: 560px) {
  .q-watermark {
    font-size: 5.5rem;
    top: -0.2rem;
  }

  .opt-t {
    font-size: 1.08rem;
  }

  .actions .btn,
  .exam-actions .btn {
    width: 100%;
  }

  .exam-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .exam-actions .linkish {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .progress span {
    transition: none;
  }
}

@media print {
  body::before {
    display: none;
  }

  .mast,
  .verdict-hero {
    background: white;
    color: black;
  }

  .verdict-promise,
  .brand-meta,
  .mast time {
    color: black;
  }

  .actions,
  .exam-actions,
  .skip {
    display: none;
  }
}

.answer-fx-layer,
.verdict-aura {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.opt-n,
.opt-t {
  position: relative;
  z-index: 2;
}

.exam {
  overflow-x: clip;
}

.fx-mote,
.fx-pulse,
.fx-ring,
.fx-veil,
.fx-line,
.fx-svg {
  position: absolute;
  pointer-events: none;
}

.fx-mote {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 8px currentColor;
}

.fx-mote-chip {
  width: 4px;
  height: 7px;
  border-radius: 1px;
}

.fx-mote-ember {
  width: 4px;
  height: 4px;
  border-radius: 50% 50% 50% 0;
}

.fx-mote-leaf {
  width: 7px;
  height: 4px;
  border-radius: 8px 2px;
}

.fx-pulse,
.fx-ring {
  left: 8%;
  top: 18%;
  width: 70%;
  height: 140%;
  border-radius: 50%;
  transform-origin: 30% 40%;
}

.fx-pulse-holy,
.fx-ring-shield {
  background: radial-gradient(circle, rgba(244, 231, 200, 0.55), rgba(196, 165, 116, 0.08) 46%, transparent 68%);
}

.fx-pulse-arcane {
  background: radial-gradient(circle, rgba(176, 184, 224, 0.5), rgba(90, 98, 150, 0.08) 48%, transparent 70%);
}

.fx-pulse-heal {
  background: radial-gradient(circle, rgba(239, 230, 200, 0.55), rgba(154, 176, 140, 0.1) 48%, transparent 70%);
}

.fx-ring-impact {
  background: radial-gradient(circle, transparent 42%, rgba(141, 50, 43, 0.28) 52%, transparent 64%);
}

.fx-veil {
  inset: 0;
  background: rgba(28, 24, 34, 0.18);
}

.fx-line {
  left: 0;
  top: 46%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(90, 83, 72, 0.7), transparent);
}

.fx-line-nature {
  background: linear-gradient(90deg, transparent, rgba(125, 148, 108, 0.85), transparent);
}

.fx-svg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fx-slash path,
.fx-guard path {
  fill: none;
  stroke-linecap: round;
}

.fx-slash path {
  stroke: rgba(74, 58, 92, 0.85);
  stroke-width: 2.2;
}

.fx-guard path {
  stroke: rgba(138, 160, 181, 0.9);
  stroke-width: 1.6;
}

.opt.is-fx-holy { box-shadow: inset 3px 0 0 #c4a574, 0 0 22px rgba(232, 214, 170, 0.45); }
.opt.is-fx-shadow { box-shadow: inset 3px 0 0 #3a3344, 0 0 16px rgba(42, 36, 51, 0.28); }
.opt.is-fx-impact { box-shadow: inset 3px 0 0 var(--seal), 0 0 14px rgba(141, 50, 43, 0.28); }
.opt.is-fx-shield { box-shadow: inset 3px 0 0 #8aa0b5, 0 0 18px rgba(168, 186, 204, 0.45); }
.opt.is-fx-arcane { box-shadow: inset 3px 0 0 #6e78b4, 0 0 18px rgba(154, 163, 214, 0.4); }
.opt.is-fx-fire { box-shadow: inset 3px 0 0 #b5522a, 0 0 16px rgba(208, 122, 69, 0.35); }
.opt.is-fx-nature { box-shadow: inset 3px 0 0 #6e8a62, 0 0 16px rgba(125, 148, 108, 0.32); }
.opt.is-fx-wind { box-shadow: inset 3px 0 0 #8d9390, 0 0 12px rgba(183, 177, 164, 0.4); }
.opt.is-fx-heal { box-shadow: inset 3px 0 0 #b7c4a4, 0 0 18px rgba(239, 230, 200, 0.5); }
.opt.is-fx-spirit { box-shadow: inset 3px 0 0 #6d6794, 0 0 18px rgba(141, 134, 184, 0.4); }

.is-fx-lock fieldset {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .opt {
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  }

  .opt.is-entering,
  .opt.is-fx-holy,
  .opt.is-fx-shadow,
  .opt.is-fx-impact,
  .opt.is-fx-shield,
  .opt.is-fx-arcane,
  .opt.is-fx-fire,
  .opt.is-fx-nature,
  .opt.is-fx-wind,
  .opt.is-fx-heal,
  .opt.is-fx-spirit {
    transition: none;
  }

  .opt:hover {
    transform: translateY(-2px);
    background: rgba(255, 250, 242, 0.72);
    box-shadow: inset 0 0 0 1px rgba(90, 62, 42, 0.2), 0 10px 22px rgba(22, 28, 25, 0.06);
  }
}

.verdict-hero {
  position: relative;
}

.verdict-aura {
  inset: 12% 18% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 231, 200, 0.42), rgba(141, 50, 43, 0.12) 42%, transparent 70%);
  opacity: 0;
}

.verdict-veil {
  position: absolute;
  inset: 0;
  background: rgba(16, 14, 12, 0.45);
  pointer-events: none;
}

.verdict-mote {
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  .opt,
  .opt:hover {
    transition: none;
    transform: none;
  }

  .fx-mote,
  .fx-svg,
  .fx-pulse,
  .fx-ring,
  .fx-veil,
  .fx-line,
  .verdict-veil {
    display: none !important;
  }
}
