*{margin:0;padding:0;box-sizing:border-box}:root{--void:#01010a;--teal:#00e5cc;--crimson:#ff2060;--amber:#ffaa00;--violet:#8844ff;--text:#e8e8f0}body,html{width:100%;height:100%;overflow:hidden;background:var(--void);color:var(--text);font-family:Cormorant Garamond,serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}#bg{z-index:0;opacity:.2}#bg,#universe{position:fixed;top:0;left:0;width:100%;height:100%}#universe{z-index:2;overflow:hidden;cursor:-webkit-grab;cursor:grab}#universe.dragging{cursor:-webkit-grabbing;cursor:grabbing}#field{transform-origin:0 0}#connections,#field{position:absolute;top:0;left:0;width:0;height:0}#connections{overflow:visible;pointer-events:none}.node{position:absolute;transform:translate(-50%,-50%);cursor:pointer;z-index:10;opacity:1;animation:node-appear .8s both}@keyframes node-appear{0%{opacity:0;transform:translate(-50%,-50%) scale(.2);filter:blur(12px)}to{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0)}}.node-ring{border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;will-change:transform,opacity;transform:translateZ(0)}.ghost{position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.g1{animation-name:ghost-drift-1}.g2{animation-name:ghost-drift-2}.g3{animation-name:ghost-drift-3}@keyframes ghost-drift-1{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(6px,-5px)}}@keyframes ghost-drift-2{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(-7px,4px)}}@keyframes ghost-drift-3{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(5px,6px)}}.collapsed .ghost{display:none}.node .node-ring{width:58px;height:58px;border:1px solid rgba(255,255,255,.12)}.node.origin .node-ring{width:88px;height:88px;border:1.5px solid rgba(255,255,255,.25)}.node.c-portal .node-ring,.node[class*=portal] .node-ring{width:78px;height:78px}.node-inner{text-align:center;font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,255,255,.55);letter-spacing:.18em;line-height:1.7;pointer-events:none}.node.c-teal .node-ring{border-color:rgba(0,229,204,.35)}.node.c-crimson .node-ring{border-color:rgba(255,32,96,.35)}.node.c-amber .node-ring{border-color:rgba(255,170,0,.35)}.node.c-violet .node-ring{border-color:rgba(136,68,255,.35)}.node.c-green .node-ring{border-color:rgba(0,255,100,.35)}.node.origin .node-ring{border-color:rgba(255,255,255,.25)}.node-label{position:absolute;bottom:-28px;left:50%;transform:translateX(-50%);white-space:nowrap;font-family:Share Tech Mono,monospace;font-size:.65rem;letter-spacing:.25em;color:rgba(255,255,255,.35);text-align:center;pointer-events:none}.node-state{display:block;font-size:.45rem;letter-spacing:.3em;margin-top:2px;color:rgba(255,255,255,.18)}@keyframes pulse-glow{0%,to{opacity:.45}50%{opacity:1}}.node.c-amber.superposition .node-ring:before,.node.c-crimson.superposition .node-ring:before,.node.c-green.superposition .node-ring:before,.node.c-teal.superposition .node-ring:before,.node.c-violet.superposition .node-ring:before,.node.origin.superposition .node-ring:before,.node.superposition .node-ring:before{content:"";position:absolute;inset:-16px;border-radius:50%;pointer-events:none;animation:pulse-glow 4s ease-in-out infinite;will-change:opacity}.node.c-teal.superposition .node-ring:before,.node.superposition .node-ring:before{box-shadow:0 0 28px rgba(0,229,204,.18),inset 0 0 14px rgba(0,229,204,.08)}.node.c-crimson.superposition .node-ring:before{box-shadow:0 0 28px rgba(255,32,96,.18),inset 0 0 14px rgba(255,32,96,.08)}.node.c-amber.superposition .node-ring:before{box-shadow:0 0 28px rgba(255,170,0,.18),inset 0 0 14px rgba(255,170,0,.08)}.node.c-violet.superposition .node-ring:before{box-shadow:0 0 28px rgba(136,68,255,.18),inset 0 0 14px rgba(136,68,255,.08)}.node.c-green.superposition .node-ring:before{box-shadow:0 0 28px rgba(0,255,100,.18),inset 0 0 14px rgba(0,255,100,.08)}.node.origin.superposition .node-ring:before{box-shadow:0 0 32px rgba(255,255,255,.14),inset 0 0 16px rgba(255,255,255,.06)}.node.collapsing .ghost{animation:ghost-collapse .55s forwards!important}@keyframes ghost-collapse{to{opacity:0;transform:translate(-50%,-50%) scale(.4);filter:blur(6px)}}.node.collapsing .node-ring{transition:box-shadow .3s,border-color .3s;border-color:rgba(255,255,255,.55)!important;box-shadow:0 0 24px rgba(255,255,255,.15)!important}.node.collapsed .node-ring{border-color:rgba(255,255,255,.35);box-shadow:0 0 8px rgba(255,255,255,.06)}.node.c-portal .node-ring,.node[class*=portal] .node-ring{border:1px dashed rgba(255,255,255,.22)}.node.c-portal .node-ring:before,.node[class*=portal] .node-ring:before{content:"";position:absolute;inset:-16px;border-radius:50%;pointer-events:none;box-shadow:0 0 28px rgba(136,68,255,.22),0 0 48px rgba(0,229,204,.1);animation:pulse-glow 3s ease-in-out infinite;will-change:opacity}#site-title{position:fixed;top:1.4rem;left:1.4rem;z-index:100;pointer-events:none}#site-title h1{font-family:Cormorant Garamond,serif;font-weight:300;font-size:1.25rem;letter-spacing:.45em;color:rgba(255,255,255,.55)}#site-title .tagline{font-size:.6rem;color:rgba(255,255,255,.22);margin-top:.3rem;display:block}#hint,#site-title .tagline{font-family:Share Tech Mono,monospace;letter-spacing:.35em}#hint{position:fixed;bottom:5.5rem;left:50%;transform:translateX(-50%);font-size:.65rem;color:rgba(255,255,255,.15);z-index:100;pointer-events:none;animation:hint-out 10s forwards}@keyframes hint-out{0%,60%{opacity:1}to{opacity:0}}#reader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background:rgba(1,1,10,.97);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:none;overflow-y:auto;pointer-events:auto}#reader.open{display:block}#reader-content{max-width:660px;margin:0 auto;padding:5.5rem 2rem 5rem}#reader-close{position:fixed;top:1.4rem;right:1.4rem;background:none;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.35);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.25em;padding:.5rem 1.1rem;cursor:pointer;z-index:201;transition:all .3s}#reader-close:hover{border-color:var(--crimson);color:var(--crimson)}.r-meta{font-family:Share Tech Mono,monospace;font-size:.65rem;color:rgba(255,255,255,.2);letter-spacing:.3em;margin-bottom:2.8rem}.r-title{font-weight:300;font-size:clamp(2rem,5vw,3.4rem);line-height:1.1;color:rgba(255,255,255,.9);margin-bottom:.7rem;letter-spacing:.04em}.r-sub,.r-title{font-family:Cormorant Garamond,serif}.r-sub{font-style:italic;font-size:1.05rem;color:rgba(255,255,255,.32);margin-bottom:2.8rem;letter-spacing:.08em}.r-body{font-family:Cormorant Garamond,serif;font-size:1.18rem;line-height:2;color:rgba(255,255,255,.72);letter-spacing:.015em}.r-body p{margin-bottom:1.2em}.r-body blockquote{border-left:2px solid var(--teal);padding:.8rem 1.2rem;margin:1.4rem 0;color:rgba(255,255,255,.5);font-style:italic}.r-body .q{display:block;font-family:Share Tech Mono,monospace;font-size:.85rem;color:var(--teal);letter-spacing:.15em;margin:1.6rem 0;opacity:.7}.r-body .sep{display:block;text-align:center;color:rgba(255,255,255,.1);letter-spacing:1em;margin:1.8rem 0;font-size:.7rem}.r-body em{color:rgba(255,255,255,.85);font-style:italic}.r-body strong{color:rgba(255,255,255,.95);font-weight:600}.r-entangled{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06)}.r-ent-label{font-size:.6rem;color:rgba(255,255,255,.18);letter-spacing:.4em;margin-bottom:1rem}.ent-chip,.r-ent-label{font-family:Share Tech Mono,monospace}.ent-chip{display:inline-block;font-size:.65rem;letter-spacing:.2em;color:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.08);padding:.4rem .9rem;margin:0 .5rem .5rem 0;cursor:pointer;transition:all .3s}.ent-chip:hover{border-color:var(--teal);color:var(--teal)}#hud{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.4rem;background:linear-gradient(transparent,rgba(1,1,10,.7));pointer-events:none}#hud>*{pointer-events:auto}#hud-state{font-size:.75rem;color:rgba(255,255,255,.18);letter-spacing:.25em}#coords,#hud-state{font-family:Share Tech Mono,monospace}#coords{font-size:.7rem;color:rgba(255,255,255,.15);letter-spacing:.18em;text-align:right;line-height:1.7}#collapse-btn{background:none;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.28);font-family:Share Tech Mono,monospace;font-size:.8rem;letter-spacing:.25em;padding:.5rem 1.1rem;cursor:pointer;transition:all .4s}#collapse-btn:hover{border-color:var(--teal);color:var(--teal);box-shadow:0 0 18px rgba(0,229,204,.08)}@media(max-width:640px){#hud{padding:.4rem .8rem}#hud-state{display:none}#coords{font-size:.55rem}#collapse-btn{font-size:.6rem;padding:.4rem .8rem;letter-spacing:.2em}}#portal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:300;background:var(--void);display:none;flex-direction:column;overflow:hidden}#portal-overlay.open{display:flex}#portal-close{position:fixed;top:1.2rem;right:1.2rem;z-index:301;background:none;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.3);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.25em;padding:.5rem 1.1rem;cursor:pointer;transition:all .3s}#portal-close:hover{border-color:var(--crimson);color:var(--crimson)}#portal-content{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}#portal-enter{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:302}#portal-enter.flash{animation:portal-flash .4s}@keyframes portal-flash{0%{background:white;opacity:1}to{background:transparent;opacity:0}}#new-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:250;background:rgba(1,1,10,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:none;align-items:center;justify-content:center}#new-modal.open{display:flex}#nmi{text-align:center;max-width:480px;padding:2rem}.m-title{font-family:Share Tech Mono,monospace;font-size:.75rem;letter-spacing:.4em;color:rgba(255,255,255,.25);margin-bottom:1.5rem}.m-hint{font-style:italic;font-size:1.1rem;color:rgba(255,255,255,.35);margin-bottom:2rem}#seed-input,.m-hint{font-family:Cormorant Garamond,serif}#seed-input{width:100%;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text);font-size:1.15rem;padding:.8rem 1rem;text-align:center;letter-spacing:.04em;outline:none;transition:border-color .3s}#seed-input:focus{border-color:var(--teal)}#seed-input::placeholder{color:rgba(255,255,255,.15);font-style:italic}#seed-submit{display:inline-block;margin-top:1.5rem;background:none;border:1px solid rgba(0,229,204,.25);color:var(--teal);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.3em;padding:.65rem 1.6rem;cursor:pointer;transition:all .3s}#seed-submit:hover{border-color:var(--teal);box-shadow:0 0 20px rgba(0,229,204,.12)}#seed-submit:disabled{opacity:.3;cursor:default}#modal-cancel{display:block;margin:1rem auto 0;background:none;border:none;color:rgba(255,255,255,.18);font-family:Share Tech Mono,monospace;font-size:.6rem;letter-spacing:.3em;cursor:pointer;transition:color .3s}#modal-cancel:hover{color:rgba(255,255,255,.35)}#gen-status{font-family:Share Tech Mono,monospace;font-size:.65rem;color:var(--teal);letter-spacing:.25em;margin-top:1.2rem;min-height:1em}.visitor-node .node-ring{width:48px;height:48px;border-color:rgba(255,255,255,.06)}.visitor-node .node-label{color:rgba(255,255,255,.18);font-size:.55rem}.visitor-node .node-state{color:rgba(255,255,255,.08)}.visitor-node.superposition .node-ring:before{box-shadow:0 0 16px rgba(255,255,255,.06),inset 0 0 8px rgba(255,255,255,.03)}.visitor-node.c-teal .node-ring{border-color:rgba(0,229,204,.12)}.visitor-node.c-teal.superposition .node-ring:before{box-shadow:0 0 16px rgba(0,229,204,.06),inset 0 0 8px rgba(0,229,204,.03)}.visitor-node.c-crimson .node-ring{border-color:rgba(255,32,96,.12)}.visitor-node.c-crimson.superposition .node-ring:before{box-shadow:0 0 16px rgba(255,32,96,.06),inset 0 0 8px rgba(255,32,96,.03)}.visitor-node.c-amber .node-ring{border-color:rgba(255,170,0,.12)}.visitor-node.c-amber.superposition .node-ring:before{box-shadow:0 0 16px rgba(255,170,0,.06),inset 0 0 8px rgba(255,170,0,.03)}.visitor-node.c-violet .node-ring{border-color:rgba(136,68,255,.12)}.visitor-node.c-violet.superposition .node-ring:before{box-shadow:0 0 16px rgba(136,68,255,.06),inset 0 0 8px rgba(136,68,255,.03)}.visitor-node.c-green .node-ring{border-color:rgba(0,255,100,.12)}.visitor-node.c-green.superposition .node-ring:before{box-shadow:0 0 16px rgba(0,255,100,.06),inset 0 0 8px rgba(0,255,100,.03)}.seed-node .node-ring{border:1.5px dashed rgba(255,255,255,.2)!important}.seed-node .node-ring:before{content:"";position:absolute;inset:-16px;border-radius:50%;pointer-events:none;box-shadow:0 0 24px rgba(255,170,0,.14),inset 0 0 12px rgba(255,170,0,.06);animation:pulse-glow 5s ease-in-out infinite;will-change:opacity}.seed-node .node-inner{font-size:.55rem;color:rgba(255,170,0,.5)}.seed-node .node-label{color:rgba(255,170,0,.35)}.seed-orbit{position:absolute;top:50%;left:50%;width:0;height:0;animation:orbit-rotate 40s linear infinite;pointer-events:none}@keyframes orbit-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.orbit-dot{position:absolute;width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);transform:translate(-50%,-50%)}.split-node .node-ring{border:1px solid rgba(255,255,255,.15)!important;background:linear-gradient(90deg,rgba(0,229,204,.04) 50%,rgba(255,32,96,.04) 0)!important}.split-node .node-ring:before{content:"";position:absolute;inset:-16px;border-radius:50%;pointer-events:none;box-shadow:0 0 22px rgba(255,32,96,.14),0 0 22px rgba(0,229,204,.14);animation:pulse-glow 4s ease-in-out infinite;will-change:opacity}.split-node .node-inner{font-size:.55rem;color:rgba(255,255,255,.45)}#seed-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background:rgba(1,1,10,.97);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:none;overflow-y:auto}#seed-overlay.open{display:block}#seed-content{max-width:620px;margin:0 auto;padding:5.5rem 2rem 5rem}#seed-close{position:fixed;top:1.4rem;right:1.4rem;background:none;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.35);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.25em;padding:.5rem 1.1rem;cursor:pointer;z-index:201;transition:all .3s}#seed-close:hover{border-color:var(--amber);color:var(--amber)}.seed-meta{font-size:.65rem;color:rgba(255,255,255,.2);letter-spacing:.3em;margin-bottom:2rem}.seed-meta,.seed-prompt-label{font-family:Share Tech Mono,monospace}.seed-prompt-label{font-size:.6rem;color:rgba(255,170,0,.4);letter-spacing:.4em;margin-bottom:.8rem}.seed-prompt{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(1.6rem,4vw,2.6rem);line-height:1.3;color:rgba(255,255,255,.85);letter-spacing:.03em}.seed-completions,.seed-prompt{margin-bottom:3rem}.seed-completions-label{font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,255,255,.18);letter-spacing:.35em;margin-bottom:1.2rem}.seed-empty{font-style:italic;font-size:1rem;color:rgba(255,255,255,.2);margin-bottom:1rem}.seed-completion,.seed-empty{font-family:Cormorant Garamond,serif}.seed-completion{font-size:1.05rem;line-height:1.8;color:rgba(255,255,255,.55);padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.completion-marker{color:rgba(255,170,0,.4);margin-right:.5rem;font-family:Share Tech Mono,monospace}.seed-input-section{padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.seed-input-label{font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,255,255,.18);letter-spacing:.35em;margin-bottom:1rem}.seed-input{width:100%;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text);font-family:Cormorant Garamond,serif;font-size:1.1rem;padding:.7rem 1rem;text-align:left;outline:none;transition:border-color .3s}.seed-input:focus{border-color:var(--amber)}.seed-input::placeholder{color:rgba(255,255,255,.15);font-style:italic}.seed-submit{display:inline-block;margin-top:1rem;background:none;border:1px solid rgba(255,170,0,.25);color:var(--amber);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.3em;padding:.55rem 1.4rem;cursor:pointer;transition:all .3s}.seed-submit:hover{border-color:var(--amber);box-shadow:0 0 16px rgba(255,170,0,.1)}.seed-submit:disabled{opacity:.3;cursor:default}.seed-status{font-family:Share Tech Mono,monospace;font-size:.6rem;color:var(--amber);letter-spacing:.2em;margin-top:.8rem}#split-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background:rgba(1,1,10,.97);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:none;align-items:center;justify-content:center}#split-overlay.open{display:flex}#split-content{max-width:580px;width:100%;padding:2rem;text-align:center}#split-close{position:fixed;top:1.4rem;right:1.4rem;background:none;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.35);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.25em;padding:.5rem 1.1rem;cursor:pointer;z-index:201;transition:all .3s}#split-close:hover{border-color:var(--crimson);color:var(--crimson)}.split-meta{font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,255,255,.18);letter-spacing:.3em;margin-bottom:2.5rem}.split-question{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(1.6rem,4vw,2.8rem);line-height:1.2;color:rgba(255,255,255,.88);margin-bottom:3rem;letter-spacing:.03em}.split-choices{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.split-option{background:none;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-family:Cormorant Garamond,serif;font-size:1.2rem;padding:1.4rem 1.6rem;cursor:pointer;transition:all .4s;text-align:left;position:relative;overflow:hidden}.split-option:hover:not(:disabled){border-color:rgba(255,255,255,.3);color:rgba(255,255,255,.85)}.split-option.voted{cursor:default}.split-option.chosen{color:var(--teal)}.split-option-a.chosen,.split-option.chosen{border-color:var(--teal)}.split-option-b.chosen{border-color:var(--crimson);color:var(--crimson)}.split-option-text{position:relative;z-index:1}.split-divider{font-family:Share Tech Mono,monospace;font-size:.7rem;color:rgba(255,255,255,.12);letter-spacing:.5em}.split-bar-wrap{position:relative;margin-top:.8rem;height:3px;background:rgba(255,255,255,.04);overflow:hidden}.split-bar{height:100%;transition:width 1.5s cubic-bezier(.22,1,.36,1)}.split-bar-a{background:var(--teal)}.split-bar-b{background:var(--crimson)}.split-pct{position:absolute;right:0;top:-1.2rem;font-size:.65rem;color:rgba(255,255,255,.35);letter-spacing:.15em}.split-pct,.split-result{font-family:Share Tech Mono,monospace}.split-result{font-size:.6rem;color:rgba(255,255,255,.15);letter-spacing:.3em;margin-top:1.5rem}.modal-tabs{display:flex;justify-content:center;gap:0;margin-bottom:2rem}.modal-tab{background:none;border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.2);font-family:Share Tech Mono,monospace;font-size:.6rem;letter-spacing:.3em;padding:.4rem 1rem;cursor:pointer;transition:all .3s}.modal-tab:first-child{border-radius:2px 0 0 2px}.modal-tab:last-child{border-radius:0 2px 2px 0}.modal-tab+.modal-tab{border-left:none}.modal-tab.active{border-color:var(--teal);color:var(--teal);background:rgba(0,229,204,.04)}.modal-secondary-input{width:100%;background:transparent;border:1px solid rgba(255,255,255,.07);color:var(--text);font-family:Share Tech Mono,monospace;font-size:.8rem;padding:.5rem .8rem;text-align:center;letter-spacing:.15em;outline:none;margin-top:.8rem;transition:border-color .3s}.modal-secondary-input:focus{border-color:rgba(255,255,255,.2)}.modal-secondary-input::placeholder{color:rgba(255,255,255,.1)}.split-options-row{display:flex;align-items:center;gap:.8rem;margin-top:1rem}.modal-split-input{flex:1 1;background:transparent;border:1px solid rgba(255,255,255,.08);color:var(--text);font-family:Cormorant Garamond,serif;font-size:1rem;padding:.6rem .8rem;text-align:center;outline:none;transition:border-color .3s}.split-input-a:focus{border-color:var(--teal)}.split-input-b:focus{border-color:var(--crimson)}.modal-split-input::placeholder{color:rgba(255,255,255,.12);font-style:italic}.split-or{font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,255,255,.15);letter-spacing:.3em}.visitor-node.heartbeat .node-ring:after{content:"";position:absolute;inset:-20px;border-radius:50%;pointer-events:none;box-shadow:0 0 40px rgba(255,255,255,.15),0 0 80px rgba(255,255,255,.05);animation:heartbeat-glow 2s ease-in-out forwards;will-change:opacity}@keyframes heartbeat-glow{0%,to{opacity:0}50%{opacity:1}}.share-btn{background:none;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.5);font-family:Share Tech Mono,monospace;font-size:.65rem;letter-spacing:.2em;padding:4px 12px;cursor:pointer;transition:all .3s;z-index:201}.share-btn:hover{border-color:rgba(255,255,255,.4);color:rgba(255,255,255,.8)}.overlay-share,.reader-share{position:fixed;top:1.4rem;right:14rem}.node-birth .node-ring{animation:node-birth-pulse 1.2s ease-out!important}@keyframes node-birth-pulse{0%{transform:scale(0);opacity:0}40%{transform:scale(1.5);opacity:1;box-shadow:0 0 60px rgba(255,255,255,.3)}to{transform:scale(1);box-shadow:none}}.question-node .node-ring{border:1.5px solid rgba(255,255,255,.2)!important}.question-node .node-ring:before{content:"";position:absolute;inset:-16px;border-radius:50%;pointer-events:none;box-shadow:0 0 30px rgba(255,215,0,.18),inset 0 0 14px rgba(255,255,255,.06);animation:pulse-glow 4s ease-in-out infinite;will-change:opacity}.question-node .node-inner{font-size:.55rem;color:rgba(255,215,0,.55)}.question-node .node-label{color:rgba(255,215,0,.4)}#question-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background:rgba(1,1,10,.97);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:none;overflow-y:auto}#question-overlay.open{display:block}#question-content{max-width:660px;margin:0 auto;padding:5.5rem 2rem 5rem}#question-close{position:fixed;top:1.4rem;right:1.4rem;background:none;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.35);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.25em;padding:.5rem 1.1rem;cursor:pointer;z-index:201;transition:all .3s}#question-close:hover{border-color:rgba(255,215,0,.6);color:rgba(255,215,0,.8)}.question-meta{font-size:.65rem;color:rgba(255,255,255,.2);letter-spacing:.3em;margin-bottom:2rem}.question-label,.question-meta{font-family:Share Tech Mono,monospace}.question-label{font-size:.6rem;color:rgba(255,215,0,.45);letter-spacing:.4em;margin-bottom:.8rem}.question-prompt{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(1.8rem,4.5vw,3rem);line-height:1.2;color:rgba(255,255,255,.9);letter-spacing:.03em}.question-prompt,.question-responses{margin-bottom:3rem}.question-responses-label{font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,255,255,.18);letter-spacing:.35em;margin-bottom:1.2rem}.question-empty{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1rem;color:rgba(255,255,255,.2);margin-bottom:1rem}.question-response{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.response-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.response-marker{color:rgba(255,215,0,.4);font-family:Share Tech Mono,monospace;font-size:.8rem}.response-text{font-family:Cormorant Garamond,serif;font-size:1.05rem;line-height:1.8;color:rgba(255,255,255,.6);white-space:pre-wrap}.question-input-section{padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.question-input-label{font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,255,255,.18);letter-spacing:.35em;margin-bottom:1rem}.question-textarea{width:100%;min-height:120px;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text);font-family:Cormorant Garamond,serif;font-size:1.1rem;padding:.8rem 1rem;outline:none;resize:vertical;transition:border-color .3s}.question-textarea:focus{border-color:rgba(255,215,0,.4)}.question-textarea::placeholder{color:rgba(255,255,255,.15);font-style:italic}.question-char-count{font-family:Share Tech Mono,monospace;font-size:.55rem;color:rgba(255,255,255,.12);text-align:right;margin-top:.3rem}.question-submit{display:inline-block;margin-top:1rem;background:none;border:1px solid rgba(255,215,0,.25);color:rgba(255,215,0,.7);font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.3em;padding:.55rem 1.4rem;cursor:pointer;transition:all .3s}.question-submit:hover{border-color:rgba(255,215,0,.6);box-shadow:0 0 16px rgba(255,215,0,.1)}.question-submit:disabled{opacity:.3;cursor:default}.question-status{font-family:Share Tech Mono,monospace;font-size:.6rem;color:rgba(255,215,0,.7);letter-spacing:.2em;margin-top:.8rem}.sigil{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:.4rem;opacity:.7}.transmit-textarea{width:100%;min-height:180px;max-height:600px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);color:var(--text);font-family:Cormorant Garamond,serif;font-size:1.1rem;padding:.8rem 1rem;text-align:left;outline:none;resize:vertical;transition:border-color .3s;margin-top:.8rem;line-height:1.8;letter-spacing:.02em}.transmit-textarea:focus{border-color:var(--teal)}.transmit-textarea::placeholder{color:rgba(255,255,255,.12);font-style:italic}.transmit-char-count{font-family:Share Tech Mono,monospace;font-size:.55rem;color:rgba(255,255,255,.12);text-align:right;margin-top:.3rem;letter-spacing:.1em}.admin-flash{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(1,1,10,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:admin-flash-fade 2.5s ease-in-out forwards;pointer-events:none}.admin-flash-text{font-size:1.2rem;letter-spacing:.6em;color:var(--teal);text-shadow:0 0 30px rgba(0,229,204,.4),0 0 60px rgba(0,229,204,.15)}.admin-flash-sub,.admin-flash-text{font-family:Share Tech Mono,monospace}.admin-flash-sub{font-size:.7rem;letter-spacing:.5em;color:rgba(0,229,204,.45);margin-top:.8rem}@keyframes admin-flash-fade{0%{opacity:0}15%{opacity:1}75%{opacity:1}to{opacity:0}}.scanline{position:fixed;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,229,204,.12),transparent);animation:scanline 4s linear forwards;z-index:9999;pointer-events:none}@keyframes scanline{0%{top:-1px}to{top:100vh}}