@font-face {
  font-family: "AAI Atkinson";
  src: url("fonts/AAI-Atkinson-Hyperlegible.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AAI Montech";
  src: url("fonts/AAI-Montech-Medium.ttf") format("truetype");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AAI Montech";
  src: url("fonts/AAI-Montech-ExtraBlack.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AAI Bojeng";
  src: url("fonts/AAI-Bojeng.ttf?v=20260726-opening-23") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AAI Spray City";
  src: url("fonts/AAI-Spray-The-City.otf?v=20260726-opening-28") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.aai-opening {
  position: fixed;
  inset: 50% auto auto 50%;
  width: min(400px, calc(100vw - 32px), 53.35dvh);
  aspect-ratio: 935 / 1469;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #ecdbba;
  background: transparent;
  transform: translate(-50%, -50%);
}

.aai-opening[open] { display: block; }

.aai-opening::backdrop {
  background: rgb(0 0 0 / 84%);
  backdrop-filter: blur(3px) saturate(.72);
}

.aai-opening-card,
.aai-opening-panels,
.aai-opening-panel {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.aai-opening-card { isolation: isolate; }
.aai-opening-panels { line-height: 0; touch-action: pan-y; }
.aai-opening-panel { position: absolute; inset: 0; }
.aai-opening-panel[hidden] { display: none; }

.aai-opening-art {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: fill;
}

.aai-opening-close {
  position: absolute;
  z-index: 40;
  top: 4.6%;
  right: 7.9%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c21f10;
  background: url("ifg/close.png?v=20260726-close-standard-28") center / contain no-repeat;
  filter: drop-shadow(2px 3px 0 rgb(21 22 20 / 78%));
  cursor: pointer;
  transform: rotate(-3deg);
  transition: transform 150ms ease, filter 150ms ease;
}

.aai-opening-close-letter {
  display: none;
}

.aai-opening-close:hover {
  transform: rotate(3deg) scale(1.05);
  filter: drop-shadow(1px 2px 0 rgb(21 22 20 / 72%));
}

.aai-opening-close:focus-visible,
.aai-opening-action:focus-visible {
  outline: 0;
}

.aai-opening:focus,
.aai-opening-close:focus:not(:focus-visible),
.aai-opening-action:focus:not(:focus-visible) {
  outline: 0;
}

.aai-opening-focus-underline {
  position: absolute;
  z-index: 5;
  right: 17%;
  bottom: -6px;
  left: 17%;
  height: 4px;
  display: block;
  opacity: 0;
  background: #151614;
  clip-path: polygon(1% 18%, 100% 0, 98% 82%, 0 100%);
  transform: scaleX(.74);
  transition: opacity 120ms ease, transform 160ms cubic-bezier(.22,.76,.28,1);
}

.aai-opening-close:focus-visible .aai-opening-focus-underline,
.aai-opening-action:focus-visible .aai-opening-focus-underline {
  opacity: 1;
  transform: scaleX(1);
}

.aai-opening-panels[data-direction="forward"] .aai-opening-panel.is-entering {
  animation: aai-opening-in-forward 230ms cubic-bezier(.22,.76,.28,1) both;
}

.aai-opening-panels[data-direction="back"] .aai-opening-panel.is-entering {
  animation: aai-opening-in-back 230ms cubic-bezier(.22,.76,.28,1) both;
}

.aai-opening-panel.is-leaving {
  z-index: 1;
  animation: aai-opening-out 230ms ease both;
}

.aai-opening-panel.is-entering {
  z-index: 2;
}

.aai-opening.is-switching .aai-opening-close {
  animation: aai-opening-close-fade 230ms ease both;
}

.aai-opening-actions {
  position: absolute;
  z-index: 30;
  right: 8.5%;
  bottom: 2.9%;
  left: 8.5%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 0;
  pointer-events: none;
}

.aai-opening-action {
  --plate-tilt: -1.7deg;
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 66px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  color: #d2f35c;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
  font-family: "AAI Spray City", "AAI Montech", "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 2.88rem;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  transform: rotate(var(--plate-tilt));
  transition: transform 150ms ease, filter 150ms ease;
}

.aai-opening-action::before {
  display: none;
}

.aai-opening-action-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: .035em;
  min-width: 4ch;
  transform: rotate(-.55deg);
  transition: transform 170ms cubic-bezier(.22,.76,.28,1);
}

.aai-opening-action[data-label="start"] {
  font-size: 2.68rem;
}

.aai-opening-action[data-label="start"] .aai-opening-action-label {
  gap: .02em;
  transform: rotate(-.55deg) scaleX(.96);
}

.aai-opening-action[data-label="next"] {
  font-size: 2.98rem;
}

.aai-opening-action-letter {
  --letter-tilt-start: 0deg;
  --letter-tilt-peak: 0deg;
  --letter-tilt-return: 0deg;
  --spray-letter-color: #6e2c2c;
  display: inline-block;
  color: var(--spray-letter-color);
  background: none;
  -webkit-text-fill-color: var(--spray-letter-color);
  -webkit-text-stroke: 1.55px #151614;
  filter:
    drop-shadow(1px 1px 0 rgb(21 22 20 / 78%))
    drop-shadow(-1px 1px 0 rgb(21 22 20 / 58%));
  transform-origin: 50% 82%;
  animation: aai-opening-letter-drift 3.8s ease-in-out infinite;
  animation-delay: calc(var(--letter-index) * -240ms);
  will-change: transform;
}

.aai-opening-action-letter:nth-child(6n + 1) { --spray-letter-color: #6e2c2c; }
.aai-opening-action-letter:nth-child(6n + 2) { --spray-letter-color: #6b4e16; }
.aai-opening-action-letter:nth-child(6n + 3) { --spray-letter-color: #3e522f; }
.aai-opening-action-letter:nth-child(6n + 4) { --spray-letter-color: #4a2d3f; }
.aai-opening-action-letter:nth-child(6n + 5) { --spray-letter-color: #7a3f24; }
.aai-opening-action-letter:nth-child(6n + 6) { --spray-letter-color: #4d4031; }

#aai-opening-right {
  --plate-tilt: .35deg;
}

#aai-opening-left:hover,
#aai-opening-left:focus-visible {
  transform: translateY(-2px) rotate(.4deg) scale(1.035);
}

#aai-opening-right:hover,
#aai-opening-right:focus-visible {
  transform: translateY(-1px) rotate(-.75deg) scale(1.025);
}

#aai-opening-left:hover .aai-opening-action-label,
#aai-opening-left:focus-visible .aai-opening-action-label {
  transform: translateY(-1px) rotate(1.25deg);
}

#aai-opening-right .aai-opening-action-label {
  transform: rotate(.65deg);
}

#aai-opening-right:hover .aai-opening-action-label,
#aai-opening-right:focus-visible .aai-opening-action-label {
  transform: translateY(1px) rotate(-1.4deg);
}

.aai-opening-action:hover .aai-opening-action-letter,
.aai-opening-action:focus-visible .aai-opening-action-letter {
  animation-duration: 1.45s;
}

.aai-opening-action:active {
  transform: translateY(2px) rotate(0) scale(.98);
}

.aai-guide-sprite {
  position: absolute;
  z-index: 4;
  left: 8.8%;
  width: 38.8%;
  aspect-ratio: 4 / 3;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1200% 100%;
  filter: drop-shadow(1px 2px 0 rgb(0 0 0 / 20%));
  pointer-events: none;
  animation: aai-guide-sprite-cycle 2.15s steps(11, end) infinite;
}

.aai-guide-sprite-listen {
  top: 36.5%;
  background-image: url("ifg/audio-headphones-sprite.png?v=20260726-theme-sprites-28");
  animation-delay: -1.4s;
}

.aai-guide-sprite-watch {
  top: 54.2%;
  background-image: url("ifg/video-sprite.png?v=20260726-theme-sprites-28");
  animation-delay: -.72s;
}

.aai-guide-sprite-closer {
  top: 71.9%;
  background-image: url("ifg/look-closer-sprite.png?v=20260726-theme-sprites-28");
  animation-delay: -.1s;
}

.aai-control-motion {
  position: absolute;
  z-index: 4;
  display: block;
  pointer-events: none;
}

.aai-control-mode-label {
  position: absolute;
  z-index: 5;
  top: 27.2%;
  padding: 3px 8px 2px;
  background: #151614;
  color: #efba27;
  font-family: "AAI Atkinson", Arial, sans-serif;
  font-size: clamp(7px, 1.35vw, 11px);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  clip-path: polygon(2% 8%, 98% 0, 100% 88%, 4% 100%);
  pointer-events: none;
}

.aai-control-mode-desktop { left: 9.6%; transform: rotate(-1.5deg); }
.aai-control-mode-touch { right: 9.6%; transform: rotate(1.5deg); }

.aai-opening[data-input-mode="desktop"] .aai-control-mode-touch,
.aai-opening[data-input-mode="touch"] .aai-control-mode-desktop {
  display: none;
}

.aai-guide-toolbar {
  position: absolute;
  z-index: 6;
  top: 66.2%;
  right: 5.6%;
  bottom: 12.5%;
  left: 5.6%;
  display: grid;
  grid-template-rows: auto auto;
  align-content: end;
  gap: 4px;
  box-sizing: border-box;
  padding: 23px 8px 7px;
  background:
    linear-gradient(101deg, transparent 0 18%, rgb(194 31 16 / 7%) 19% 21%, transparent 22% 67%, rgb(21 22 20 / 5%) 68% 71%, transparent 72%),
    url("ifg/poster-grain.png"),
    #efba27;
  background-blend-mode: normal, multiply, normal;
  clip-path: polygon(1% 3%, 16% 0, 31% 3%, 48% 0, 66% 3%, 83% 0, 99% 3%, 100% 30%, 99% 63%, 100% 98%, 82% 96%, 65% 100%, 48% 97%, 29% 100%, 13% 97%, 0 100%, 1% 66%, 0 35%);
  filter: drop-shadow(2px 3px 0 rgb(21 22 20 / 34%));
  line-height: 1;
  pointer-events: none;
}

.aai-guide-strip-title {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 42%;
  padding: 3px 10px 2px;
  background: #151614;
  color: #efba27;
  font-family: "AAI Montech", "AAI Atkinson", sans-serif;
  font-size: clamp(14px, 4.7vw, 20px);
  font-weight: 950;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(3% 7%, 28% 0, 52% 5%, 75% 0, 98% 8%, 100% 91%, 72% 100%, 47% 94%, 23% 100%, 0 90%);
  transform: translateX(-50%) rotate(-.8deg);
}

.aai-guide-toolbar-piece {
  display: flex;
  min-width: 0;
  align-items: stretch;
  border: 2px solid #151614;
  background: #efba27;
  color: #151614;
  box-shadow: 2px 2px 0 rgb(21 22 20 / 72%);
}

.aai-guide-toolbar-primary {
  min-height: 42px;
  clip-path: polygon(1% 7%, 16% 0, 34% 6%, 54% 1%, 72% 6%, 99% 1%, 98% 95%, 78% 100%, 55% 94%, 29% 100%, 0 94%);
  transform: rotate(-.35deg);
}

.aai-guide-toolbar-secondary {
  min-height: 35px;
  clip-path: polygon(1% 5%, 20% 0, 39% 6%, 59% 0, 80% 5%, 99% 1%, 98% 94%, 78% 100%, 58% 94%, 38% 100%, 18% 95%, 0 98%);
  transform: rotate(.28deg);
}

.aai-guide-toolbar-secondary .aai-guide-tool-icon {
  width: auto;
  min-width: 0;
  flex: 1;
}

.aai-guide-toolbar-secondary .aai-guide-tool-icon:first-child {
  border-left: 0;
}

.aai-guide-tool-icon {
  display: grid;
  width: 41px;
  min-width: 41px;
  place-items: center;
  border-left: 2px solid #151614;
  color: #151614;
}

.aai-guide-toolbar-primary .aai-guide-tool-icon {
  border-right: 2px solid #151614;
  border-left: 0;
}

.aai-guide-tool-icon.is-muted {
  opacity: .48;
}

.aai-guide-tool-icon svg,
.aai-toolbar-tool svg {
  width: 27px;
  height: 27px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: bevel;
  stroke-width: 4.6;
  filter: drop-shadow(1px 1px 0 rgb(244 232 207 / 48%));
}

.aai-guide-location {
  display: grid;
  min-width: 0;
  flex: 1;
  align-content: center;
  padding: 3px 9px 2px;
  text-align: left;
}

.aai-guide-location strong {
  overflow: hidden;
  padding: 2px 7px 1px;
  background: #c21f10;
  color: #efba27;
  font-family: "AAI Spray City", "AAI Montech", sans-serif;
  font-size: clamp(14px, 4.2vw, 18px);
  font-weight: 400;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  clip-path: polygon(1% 10%, 18% 1%, 38% 7%, 59% 1%, 79% 8%, 99% 2%, 98% 91%, 77% 100%, 58% 93%, 36% 100%, 16% 93%, 0 98%);
}

.aai-guide-location small {
  margin-top: 2px;
  font-family: "AAI Atkinson", Arial, sans-serif;
  font-size: clamp(6px, 1.8vw, 8px);
  font-weight: 950;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
}

.aai-guide-pan-symbol {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  color: currentColor;
  transform: rotate(-2deg);
}

.aai-guide-pan-symbol i,
.aai-guide-pan-symbol b {
  position: absolute;
  display: block;
}

.aai-guide-pan-symbol b {
  top: 9px;
  left: 9px;
  width: 7px;
  height: 7px;
  background: currentColor;
  clip-path: polygon(15% 0, 100% 18%, 82% 100%, 0 76%);
}

.aai-guide-pan-symbol i {
  width: 8px;
  height: 8px;
  border: solid currentColor;
  border-width: 4px 0 0 4px;
}

.aai-guide-pan-symbol i:nth-child(1) { top: 0; left: 8px; transform: rotate(45deg); }
.aai-guide-pan-symbol i:nth-child(2) { top: 8px; right: 0; transform: rotate(135deg); }
.aai-guide-pan-symbol i:nth-child(3) { right: 8px; bottom: 0; transform: rotate(225deg); }
.aai-guide-pan-symbol i:nth-child(4) { top: 8px; left: 0; transform: rotate(315deg); }

.aai-opening[data-input-mode="touch"] .aai-guide-desktop-zoom {
  display: none;
}

.aai-toolbar-tools-sheet {
  position: absolute;
  z-index: 6;
  top: 25.4%;
  right: 5.6%;
  bottom: 12.4%;
  left: 5.6%;
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: start;
  box-sizing: border-box;
  padding: 39px 12px 12px;
  background:
    linear-gradient(104deg, transparent 0 23%, rgb(194 31 16 / 8%) 24% 27%, transparent 28% 69%, rgb(21 22 20 / 6%) 70% 74%, transparent 75%),
    url("ifg/poster-grain.png"),
    #efba27;
  background-blend-mode: normal, multiply, normal;
  clip-path: polygon(1% 1%, 14% 0, 30% 2%, 47% 0, 65% 2%, 83% 0, 99% 2%, 100% 19%, 99% 39%, 100% 61%, 99% 82%, 100% 99%, 81% 97%, 64% 100%, 46% 98%, 28% 100%, 12% 98%, 0 100%, 1% 78%, 0 56%, 1% 34%, 0 14%);
  filter: drop-shadow(3px 4px 0 rgb(21 22 20 / 38%));
  color: #151614;
  font-family: "AAI Atkinson", Arial, sans-serif;
  line-height: 1;
  pointer-events: none;
}

.aai-toolbar-tools-kicker {
  position: absolute;
  top: 4px;
  left: 50%;
  min-width: 70%;
  padding: 4px 9px 3px;
  background: #151614;
  color: #efba27;
  font-family: "AAI Montech", "AAI Atkinson", sans-serif;
  font-size: clamp(12px, 4vw, 17px);
  font-weight: 950;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(2% 8%, 18% 0, 38% 6%, 59% 0, 79% 7%, 99% 1%, 98% 92%, 79% 100%, 58% 94%, 37% 100%, 17% 94%, 0 99%);
  transform: translateX(-50%) rotate(-.8deg);
}

.aai-toolbar-tools-heading {
  display: block;
  margin: 0 auto 7px;
  padding: 3px 12px 2px;
  background: #c21f10;
  color: #f4e8cf;
  font-family: "AAI Montech", "AAI Atkinson", sans-serif;
  font-size: clamp(12px, 3.8vw, 16px);
  font-weight: 950;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(2% 7%, 99% 0, 97% 94%, 0 100%);
  transform: rotate(.5deg);
}

.aai-toolbar-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.aai-toolbar-tool {
  display: grid;
  min-width: 0;
  min-height: 89px;
  grid-template-rows: 43px auto auto;
  align-items: center;
  justify-items: center;
  padding: 6px 4px 5px;
  border: 2px solid #151614;
  background: #f4e8cf;
  box-shadow: 3px 3px 0 rgb(21 22 20 / 76%);
  text-align: center;
  clip-path: polygon(2% 4%, 28% 0, 55% 4%, 82% 0, 99% 5%, 97% 95%, 74% 100%, 47% 96%, 21% 100%, 0 94%);
}

.aai-toolbar-tool:nth-child(2) {
  background: #d95618;
}

.aai-toolbar-tool:nth-child(3) {
  background: #27a7cc;
}

.aai-toolbar-tool > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.aai-toolbar-tool > span > svg {
  width: 26px;
  height: 26px;
}

.aai-toolbar-tool b,
.aai-toolbar-tool small {
  display: block;
}

.aai-toolbar-tool b {
  font-family: "AAI Montech", "AAI Atkinson", sans-serif;
  font-size: clamp(9px, 2.8vw, 12px);
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
}

.aai-toolbar-tool small {
  margin-top: 3px;
  font-size: clamp(6px, 1.8vw, 8px);
  font-weight: 850;
  line-height: 1.05;
  text-transform: uppercase;
}

.aai-guide-view-demo {
  display: grid;
  min-height: 92px;
  grid-template-columns: 42px 20px 96px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding: 8px;
  border: 2px solid #151614;
  background: #d94c91;
  box-shadow: 3px 3px 0 rgb(21 22 20 / 76%);
  clip-path: polygon(1% 5%, 18% 0, 37% 5%, 56% 0, 76% 5%, 99% 1%, 98% 94%, 78% 100%, 58% 95%, 37% 100%, 17% 95%, 0 98%);
}

.aai-guide-view-trigger {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid #151614;
  background: #efba27;
  box-shadow: 2px 2px 0 #151614;
  transform: rotate(-2deg);
}

.aai-guide-demo-arrow {
  font-family: "AAI Montech", sans-serif;
  font-size: 24px;
  font-weight: 950;
}

.aai-guide-view-panel {
  display: grid;
  width: 96px;
  height: 68px;
  grid-template-columns: 17px 1fr;
  align-items: center;
  gap: 5px;
  box-sizing: border-box;
  padding: 6px;
  border: 2px solid #151614;
  background: #f4e8cf;
  box-shadow: 2px 2px 0 #151614;
  clip-path: polygon(2% 5%, 26% 0, 51% 4%, 76% 0, 99% 5%, 97% 95%, 72% 100%, 49% 96%, 23% 100%, 0 94%);
}

.aai-guide-view-slider {
  position: relative;
  width: 8px;
  height: 49px;
  margin-inline: auto;
  background: #151614;
}

.aai-guide-view-slider i {
  position: absolute;
  top: 19px;
  left: -4px;
  width: 16px;
  height: 9px;
  background: #c21f10;
  box-shadow: 1px 1px 0 #151614;
}

.aai-guide-view-wheel {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  border: 3px solid #151614;
  border-radius: 50%;
}

.aai-guide-view-wheel i {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c21f10;
  box-shadow: 1px 2px 0 #151614;
}

.aai-guide-view-wheel b {
  position: absolute;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.aai-guide-view-wheel b:nth-of-type(1) { top: 1px; left: 21px; }
.aai-guide-view-wheel b:nth-of-type(2) { top: 20px; left: 2px; }
.aai-guide-view-wheel b:nth-of-type(3) { top: 20px; right: 2px; }
.aai-guide-view-wheel b:nth-of-type(4) { right: 20px; bottom: 1px; }

.aai-guide-view-demo p,
.aai-guide-settings p {
  margin: 0;
  line-height: 1;
}

.aai-guide-view-demo p b,
.aai-guide-view-demo p small,
.aai-guide-settings p b,
.aai-guide-settings p small {
  display: block;
}

.aai-guide-view-demo p b,
.aai-guide-settings p b {
  font-family: "AAI Montech", "AAI Atkinson", sans-serif;
  font-size: clamp(10px, 3vw, 13px);
  font-weight: 950;
  text-transform: uppercase;
}

.aai-guide-view-demo p small,
.aai-guide-settings p small {
  margin-top: 4px;
  font-size: clamp(7px, 2vw, 9px);
  font-weight: 800;
  line-height: 1.15;
}

.aai-guide-settings {
  display: grid;
  min-height: 62px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  padding: 7px 10px;
  border: 2px solid #151614;
  background: #151614;
  color: #f4e8cf;
  box-shadow: 3px 3px 0 #c21f10;
  clip-path: polygon(1% 5%, 18% 0, 36% 5%, 55% 0, 75% 5%, 99% 1%, 98% 94%, 78% 100%, 58% 95%, 37% 100%, 17% 95%, 0 98%);
}

.aai-guide-settings-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: #c21f10;
  color: #f4e8cf;
  box-shadow: 2px 2px 0 #efba27;
  clip-path: polygon(4% 6%, 25% 0, 51% 5%, 76% 0, 97% 7%, 94% 93%, 72% 100%, 48% 95%, 22% 100%, 0 91%);
  transform: rotate(-2deg);
}

.aai-guide-settings-icon svg {
  width: 34px;
  height: 34px;
  overflow: visible;
  fill: #f4e8cf;
  stroke: #151614;
  stroke-linecap: square;
  stroke-linejoin: bevel;
  stroke-width: 2.4;
}

.aai-guide-settings-icon circle {
  fill: #efba27;
  stroke: #f4e8cf;
  stroke-width: 3;
}

.aai-opening[data-input-mode="touch"] .aai-toolbar-tools-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aai-control-motion-pan {
  top: 28%;
  right: 10.2%;
  width: 25.5%;
  height: 12%;
}

.aai-control-motion-pinch {
  top: 46.4%;
  right: 13.8%;
  width: 25.5%;
  height: 13%;
}

.aai-control-motion-dot {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid rgb(239 186 39 / 88%);
  border-radius: 50%;
  background: rgb(244 232 207 / 28%);
  box-shadow: 0 0 0 1px rgb(21 22 20 / 82%);
  opacity: .74;
}

.aai-control-index-hand {
  position: absolute;
  z-index: 2;
  top: calc(50% - 11px);
  left: calc(50% - 23px);
  width: 50px;
  height: 74px;
  filter: drop-shadow(2px 2px 0 rgb(21 22 20 / 42%));
  transform-origin: 23px 11px;
  animation: aai-control-pan-hand 2.8s cubic-bezier(.45,.05,.55,.95) infinite;
}

.aai-control-index-hand svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.aai-control-index-hand path {
  fill: #151614;
  stroke: #f4e8cf;
  stroke-linecap: square;
  stroke-linejoin: bevel;
  stroke-width: 4px;
}

.aai-control-fingertip {
  position: absolute;
  z-index: 2;
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  width: 16px;
  height: 54px;
  border: 3px solid #f4e8cf;
  border-radius: 12px 12px 5px 5px;
  background: #151614;
  box-shadow: 2px 2px 0 rgb(21 22 20 / 44%);
  transform-origin: 8px 8px;
}

.aai-control-fingertip-a {
  animation: aai-control-pinch-finger-a 3s cubic-bezier(.45,.05,.55,.95) infinite;
}

.aai-control-fingertip-b {
  animation: aai-control-pinch-finger-b 3s cubic-bezier(.45,.05,.55,.95) infinite;
}

.aai-opening[data-input-mode="desktop"] .aai-control-index-hand,
.aai-opening[data-input-mode="desktop"] .aai-control-fingertip {
  display: none;
}

.aai-control-motion-pan .aai-control-motion-dot {
  animation: aai-control-pan-dot 2.8s cubic-bezier(.45,.05,.55,.95) infinite;
}

.aai-control-motion-dot-a {
  animation: aai-control-pinch-a 3s cubic-bezier(.45,.05,.55,.95) infinite;
}

.aai-control-motion-dot-b {
  animation: aai-control-pinch-b 3s cubic-bezier(.45,.05,.55,.95) infinite;
}

@keyframes aai-guide-sprite-cycle {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

@keyframes aai-control-pan-dot {
  0%, 12%, 100% { transform: translate(0, 0); opacity: .58; }
  40% { transform: translateX(24px); opacity: .82; }
  68% { transform: translateX(-24px); opacity: .82; }
  92% { transform: translate(0, 0); opacity: .58; }
}

@keyframes aai-control-pan-hand {
  0%, 12%, 100% { transform: translate(0, 0) rotate(-5deg); }
  40% { transform: translateX(24px) rotate(1deg); }
  68% { transform: translateX(-24px) rotate(-8deg); }
  92% { transform: translate(0, 0) rotate(-5deg); }
}

@keyframes aai-control-pinch-a {
  0%, 18%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-22px, 22px); }
}

@keyframes aai-control-pinch-b {
  0%, 18%, 100% { transform: translate(0, 0); }
  50% { transform: translate(22px, -22px); }
}

@keyframes aai-control-pinch-finger-a {
  0%, 18%, 100% { transform: translate(0, 0) rotate(-28deg); }
  50% { transform: translate(-22px, 22px) rotate(-38deg); }
}

@keyframes aai-control-pinch-finger-b {
  0%, 18%, 100% { transform: translate(0, 0) rotate(35deg); }
  50% { transform: translate(22px, -22px) rotate(45deg); }
}

@keyframes aai-opening-letter-drift {
  0%, 100% { transform: translateY(0) rotate(var(--letter-tilt-start)); }
  34% { transform: translateY(-1.5px) rotate(var(--letter-tilt-peak)); }
  68% { transform: translateY(.75px) rotate(var(--letter-tilt-return)); }
}

@keyframes aai-opening-in-forward {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes aai-opening-in-back {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes aai-opening-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes aai-opening-close-fade {
  0%, 100% { opacity: 1; }
  50% { opacity: .18; }
}

@media (max-width: 420px) {
  .aai-opening-actions { right: 8%; left: 8%; gap: 18px; }
  .aai-opening-action { min-height: 60px; padding-inline: 5px; font-size: 2.42rem; }
  .aai-opening-close { width: 46px; height: 46px; font-size: 3.25rem; }
  .aai-guide-toolbar { padding-inline: 6px; }
  .aai-guide-tool-icon { width: 34px; min-width: 34px; }
  .aai-guide-location { padding-inline: 6px; }
  .aai-toolbar-tools-sheet { padding: 35px 9px 8px; }
  .aai-toolbar-tools-heading { margin-bottom: 5px; }
  .aai-toolbar-tool { min-height: 80px; grid-template-rows: 38px auto auto; padding-block: 4px; }
  .aai-guide-view-demo {
    min-height: 78px;
    grid-template-columns: 36px 15px 84px minmax(0, 1fr);
    margin-top: 6px;
    padding: 5px 6px;
  }
  .aai-guide-view-trigger { width: 34px; height: 36px; }
  .aai-guide-view-panel { width: 84px; height: 62px; grid-template-columns: 14px 1fr; padding: 5px; }
  .aai-guide-view-slider { height: 43px; }
  .aai-guide-view-wheel { width: 46px; height: 46px; }
  .aai-guide-view-wheel i { top: 15px; left: 15px; width: 16px; height: 16px; }
  .aai-guide-settings { min-height: 50px; margin-top: 6px; padding-block: 4px; }
  .aai-guide-settings-icon { width: 41px; height: 41px; }
  .aai-guide-settings-icon svg { width: 30px; height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .aai-opening *, .aai-opening *::before, .aai-opening *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
