:root{--bg: #000000;--fg: #f4f4f2;--fg-dim: rgba(244, 244, 242, .55);--fg-faint: rgba(244, 244, 242, .28);--glow: rgba(255, 255, 255, .35);--warm: #ffd9a3;--warm-glow: rgba(255, 176, 70, .55);--warm-glow-soft: rgba(255, 176, 70, .22);--font: "Inter", system-ui, -apple-system, sans-serif;--font-hand: "Caveat", "Segoe Script", cursive;--type-statement: clamp(28px, min(5.4vw, 4.5vh), 80px);--type-reflection: clamp(16px, min(2.2vw, 1.9vh), 30px);--type-label: clamp(11px, min(1.1vw, 1vh), 15px);--type-body: clamp(15px, min(1.7vw, 1.5vh), 24px);--type-choice: clamp(16px, min(1.9vw, 1.7vh), 27px);--type-pledge: clamp(34px, min(7.5vw, 6.4vh), 100px);--gutter: clamp(32px, min(7vw, 6vh), 110px);--col: min(100%, clamp(280px, 66vw - 200px, 560px));--touch-target: clamp(72px, 9vw, 120px);--ring: clamp(56px, min(7vw, 6vh), 110px)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden;background:var(--bg);color:var(--fg);font-family:var(--font);-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none;overscroll-behavior:none}@media (pointer: coarse){html,body,#root{cursor:none}}.mirror{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);display:flex;flex-direction:column;padding:var(--gutter)}.brand{display:flex;align-items:center;gap:.9em;font-size:var(--type-label);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim)}.brand__globe{width:2.4em;height:2.4em;border-radius:50%;border:1.5px solid var(--fg-dim);position:relative;flex:none}.brand__globe:before,.brand__globe:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid var(--fg-dim)}.brand__globe:before{transform:scaleX(.45)}.brand__globe:after{transform:scaleY(.45)}.brand__text{display:flex;flex-direction:column;gap:.35em;line-height:1}.brand__text strong{font-weight:600;color:var(--fg)}.stage{flex:1;min-height:0;position:relative}.statement{font-size:var(--type-statement);max-width:20ch;font-weight:300;line-height:1.22;letter-spacing:-.005em}.slot{display:block;position:relative;height:1.22em;width:calc(100vw - 2 * var(--gutter))}.line{position:absolute;top:0;right:0;bottom:0;left:0}.line__rule{position:absolute;left:0;right:calc(var(--ring) / 2);top:50%;height:2px;margin-top:.06em;background:var(--fg);opacity:.9;transform-origin:left center}.line.is-warm .line__rule{background:var(--warm);box-shadow:0 0 10px var(--warm-glow-soft)}.touch{--hit: max(var(--touch-target), calc(var(--ring) * 1.4));position:absolute;right:calc(var(--ring) / 2 - var(--hit) / 2);top:50%;width:var(--hit);height:var(--hit);margin-top:calc(var(--hit) / -2 + .06em);background:transparent;border:0;padding:0;cursor:pointer;font:inherit}.touch__ring,.touch__halo{position:absolute;left:50%;top:50%;width:var(--ring);height:var(--ring);margin:calc(var(--ring) / -2) 0 0 calc(var(--ring) / -2);border-radius:50%;border:2.5px solid var(--fg)}.touch__halo{border-color:var(--warm);box-shadow:0 0 18px var(--warm-glow),inset 0 0 12px var(--warm-glow-soft)}.touch__ring{background:var(--bg);box-shadow:0 0 10px var(--glow);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.touch.is-pressed .touch__ring{background:var(--warm);border-color:#fff;box-shadow:0 0 18px #fff,0 0 44px var(--warm-glow),0 0 90px var(--warm-glow-soft)}.touch.is-pressed .touch__halo{border-color:#fff;box-shadow:0 0 26px var(--warm-glow),inset 0 0 18px var(--warm-glow-soft)}.touch.is-warm .touch__ring,.touch.is-warm .touch__halo{border-color:var(--warm)}.touch.is-warm .touch__ring{box-shadow:0 0 14px var(--warm-glow),0 0 36px var(--warm-glow-soft)}.word{display:inline-block;transform-origin:left center;font-weight:500;color:var(--warm);text-shadow:0 0 12px var(--warm-glow),0 0 36px var(--warm-glow),0 0 80px var(--warm-glow-soft)}.slot--bottom{font-size:var(--type-statement);width:75vw;height:calc(var(--ring) + .4em);margin-top:clamp(8px,1.5vh,20px)}.footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:clamp(8px,1.5vh,20px);font-size:var(--type-label);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-faint);min-height:1.5em}.counter{font-variant-numeric:tabular-nums}.pledge{display:flex;flex-direction:column;height:100%;min-height:0}.pledge__header{max-width:calc(12ch + 30px);padding:30px 30px 30px 0;margin-top:30px;border-bottom:1px solid var(--fg-faint);width:max-content;font-size:var(--type-label);letter-spacing:.16em;line-height:1.5;text-transform:uppercase;color:var(--fg-dim)}.pledge__sentence{margin-top:14vh;margin-bottom:auto;margin-right:18%;font-family:var(--font-hand);font-size:var(--type-pledge);font-weight:600;line-height:1.05;color:var(--fg);text-shadow:0 0 18px rgba(0,0,0,.9),0 0 50px rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:flex-start;text-align:left}.pledge__lead{position:relative;display:block;width:fit-content}.pledge__rest{display:inline-block;margin-left:.8em}.pledge__brush{position:absolute;left:-.06em;top:calc(100% - 4px);width:calc(100% + .12em);height:.21em;overflow:visible}.pledge__brush path{fill:none;stroke:var(--warm);stroke-width:9;stroke-linecap:round;filter:drop-shadow(0 0 10px var(--warm-glow))}.pledge__choices{margin-top:auto}.pledge__foot{display:flex;justify-content:space-between;align-items:flex-end;gap:2em;font-size:var(--type-label);letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim)}.pledge__mark{border-top:1px solid var(--fg-faint);padding-top:.7em}.pledge__closing{max-width:16ch;text-align:right;line-height:1.6}.stage__inner{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;display:flex;flex-direction:column}.stage__inner--statement{justify-content:flex-end}.stage__inner--pledge{justify-content:flex-start}.stage__inner--situation{justify-content:flex-start;padding-top:clamp(16px,3vh,40px)}.situation{display:flex;flex-direction:column;height:100%;min-height:0;gap:clamp(12px,2.2vh,32px);width:100%;font-size:var(--type-body)}.thread{display:flex;flex-direction:column;align-items:flex-end;gap:clamp(10px,1.6vh,20px);min-height:0}.thread .card{width:var(--col)}.card{border:1px solid rgba(244,244,242,.14);border-radius:.7em;background:#f4f4f20b;padding:clamp(12px,1.8vh,22px) clamp(14px,1.6vw,24px);font-size:var(--type-body);line-height:1.45}.card__head{display:flex;align-items:center;gap:.6em;color:var(--fg);padding-bottom:.7em;margin-bottom:.7em;border-bottom:1px solid rgba(244,244,242,.1)}.card__icon{width:1.5em;height:1.5em;fill:none;stroke:var(--fg);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none}.card__more{margin-left:auto;color:var(--fg-faint);letter-spacing:.1em}.card__time{color:var(--fg-faint);font-size:.85em}.card__meta{display:flex;flex-direction:column;gap:.15em;margin-bottom:.9em;color:var(--fg-dim)}.card__meta div{display:flex;gap:.5em}.card__meta dt{min-width:4.5em}.card__meta dd{color:var(--fg-dim)}.card__body{color:var(--fg)}.card__body p+p{margin-top:.7em}.avatar{display:grid;place-items:center;width:2em;height:2em;border-radius:50%;border:1px solid rgba(244,244,242,.25);font-size:.8em;letter-spacing:.04em;color:var(--fg-dim);flex:none}.situation__hint{width:var(--col);align-self:flex-end;font-size:var(--type-label);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-faint)}.situation__lower{margin-top:auto;flex:none}.choices{display:flex;flex-direction:column;align-items:flex-end;gap:clamp(8px,1.1vh,14px)}.choices__prompt{width:var(--col);font-size:var(--type-choice);color:var(--fg);margin-bottom:.4em}.choice{display:flex;align-items:center;justify-content:space-between;gap:1em;width:var(--col);min-height:max(60px,3.4em);padding:.7em 1.2em;border:1px solid rgba(244,244,242,.22);border-radius:2em;background:#f4f4f20d;color:var(--fg);font:inherit;font-size:var(--type-choice);text-align:left;position:relative;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.choice:active{background:#ffd9a324;border-color:var(--warm);color:var(--warm);box-shadow:0 0 20px var(--warm-glow),0 0 48px var(--warm-glow-soft),inset 0 0 22px var(--warm-glow-soft)}.choice:active .choice__chevron{stroke:var(--warm)}.press-glow{position:absolute;width:14em;height:14em;margin:-7em 0 0 -7em;border-radius:50%;pointer-events:none;mix-blend-mode:screen;will-change:transform,opacity;background:radial-gradient(circle closest-side,#fffffffa,#ffe9c4d9 22%,#ffc46e80 45%,#ffb0462e 65%,#ffb04600 80%)}.choice__chevron{width:1.1em;height:1.1em;fill:none;stroke:var(--fg-dim);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.outcome{display:flex;flex-direction:column;align-items:flex-end;gap:.8em;text-align:right}.outcome>*{width:var(--col)}.outcome__choice{font-size:var(--type-choice);font-weight:500;color:var(--warm);text-shadow:0 0 12px var(--warm-glow),0 0 36px var(--warm-glow-soft)}.outcome__text{font-size:var(--type-choice);font-weight:300;line-height:1.5;color:var(--fg)}.outcome__closing{font-size:var(--type-body);color:var(--fg-dim);margin-top:.4em}
