*{margin:0;padding:0;box-sizing:border-box}html,body{width:100vw;height:100%;overflow:hidden;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overscroll-behavior:none;touch-action:none;border:1px solid #f00}html.story-debug-root,body.story-debug-body{overflow:auto;touch-action:pan-y}#app{position:fixed;inset:0;width:auto;height:auto;background:#fff;overflow:hidden}#app.story-debug-app{overflow:auto;overscroll-behavior:auto;touch-action:pan-y}#canvas-container{position:fixed;inset:0;width:auto;height:auto;background:#fff;overflow:hidden}#webgpu-canvas{position:fixed;inset:0;display:block;width:100%;height:100%;background:#fff;outline:none}.webgpu-unsupported{position:fixed;inset:0;display:grid;place-items:center;padding:24px;background:#fff;color:#111;text-align:center}.webgpu-unsupported p{display:grid;gap:10px;max-width:520px;transform:translateY(-6vh)}.webgpu-unsupported__title{font-size:18px;font-weight:700;line-height:1.45}.webgpu-unsupported__description{color:#555;font-size:14px;line-height:1.55}.story-debug{min-height:100%;background:#f7f7f2;color:#171717;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.story-debug__topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px clamp(18px,4vw,48px);border-bottom:1px solid rgba(20,20,20,.12);background:#f7f7f2eb;backdrop-filter:blur(14px)}.story-debug__eyebrow{margin-bottom:5px;color:#67645b;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.story-debug h1{font-size:clamp(22px,3vw,34px);font-weight:760;line-height:1.2}.story-debug__actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.story-debug__actions span{color:#5c5a53;font-size:13px;font-weight:650}.story-debug__actions a,.story-debug__actions button{display:inline-grid;place-items:center;min-width:70px;height:34px;padding:0 14px;border:1px solid rgba(20,20,20,.16);border-radius:8px;background:#fff;color:#171717;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.story-debug__actions a:hover,.story-debug__actions a:focus-visible,.story-debug__actions button:hover,.story-debug__actions button:focus-visible{border-color:#14141457;outline:none}.story-debug__mode-button.is-active{border-color:#1414146b;background:#171717;color:#fff}.story-debug__copy-button{background:#e9f0ff}.story-debug__list{display:grid;gap:18px;width:min(1240px,calc(100% - 36px));margin:0 auto;padding:24px 0 48px}.story-debug__markdown{width:min(920px,calc(100% - 36px));margin:0 auto;padding:24px 0 48px}.story-debug__markdown pre{overflow:auto;padding:24px;border:1px solid rgba(20,20,20,.12);border-radius:8px;background:#fff;color:#1d1d1b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:15px;line-height:1.72;white-space:pre-wrap}.story-debug__chapter{overflow:hidden;border:1px solid rgba(20,20,20,.12);border-radius:8px;background:#fff}.story-debug__chapter-header{display:flex;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid rgba(20,20,20,.1);background:#fdfdfb}.story-debug__chapter-header h2{font-size:17px;font-weight:760;line-height:1.3}.story-debug__chapter-header p{margin-top:4px;color:#66635c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45}.story-debug__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.story-debug__column{min-width:0;padding:18px}.story-debug__column+.story-debug__column{border-left:1px solid rgba(20,20,20,.1)}.story-debug__column h3{margin-bottom:12px;color:#56534d;font-size:12px;font-weight:800;letter-spacing:.08em;line-height:1}.story-debug__column p{min-height:112px;color:#1d1d1b;font-size:18px;line-height:1.74;white-space:pre-wrap}.story-debug__empty{color:#b12020;font-size:14px;font-weight:700}#next-button{position:fixed;bottom:40px;left:50%;transform:translate(-50%);width:80px;height:80px;background:linear-gradient(135deg,#fff,#f5f5f5);border-radius:50%;cursor:grab;display:none;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:2px 2px 8px #0003,inset -1px -1px 2px #0000001a,inset 1px 1px 2px #fffc;transition:transform .2s,background .2s;user-select:none;z-index:1000}#next-button:hover{transform:translate(-50%) scale(1.1);background:linear-gradient(135deg,#fff,#eee)}#next-button:active{cursor:grabbing;transform:translate(-50%) scale(.95)}#next-button.show{display:flex}.story-next-button{--story-next-button-light: #fff6dc;--story-next-button-dot: var(--story-next-button-light);--story-next-button-scale: 1;position:fixed;left:0;top:0;width:calc(120px * var(--story-next-button-scale));height:calc(120px * var(--story-next-button-scale));display:grid;place-items:center;padding:0;border:0;background:transparent;opacity:0;pointer-events:none;cursor:pointer;z-index:1000;appearance:none;outline:none;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;touch-action:manipulation}.story-next-button:focus,.story-next-button:focus-visible,.story-next-button:active{outline:none}.story-next-button.is-visible{opacity:1;pointer-events:auto}.story-next-button.is-leaving{opacity:0;pointer-events:none}.story-next-button__float{position:relative;display:block;flex:0 0 auto;width:calc(88px * var(--story-next-button-scale));height:calc(88px * var(--story-next-button-scale));aspect-ratio:1;z-index:2}.story-next-button__core{position:absolute;inset:0;display:block;width:100%;height:100%;aspect-ratio:1;border-radius:999px;overflow:visible;background:transparent;transform-origin:center}.story-next-button__ring,.story-next-button__dot{position:absolute;border-radius:999px;pointer-events:none}.story-next-button__ring{left:50%;top:50%;width:calc(46px * var(--story-next-button-scale));height:calc(46px * var(--story-next-button-scale));border:calc(1.7px * var(--story-next-button-scale)) solid color-mix(in srgb,var(--story-next-button-light) 76%,transparent);box-shadow:0 0 18px color-mix(in srgb,var(--story-next-button-light) 35%,transparent),inset 0 0 14px color-mix(in srgb,var(--story-next-button-light) 24%,transparent);opacity:.92;transform:translate(-50%,-50%)}.story-next-button__dot{left:50%;top:50%;width:calc(18px * var(--story-next-button-scale));height:calc(18px * var(--story-next-button-scale));background:var(--story-next-button-dot);box-shadow:0 0 18px color-mix(in srgb,var(--story-next-button-dot) 76%,transparent),0 0 36px color-mix(in srgb,var(--story-next-button-dot) 42%,transparent);transform:translate(-50%,-50%)}.story-next-button.is-dot-hidden .story-next-button__dot{opacity:0}.story-next-button__ripple,.story-next-button__burst{position:absolute;left:50%;top:50%;width:calc(92px * var(--story-next-button-scale));height:calc(92px * var(--story-next-button-scale));border-radius:999px;transform:translate(-50%,-50%);pointer-events:none}.story-next-button__ripple{border:1px solid color-mix(in srgb,var(--story-next-button-light) 72%,transparent);box-shadow:0 0 16px color-mix(in srgb,var(--story-next-button-light) 28%,transparent);opacity:0;animation:story-next-button-ripple 2.35s ease-out infinite}.story-next-button__ripple--fast{animation-delay:1.15s}.story-next-button__burst{z-index:1;width:calc(72px * var(--story-next-button-scale));height:calc(72px * var(--story-next-button-scale));background:radial-gradient(circle,color-mix(in srgb,var(--story-next-button-light) 78%,transparent) 0%,color-mix(in srgb,var(--story-next-button-light) 36%,transparent) 38%,transparent 72%);filter:blur(5px);opacity:0}.story-next-button.is-pressing .story-next-button__dot{transform:translate(-50%,-50%) scale(.78)}@keyframes story-next-button-ripple{0%{opacity:0;transform:translate(-50%,-50%) scale(.56)}16%{opacity:.5}to{opacity:0;transform:translate(-50%,-50%) scale(1.23)}}.end-stage-copy{position:fixed;left:50%;bottom:34px;width:min(360px,calc(100vw - 32px));padding:10px 16px;border-radius:999px;background:#ffffff8f;box-shadow:0 12px 32px #00000014,inset 0 1px #ffffff94;color:#202020;text-align:center;transform:translate(-50%);z-index:1000;pointer-events:none;backdrop-filter:blur(8px)}.language-toggle{position:fixed;top:clamp(3px,3vw,16px);right:16px;display:flex;align-items:center;gap:6px;height:26px;padding:0 9px;border-radius:999px;background:#05070d47;backdrop-filter:blur(8px);z-index:10001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility 0s linear .45s}.language-toggle[hidden]{display:none}.language-toggle.is-visible{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .45s ease,visibility 0s}.language-toggle__button{min-width:auto;height:100%;border:0;background:transparent;color:#ffffff61;font-size:11px;font-weight:600;letter-spacing:.1em;line-height:1;cursor:pointer;transition:color .2s ease}.language-toggle__button:disabled{cursor:default}.language-toggle__separator{color:#ffffff47;font-size:11px;line-height:1;pointer-events:none}.language-toggle__button:hover,.language-toggle__button.is-active{color:#ffffffeb}.end-stage-copy__credit{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#000000ad}.end-stage-copy__link{margin-left:6px;color:#151515;font-weight:700;text-decoration:none;pointer-events:auto;transition:color .2s ease,opacity .2s ease}.end-stage-copy__link:hover,.end-stage-copy__link:focus-visible{color:#000;text-decoration:underline;outline:none}@media(max-width:640px){.story-debug__topbar{align-items:flex-start;flex-direction:column;gap:14px}.story-debug__actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.story-debug__actions span{width:100%}.story-debug__list,.story-debug__markdown{width:min(100% - 24px,1240px);padding-top:16px}.story-debug__markdown pre{padding:18px;font-size:13px;line-height:1.65}.story-debug__grid{grid-template-columns:1fr}.story-debug__column+.story-debug__column{border-top:1px solid rgba(20,20,20,.1);border-left:0}.story-debug__column p{min-height:0;font-size:16px;line-height:1.68}.end-stage-copy{bottom:24px;width:min(320px,calc(100vw - 24px));padding:9px 14px}.end-stage-copy__credit{font-size:11px}}
