.story-dialog{box-sizing:border-box;position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;border:0;padding:0;background:#071c29;color:#101820;font-family:system-ui,sans-serif;overflow:hidden}.story-dialog::backdrop{background:#071c29}.story-photo{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.story-dialog .story-tap{position:absolute;top:0;bottom:0;width:50%;height:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none;color:transparent;z-index:1;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.story-left{left:0}.story-right{right:0}.story-dialog .story-tap:focus{outline:none}.story-dialog .story-tap:focus-visible{outline:3px dashed #ffdf63;outline-offset:-6px}.story-caption{position:absolute;z-index:2;bottom:max(18px,env(safe-area-inset-bottom));left:max(14px,env(safe-area-inset-left));right:max(14px,env(safe-area-inset-right));max-width:620px;margin-inline:auto;max-height:80%;overflow:auto;pointer-events:none;scrollbar-width:none}.story-dialogue{display:flex;flex-direction:column;gap:6px}.story-bubble{box-sizing:border-box;align-self:flex-start;max-width:96%;margin:0;padding:7px 11px;border:2px solid #101820;border-radius:13px 13px 13px 3px;background:#fffef4;box-shadow:3px 3px 0 #101820;font-size:clamp(16px,2.1vw,20px);font-weight:400;line-height:1.3}.story-bubble strong{font-weight:900;font-size:1.08em}.story-bubble[data-speaker="Player"]{align-self:flex-end;background:#dceef8;border-radius:13px 13px 3px 13px}.story-name{pointer-events:auto;margin-top:10px;padding:12px;border:2px solid #101820;background:#fff1a6;box-shadow:3px 3px 0 #101820;border-radius:12px}.story-name label{display:block;font-size:16px;font-weight:850;margin-bottom:6px}.story-name input{box-sizing:border-box;width:100%;font:inherit;font-size:18px;min-height:44px;padding:8px;border:2px solid #101820;border-radius:5px;background:#fff;color:#101820}.story-dialog [hidden]{display:none!important}.story-image-error{position:absolute;z-index:2;inset:40% 20px auto;padding:20px;background:#fffef4;border:2px solid #101820;pointer-events:none}.story-caption:has(.story-name:not([hidden])){pointer-events:auto}@media(min-width:700px){.story-photo{object-fit:contain}.story-caption{bottom:24px}}@media(max-height:600px){.story-caption{max-height:85%;pointer-events:auto}.story-bubble{font-size:16px;padding:4px 8px}.story-dialogue{gap:4px}}

/* Keep every bubble in the layout, revealing only the current dialogue. */
.story-bubble{font-size:var(--story-font,16px);opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s}
.story-bubble.is-visible{opacity:1;visibility:visible}
@starting-style{.story-bubble.is-visible{opacity:0}}
.story-bubble[data-speaker="You"]{align-self:flex-end;background:#dceef8;border-radius:13px 13px 3px 13px}
.story-dialog .story-name.reserve-space[hidden]{display:block!important;visibility:hidden;pointer-events:none}
.story-blackout{position:absolute;inset:0;background:#000;z-index:10;pointer-events:none}
.story-title-card{position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#000;color:white;font-family:Arial,Helvetica,sans-serif}
.story-title-card::backdrop{background:#000}
.story-title-card .prologue-credit{color:#fff;text-shadow:none}
.story-title-card button{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent}
