:root{--ink: #0B0E14;--ink-2: #10141D;--haze: #2F3A4D;--mist: #8A94A6;--paper: #E9E7DF;--sodium: #F4A04B;--sodium-soft: rgba(244, 160, 75, .16);--measure: 34rem;--step--1: clamp(.78rem, .74rem + .2vw, .88rem);--step-0: clamp(1rem, .95rem + .3vw, 1.18rem);--step-1: clamp(1.3rem, 1.15rem + .7vw, 1.7rem);--step-4: clamp(3.2rem, 2rem + 6vw, 7.5rem);--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100svh;background:var(--ink);color:var(--paper);font-family:Hanken Grotesk,system-ui,sans-serif;font-size:var(--step-0);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body:before{content:"";position:fixed;inset:auto 0 0;height:55vh;background:radial-gradient(120% 100% at 30% 100%,#3f54784d,#0b0e1400 62%);pointer-events:none;z-index:0}.grain{position:fixed;inset:0;z-index:2;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.trace{position:fixed;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.9}.trace__line{fill:none;stroke:var(--haze);stroke-width:1.4;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;animation:draw 13s var(--ease) .4s forwards}.trace__comet{fill:none;stroke:var(--sodium);stroke-width:2.2;stroke-linecap:round;filter:url(#glow);stroke-dasharray:.014 1;stroke-dashoffset:1;opacity:0;animation:comet-in 1s ease 12.5s forwards,travel 17s linear 12.5s infinite}@keyframes draw{to{stroke-dashoffset:0}}@keyframes comet-in{to{opacity:1}}@keyframes travel{0%{stroke-dashoffset:1}to{stroke-dashoffset:-.014}}.shell{position:relative;z-index:3;min-height:100svh;display:flex;flex-direction:column;padding:clamp(1.5rem,4vw,3rem)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.wordmark{display:inline-flex;align-items:center;gap:.55rem;font-family:Spline Sans Mono,ui-monospace,monospace;font-size:var(--step--1);letter-spacing:.12em;text-transform:lowercase;color:var(--paper)}.wordmark__dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--sodium);box-shadow:0 0 0 4px var(--sodium-soft)}.tag{font-family:Spline Sans Mono,ui-monospace,monospace;font-size:var(--step--1);letter-spacing:.14em;text-transform:uppercase;color:var(--mist)}.entry{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:var(--measure);padding:clamp(3rem,9vh,7rem) 0}.headword{margin:0;font-family:Fraunces,Georgia,serif;font-optical-sizing:auto;font-weight:340;font-size:var(--step-4);line-height:.96;letter-spacing:-.018em;color:var(--paper)}.pron{margin:1.1rem 0 0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.7rem;font-family:Spline Sans Mono,ui-monospace,monospace;font-size:var(--step--1);color:var(--mist);letter-spacing:.02em}.pron__pos{font-style:italic;color:var(--sodium)}.pron__rule{flex:1;min-width:2rem;height:1px;background:var(--haze)}.def{margin:1.9rem 0 0;font-family:Fraunces,Georgia,serif;font-optical-sizing:auto;font-weight:360;font-size:var(--step-1);line-height:1.42;color:var(--paper)}.def b{font-weight:360;font-style:italic;color:var(--sodium)}.etym{margin:1.4rem 0 0;font-size:var(--step--1);line-height:1.6;color:var(--mist)}.etym i{color:var(--paper);font-style:italic}.notes{margin:2.6rem 0 0;padding:0 0 0 1.1rem;border-left:1px solid var(--haze);display:flex;flex-direction:column;gap:1.05rem}.note{margin:0;font-family:Fraunces,Georgia,serif;font-weight:340;font-style:italic;font-size:var(--step-0);line-height:1.4;color:color-mix(in srgb,var(--paper) 82%,transparent)}.foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem 1.5rem;padding-top:1.5rem;border-top:1px solid color-mix(in srgb,var(--haze) 60%,transparent);font-family:Spline Sans Mono,ui-monospace,monospace;font-size:var(--step--1);letter-spacing:.04em;color:var(--mist)}.status{display:inline-flex;align-items:center;gap:.55rem;color:var(--paper)}.status__pulse{width:.5rem;height:.5rem;border-radius:50%;background:var(--sodium);animation:pulse 3.4s var(--ease) infinite}@keyframes pulse{0%,to{opacity:.35;box-shadow:0 0 0 0 var(--sodium-soft)}50%{opacity:1;box-shadow:0 0 0 5px #f4a04b00}}.foot__place{color:var(--mist)}.rise{opacity:0;transform:translateY(.7rem);animation:rise .9s var(--ease) forwards}.rise.d1{animation-delay:.15s}.rise.d2{animation-delay:.4s}.rise.d3{animation-delay:.65s}.rise.d4{animation-delay:.9s}.rise.d5{animation-delay:1.15s}@keyframes rise{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.trace__line{animation:none;stroke-dashoffset:0}.trace__comet{animation:none;opacity:0}.status__pulse{animation:none;opacity:1}.rise{animation:none;opacity:1;transform:none}}@media(max-width:30rem){.tag{display:none}}
