:root{--bg:#fff;--fg:#000;--surface:#fbf3e8;--accent:#63d88a;--accent-text:var(--fg);--halftone-alpha:.15;--glow:none;--btn-bg:var(--accent);--btn-fg:#000;--btn-hover-bg:#000;--btn-hover-fg:var(--accent);--rule-w:3px;--rule:var(--rule-w) solid var(--fg);--sticker:6px 6px 0 var(--fg);--font-display:"Archivo Black", Impact, "Arial Black", sans-serif;--font-body:Inter, system-ui, sans-serif;--font-serif:"Source Serif 4", Georgia, "Times New Roman", serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--fs-body:1rem;--fs-lede:1.125rem;--fs-h3:1.5rem;--fs-h2:2.5rem;--fs-display:min(calc((100vw - 1.5 * var(--frame-m) - var(--gutter) - 3px) / 6.95), 13rem);--fs-numeral:clamp(3rem, 8vw, 6rem);--gutter:clamp(1rem, 4vw, 3rem);--frame-m:clamp(1rem, 2.5vw, 2.5rem);--nav-h:4rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#000;--fg:#fff;--surface:#000;--accent-text:var(--accent);--halftone-alpha:.27;--glow:0 0 18px color-mix(in srgb, var(--accent) 55%, transparent);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#000;--fg:#fff;--surface:#000;--accent-text:var(--accent);--halftone-alpha:.27;--glow:0 0 18px color-mix(in srgb, var(--accent) 55%, transparent);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box}::view-transition-old(root){animation-duration:.35s}::view-transition-new(root){animation-duration:.35s}::view-transition-old(theme-toggle){opacity:0;animation:none}::view-transition-new(theme-toggle){animation:none}::view-transition{pointer-events:none}::view-transition-group(site-header){z-index:100}::view-transition-group(theme-toggle){z-index:100}:root:active-view-transition-type(phase-blog,phase-site,nav-forward,nav-back)::view-transition-group(site-header){animation:none}:root:active-view-transition-type(phase-blog,phase-site,nav-forward,nav-back)::view-transition-old(site-header){display:none}:root:active-view-transition-type(phase-blog,phase-site,nav-forward,nav-back)::view-transition-new(site-header){animation:none}:is(:root:active-view-transition-type(phase-blog),:root:active-view-transition-type(phase-site))::view-transition-old(root){display:none}:is(:root:active-view-transition-type(phase-blog),:root:active-view-transition-type(phase-site))::view-transition-new(root){animation:none}::view-transition-old(.phase-forward){animation:.3s cubic-bezier(.55,0,1,.45) both phase-out}::view-transition-old(.phase-back){animation:.3s cubic-bezier(.55,0,1,.45) both phase-out}::view-transition-new(.phase-forward){animation:.38s cubic-bezier(0,.55,.45,1) .26s both phase-in}::view-transition-new(.phase-back){animation:.38s cubic-bezier(0,.55,.45,1) .26s both phase-in}::view-transition-group(.phase-forward){--phase-dir:1}::view-transition-group(.phase-back){--phase-dir:-1}@keyframes phase-out{to{opacity:0;translate:calc(var(--phase-dir) * -72px) 0;filter:drop-shadow(calc(var(--phase-dir) * 18px) 0 0 var(--accent))}}@keyframes phase-in{0%{opacity:0;translate:calc(var(--phase-dir) * 72px) 0;filter:drop-shadow(calc(var(--phase-dir) * 18px) 0 0 var(--accent))}to{filter:drop-shadow(0 0 0 var(--accent))}}::view-transition-old(.nav-forward){animation:.15s ease-in reverse both fade,.4s ease-in-out reverse both slide}::view-transition-old(.nav-back){animation:.15s ease-in reverse both fade,.4s ease-in-out reverse both slide}::view-transition-new(.nav-forward){animation:.21s ease-out .15s both fade,.4s ease-in-out both slide}::view-transition-new(.nav-back){animation:.21s ease-out .15s both fade,.4s ease-in-out both slide}::view-transition-old(.nav-forward){--slide-offset:-48px}::view-transition-new(.nav-back){--slide-offset:-48px}::view-transition-new(.nav-forward){--slide-offset:48px}::view-transition-old(.nav-back){--slide-offset:48px}::view-transition-group(.morph){animation-duration:.4s;animation-timing-function:cubic-bezier(.65,0,.35,1)}::view-transition-image-pair(.morph){animation-name:via-blur}@keyframes fade{0%{opacity:0}}@keyframes slide{0%{translate:var(--slide-offset) 0}}@keyframes via-blur{30%{filter:blur(3px)}}html{background:var(--bg);color:var(--fg);-webkit-text-size-adjust:100%;overflow-x:clip}body{font-family:var(--font-body);font-size:var(--fs-body);background:var(--bg);color:var(--fg);margin:0;font-weight:400;line-height:1.55;overflow-x:clip}h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}a{color:var(--accent-text);text-decoration:underline;text-decoration-thickness:3px;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:.2em;text-decoration-skip-ink:none}@media (hover:hover){a:hover{background:var(--accent);color:#000;text-decoration:none}}:focus-visible{outline:3px solid var(--accent-text);outline-offset:3px}button,input,textarea{font:inherit;color:inherit}::selection{background:var(--accent);color:#000}.display{font-family:var(--font-display);letter-spacing:-.02em;font-weight:400;line-height:.9}.mono{font-family:var(--font-mono);letter-spacing:.02em;font-size:.8125rem}.skip{left:var(--gutter);z-index:100;background:var(--accent);color:#000;padding:.75rem 1rem;text-decoration:none;position:absolute;top:-100px}.skip:focus{top:var(--gutter)}.frame{z-index:1;margin:0 var(--frame-m);border-left:var(--rule);border-right:var(--rule);border-bottom:var(--rule);min-height:100svh;position:relative}.section{--section-pad:clamp(3rem, 8vw, 6rem);padding:var(--section-pad) var(--gutter);position:relative}.section:before{content:"";height:var(--rule-w);background:var(--fg);z-index:2;position:absolute;top:0;left:0;right:0}.sectionGrid{gap:var(--gutter);grid-template-columns:minmax(4rem,2fr) 10fr;align-items:start;display:grid}.numeral{z-index:1;font-family:var(--font-display);font-size:var(--fs-numeral);margin-top:calc(-1 * var(--section-pad) - var(--fs-numeral) * .42);letter-spacing:-.04em;-webkit-user-select:none;user-select:none;justify-self:start;line-height:.75;position:relative}.h2{font-family:var(--font-display);font-weight:400;font-size:var(--fs-h2);letter-spacing:-.02em;line-height:1}.lede{font-size:var(--fs-lede);text-wrap:pretty;max-width:34em}@media (max-width:720px){:root{--nav-h:3.5rem}.sectionGrid{grid-template-columns:1fr;gap:1.25rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}::view-transition-group(*){transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}::view-transition-old(*){transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}::view-transition-new(*){transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}::view-transition-image-pair(*){transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}::view-transition-group(*){animation-delay:0s!important}::view-transition-old(*){animation-delay:0s!important}::view-transition-new(*){animation-delay:0s!important}}
