:root{--ground: #0a0908;--ground-raised: #13110f;--bone: #ece6da;--bone-dim: #8f897e;--accent: #a86a42;--accent-seventh: #cbb27a;--font-grotesque: ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--font-mono: ui-monospace, "SF Mono", "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;--u: clamp(.5rem, 1.6vw, .75rem);--gap-6: calc(var(--u) * 6);--gap-7: calc(var(--u) * 7);--t-slow: 1.2s;--t-mid: .6s;--t-fast: .24s;--ease: cubic-bezier(.22, .61, .36, 1);--measure: 34ch;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--ground);color:var(--bone);font-family:var(--font-grotesque);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior:none}body{min-height:100svh}#app{min-height:100svh;display:flex;flex-direction:column}.numeral{font-family:var(--font-mono);font-feature-settings:"tnum" 1,"zero" 1;letter-spacing:.02em}.human{font-family:var(--font-serif);font-style:italic;color:var(--bone);line-height:1.5}.label{font-family:var(--font-grotesque);text-transform:uppercase;letter-spacing:.32em;font-size:.72rem;color:var(--bone-dim);font-weight:500}.statement{font-family:var(--font-grotesque);text-transform:uppercase;letter-spacing:.14em;font-weight:600;line-height:1.15}a,button{color:inherit;font:inherit}button{background:none;border:1px solid transparent;cursor:pointer;padding:0}:focus-visible{outline:2px solid var(--accent-seventh);outline-offset:3px;border-radius:1px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.field-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.stage{position:relative;z-index:1;flex:1;display:flex;flex-direction:column}.fade-enter{animation:fade-in var(--t-slow) var(--ease) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.controls.svelte-1y71c66{position:fixed;top:0;right:0;z-index:6;display:flex;gap:var(--gap-6);padding:var(--gap-6);padding-top:max(var(--gap-6),env(safe-area-inset-top))}.ctrl.svelte-1y71c66{color:var(--bone-dim);opacity:.6;transition:opacity var(--t-fast),color var(--t-fast)}.ctrl.svelte-1y71c66:hover,.ctrl.svelte-1y71c66:focus-visible{opacity:1;color:var(--bone)}.logo.svelte-tssf2h{display:block;height:auto}.logo--micro.svelte-tssf2h{letter-spacing:-.04em}.gesture.svelte-gm38wo{display:flex;flex-direction:column;align-items:center;gap:var(--gap-6)}.surface.svelte-gm38wo{position:relative;width:168px;height:168px;display:grid;place-items:center;border-radius:50%;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.ring.svelte-gm38wo{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.ring-track.svelte-gm38wo{fill:none;stroke:var(--bone);stroke-opacity:.08;stroke-width:1.5}.ring-progress.svelte-gm38wo{fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;transition:stroke-dashoffset 80ms linear}.marks.svelte-gm38wo{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:84px;place-items:center}.mark.svelte-gm38wo{width:7px;height:7px;border-radius:50%;background:var(--bone);opacity:.18;transition:opacity var(--t-mid) var(--ease),transform var(--t-mid) var(--ease)}.mark.filled.svelte-gm38wo{opacity:.85;transform:scale(1.15)}.mark--seventh.svelte-gm38wo{grid-column:2 / 4;width:9px;height:9px;background:var(--accent)}.prompt.svelte-gm38wo{min-height:1.5em;font-size:.95rem;color:var(--bone-dim);text-align:center;max-width:var(--measure)}.alt.svelte-gm38wo{margin-top:var(--gap-6);text-align:center}.alt.svelte-gm38wo summary:where(.svelte-gm38wo){cursor:pointer;list-style:none;opacity:.6;transition:opacity var(--t-fast)}.alt.svelte-gm38wo summary:where(.svelte-gm38wo):hover{opacity:1}.alt-body.svelte-gm38wo{max-width:var(--measure);color:var(--bone-dim);font-size:.85rem;margin:var(--u) auto}.alt-action.svelte-gm38wo{border:1px solid var(--bone-dim);padding:.6em 1.4em;color:var(--bone);transition:border-color var(--t-fast),color var(--t-fast)}.alt-action.svelte-gm38wo:hover{border-color:var(--accent);color:var(--accent)}.threshold.svelte-1e3g5t7{flex:1;display:grid;grid-template-rows:auto 1fr auto auto;gap:var(--gap-6);padding:var(--gap-7) var(--gap-6);text-align:center;place-items:center}.idents.svelte-1e3g5t7{align-self:start}.centre.svelte-1e3g5t7{display:flex;flex-direction:column;align-items:center;gap:var(--gap-6);justify-content:center}.logo-wrap.svelte-1e3g5t7{width:min(70vw,300px)}.logo-wrap.svelte-1e3g5t7 svg.logo{width:100%}.primary.svelte-1e3g5t7{font-size:clamp(1.1rem,4vw,2rem);color:var(--bone);max-width:22ch}.impossible.svelte-1e3g5t7{color:var(--bone-dim);font-size:1rem;max-width:var(--measure)}.under.svelte-1e3g5t7{display:flex;flex-direction:column;align-items:center;gap:var(--u);min-height:4em}.local.svelte-1e3g5t7{font-size:.9rem;color:var(--bone-dim);opacity:.5;letter-spacing:.1em}.act-now.svelte-1e3g5t7{color:var(--accent)}.resume.svelte-1e3g5t7{margin-top:var(--u);color:var(--bone-dim);border-bottom:1px solid transparent;transition:color var(--t-fast),border-color var(--t-fast)}.resume.svelte-1e3g5t7:hover{color:var(--bone);border-color:var(--accent)}.threshold.activation.svelte-1e3g5t7 .primary:where(.svelte-1e3g5t7){color:var(--accent-seventh);transition:color var(--t-slow) var(--ease)}.sequence.svelte-1ek6vt7{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--gap-7);padding:var(--gap-7) var(--gap-6);text-align:center}.ring-wrap.svelte-1ek6vt7{position:relative;width:min(80vw,320px);aspect-ratio:1;display:grid;place-items:center}.ring.svelte-1ek6vt7{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.track.svelte-1ek6vt7{fill:none;stroke:var(--bone);stroke-opacity:.06;stroke-width:1}.prog.svelte-1ek6vt7{fill:none;stroke:var(--accent);stroke-width:1.5;stroke-linecap:round;transition:stroke-dashoffset .2s linear}.reveal.svelte-1ek6vt7{position:relative;width:80%;display:grid;place-items:center}.reveal-line.svelte-1ek6vt7{font-size:clamp(1rem,5vw,1.6rem);color:var(--bone);letter-spacing:.12em;animation:svelte-1ek6vt7-breath 1.2s var(--ease) both;margin:0}.reveal-line.name.svelte-1ek6vt7{color:var(--accent-seventh);letter-spacing:.3em}.count.svelte-1ek6vt7{font-size:clamp(2rem,9vw,3.2rem);color:var(--bone-dim);opacity:.4}@keyframes svelte-1ek6vt7-breath{0%{opacity:0;letter-spacing:.02em}to{opacity:1}}.silent.svelte-1ek6vt7{color:var(--bone-dim);max-width:var(--measure)}.rest.svelte-1ek6vt7{color:var(--bone-dim);opacity:.5;transition:opacity var(--t-fast),color var(--t-fast)}.rest.svelte-1ek6vt7:hover{opacity:1;color:var(--accent)}.rooms.svelte-160dijo{flex:1;display:flex;flex-direction:column;gap:var(--gap-6);padding:var(--gap-7) var(--gap-6)}.intro.svelte-160dijo{text-align:center}.field.svelte-160dijo{flex:1;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(7,1fr);min-height:60svh;max-width:760px;width:100%;margin:0 auto;place-items:center}.room.svelte-160dijo{display:flex;flex-direction:column;align-items:center;gap:.6em;padding:.4em;opacity:.7;transition:opacity var(--t-mid) var(--ease),transform var(--t-mid) var(--ease)}.room.svelte-160dijo:hover,.room.svelte-160dijo:focus-visible{opacity:1;transform:translateY(-2px)}.dot.svelte-160dijo{width:9px;height:9px;border-radius:50%;background:var(--bone);opacity:.4;transition:opacity var(--t-mid),background var(--t-mid)}.room.visited.svelte-160dijo .dot:where(.svelte-160dijo){background:var(--accent);opacity:.9}.room.svelte-160dijo .name:where(.svelte-160dijo){font-size:.66rem}.seventh.svelte-160dijo{display:grid;place-items:center;width:100%;height:100%}.seventh-mark.svelte-160dijo{width:5px;height:5px;border-radius:50%;background:var(--accent-seventh);box-shadow:0 0 14px 3px color-mix(in srgb,var(--accent-seventh) 50%,transparent);animation:svelte-160dijo-pulse-seventh 4.2s var(--ease) infinite}@keyframes svelte-160dijo-pulse-seventh{0%,to{opacity:.4}50%{opacity:1}}.opened.svelte-160dijo{text-align:center;color:var(--accent-seventh);font-size:.95rem}.room.svelte-191ex5l{flex:1;display:flex;flex-direction:column;padding:var(--gap-7) var(--gap-6)}.back.svelte-191ex5l{align-self:start;color:var(--bone-dim);transition:color var(--t-fast)}.back.svelte-191ex5l:hover{color:var(--accent)}.body.svelte-191ex5l{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:var(--gap-6);max-width:40ch;margin:0 auto}.title.svelte-191ex5l{font-size:clamp(1.6rem,8vw,3rem);letter-spacing:.3em;color:var(--bone)}.line.svelte-191ex5l{font-size:clamp(1.05rem,3.4vw,1.4rem);color:var(--bone);line-height:1.6}.seventh.svelte-g85u2e{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--gap-7);padding:var(--gap-7) var(--gap-6);text-align:center;cursor:default}.lines.svelte-g85u2e{display:flex;flex-direction:column;gap:var(--gap-7);max-width:28ch}.line.svelte-g85u2e{font-size:clamp(1.1rem,5vw,1.9rem);letter-spacing:.16em;line-height:1.3;color:var(--bone);animation:svelte-g85u2e-rise 2.4s var(--ease) both}.line.two.svelte-g85u2e{color:var(--accent-seventh)}.name.svelte-g85u2e{margin-top:var(--gap-7);font-size:clamp(1.4rem,6vw,2.4rem);letter-spacing:.5em;text-indent:.5em;color:var(--bone);opacity:.85;animation:svelte-g85u2e-rise 3.6s var(--ease) both}.message.svelte-g85u2e{margin-top:var(--gap-6);color:var(--bone-dim);font-size:1rem;animation:svelte-g85u2e-rise 2.4s var(--ease) both}.close.svelte-g85u2e{color:var(--bone-dim);opacity:.4;transition:opacity var(--t-fast),color var(--t-fast)}.close.svelte-g85u2e:hover{opacity:1;color:var(--accent)}@keyframes svelte-g85u2e-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.scrim.svelte-i65sbz{position:fixed;inset:0;z-index:10;display:grid;place-items:center;padding:var(--gap-6);background:color-mix(in srgb,var(--ground) 86%,transparent);backdrop-filter:blur(3px)}.panel.svelte-i65sbz{background:var(--ground-raised);border:1px solid color-mix(in srgb,var(--bone) 10%,transparent);border-radius:2px;max-width:42ch;width:100%;padding:var(--gap-7);display:flex;flex-direction:column;gap:var(--gap-6)}.head.svelte-i65sbz{display:flex;align-items:center;gap:var(--gap-6);color:var(--bone-dim)}.body.svelte-i65sbz{display:flex;flex-direction:column;gap:var(--gap-6)}.para.svelte-i65sbz{font-size:.92rem;line-height:1.6;color:var(--bone);margin:0}.note.svelte-i65sbz{font-size:.92rem;color:var(--bone-dim)}.foot.svelte-i65sbz{display:flex;justify-content:space-between;align-items:center;gap:var(--gap-6);border-top:1px solid color-mix(in srgb,var(--bone) 8%,transparent);padding-top:var(--gap-6)}.reset.svelte-i65sbz,.close.svelte-i65sbz{color:var(--bone-dim);transition:color var(--t-fast)}.reset.svelte-i65sbz:hover{color:var(--accent)}.close.svelte-i65sbz:hover{color:var(--bone)}.confirm.svelte-i65sbz{font-size:.82rem;color:var(--bone);margin:0}.confirm-actions.svelte-i65sbz{display:flex;gap:var(--gap-6);align-items:center}.reset-yes.svelte-i65sbz{color:var(--accent)}.reset-no.svelte-i65sbz{color:var(--bone-dim);font-size:1.1rem}.toast.svelte-1n46o8q{position:fixed;bottom:max(var(--gap-6),env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:8;padding:.7em 1.2em;background:var(--ground-raised);border:1px solid color-mix(in srgb,var(--bone) 10%,transparent);border-radius:2px;color:var(--bone-dim);animation:fade-in var(--t-mid) var(--ease) both}
