/* The card is the occluder, exactly as in the SwiftUI background/overlay rig. */
.answer, .revealed .answer {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  margin-top: 144px;
}
.answer-surface {
  position: relative;
  z-index: 1;
  padding: 24px 19px 0;
  background: #fffdfa;
  border-radius: inherit;
  box-shadow: 0 10px 18px -8px #4b3a2e2e, inset 0 0 0 1px #e5ddd0;
}
.card-otter-back, .card-otter-front {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  visibility: hidden;
}
[data-otter="ready"] .card-otter-back,
[data-otter="ready"] .card-otter-front { visibility: visible; }
.card-otter-back { z-index: 0; clip-path: inset(-136px 0 0); }
.card-otter-front { z-index: 2; }
.card-otter-origin {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  /* App: trailingInset (56) + neckFromTrailing (56). */
  right: 112px;
  transform: scale(0.3660130718954248);
  transform-origin: 0 0;
}
.card-otter-figure, .card-otter-head-group {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  transform-origin: 0 0;
}
.card-otter-part {
  position: absolute;
  max-width: none;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}
.card-otter-contact {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #4b3a2e61, #4b3a2e00 70%);
}
