#ahr-stage { position: relative; width: min(100%, 600px); aspect-ratio: 1; margin: 18px auto; overflow: hidden; isolation: isolate; background: #000; }
#ahr-scene, #ahr-fog, #ahr-backlight { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
#ahr-scene { z-index: 1; object-fit: contain; user-select: none; }
/* Behind the original PNG: no colour overlay covers the engraved eyes. */
#ahr-backlight { z-index: 0; opacity: 0; background:
  radial-gradient(ellipse at 52% 47%, #9cffaaa6 0%, #56eb7273 27%, #27ab4647 43%, transparent 68%),
  radial-gradient(ellipse at 50% 83%, #69ff9366 0%, #1c8e3830 38%, transparent 65%); }
#ahr-fog { z-index: 2; }
#ahr-root button { border: 1px solid #d975b8; border-radius: 22px; background: #281020; color: #fff; padding: 10px 18px; margin: 4px; font: inherit; cursor: pointer; }
#ahr-root button:hover { background: #451634; }
#ahr-root button:focus-visible { outline: 3px solid #ffe65c; outline-offset: 4px; }
#ahr-root button:disabled { opacity: .45; cursor: default; }
#ahr-status { min-height: 1.6em; color: #f2b9df; }

#ahr-root{width:100%;max-width:600px;margin:20px auto;text-align:center}#ahr-root,#ahr-root *{box-sizing:border-box}#ahr-root [hidden]{display:none!important}#ahr-root button{width:44px;height:44px;padding:0;font:24px/1 system-ui,sans-serif}