:root{--house: #07090b;--haze: #232b30;--console: #d9e4e7;--console-dim: #7e8d92;--tungsten: #e0a458;--water: #4f9e97;--water-hi: #82d8ce;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--font-display: "Fraunces", "Noto Serif TC", Georgia, serif;--font-tech: system-ui, -apple-system, "Segoe UI", sans-serif;--curve-S: cubic-bezier(.45, 0, .15, 1);--curve-in: cubic-bezier(.3, 0, .7, .2)}*{box-sizing:border-box}html{background:var(--house);color:var(--console)}body{margin:0;font-family:var(--font-mono);line-height:1.6}::selection{background:var(--water);color:var(--house)}:focus-visible{outline:2px solid var(--tungsten);outline-offset:3px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-3rem;z-index:200;background:var(--haze);color:var(--console);padding:.6em 1em;border-radius:4px;font-size:.8rem;text-decoration:none;transition:top .2s var(--curve-S)}.skip-link:focus{top:1rem}body[data-mode=tech] .stage-layer,body[data-mode=tech] .cue-rail,body[data-mode=tech] #timecode,body[data-mode=show] .tech-sheet{display:none}.chrome{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;font-size:.72rem;letter-spacing:.08em;pointer-events:none}.chrome>*{pointer-events:auto}#timecode{font-variant-numeric:tabular-nums;color:var(--console-dim)}body[data-running=true] #timecode{color:var(--console)}.chrome-controls{display:flex;gap:.5rem}.chrome-btn{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;background:none;border:1px solid var(--haze);border-radius:3px;color:var(--console-dim);padding:.45em .9em;cursor:pointer;text-decoration:none;transition:color .25s var(--curve-S),border-color .25s var(--curve-S)}.chrome-btn:hover{color:var(--console);border-color:var(--console-dim)}.chrome-btn[aria-pressed=true]{color:var(--tungsten);border-color:var(--tungsten)}.chrome-btn-contact{color:var(--tungsten);border-color:color-mix(in srgb,var(--tungsten) 45%,var(--haze))}.chrome-btn-contact:hover{color:var(--tungsten);border-color:var(--tungsten)}.cue-rail{position:fixed;left:1.1rem;top:50%;transform:translateY(-50%);z-index:90}.cue-rail ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.42rem}.cue-rail a{display:flex;align-items:center;gap:.55rem;font-size:.66rem;letter-spacing:.08em;color:var(--console-dim);text-decoration:none;padding:.12rem .3rem;border-radius:3px;transition:color .25s var(--curve-S)}.cue-rail .q-state{width:7px;height:7px;border-radius:50%;border:1px solid var(--console-dim);background:transparent;flex:none;transition:background-color .25s var(--curve-S),border-color .25s var(--curve-S)}.cue-rail a[data-state=complete] .q-state{background:var(--console-dim)}.cue-rail a[data-state=active]{color:var(--console)}.cue-rail a[data-state=active] .q-state{background:var(--tungsten);border-color:var(--tungsten)}.cue-rail .q-zh{color:var(--console-dim);opacity:.75}.cue-rail .q-name{opacity:0;transform:translate(-3px);transition:opacity .25s var(--curve-S),transform .25s var(--curve-S)}.cue-rail:hover .q-name,.cue-rail a:focus-visible .q-name,.cue-rail a[data-state=active] .q-name{opacity:1;transform:none}@media (max-width: 700px){.cue-rail{inset:auto 0 0;transform:none;padding:.15rem .4rem calc(.15rem + env(safe-area-inset-bottom));background:linear-gradient(transparent,#07090be6 40%)}.cue-rail ol{flex-direction:row;justify-content:center;gap:0}.cue-rail .q-name{display:none}.cue-rail a{min-width:35px;min-height:48px;justify-content:center;padding:0}}#lights{position:fixed;inset:0;z-index:1;pointer-events:none}.stage-layer{position:relative;z-index:2}.cue{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;overflow:hidden}html{scroll-snap-type:y proximity}@media (max-width: 700px){html{scroll-snap-type:y mandatory}}.cue-inner{position:relative;z-index:3;text-align:center;padding:0 1.5rem;max-width:46rem}.cue-eyebrow{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--console-dim);margin:0 0 1.1rem}.cue-title{font-family:var(--font-display);font-weight:480;font-size:clamp(1.9rem,5.4vw,3.6rem);letter-spacing:-.01em;line-height:1.1;margin:0 0 .9rem;text-wrap:balance}.cue-caption{font-size:.82rem;color:var(--console-dim);letter-spacing:.04em;margin:0}.cue-canvas{position:absolute;inset:0;z-index:1}.go-prompt{margin-top:2.6rem;font-size:.7rem;letter-spacing:.26em;color:var(--console-dim)}.go-prompt b{color:var(--tungsten);font-weight:500}.cue-low{align-self:flex-end;padding-bottom:9svh}.cue-title-sm{font-size:clamp(1.3rem,3.2vw,2rem)}.q3-counter{display:block;margin-top:.7em;font-variant-numeric:tabular-nums;color:var(--water-hi);letter-spacing:.14em}.q3-curious{margin-top:2rem;animation:q3-curious-in 1.2s var(--curve-S)}@keyframes q3-curious-in{0%{opacity:0;transform:translateY(6px)}}.q3-curious-panel{max-width:34ch;margin:1.1rem auto 0}.q3-question{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;color:var(--tungsten);margin:0 0 .6em}.q3-answer{font-family:var(--font-display);font-style:italic;font-size:.92rem;line-height:1.6;color:var(--console);margin:0}.q3-answer-pending{color:var(--console-dim);font-style:normal}@media (prefers-reduced-motion: reduce){.q3-curious{animation:none}}body[data-motion=low] .q3-curious{animation:none}.q7-labels{position:absolute;inset:0;z-index:2;pointer-events:none}.q7-node{position:absolute;transform:translate(-50%);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--console-dim);opacity:.35;transition:opacity .6s var(--curve-S),color .6s var(--curve-S)}.q7-node[data-on]{opacity:1;color:var(--console)}.q7-node:nth-child(1){left:25%;top:calc(30% + 14px)}.q7-node:nth-child(2){left:50%;top:calc(30% + 14px)}.q7-node:nth-child(3){left:75%;top:calc(30% + 14px)}.q7-node:nth-child(4){left:50%;top:calc(64% + 40px);color:var(--water-hi)}#q7 .cue-low{padding-bottom:5svh}#q7 .cue-title-sm{margin-bottom:.5rem}.q7-captions{position:relative;min-height:3.2em}.q7-captions .cue-caption{position:absolute;inset:0;opacity:0;transition:opacity .5s var(--curve-S)}.q7-captions .cue-caption[data-on]{opacity:1;transition:opacity .6s var(--curve-S) .55s}.q8-ch{display:inline-block;opacity:1;transform:none;transition:opacity .9s var(--curve-S),transform .9s var(--curve-S)}body[data-mode=show] #q8:not([data-armed]) .q8-ch{opacity:0;transform:translateY(.35em)}#q8 .q8-ch:nth-child(3n){transition-delay:.08s}#q8 .q8-ch:nth-child(3n+1){transition-delay:.22s}#q8 .q8-ch:nth-child(5n){transition-delay:.34s}.q8-status{color:var(--tungsten);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;margin-top:1rem}.q8-form{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.q8-form input{background:#232b3099;border:1px solid var(--haze);border-radius:3px;color:var(--console);padding:.5em .9em;font-family:var(--font-mono);font-size:.8rem;min-width:13rem}.q9-courses{position:absolute;inset:0;z-index:2;pointer-events:none}.q9-course{position:absolute;top:calc(52% + 18px);transform:translate(-50%);font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;color:var(--console-dim);opacity:.35;transition:opacity .6s var(--curve-S),color .6s var(--curve-S)}.q9-course[data-on]{opacity:1;color:var(--tungsten)}.q9-course:nth-child(1){left:26%}.q9-course:nth-child(2){left:50%}.q9-course:nth-child(3){left:74%}.q10-go{font-family:var(--font-mono);font-size:.9rem;letter-spacing:.3em;color:var(--tungsten);background:none;border:1px solid var(--tungsten);border-radius:3px;padding:.7em 2.2em;cursor:pointer;margin-top:1.4rem}#q10 .cue-inner{display:grid;place-items:center}.q10-standby,.q10-channels{grid-area:1 / 1}.q10-channels{opacity:0;transition:opacity 2s var(--curve-S);pointer-events:none;display:flex;flex-direction:column;align-items:center;margin-top:10svh}.q10-channels .cue-thesis{max-width:44ch}.q10-standby{transition:opacity 1s var(--curve-S)}#q10[data-revealed=true] .q10-channels{opacity:1;pointer-events:auto}#q10[data-revealed=true] .q10-standby{opacity:0;pointer-events:none}.q10-list{list-style:none;margin:1.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem;font-size:.95rem;letter-spacing:.05em;text-align:center}.q10-list a{color:var(--console);text-decoration:none;border-bottom:1px solid var(--haze)}.q10-list a:hover{color:var(--water-hi);border-color:var(--water-hi)}.q10-closing{font-family:var(--font-display);font-style:italic;font-size:1rem;color:var(--tungsten);margin:2.2rem 0 0;opacity:0;transition:opacity 1.6s var(--curve-S) .9s}#q10[data-revealed=true] .q10-closing{opacity:1}.ix-tech-row{margin-top:.8rem}#go-chip{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:80;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.3em;color:var(--console-dim);opacity:0;pointer-events:none;transition:opacity .15s var(--curve-S)}#go-chip[data-on=true]{opacity:1}.index-overlay{position:fixed;inset:0;z-index:150;background:#07090bf5;display:none;align-items:center;justify-content:center}.index-overlay[data-open=true]{display:flex}.index-overlay ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.index-overlay a{color:var(--console);text-decoration:none;font-size:.95rem;letter-spacing:.05em;display:flex;gap:1rem;align-items:baseline}.index-overlay a:hover{color:var(--water-hi)}.index-overlay .ix-q{color:var(--console-dim);font-size:.7rem;width:2.4em}.index-close{position:absolute;top:1.2rem;right:1.2rem}#q0 .cue-title{font-size:clamp(2.3rem,6.5vw,4.6rem)}#q0 .q0-zh-name{display:block;font-size:.5em;color:var(--console-dim);margin-top:.25em}#q0 .cue-thesis{font-family:var(--font-display);font-style:italic;font-weight:340;font-size:1.02rem;color:var(--console-dim);max-width:34ch;margin:1.3rem auto 0;line-height:1.65}.thesis-line{display:block}body[data-mode=show] #q0 [data-settle]{opacity:0;animation:q0-settle 3s var(--curve-in) forwards}body[data-mode=show] #q0 [data-settle="2"]{animation-delay:.7s}body[data-mode=show] #q0 [data-settle="3"]{animation-delay:1.4s}body[data-mode=show] #q0 [data-settle="4"]{animation-delay:2.3s}body[data-mode=show] #q0 [data-settle="5"]{animation-delay:3.2s}body[data-mode=show] #q0 [data-settle="6"]{animation-delay:4s}@keyframes q0-settle{to{opacity:1}}@media (prefers-reduced-motion: reduce){body[data-mode=show] #q0 [data-settle]{animation:none;opacity:1}}body[data-motion=low] #q0 [data-settle]{animation:none;opacity:1}.tech-sheet{font-family:var(--font-tech);max-width:46rem;margin:0 auto;padding:5.5rem 1.5rem 5rem;line-height:1.65}.tech-sheet h1,.tech-sheet h2,.tech-sheet h3{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.tech-sheet h1{font-size:1.05rem}.tech-sheet h2{font-size:.82rem;color:var(--water-hi);margin-top:3rem;border-top:1px solid var(--haze);padding-top:1.2rem}.tech-sheet h3{font-size:.78rem;margin-bottom:.2rem}.tech-sheet p,.tech-sheet li{color:var(--console-dim);font-size:.95rem}.tech-sheet .t-meta{font-family:var(--font-mono);font-size:.72rem;color:var(--console-dim);letter-spacing:.06em}.tech-sheet a{color:var(--console)}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.t-capabilities[data-astro-cid-c24cd3jk]{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1rem 0 0;padding:0}.t-capabilities[data-astro-cid-c24cd3jk] li[data-astro-cid-c24cd3jk]{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.04em;color:var(--water-hi);border:1px solid color-mix(in srgb,var(--water-hi) 35%,var(--haze));border-radius:3px;padding:.3em .7em}.tech-sheet[data-astro-cid-c24cd3jk] form[data-astro-cid-c24cd3jk]{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.8rem}.tech-sheet[data-astro-cid-c24cd3jk] input[data-astro-cid-c24cd3jk]{background:var(--haze);border:1px solid var(--haze);border-radius:3px;color:var(--console);padding:.5em .9em;font-family:var(--font-mono);font-size:.8rem;min-width:13rem}.wi-icon[data-astro-cid-3hzmolpp]{width:1.35rem;height:1.35rem;flex:none;align-self:center;overflow:visible}svg[data-astro-cid-3hzmolpp]:has(.wi-beam-cone){color:var(--tungsten)}svg[data-astro-cid-3hzmolpp]:has(.wi-wave){color:var(--tungsten)}svg[data-astro-cid-3hzmolpp]:has(.wi-leg-l){color:var(--tungsten)}svg[data-astro-cid-3hzmolpp]:has(.wi-ring){color:var(--water-hi)}svg[data-astro-cid-3hzmolpp]:has(.wi-eeg-trace){color:var(--water-hi)}svg[data-astro-cid-3hzmolpp]:has(.wi-sand){color:var(--water-hi)}svg[data-astro-cid-3hzmolpp]:has(.wi-tassel-group){color:var(--tungsten)}svg[data-astro-cid-3hzmolpp]:has(.wi-line){color:var(--tungsten)}.wi-outline[data-astro-cid-3hzmolpp]{fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1 1;stroke-dashoffset:1;animation:wi-draw .6s var(--curve-S, ease) forwards}@keyframes wi-draw{to{stroke-dashoffset:0}}.wi-beam-cone[data-astro-cid-3hzmolpp]{fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:round;stroke-dasharray:2 1.6;opacity:.5;animation:wi-beam-shimmer 2s ease-in-out infinite .9s}@keyframes wi-beam-shimmer{0%,to{opacity:.35;stroke-dashoffset:0}50%{opacity:.8;stroke-dashoffset:-3.6}}.wi-pool[data-astro-cid-3hzmolpp]{fill:none;stroke:currentColor;stroke-width:1.3;stroke-dasharray:1 1;stroke-dashoffset:1;animation:wi-draw .6s var(--curve-S, ease) forwards .5s,wi-pool-glow 2.2s ease-in-out infinite 1.1s}@keyframes wi-pool-glow{0%,to{opacity:.6}50%{opacity:1}}.wi-leg-l[data-astro-cid-3hzmolpp],.wi-leg-r[data-astro-cid-3hzmolpp]{fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-dasharray:1 1;stroke-dashoffset:1;transform-box:view-box;transform-origin:12px 4px}.wi-leg-l[data-astro-cid-3hzmolpp]{animation:wi-draw .6s var(--curve-S, ease) forwards .12s,wi-leg-swing-l 2.6s ease-in-out infinite 1s}.wi-leg-r[data-astro-cid-3hzmolpp]{animation:wi-draw .6s var(--curve-S, ease) forwards .24s,wi-leg-swing-r 2.6s ease-in-out infinite 1s}@keyframes wi-leg-swing-l{0%,to{transform:rotate(0)}50%{transform:rotate(-2.5deg)}}@keyframes wi-leg-swing-r{0%,to{transform:rotate(0)}50%{transform:rotate(2.5deg)}}.wi-wave[data-astro-cid-3hzmolpp]{fill:none;stroke:currentColor;stroke-width:1.1;stroke-linecap:round;opacity:0;animation:wi-wave-pulse 1.7s ease-in-out infinite}.wi-wave-1[data-astro-cid-3hzmolpp]{animation-delay:.9s}.wi-wave-2[data-astro-cid-3hzmolpp]{animation-delay:1.1s}@keyframes wi-wave-pulse{0%,to{opacity:.35}35%{opacity:1}}.wi-ring[data-astro-cid-3hzmolpp]{fill:none;stroke:currentColor;stroke-width:1.1;stroke-linecap:round;opacity:0;animation:wi-ring-emit 2s ease-out infinite}.wi-ring-a[data-astro-cid-3hzmolpp]{animation-delay:.8s}.wi-ring-b[data-astro-cid-3hzmolpp]{animation-delay:1.4s}@keyframes wi-ring-emit{0%{opacity:.9;transform:translate(0)}to{opacity:0;transform:translate(2.5px)}}.wi-eeg-trace[data-astro-cid-3hzmolpp]{fill:none;stroke:currentColor;stroke-width:1.1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:30 30;animation:wi-eeg-scroll 2.2s linear infinite .7s}@keyframes wi-eeg-scroll{to{stroke-dashoffset:-60}}.wi-electrode[data-astro-cid-3hzmolpp]{fill:currentColor;opacity:0;animation:wi-electrode-pulse 2.4s ease-in-out infinite}.wi-electrode-1[data-astro-cid-3hzmolpp]{animation-delay:.6s}.wi-electrode-2[data-astro-cid-3hzmolpp]{animation-delay:.8s}@keyframes wi-electrode-pulse{0%,to{opacity:.5}50%{opacity:1}}.wi-sand[data-astro-cid-3hzmolpp]{fill:currentColor;opacity:0}.wi-sand-1[data-astro-cid-3hzmolpp]{animation:wi-sand-fall 2.1s ease-in infinite .9s}.wi-sand-2[data-astro-cid-3hzmolpp]{animation:wi-sand-fall 2.1s ease-in infinite 1.6s}.wi-sand-3[data-astro-cid-3hzmolpp]{animation:wi-sand-fall 2.1s ease-in infinite 2.3s}@keyframes wi-sand-fall{0%{opacity:0;transform:translateY(-4px)}12%{opacity:1}75%{opacity:1;transform:translateY(4px)}to{opacity:0;transform:translateY(4px)}}.wi-tassel-group[data-astro-cid-3hzmolpp]{transform-box:view-box;transform-origin:19px 9.5px;animation:wi-tassel-swing 2.8s ease-in-out infinite .9s}.wi-tassel-tuft[data-astro-cid-3hzmolpp]{fill:currentColor;opacity:0;animation:wi-tuft-in .4s ease forwards .65s}@keyframes wi-tuft-in{to{opacity:1}}@keyframes wi-tassel-swing{0%,to{transform:rotate(0)}50%{transform:rotate(6deg)}}.wi-line[data-astro-cid-3hzmolpp]{stroke:currentColor;stroke-width:1;stroke-linecap:round;opacity:0}.wi-line-1[data-astro-cid-3hzmolpp]{animation:wi-line-write 2.4s ease-in-out infinite .7s}.wi-line-2[data-astro-cid-3hzmolpp]{animation:wi-line-write 2.4s ease-in-out infinite 1s}.wi-line-3[data-astro-cid-3hzmolpp]{animation:wi-line-write 2.4s ease-in-out infinite 1.3s}@keyframes wi-line-write{0%,to{opacity:0}15%,70%{opacity:.85}}@media (prefers-reduced-motion: reduce){.wi-icon[data-astro-cid-3hzmolpp],.wi-icon[data-astro-cid-3hzmolpp] [data-astro-cid-3hzmolpp]{animation:none!important}.wi-outline[data-astro-cid-3hzmolpp],.wi-leg-l[data-astro-cid-3hzmolpp],.wi-leg-r[data-astro-cid-3hzmolpp]{stroke-dashoffset:0!important}.wi-wave[data-astro-cid-3hzmolpp],.wi-electrode[data-astro-cid-3hzmolpp],.wi-tassel-tuft[data-astro-cid-3hzmolpp]{opacity:.85!important}.wi-line[data-astro-cid-3hzmolpp]{opacity:.6!important}.wi-ring[data-astro-cid-3hzmolpp],.wi-sand[data-astro-cid-3hzmolpp]{opacity:0!important}}body[data-motion=low] .wi-icon[data-astro-cid-3hzmolpp],body[data-motion=low] .wi-icon[data-astro-cid-3hzmolpp] [data-astro-cid-3hzmolpp]{animation:none!important}body[data-motion=low] .wi-outline[data-astro-cid-3hzmolpp],body[data-motion=low] .wi-leg-l[data-astro-cid-3hzmolpp],body[data-motion=low] .wi-leg-r[data-astro-cid-3hzmolpp]{stroke-dashoffset:0!important}body[data-motion=low] .wi-wave[data-astro-cid-3hzmolpp],body[data-motion=low] .wi-electrode[data-astro-cid-3hzmolpp],body[data-motion=low] .wi-tassel-tuft[data-astro-cid-3hzmolpp]{opacity:.85!important}body[data-motion=low] .wi-line[data-astro-cid-3hzmolpp]{opacity:.6!important}body[data-motion=low] .wi-ring[data-astro-cid-3hzmolpp],body[data-motion=low] .wi-sand[data-astro-cid-3hzmolpp]{opacity:0!important}.cue-inner-wide[data-astro-cid-ypnb7yod]{max-width:46rem;width:100%;text-align:left}#qwork[data-astro-cid-ypnb7yod] .cue-eyebrow[data-astro-cid-ypnb7yod],#qwork[data-astro-cid-ypnb7yod] .cue-title[data-astro-cid-ypnb7yod]{text-align:center}.work-hint[data-astro-cid-ypnb7yod]{text-align:center;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--console-dim);margin:0 0 1.2rem}.work-caps[data-astro-cid-ypnb7yod]{text-align:center;margin:0 0 1.8rem}.work-caps-label[data-astro-cid-ypnb7yod]{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--console-dim);margin:0 0 .6rem}.work-caps-list[data-astro-cid-ypnb7yod]{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin:0;padding:0}.work-caps-list[data-astro-cid-ypnb7yod] li[data-astro-cid-ypnb7yod]{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.02em;color:var(--water-hi);border:1px solid color-mix(in srgb,var(--water-hi) 35%,var(--haze));border-radius:3px;padding:.3em .65em}.work-scroll[data-astro-cid-ypnb7yod]{max-height:min(56svh,30rem);overflow-y:auto;padding-right:.4rem}.work-cat[data-astro-cid-ypnb7yod]{border-top:1px solid var(--haze);padding:.9rem 0}.work-cat[data-astro-cid-ypnb7yod]:last-child{border-bottom:1px solid var(--haze)}.work-cat[data-astro-cid-ypnb7yod]>summary[data-astro-cid-ypnb7yod],.work-item[data-astro-cid-ypnb7yod]>summary[data-astro-cid-ypnb7yod]{list-style:none;cursor:pointer;display:flex;align-items:baseline;gap:.7rem}.work-cat[data-astro-cid-ypnb7yod]>summary[data-astro-cid-ypnb7yod]::-webkit-details-marker,.work-item[data-astro-cid-ypnb7yod]>summary[data-astro-cid-ypnb7yod]::-webkit-details-marker{display:none}.work-cat-label[data-astro-cid-ypnb7yod]{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--water-hi);flex:1}.work-count[data-astro-cid-ypnb7yod]{font-family:var(--font-mono);font-size:.68rem;color:var(--console-dim)}.work-items[data-astro-cid-ypnb7yod]{list-style:none;margin:.7rem 0 0;padding:0 0 0 .2rem;display:flex;flex-direction:column;gap:.5rem}.work-item[data-astro-cid-ypnb7yod]{border-left:1px solid var(--haze);padding-left:.9rem}.work-item[data-astro-cid-ypnb7yod]>summary[data-astro-cid-ypnb7yod]{padding:.35rem 0}.work-item-title[data-astro-cid-ypnb7yod]{font-family:var(--font-display);font-size:.98rem;color:var(--console);flex:1}.work-item-meta[data-astro-cid-ypnb7yod]{font-family:var(--font-mono);font-size:.65rem;color:var(--console-dim);white-space:nowrap}.cue-chevron[data-astro-cid-ypnb7yod]{width:7px;height:7px;border-right:1px solid var(--console-dim);border-bottom:1px solid var(--console-dim);transform:rotate(-45deg);transition:transform .3s var(--curve-S);flex:none;align-self:center}details[data-astro-cid-ypnb7yod][open]>summary[data-astro-cid-ypnb7yod] .cue-chevron[data-astro-cid-ypnb7yod]{transform:rotate(45deg)}.work-detail[data-astro-cid-ypnb7yod]{padding:0 0 .6rem;max-width:60ch}.work-role[data-astro-cid-ypnb7yod]{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--tungsten);margin:0 0 .4em}.work-body[data-astro-cid-ypnb7yod]{color:var(--console-dim);font-size:.88rem;line-height:1.6;margin:0}@media (prefers-reduced-motion: reduce){.cue-chevron[data-astro-cid-ypnb7yod]{transition:none}}@media (max-width: 640px){.work-cat[data-astro-cid-ypnb7yod]>summary[data-astro-cid-ypnb7yod],.work-item[data-astro-cid-ypnb7yod]>summary[data-astro-cid-ypnb7yod]{flex-wrap:wrap}.work-item-title[data-astro-cid-ypnb7yod]{flex-basis:calc(100% - 2.05rem)}.work-item-meta[data-astro-cid-ypnb7yod]{white-space:normal}}.go-touch[data-astro-cid-2egmgouh]{display:none}@media (hover: none) and (pointer: coarse){.go-desktop[data-astro-cid-2egmgouh]{display:none}.go-touch[data-astro-cid-2egmgouh]{display:inline}}
