:root{color-scheme:dark;background:#080808;color:#dedbd4;font-family:'Courier New',Courier,monospace;font-synthesis:none}
*{box-sizing:border-box}body{margin:0}main{min-height:100svh;min-height:100dvh;display:grid;place-items:center;padding:32px 26px;overflow:hidden}[hidden]{display:none!important}
.text-stage{grid-area:1/1;width:min(100%,340px);height:100px;position:relative;transform:translateY(-2vh)}.chapter{position:absolute;inset:0}h1,p{font:400 clamp(18px,4.6vw,22px)/1.6 'Courier New',Courier,monospace;letter-spacing:-.035em;margin:0;min-height:1.6em}p{margin-top:9px;color:#a4a19b}.typed{visibility:hidden}.js .typed{visibility:visible}.cursor{display:inline-block;vertical-align:-.08em;width:1px;height:1.05em;background:#d5d1c9;margin-left:4px;animation:blink 1.05s steps(1,end) infinite}.cursor.writing{animation:none}.cursor.quiet{animation-iteration-count:5;animation-fill-mode:forwards}
button{position:absolute;top:0;left:0;min-height:48px;padding:0 0 12px;border:0;background:none;color:#dedbd4;font:400 clamp(18px,4.6vw,22px)/1.6 'Courier New',Courier,monospace;letter-spacing:-.035em;cursor:pointer;transition:color 200ms}button:hover{color:#ffffff}button:focus-visible{outline:1px solid #eeeeee;outline-offset:8px}
#destination:focus{outline:none}.no-script{grid-area:1/1;align-self:end;margin-bottom:12vh}
@keyframes blink{0%,48%{opacity:1}49%,100%{opacity:0}}
@media(min-width:800px){.text-stage{width:340px}}
@media(prefers-reduced-motion:reduce){.cursor{animation:none}button{transition:none}}

/* A failing light: two uneven outages with long steady intervals. Brightness
   animates independently from the entrance/exit opacity animation. */
#next:not([hidden]):not(:disabled){animation:lamp-flicker 4.8s linear infinite}
#next:hover,#next:focus-visible{animation:none!important;filter:brightness(1)}
@keyframes lamp-flicker{
 0%,20%{filter:brightness(.95)}
 21%,27%{filter:brightness(.13)}
 29%,63%{filter:brightness(1)}
 64%,69%{filter:brightness(.07)}
 71%{filter:brightness(.45)}
 74%,100%{filter:brightness(.95)}
}
@media(prefers-reduced-motion:reduce){#next:not([hidden]):not(:disabled){animation:none;text-decoration:underline;text-underline-offset:6px}}

.soma-brand{position:fixed;z-index:2;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));width:76px;pointer-events:none;mix-blend-mode:screen}.soma-brand img{display:block;width:100%;height:auto;filter:grayscale(1) contrast(1.15);opacity:.85}

.text-stage{height:88px;transform:none;text-align:center}#next{left:50%;transform:translateX(-50%);white-space:nowrap}.soma-brand{left:50%;transform:translateX(-50%)}
