:root{color-scheme:dark;--ink: #f4ead5;--ink-strong: #fff8e8;--ink-muted: #b8a988;--ink-dim: #8a7c64;--bg: #1a1410;--bg-deep: #0f0b08;--bg-warm: #221812;--surface: rgba(244, 234, 213, .04);--surface-strong: rgba(244, 234, 213, .07);--border: rgba(244, 234, 213, .12);--border-strong: rgba(244, 234, 213, .24);--sun: #e97b3c;--sun-deep: #b85522;--dusk: #6b7b95;--brass: #c99c5c;--blood: #8a2f20;--max-width: 1120px;--serif: "Fraunces", "Iowan Old Style", Charter, Georgia, serif;--display: "Instrument Serif", "Fraunces", Georgia, serif;--mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;font-family:var(--serif);font-feature-settings:"ss01","ss02"}html[data-theme=light]{color-scheme:light;--ink: #413126;--ink-strong: #241710;--ink-muted: #705b4c;--ink-dim: #988474;--bg: #f3e4cf;--bg-deep: #e5d0b2;--bg-warm: #eddcc2;--surface: rgba(66, 42, 26, .04);--surface-strong: rgba(66, 42, 26, .08);--border: rgba(66, 42, 26, .14);--border-strong: rgba(66, 42, 26, .24);--sun: #c86a33;--sun-deep: #9f4f22;--dusk: #7a8da4;--brass: #9d753d;--blood: #8a2f20}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-variation-settings:"opsz" 14,"SOFT" 50;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;position:relative;overflow-x:hidden;transition:background-color 1s cubic-bezier(.22,1,.36,1),color .45s ease}html.theme-animating body,html.theme-animating body *,html.theme-animating body *:before,html.theme-animating body *:after{transition:color .5s ease,background-color .82s ease,border-color .56s ease,text-decoration-color .5s ease,box-shadow 1s ease,opacity .65s ease,fill .82s ease,stroke .82s ease}::selection{background:var(--sun);color:var(--bg-deep)}a{color:inherit;text-decoration-color:var(--border-strong);text-underline-offset:.2em}a:hover{text-decoration-color:var(--sun)}img{max-width:100%;display:block}main{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto;padding:0 0 6rem}.site-header{position:sticky;top:0;z-index:10;width:min(var(--max-width),calc(100% - 2rem));margin:0 auto;padding:1rem 0 .4rem;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;background:linear-gradient(180deg,#0f0b08db,#0f0b088f 68%,#0f0b0800);backdrop-filter:blur(10px);transition:background .6s ease,backdrop-filter .6s ease}html[data-theme=light] .site-header{background:linear-gradient(180deg,#f3e4cfeb,#f3e4cfad 68%,#f3e4cf00)}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(201,156,92,.2) 20%,rgba(201,156,92,.35) 50%,rgba(201,156,92,.2) 80%,transparent 100%);opacity:.75;transition:background .6s ease,opacity .6s ease}.site-brand{font-family:var(--serif);font-weight:700;font-variation-settings:"opsz" 72,"SOFT" 0;font-size:1.15rem;letter-spacing:-.01em;text-decoration:none;color:var(--ink-strong)}.site-brand span{display:inline-block;color:var(--ink-muted);font-family:var(--mono);font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;margin-left:.55rem;vertical-align:middle}.site-nav{display:flex;gap:1.25rem;flex-wrap:wrap;font-family:var(--mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.site-nav a{text-decoration:none;color:var(--ink-muted);transition:color .2s ease,transform .2s ease}.site-nav a:hover{color:var(--sun);transform:translateY(-1px)}h1,h2,h3{margin-top:0;color:var(--ink-strong);font-family:var(--serif);font-weight:500;font-variation-settings:"opsz" 144,"SOFT" 30;letter-spacing:-.02em}h1{font-weight:400;line-height:.95}h2{font-size:clamp(1.5rem,3vw,2rem);line-height:1.1}h3{font-size:1.15rem;line-height:1.25}p{margin-top:0;color:var(--ink);line-height:1.65}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--mono);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sun)}.eyebrow:before{content:"";width:1.5rem;height:1px;background:currentColor}.section{padding:4rem 0;border-top:1px solid var(--border);opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.section.is-inview{opacity:1;transform:none}.section:first-of-type{border-top:none}@media(prefers-reduced-motion:reduce){.section{opacity:1;transform:none;transition:none}}.section-head{display:grid;grid-template-columns:10rem 1fr;gap:2rem;margin-bottom:2rem;align-items:baseline}.section-head .eyebrow{padding-top:.5rem}.grid{display:grid;gap:1.5rem}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.75rem}.button{display:inline-flex;align-items:center;gap:.5rem;min-height:2.6rem;padding:.65rem 1.1rem;font-family:var(--mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:999px;border:1px solid var(--border-strong);color:var(--ink-strong);background:linear-gradient(180deg,#f4ead505,#f4ead503);box-shadow:inset 0 0 0 1px #fff8e805;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}html[data-theme=light] .button{background:linear-gradient(180deg,#422a1a08,#422a1a03);box-shadow:inset 0 0 0 1px #24171008}.button:hover{border-color:var(--sun);color:var(--sun);transform:translateY(-1px)}.button.primary{background:linear-gradient(180deg,#f0a85a 0%,var(--sun) 100%);border-color:var(--sun);color:var(--bg-deep)}.button.primary:hover{background:var(--sun-deep);border-color:var(--sun-deep);color:var(--ink-strong)}.button:after{content:"→";font-family:var(--serif);transition:transform .2s ease}.button.primary:before{content:"";width:.38rem;height:.38rem;border-radius:999px;background:currentColor;opacity:.78}.button:not(.primary):before{content:"";width:.6rem;height:1px;background:currentColor;opacity:.5}.button:hover:after{transform:translate(3px)}.card{padding:0}.panel{position:relative;border-top:1px solid rgba(244,234,213,.12);border-bottom:1px solid rgba(244,234,213,.06);background:linear-gradient(180deg,#fff8e804,#fff8e800)}html[data-theme=light] .panel{border-top-color:#422a1a1f;border-bottom-color:#422a1a0f;background:linear-gradient(180deg,#422a1a08,#422a1a00)}.panel:before{content:"";position:absolute;left:0;top:-1px;width:3rem;height:1px;background:linear-gradient(90deg,var(--sun) 0%,transparent 100%);opacity:.75;pointer-events:none}.card h3{margin-bottom:.5rem}.article-shell{padding-top:2.5rem}.article-meta{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:1.5rem;font-family:var(--mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim)}.article-content{max-width:68ch;font-size:1.075rem}.article-content h2,.article-content h3{margin:2.25rem 0 .75rem}.article-content ul,.article-content ol{color:var(--ink);line-height:1.7;padding-left:1.2rem}.article-content code{font-family:var(--mono);font-size:.9em;background:var(--surface-strong);padding:.1rem .35rem;border-radius:2px;color:var(--brass)}.section-title{margin-bottom:1rem}.ground{position:relative;width:min(var(--max-width),calc(100% - 2rem));margin:2.5rem auto 3.5rem;display:flex;align-items:center;gap:1.25rem}.ground-line{flex:1;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border-strong) 12%,var(--border-strong) 88%,transparent 100%);position:relative}.ground-line:before{content:"";position:absolute;left:12%;right:12%;top:4px;height:5px;background-image:radial-gradient(circle at center,var(--ink-dim) 1px,transparent 1.4px);background-size:22px 5px;background-repeat:repeat-x;opacity:.55}.ground-line:after{content:"·";position:absolute;left:38%;top:-14px;color:var(--ink-dim);font-size:1rem;opacity:.5;letter-spacing:.4em}.perch{display:inline-block;width:clamp(140px,20vw,220px);height:2px;position:relative;flex-shrink:0;background:linear-gradient(90deg,transparent 0%,var(--sun) 30%,var(--sun) 100%)}.perch:before{content:"";position:absolute;left:0;top:-5px;width:1px;height:12px;background:var(--sun);opacity:.85}.perch:after{content:"";position:absolute;right:-2px;top:-8px;width:5px;height:5px;border-radius:999px;background:var(--sun);opacity:.85}[data-perch]:not(.ground){position:relative}@media(max-width:800px){.two-columns{grid-template-columns:1fr}.section-head{grid-template-columns:1fr;gap:.75rem}.site-header{padding-top:.8rem;align-items:flex-start;flex-direction:column}.site-brand span{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header-controls[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.95rem;margin-left:auto}.theme-toggle[data-astro-cid-ctg3m53h]{appearance:none;border:1px solid var(--border-strong);border-radius:999px;background:linear-gradient(180deg,#f4ead50d,#f4ead504);color:var(--ink-muted);min-height:2.7rem;width:2.7rem;min-width:2.7rem;padding:.42rem;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 0 0 1px #fff8e805;transition:transform .22s ease,color .22s ease,border-color .22s ease,box-shadow .32s ease}.theme-toggle[data-astro-cid-ctg3m53h]:hover{transform:translateY(-1px);color:var(--sun);border-color:#c99c5c6b;box-shadow:0 10px 24px -18px #e97b3cb3}.theme-toggle[data-astro-cid-ctg3m53h]:focus-visible{outline:2px solid rgba(201,156,92,.55);outline-offset:3px}.theme-toggle__icon[data-astro-cid-ctg3m53h]{position:relative;width:1.2rem;height:1.55rem;display:inline-block;flex-shrink:0}.theme-toggle__bail[data-astro-cid-ctg3m53h],.theme-toggle__top[data-astro-cid-ctg3m53h],.theme-toggle__glass[data-astro-cid-ctg3m53h],.theme-toggle__flame[data-astro-cid-ctg3m53h],.theme-toggle__base[data-astro-cid-ctg3m53h]{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.theme-toggle__bail[data-astro-cid-ctg3m53h]{top:-.03rem;width:.72rem;height:.4rem;border:1px solid currentColor;border-bottom:none;border-radius:.5rem .5rem 0 0;opacity:.75}.theme-toggle__top[data-astro-cid-ctg3m53h]{top:.28rem;width:.92rem;height:.18rem;border-radius:999px;background:currentColor;opacity:.78}.theme-toggle__glass[data-astro-cid-ctg3m53h]{top:.44rem;width:.92rem;height:.72rem;border:1px solid currentColor;border-radius:.2rem .2rem .34rem .34rem;background:linear-gradient(180deg,#f4ead51f,#f4ead508);overflow:hidden}.theme-toggle__glass[data-astro-cid-ctg3m53h]:before,.theme-toggle__glass[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;top:.08rem;bottom:.08rem;width:1px;background:currentColor;opacity:.26}.theme-toggle__glass[data-astro-cid-ctg3m53h]:before{left:.2rem}.theme-toggle__glass[data-astro-cid-ctg3m53h]:after{right:.2rem}.theme-toggle__flame[data-astro-cid-ctg3m53h]{top:.64rem;width:.3rem;height:.42rem;border-radius:50%/58% 58% 42% 42%;background:radial-gradient(circle at 50% 30%,#ffe8b8,#f3b260 55%,#cf672e);box-shadow:0 0 .75rem #e97b3c8c;transform:translate(-50%) translateY(0) scale(.95);transform-origin:center bottom;transition:transform .75s cubic-bezier(.22,1,.36,1),box-shadow .75s ease,opacity .38s ease}.theme-toggle__base[data-astro-cid-ctg3m53h]{bottom:.08rem;width:1rem;height:.16rem;border-radius:999px;background:currentColor;opacity:.78}html[data-theme=light] .theme-toggle[data-astro-cid-ctg3m53h]{color:var(--sun);box-shadow:0 12px 24px -20px #c86a33b3}html[data-theme=light] .theme-toggle__glass[data-astro-cid-ctg3m53h]{background:linear-gradient(180deg,#fff7e4cc,#fff7e44d)}html[data-theme=light] .theme-toggle__flame[data-astro-cid-ctg3m53h]{transform:translate(-50%) translateY(-.56rem) scale(1.18);box-shadow:0 0 1rem #f5bf58c7}@media(max-width:800px){.site-header-controls[data-astro-cid-ctg3m53h]{width:100%;justify-content:space-between}}.crow[data-astro-cid-ujwdm25f]{position:absolute;top:0;left:0;z-index:50;cursor:pointer;pointer-events:auto;will-change:transform;transform:translate3d(-200px,-200px,0)}.crow[data-astro-cid-ujwdm25f]:after{content:"";position:absolute;left:50%;bottom:-3px;width:42px;height:5px;transform:translate(-50%);background:radial-gradient(ellipse,rgba(0,0,0,.5),transparent 70%);pointer-events:none;transition:opacity .3s ease;z-index:1}.coin[data-astro-cid-ujwdm25f]{position:absolute;top:0;left:0;z-index:49;width:28px;height:28px;opacity:0;pointer-events:none;transform:translate3d(-200px,-200px,0) scale(.6);will-change:transform,opacity}.coin-canvas[data-astro-cid-ujwdm25f]{display:block;width:28px;height:28px;image-rendering:pixelated;image-rendering:crisp-edges;filter:drop-shadow(0 7px 12px rgba(0,0,0,.22))}.coin[data-astro-cid-ujwdm25f]:after{content:"";position:absolute;left:50%;bottom:-7px;width:20px;height:7px;transform:translate(-50%);background:radial-gradient(ellipse,rgba(0,0,0,.26),transparent 72%);opacity:.45}.coin[data-astro-cid-ujwdm25f][data-dust=true]:after{animation:coin-dust .48s ease-out}.coin[data-astro-cid-ujwdm25f][data-visible=true]{opacity:1}.coin--pending[data-astro-cid-ujwdm25f]{z-index:48}.crow[data-astro-cid-ujwdm25f][data-flying=true]:after{opacity:0}.crow-canvas[data-astro-cid-ujwdm25f]{display:block;position:relative;z-index:3;image-rendering:pixelated;image-rendering:crisp-edges;filter:drop-shadow(0 3px 7px rgba(0,0,0,.45));transform-origin:50% 100%;transform:scaleX(var(--crow-flip, 1)) rotate(var(--crow-look-tilt, 0deg))}.crow-caw[data-astro-cid-ujwdm25f]{position:absolute;top:-1.5rem;left:50%;z-index:4;font-family:var(--display, serif);font-style:italic;font-size:1.25rem;color:var(--sun, #e97b3c);text-transform:lowercase;letter-spacing:.02em;opacity:0;pointer-events:none;transform:translate(-50%)}.crow-note[data-astro-cid-ujwdm25f]{position:absolute;top:50%;z-index:2;width:clamp(11rem,20vw,15rem);max-width:min(15rem,calc(100vw - 5rem));padding:.48rem .75rem .52rem;border:1px solid rgba(122,90,44,.7);border-radius:.2rem;background:linear-gradient(180deg,#362716fa,#271c11fa);box-shadow:0 10px 24px #00000052,inset 0 1px #ecd7a614;color:var(--ink, #f4ead5);font-family:var(--mono, monospace);font-size:.64rem;letter-spacing:.05em;text-transform:uppercase;line-height:1.55;opacity:0;pointer-events:none;white-space:normal;overflow-wrap:break-word;text-wrap:balance;transition:opacity .18s ease,transform .18s ease}html[data-theme=light] .crow-note[data-astro-cid-ujwdm25f]{border-color:#6e4a2a94;background:linear-gradient(180deg,#faf0defa,#f1e1c8fa);box-shadow:0 10px 24px #422a1a29,inset 0 1px #ffffff6b;color:#3a271b}.crow-note[data-astro-cid-ujwdm25f]:after{content:"";position:absolute;top:50%;width:.65rem;height:.65rem;background:#2d2013fa;border-top:1px solid rgba(122,90,44,.72);border-right:1px solid rgba(122,90,44,.72);transform:translateY(-50%) rotate(45deg)}html[data-theme=light] .crow-note[data-astro-cid-ujwdm25f]:after{background:#f5e6d0fa;border-top-color:#6e4a2a94;border-right-color:#6e4a2a94}.crow-note[data-astro-cid-ujwdm25f]{left:calc(100% + .9rem);transform:translateY(-50%) translate(-8px) rotate(-.4deg);transform-origin:left center}.crow-note[data-astro-cid-ujwdm25f]:after{left:-.4rem}.crow[data-astro-cid-ujwdm25f][data-note-side=left] .crow-note[data-astro-cid-ujwdm25f]{left:auto;right:calc(100% + .9rem);transform:translateY(-50%) translate(8px) rotate(.4deg);transform-origin:right center}.crow[data-astro-cid-ujwdm25f][data-note-side=left] .crow-note[data-astro-cid-ujwdm25f]:after{left:auto;right:-.4rem;transform:translateY(-50%) rotate(225deg)}.crow[data-astro-cid-ujwdm25f]:before{content:"•";position:absolute;top:50%;left:calc(100% + .34rem);color:#c99c5ca6;font-size:.72rem;line-height:1;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.7);transition:opacity .18s ease,transform .18s ease;z-index:2}html[data-theme=light] .crow[data-astro-cid-ujwdm25f]:before{color:#8c5e36d1}.crow[data-astro-cid-ujwdm25f][data-note-side=left]:before{left:auto;right:calc(100% + .34rem)}.crow[data-astro-cid-ujwdm25f][data-note-visible=true] .crow-note[data-astro-cid-ujwdm25f]{opacity:1;transform:translateY(-50%) translate(0) rotate(0)}.crow[data-astro-cid-ujwdm25f][data-note-visible=true]:before{opacity:1;transform:translateY(-50%) scale(1)}.crow[data-astro-cid-ujwdm25f][data-caw=true] .crow-caw[data-astro-cid-ujwdm25f]{animation:crow-caw .8s ease-out}@keyframes crow-caw{0%{opacity:0;transform:translate(-50%) translateY(4px) rotate(-4deg) scale(.7)}25%{opacity:1;transform:translate(-50%) translateY(-8px) rotate(-2deg) scale(1.15)}to{opacity:0;transform:translate(-50%) translateY(-28px) rotate(3deg) scale(.95)}}.crow[data-astro-cid-ujwdm25f][data-spin=true] .crow-canvas[data-astro-cid-ujwdm25f]{animation:crow-spin .8s cubic-bezier(.3,.7,.3,1)}.crow[data-astro-cid-ujwdm25f][data-peck=true] .crow-canvas[data-astro-cid-ujwdm25f]{animation:crow-peck .4s ease-in-out 2}.crow[data-astro-cid-ujwdm25f][data-hop=true]{animation:crow-hop .44s cubic-bezier(.2,.8,.3,1)}@keyframes crow-spin{0%{transform:scaleX(var(--crow-flip, 1)) rotate(var(--crow-look-tilt, 0deg))}to{transform:scaleX(var(--crow-flip, 1)) rotate(calc(var(--crow-look-tilt, 0deg) + 360deg))}}@keyframes crow-peck{0%,to{transform:scaleX(var(--crow-flip, 1)) rotate(var(--crow-look-tilt, 0deg)) translateY(0)}50%{transform:scaleX(var(--crow-flip, 1)) rotate(calc(var(--crow-look-tilt, 0deg) + 10deg)) translateY(2px)}}@keyframes crow-hop{0%,to{transform:translate3d(var(--crow-x, 0),var(--crow-y, 0),0)}45%{transform:translate3d(var(--crow-x, 0),calc(var(--crow-y, 0) - 12px),0)}65%{transform:translate3d(var(--crow-x, 0),calc(var(--crow-y, 0) - 4px),0)}}@keyframes coin-dust{0%{opacity:.15;transform:translate(-50%) scale(.7)}35%{opacity:.5;transform:translate(-50%) scale(1.25)}to{opacity:0;transform:translate(-50%) scale(1.8)}}@media(max-width:600px){.crow-canvas[data-astro-cid-ujwdm25f]{width:66px;height:auto}.crow-note[data-astro-cid-ujwdm25f]{display:none}.crow[data-astro-cid-ujwdm25f]:before{display:none}}
