.stage-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;font-family:var(--sans);transition:background-color 1.1s var(--ease-in-out),color .8s var(--ease-in-out)}.stage-scene{min-height:100svh;display:grid;place-items:center;padding:10vh 6vw;box-sizing:border-box}.stage-wrap{max-width:720px;width:100%}.stage-root .reveal{opacity:0;transform:translateY(16px);transition:opacity .9s var(--ease-out-soft),transform .9s var(--ease-out-soft)}.stage-root .reveal.is-visible{opacity:1;transform:none}.stage-quote{font-family:var(--mono);font-size:clamp(16px,2.4vw,20px);line-height:1.75;letter-spacing:.1px}.stage-source{font-family:var(--mono);font-size:12px;letter-spacing:.4px;opacity:.65}.stage-answer-line{font-size:clamp(16.5px,2.5vw,21px);line-height:1.65}.stage-keeper{font-family:var(--sans);font-size:clamp(22px,3.6vw,34px);line-height:1.28;letter-spacing:-.4px;font-weight:600}.stage-curtain{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid currentColor;color:inherit;font-family:var(--mono);font-size:11px;letter-spacing:1.4px;text-transform:uppercase;padding:12px 22px;cursor:pointer;opacity:.55;transition:opacity .3s var(--ease-out-soft);animation:stage-curtain-breathe 3.4s ease-in-out infinite}.stage-curtain:hover,.stage-curtain:focus-visible{opacity:1;outline:none;box-shadow:0 0 0 2px var(--accent-2)}@keyframes stage-curtain-breathe{0%,to{opacity:.4}50%{opacity:.75}}.stage-ctl{position:fixed;top:14px;right:16px;z-index:calc(var(--z-modal) + 2);display:flex;gap:8px}.stage-ctl button,.stage-ctl a{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0a0a0c8c;border:1px solid rgba(232,230,225,.28);color:#e8e6e1;font-family:var(--mono);font-size:11px;letter-spacing:.6px;padding:6px 10px;cursor:pointer;text-decoration:none;border-radius:2px}.stage-ctl button:focus-visible,.stage-ctl a:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-2)}.stage-root[data-tone=light] .stage-ctl button,.stage-root[data-tone=light] .stage-ctl a{background:#ffffffb3;border-color:var(--line);color:var(--ink)}.stage-ledger{position:fixed;left:16px;bottom:14px;z-index:calc(var(--z-modal) + 1);display:flex;flex-direction:column;gap:6px;pointer-events:none}.stage-ledger-lamps{display:flex;gap:7px}.stage-lamp{width:22px;height:5px;border:1px solid rgba(232,230,225,.3);background:transparent;transition:background-color .7s var(--ease-out-soft),box-shadow .7s var(--ease-out-soft)}.stage-lamp.lit{background:var(--accent-2);border-color:var(--accent-2);box-shadow:0 0 10px #8a6227b3}.stage-ledger-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.3px;color:#e8e6e1b3;max-width:300px}.stage-root[data-tone=light] .stage-lamp{border-color:var(--line)}.stage-root[data-tone=light] .stage-ledger-label{color:var(--ink-3)}.stage-skip{position:fixed;top:8px;left:8px;z-index:calc(var(--z-modal) + 3);background:var(--bg);color:var(--ink);font-family:var(--mono);font-size:12px;padding:8px 12px;border:1px solid var(--line);transform:translateY(-140%);transition:transform .16s var(--ease-out-soft)}.stage-skip:focus{transform:none;outline:2px solid var(--accent-2)}.stage-signed{font-family:var(--mono);font-size:12px;letter-spacing:.4px;color:var(--ink-3)}.stage-stars{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:1;transition:opacity 2.2s var(--ease-in-out)}.stage-root[data-tone=light] .stage-stars{opacity:0}.stage-star{position:absolute;border-radius:50%;background:#eef0f4;opacity:0;animation-name:stage-star-emerge;animation-timing-function:ease-in;animation-fill-mode:forwards;animation-iteration-count:1}@keyframes stage-star-emerge{0%{opacity:0}to{opacity:var(--star-op, .3)}}.stage-shooting{position:absolute;width:2px;height:2px;border-radius:50%;background:#fff;box-shadow:0 0 6px 1px #ffffff80;opacity:0;animation:stage-star-shoot 2.8s ease-out forwards}.stage-shooting:before{content:"";position:absolute;right:1px;top:50%;width:64px;height:1px;background:linear-gradient(to left,rgba(255,255,255,.5),transparent);transform:translateY(-50%)}@keyframes stage-star-shoot{0%{opacity:0;transform:translate(0)}10%{opacity:.5}to{opacity:0;transform:translate(240px,130px)}}.stage-swirl{position:absolute;border-radius:50%;filter:blur(70px);opacity:.07;pointer-events:none;will-change:transform;animation:stage-swirl-drift 90s linear infinite}.stage-stars.finale .stage-swirl{opacity:.12;transition:opacity 1.2s ease-in}@keyframes stage-swirl-drift{0%{transform:rotate(0) translate(0)}to{transform:rotate(360deg) translate(26px)}}.stage-stars.finale .stage-star{animation:none;opacity:.9;transition:opacity .9s ease-in}@media (max-width: 640px){.stage-scene{padding:9vh 22px}.stage-ctl{top:10px;right:10px;gap:6px}.stage-ctl button,.stage-ctl a{font-size:10px;padding:6px 8px}.stage-ledger{left:12px;bottom:10px}.stage-ledger-label{max-width:60vw;font-size:10px}.stage-quote{font-size:15.5px;line-height:1.7}.wormhole-portal,.wormhole-ring{width:112px;height:112px}}.stage-root[data-scene=close-light] .stage-signed{color:#e8e6e1b8}@media (prefers-reduced-motion: reduce){.stage-curtain{animation:none;opacity:.7}.stage-root,.stage-root .reveal,.stage-lamp{transition:none}.stage-star{animation:none;opacity:var(--star-op, .22)}.stage-stars{transition:none}.stage-swirl{animation:none}}
