:root{--paper:#f8f6f1;--ink:#1c1c1a;--muted:#6f6b63;--line:#d8d3ca;--accent:#9c3f2d;--shell:72rem}@property --site-reveal{syntax: "<percentage>";
  inherits: false;
  initial-value: 108%;
}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{margin:0;font-family:noto serif cjk sc,songti sc,stsong,serif;font-size:16px;line-height:1.75}a{color:inherit;text-underline-offset:.18em}a:hover{color:var(--accent)}.shell{width:min(calc(100% - 2rem),var(--shell));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:0;background:var(--ink);color:var(--paper);padding:.5rem 1rem}.skip-link:focus{left:1rem;z-index:1}.site-header{border-bottom:1px solid var(--line)}.header-inner{min-height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-name{font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-weight:700;letter-spacing:.04em;text-decoration:none}.main-nav{display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none}.main-nav a{color:var(--muted);text-decoration:none}.main-nav a[aria-current=page]{color:var(--ink);text-decoration:underline}.hero{padding-block:clamp(5rem,16vw,11rem)clamp(3.5rem,10vw,7rem)}.hero h1,.page-header h1,.article h1{max-width:14ch;margin:.35rem 0 1rem;font-size:clamp(2.4rem,7vw,5.6rem);line-height:1.08;font-weight:600;letter-spacing:-.045em}.eyebrow{margin:0;color:var(--accent);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.lead{max-width:42rem;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.section-block{padding-block:3.5rem;border-top:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-heading h2{margin:.25rem 0 0;font-size:clamp(1.65rem,4vw,2.5rem);line-height:1.2}.card-grid,.entry-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.entry-card{min-height:13rem;padding:1.25rem;border:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.entry-card h3{margin:.5rem 0;font-size:1.25rem;line-height:1.35}.entry-card h3 a{text-decoration:none}.entry-card p:not(.eyebrow){margin:0;color:var(--muted)}.entry-card time{margin-top:auto;padding-top:1rem;color:var(--muted);font-size:.82rem}.empty-state{color:var(--muted)}.page-header{padding-block:5rem 2rem}.subsection-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.subsection-link{padding:1rem 1.25rem;border:1px solid var(--line);text-decoration:none}.subsection-link span,.subsection-link small{display:block}.subsection-link small{color:var(--muted)}.article{width:min(calc(100% - 2rem),48rem);padding-block:5rem}.article-header{padding-bottom:2.5rem;border-bottom:1px solid var(--line)}.article-header h1{max-width:none;font-size:clamp(2.2rem,6vw,4.5rem)}.meta{color:var(--muted);font-size:.9rem}.prose{padding-block:2rem}.prose p,.prose li{max-width:42em}.prose img{display:block;max-width:100%;height:auto}.prose pre{overflow-x:auto;padding:1rem;background:#ece8df}.work-facts{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin:2rem 0 0}.work-facts div{min-width:7rem}.work-facts dt{color:var(--muted);font-size:.82rem}.work-facts dd{margin:.2rem 0 0}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-list a{color:var(--muted);font-size:.9rem}.site-footer{padding-block:2rem;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.site-footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.5rem}.site-footer a{color:inherit;text-underline-offset:.2em}.site-footer a:hover{color:var(--accent)}@media(max-width:44rem){.header-inner{align-items:flex-start;flex-direction:column;padding-block:1rem}.card-grid,.entry-list,.subsection-list{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}}@media(prefers-color-scheme:dark){:root{--paper:#1b1b19;--ink:#efede7;--muted:#b7b2a8;--line:#45433f;--accent:#e59a7f}.prose pre{background:#292825}}body{--home-paper:#f3eee4;--home-paper-light:#faf6ed;--home-paper-deep:#e8dfd0;--home-ink:#292923;--home-muted:#746d63;--home-rule:#c8beaf;--home-vermilion:#ac4f3c;--home-night:#080e18;--home-night-soft:#101827;--home-night-rule:#2b3b57;--home-night-text:#e1d4c2;--home-night-muted:#91a2ba;--home-amber:#d7a66f;--home-coral:#cc7975;--home-cyan:#78a6b5;--home-terminator:#f4b95b;min-width:320px;background:var(--home-paper);color:var(--home-ink);transition:background .45s ease .25s,color .45s ease .25s}html[data-site-mode=night] body{background:var(--home-night);color:var(--home-night-text)}.home-header{position:relative;z-index:40;border-color:var(--home-rule);background:var(--home-paper);color:var(--home-ink);transition:background .45s ease .25s,border-color .45s ease .25s,color .45s ease .25s}html[data-site-mode=night] .home-header{border-color:var(--home-night-rule);background:var(--home-night);color:var(--home-night-text)}.home-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(calc(100% - 3rem),88rem);min-height:5rem;margin-inline:auto}.home-header .site-name{display:inline-flex;gap:.65rem;align-items:baseline;justify-self:start;color:inherit}.home-header .site-name strong{font-family:noto serif cjk sc,songti sc,stsong,serif;font-size:.88rem;font-weight:600;letter-spacing:.1em}.home-header .site-name small{color:var(--home-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.55rem;font-weight:500;letter-spacing:.07em}html[data-site-mode=night] .home-header .site-name small{color:var(--home-night-muted)}.home-nav{display:flex;gap:1.7rem;justify-self:center}.home-nav a{padding-block:.35rem;color:var(--home-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.64rem;letter-spacing:.05em;text-decoration:none}html[data-site-mode=night] .home-nav a{color:var(--home-night-muted)}.home-nav a:hover,.home-nav a:focus-visible{color:var(--home-vermilion)}.home-sky-switch{display:inline-flex;align-items:center;gap:.65rem;justify-self:end;border:0;padding:0;background:0 0;color:var(--home-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.61rem;cursor:pointer;touch-action:none;user-select:none}html[data-site-mode=night] .home-sky-switch{color:var(--home-night-muted)}.home-sky-track{position:relative;display:block;width:5.7rem;height:2.25rem;overflow:hidden;border:1px solid #b7aa99;border-radius:999px;background:linear-gradient(100deg,#cbd9df 0 42%,#dda478 52%,#293852 62% 100%);box-shadow:inset 0 0 1rem rgb(55 51 45/9%)}html[data-site-mode=night] .home-sky-track{border-color:#405270}.home-sky-track::before{position:absolute;border-radius:50%;content:"";pointer-events:none}.home-sky-track::before{top:.52rem;right:.65rem;width:.13rem;height:.13rem;background:#d9e4ee;box-shadow:-.9rem .73rem #879ab2,.22rem .82rem #687d99}.home-sky-orb{position:absolute;top:50%;left:.38rem;z-index:2;width:1.45rem;height:1.45rem;transform:translate(0,-50%);border-radius:50%;background:radial-gradient(circle at 35% 32%,#fff4cb 0 16%,transparent 17%),#e5ad58;box-shadow:0 0 0 .28rem rgb(244 184 91/.16),0 0 .85rem rgb(238 180 90/.7);transition:transform .7s cubic-bezier(.22,1,.36,1),background .5s ease,box-shadow .5s ease}html[data-site-mode=night] .home-sky-orb{transform:translate(3.45rem,-50%);background:radial-gradient(circle at 64% 34%,#8f9db1 0 10%,transparent 11%),radial-gradient(circle at 42% 62%,#929fb2 0 7%,transparent 8%),#dce3e8;box-shadow:0 0 0 .26rem rgb(153 176 202/.11),0 0 1rem rgb(165 188 214/.48)}.home-stage{position:relative;min-height:max(46rem,calc(100svh - 5rem));overflow:hidden;background:var(--home-paper)}.home-view{position:absolute;inset:0}.home-day-view{z-index:1;display:grid;grid-template-rows:minmax(18rem,.86fr)1fr;padding:clamp(2.2rem,4.5vw,4.8rem)max(2rem,calc((100vw - 84rem)/2));background:radial-gradient(circle at 82% 24%,rgb(190 105 69/.1),transparent 17rem),linear-gradient(174deg,transparent 56%,rgb(185 98 66/7%) 56.2%,transparent 56.5%),var(--home-paper);color:var(--home-ink)}.home-day-title{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(18rem,.48fr);gap:clamp(2rem,6vw,7rem);align-items:start}.home-micro{margin:0;color:var(--home-vermilion);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.68rem;letter-spacing:.12em}.home-day-title h1{margin:.9rem 0 0;font-size:clamp(3.2rem,5.25vw,6.4rem);font-weight:400;line-height:.92;letter-spacing:-.075em}.home-day-title h1 span{display:block;white-space:nowrap}.home-day-title>p{margin:.8rem 0 0;color:var(--home-muted);line-height:1.9}.home-regions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--home-rule);border-bottom:1px solid var(--home-rule)}.home-region{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:1.5rem;border-right:1px solid var(--home-rule);background:rgb(255 252 244/.24);color:var(--home-ink);text-decoration:none;transition:background .2s ease,transform .2s ease}.home-region:last-child{border-right:0}.home-region:hover,.home-region:focus-visible{background:rgb(255 252 244/.78);color:var(--home-ink);outline:none;transform:translateY(-.4rem)}.home-region small{color:var(--home-vermilion);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.61rem;letter-spacing:.08em}.home-region h2{margin:1.4rem 0 .55rem;font-size:clamp(1.6rem,2.5vw,2.5rem);font-weight:400;line-height:1.2}.home-region p{margin:0;color:var(--home-muted);font-size:.78rem;line-height:1.7}.home-region-footer{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-top:1.2rem;color:var(--home-vermilion);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.63rem}.home-region-footer span:last-child{margin-left:auto}.home-night-view{--site-reveal:108%;z-index:3;display:grid;grid-template-rows:auto auto minmax(0,1fr)auto;padding:1rem max(1rem,calc((100vw - 84rem)/2))0;-webkit-mask-image:linear-gradient( 80deg,transparent calc(var(--site-reveal) - 5%),rgb(0 0 0/.16) calc(var(--site-reveal) - 2%),rgb(0 0 0/.72) calc(var(--site-reveal) + 2%),#000 calc(var(--site-reveal) + 5%) );mask-image:linear-gradient( 80deg,transparent calc(var(--site-reveal) - 5%),rgb(0 0 0/.16) calc(var(--site-reveal) - 2%),rgb(0 0 0/.72) calc(var(--site-reveal) + 2%),#000 calc(var(--site-reveal) + 5%) );background:radial-gradient(circle at 54% 48%,rgb(63 86 120/.14),transparent 28rem),var(--home-night);color:var(--home-night-text);pointer-events:none;transition:--site-reveal 1s cubic-bezier(.76,0,.24,1)}html[data-site-mode=night] .home-night-view{--site-reveal:-16%;pointer-events:auto}.home-night-top,.home-night-status{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--home-night-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.62rem;letter-spacing:.045em}.home-night-top{min-height:3rem}.home-night-top h1{margin:0;color:#bdcad9;font:inherit}.home-night-intro{position:relative;z-index:5;padding:1.15rem 1rem 1.35rem;text-align:center}.home-night-intro h2{margin:0;color:var(--home-night-text);font-family:noto serif cjk sc,songti sc,stsong,serif;font-size:clamp(1.7rem,3.2vw,3rem);font-weight:400;letter-spacing:-.035em}.home-night-intro p{min-height:1.5em;margin:.55rem 0 0;color:var(--home-night-muted);font-size:.76rem;line-height:1.6}.home-starfield{position:relative;min-height:35rem;overflow:hidden;border:1px solid var(--home-night-rule);border-radius:.55rem .55rem 0 0;background:linear-gradient(rgb(74 98 133/5%) 1px,transparent 1px),linear-gradient(90deg,rgb(74 98 133/4%) 1px,transparent 1px),radial-gradient(circle at 50% 55%,rgb(72 101 138/9%),transparent 27rem),#0a111e;background-size:7rem 7rem,7rem 7rem,auto,auto}.home-starfield::before{position:absolute;inset:0;background-image:radial-gradient(circle at 8% 24%,#8497ad 0 1px,transparent 1.5px),radial-gradient(circle at 21% 71%,#506279 0 1px,transparent 1.5px),radial-gradient(circle at 39% 17%,#8497ae 0 1px,transparent 1.5px),radial-gradient(circle at 49% 85%,#71859c 0 1px,transparent 1.5px),radial-gradient(circle at 72% 28%,#596d87 0 1px,transparent 1.5px),radial-gradient(circle at 91% 67%,#8297ae 0 1px,transparent 1.5px);content:"";opacity:.48;pointer-events:none}.home-orbit{position:absolute;top:52%;left:50%;width:min(38rem,66%);aspect-ratio:1.8;transform:translate(-50%,-50%)rotate(-8deg);border:1px solid rgb(105 132 166/.16);border-radius:50%;pointer-events:none}.home-orbit::before{position:absolute;inset:22%;border:1px solid rgb(105 132 166/.16);border-radius:50%;content:""}.home-orbit::after,.site-star-orbit::after{position:absolute;inset:42%;border:1px solid rgb(105 132 166/.16);border-radius:50%;content:""}.home-star{--star-core-size:.72rem;--star-halo-size:1.4rem;--star-halo-inset:-.34rem;position:absolute;left:var(--star-x);top:var(--star-y);z-index:4;display:grid;width:var(--star-halo-size);height:var(--star-halo-size);place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:0 0;color:var(--star-color);text-decoration:none;animation:home-star-breathe var(--star-twinkle-duration,4.4s)ease-in-out var(--star-delay)infinite;transition:opacity .2s ease,transform .24s ease}.home-star[data-home-kind=build]{--star-color:var(--home-amber)}.home-star[data-home-kind=write]{--star-color:var(--home-coral)}.home-star[data-home-kind=now]{--star-color:var(--home-cyan)}.star-core{position:relative;width:var(--star-core-size);height:var(--star-core-size);border-radius:50%;background:currentColor;box-shadow:0 0 .28rem color-mix(in srgb,currentColor 62%,transparent);pointer-events:none}.star-core::before{position:absolute;inset:var(--star-halo-inset);border-radius:50%;background:radial-gradient( circle,color-mix(in srgb,currentColor 16%,transparent) 0,color-mix(in srgb,currentColor 11%,transparent) 38%,color-mix(in srgb,currentColor 5%,transparent) 72%,transparent 100% );content:"";pointer-events:none}.home-star::before,.site-star::before{position:absolute;inset:-.25rem;border:1px solid color-mix(in srgb,currentColor 58%,transparent);border-radius:50%;box-shadow:0 0 .6rem color-mix(in srgb,currentColor 28%,transparent);content:"";opacity:.18;pointer-events:none;transform:scale(.72);animation:star-halo-pulse var(--star-halo-duration,5.8s)ease-in-out var(--star-halo-delay,var(--star-delay))infinite}.home-star::after{position:absolute;top:calc(100% + .65rem);left:50%;width:max-content;max-width:10rem;transform:translateX(-50%);color:var(--home-night-text);content:attr(data-home-title);font-family:noto sans cjk sc,pingfang sc,sans-serif;font-size:.7rem;line-height:1.35;opacity:0;pointer-events:none;text-align:center;text-shadow:0 0 .8rem var(--home-night),0 0 .8rem var(--home-night);transition:opacity .2s ease}.home-star[data-edge=left]::after{left:0;transform:translateX(-.2rem);text-align:left}.home-star[data-edge=right]::after{right:0;left:auto;transform:translateX(.2rem);text-align:right}.home-star:hover,.home-star:focus-visible,.home-star.is-selected{transform:translate(-50%,-50%)scale(1.7);color:var(--star-color);outline:none;animation-play-state:paused}.home-star:hover .star-core::before,.home-star:focus-visible .star-core::before,.home-star.is-selected .star-core::before,.site-star:hover .star-core::before,.site-star:focus-visible .star-core::before,.site-star.is-selected .star-core::before{background:radial-gradient( circle,color-mix(in srgb,currentColor 38%,transparent) 0,color-mix(in srgb,currentColor 24%,transparent) 38%,color-mix(in srgb,currentColor 9%,transparent) 72%,transparent 100% )}.home-star:hover::after,.home-star:focus-visible::after,.home-star.is-selected::after{opacity:1}.home-star.is-muted{animation:none;opacity:0;pointer-events:none}@keyframes home-star-breathe{0%,100%{opacity:.76}50%{opacity:1}}@keyframes star-halo-pulse{0%,100%{opacity:.14;transform:scale(.72)}50%{opacity:.54;transform:scale(1.34)}}.home-star-detail{position:absolute;top:1.35rem;right:1.35rem;z-index:7;width:min(24rem,calc(100% - 2.7rem));padding:1rem 1.15rem;border:1px solid #40526f;background:rgb(13 21 35/.91);color:var(--home-night-muted);font-family:noto sans cjk sc,pingfang sc,sans-serif;font-size:.77rem;font-style:normal;line-height:1.65;backdrop-filter:blur(12px)}.home-star-detail small{display:block;margin-bottom:.3rem;color:var(--home-coral);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.57rem;letter-spacing:.1em}.home-star-detail strong{display:block;margin-bottom:.18rem;color:var(--home-night-text);font-family:noto serif cjk sc,songti sc,stsong,serif;font-size:1rem;font-weight:400}.home-field-mark{position:absolute;bottom:1.3rem;left:1.4rem;z-index:3;margin:0;color:#7792ab;font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.59rem;letter-spacing:.07em}.home-night-status{min-height:3.5rem;margin-inline:calc(max(1rem,(100vw - 84rem)/2) * -1);padding:.8rem max(1rem,calc((100vw - 84rem)/2));border-top:1px solid var(--home-night-rule);background:var(--home-night-soft)}.home-star-legend{display:flex;gap:1.1rem;flex-wrap:wrap}.home-star-legend button{display:inline-flex;align-items:center;min-height:2.25rem;border:0;padding:.35rem .1rem;background:0 0;color:var(--home-night-text);font:inherit;letter-spacing:inherit;cursor:pointer;transition:color .2s ease,opacity .2s ease}.home-star-legend button[aria-pressed=false]{color:var(--home-night-muted);opacity:.38}.home-star-legend button:focus-visible{outline:1px solid var(--home-cyan);outline-offset:.25rem}.home-star-legend i{display:inline-block;width:.4rem;height:.4rem;margin-right:.35rem;border-radius:50%;background:var(--legend);box-shadow:0 0 .65rem var(--legend)}.home-star-legend button[aria-pressed=false] i{box-shadow:none}.home-night-status b{font-weight:400}body.site-is-transitioning .home-night-view::before,body.site-is-transitioning .archive-mode::before,body.site-is-transitioning .entry-mode::before,body.site-is-transitioning .not-found-mode::before{--site-reveal:inherit;position:absolute;inset:0;z-index:20;background:linear-gradient( 80deg,transparent calc(var(--site-reveal) - 13%),color-mix(in srgb,var(--home-terminator) 18%,transparent) calc(var(--site-reveal) - 8%),color-mix(in srgb,var(--home-terminator) 78%,transparent) var(--site-reveal),color-mix(in srgb,var(--home-night) 58%,var(--home-terminator)) calc(var(--site-reveal) + 8%),transparent calc(var(--site-reveal) + 13%) );content:"";pointer-events:none}.site-footer{position:relative;z-index:30;border-color:var(--home-rule);background:var(--home-paper);color:var(--home-muted);transition:background .45s ease .25s,border-color .45s ease .25s,color .45s ease .25s}html[data-site-mode=night] .site-footer{border-color:var(--home-night-rule);background:var(--home-night);color:var(--home-night-muted)}@media(max-width:52rem){.home-header-inner{grid-template-columns:1fr auto}.home-nav{display:none}.home-day-title{grid-template-columns:1fr;gap:.7rem}.home-day-view{grid-template-rows:minmax(18rem,auto)1fr}.home-day-title h1 span{white-space:normal}}@media(max-width:38.75rem){.home-header-inner{width:calc(100% - 1.6rem);min-height:4.5rem}.home-sky-switch{gap:.4rem}.home-sky-switch>span:last-child{display:none}.home-stage{min-height:54.5rem}.home-day-view{grid-template-rows:auto 1fr;gap:2rem;padding:2rem 1rem}.home-day-title h1{font-size:3.45rem}.home-day-title>p{font-size:.86rem}.home-regions{grid-template-columns:1fr}.home-region{border-right:0;border-bottom:1px solid var(--home-rule)}.home-region:last-child{border-bottom:0}.home-region h2{margin-top:.7rem}.home-region p{display:none}.home-night-view{padding-inline:.65rem}.home-night-intro{padding:.8rem .5rem 1rem}.home-starfield{min-height:44rem;background-size:5rem 5rem,5rem 5rem,auto,auto}.home-orbit{width:82%}.home-star-detail{display:none}.home-night-status{align-items:flex-start;flex-direction:column;min-height:4.6rem;margin-inline:-.65rem;padding-inline:.75rem}.home-night-status>span{display:none}}@media(prefers-reduced-motion:reduce){body.home-page *,body.home-page *::before,body.home-page *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.archive-page,.entry-page,.not-found-page{position:relative;display:grid;min-height:max(42rem,calc(100svh - 5rem));overflow:hidden;background:var(--home-paper);color:var(--home-ink)}html[data-site-mode=night] .archive-page,html[data-site-mode=night] .entry-page,html[data-site-mode=night] .not-found-page{background:var(--home-night);color:var(--home-night-text)}.archive-mode,.entry-mode,.not-found-mode{position:relative;grid-area:1/1;display:none;min-width:0;min-height:inherit}html[data-site-mode=day] .archive-day-mode,html[data-site-mode=day] .entry-day-mode,html[data-site-mode=day] .not-found-day,html[data-site-mode=night] .archive-night-mode,html[data-site-mode=night] .entry-night-mode,html[data-site-mode=night] .not-found-night{display:block}body.site-is-transitioning .archive-mode,body.site-is-transitioning .entry-mode,body.site-is-transitioning .not-found-mode{display:block;pointer-events:none}.archive-day-mode,.entry-day-mode,.not-found-day{background:var(--home-paper);color:var(--home-ink)}.archive-night-mode,.entry-night-mode,.not-found-night{background:var(--home-night);color:var(--home-night-text)}html[data-site-mode=night] body.site-is-transitioning .archive-day-mode,html[data-site-mode=night] body.site-is-transitioning .entry-day-mode,html[data-site-mode=night] body.site-is-transitioning .not-found-day,html[data-site-mode=day] body.site-is-transitioning .archive-night-mode,html[data-site-mode=day] body.site-is-transitioning .entry-night-mode,html[data-site-mode=day] body.site-is-transitioning .not-found-night{z-index:1}html[data-site-mode=night] body.site-is-transitioning .archive-night-mode,html[data-site-mode=night] body.site-is-transitioning .entry-night-mode,html[data-site-mode=night] body.site-is-transitioning .not-found-night{--site-reveal:108%;z-index:2;-webkit-mask-image:linear-gradient( 80deg,transparent calc(var(--site-reveal) - 5%),rgb(0 0 0/.16) calc(var(--site-reveal) - 2%),rgb(0 0 0/.72) calc(var(--site-reveal) + 2%),#000 calc(var(--site-reveal) + 5%) );mask-image:linear-gradient( 80deg,transparent calc(var(--site-reveal) - 5%),rgb(0 0 0/.16) calc(var(--site-reveal) - 2%),rgb(0 0 0/.72) calc(var(--site-reveal) + 2%),#000 calc(var(--site-reveal) + 5%) );animation:site-mode-reveal-night 1s cubic-bezier(.76,0,.24,1)both;will-change:mask-image}html[data-site-mode=day] body.site-is-transitioning .archive-day-mode,html[data-site-mode=day] body.site-is-transitioning .entry-day-mode,html[data-site-mode=day] body.site-is-transitioning .not-found-day{--site-reveal:-18%;z-index:2;-webkit-mask-image:linear-gradient( 80deg,#000 calc(var(--site-reveal) - 5%),rgb(0 0 0/.72) calc(var(--site-reveal) - 2%),rgb(0 0 0/.16) calc(var(--site-reveal) + 2%),transparent calc(var(--site-reveal) + 5%) );mask-image:linear-gradient( 80deg,#000 calc(var(--site-reveal) - 5%),rgb(0 0 0/.72) calc(var(--site-reveal) - 2%),rgb(0 0 0/.16) calc(var(--site-reveal) + 2%),transparent calc(var(--site-reveal) + 5%) );animation:site-mode-reveal-day 1s cubic-bezier(.76,0,.24,1)both;will-change:mask-image}@keyframes site-mode-reveal-night{from{--site-reveal:108%}to{--site-reveal:-16%}}@keyframes site-mode-reveal-day{from{--site-reveal:-18%}to{--site-reveal:108%}}.archive-day-inner{width:min(calc(100% - 3rem),84rem);margin-inline:auto;padding:clamp(3.5rem,8vw,7.5rem)0 6rem}.archive-day-header{display:grid;grid-template-columns:minmax(0,1.15fr)minmax(18rem,.5fr);gap:clamp(2rem,7vw,8rem);align-items:end;padding-bottom:clamp(3rem,7vw,6rem)}.archive-kicker,.entry-kicker{margin:0;color:var(--home-vermilion);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.68rem;letter-spacing:.12em}.archive-day-header h1{margin:.75rem 0 0;font-size:clamp(3.4rem,7vw,7rem);font-weight:400;line-height:.92;letter-spacing:-.07em}.archive-day-header>div:last-child{color:var(--home-muted);font-size:.9rem;line-height:1.85}.archive-day-header>div:last-child p{margin:0 0 1rem}.archive-day-header a,.archive-night-header a,.entry-context a,.entry-night-context a,.entry-neighbors a{color:inherit;font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.65rem;text-decoration:none}.archive-subregions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:2.5rem;border-top:1px solid var(--home-rule);border-bottom:1px solid var(--home-rule)}.archive-subregions a{display:flex;flex-direction:column;min-height:17rem;padding:1.5rem;border-right:1px solid var(--home-rule);color:var(--home-ink);text-decoration:none;transition:background .2s ease,transform .2s ease}.archive-subregions a:last-child{border-right:0}.archive-subregions a:hover,.archive-subregions a:focus-visible{background:var(--home-paper-light);outline:none;transform:translateY(-.35rem)}.archive-subregions small{color:var(--home-vermilion);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.6rem;letter-spacing:.08em}.archive-subregions strong{margin-top:auto;font-size:clamp(1.45rem,2.5vw,2.2rem);font-weight:400}.archive-subregions span{margin-top:.5rem;color:var(--home-muted);font-size:.78rem;line-height:1.65}.archive-subregions i{align-self:end;margin-top:1rem;color:var(--home-vermilion);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.62rem;font-style:normal}.archive-entry-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--home-rule)}.archive-entry-list .entry-card{min-height:17rem;padding:1.5rem;border:0;border-right:1px solid var(--home-rule);border-bottom:1px solid var(--home-rule);background:0 0}.archive-entry-list .entry-card:nth-child(2n){border-right:0}.entry-card-code{margin:0;color:var(--home-vermilion);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.62rem;letter-spacing:.09em;text-transform:uppercase}.archive-entry-list .entry-card h2{margin:1.4rem 0 .7rem;font-size:clamp(1.55rem,3vw,2.4rem);font-weight:400;line-height:1.2}.archive-entry-list .entry-card h2 a{text-decoration:none}.archive-entry-list .entry-card>p:not(.entry-card-code){margin:0;color:var(--home-muted)}.archive-entry-list .entry-card footer{display:flex;justify-content:space-between;width:100%;margin-top:auto;padding-top:1.5rem;color:var(--home-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.62rem}.archive-entry-list .entry-card footer a{color:var(--home-vermilion);text-decoration:none}.archive-empty{min-height:22rem;padding:clamp(3rem,8vw,7rem);border-top:1px solid var(--home-rule);border-bottom:1px solid var(--home-rule);text-align:center}.archive-empty h2{margin:1rem 0;font-size:clamp(2rem,5vw,4rem);font-weight:400}.archive-empty>p:last-child{max-width:34rem;margin-inline:auto;color:var(--home-muted)}.archive-night-inner{width:min(calc(100% - 3rem),88rem);margin-inline:auto;padding:2rem 0 4rem}.archive-night-header{display:grid;grid-template-columns:minmax(0,1fr)minmax(18rem,.45fr);gap:3rem;align-items:end;padding:1rem 0 2rem}.archive-night-header>div:first-child>p,.archive-night-header>div:last-child{color:var(--home-night-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.63rem;line-height:1.75;letter-spacing:.06em}.archive-night-header h1{margin:.7rem 0 0;color:var(--home-night-text);font-size:clamp(2.5rem,6vw,5.5rem);font-weight:400;line-height:.95;letter-spacing:-.055em}.archive-night-header>div:last-child p{margin:0 0 .8rem}.site-star-browser{color:var(--home-night-muted)}.site-star-browser-top,.site-star-browser-status{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3rem;font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.62rem;letter-spacing:.04em}.site-star-browser-top strong{color:#bdcad9;font-weight:400}.site-star-map{position:relative;min-height:max(36rem,calc(100svh - 20rem));overflow:hidden;border:1px solid var(--home-night-rule);border-radius:.55rem .55rem 0 0;background:linear-gradient(rgb(74 98 133/5%) 1px,transparent 1px),linear-gradient(90deg,rgb(74 98 133/4%) 1px,transparent 1px),radial-gradient(circle at 50% 55%,rgb(72 101 138/9%),transparent 27rem),#0a111e;background-size:7rem 7rem,7rem 7rem,auto,auto}.site-star-map::before{position:absolute;inset:0;background-image:radial-gradient(circle at 8% 24%,#8497ad 0 1px,transparent 1.5px),radial-gradient(circle at 21% 71%,#506279 0 1px,transparent 1.5px),radial-gradient(circle at 39% 17%,#8497ae 0 1px,transparent 1.5px),radial-gradient(circle at 49% 85%,#71859c 0 1px,transparent 1.5px),radial-gradient(circle at 72% 28%,#596d87 0 1px,transparent 1.5px),radial-gradient(circle at 91% 67%,#8297ae 0 1px,transparent 1.5px);content:"";opacity:.48;pointer-events:none}.site-star-orbit{position:absolute;top:52%;left:50%;width:min(38rem,66%);aspect-ratio:1.8;transform:translate(-50%,-50%)rotate(-8deg);border:1px solid rgb(105 132 166/.16);border-radius:50%;pointer-events:none}.site-star-orbit::before{position:absolute;inset:22%;border:1px solid rgb(105 132 166/.16);border-radius:50%;content:""}.site-star{--star-core-size:.74rem;--star-halo-size:1.42rem;--star-halo-inset:-.34rem;position:absolute;left:var(--star-x);top:var(--star-y);z-index:4;display:grid;width:var(--star-halo-size);height:var(--star-halo-size);place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:0 0;color:var(--star-color);animation:home-star-breathe var(--star-twinkle-duration,4.4s)ease-in-out var(--star-delay)infinite;transition:opacity .2s ease,transform .24s ease}.site-star[data-star-kind=build]{--star-color:var(--home-amber)}.site-star[data-star-kind=write]{--star-color:var(--home-coral)}.site-star[data-star-kind=now]{--star-color:var(--home-cyan)}.site-star.is-portal{--star-core-size:1rem;--star-halo-inset:-.21rem}.site-star.is-portal .star-core{border:2px solid;background:0 0}.site-star::after{position:absolute;top:calc(100% + .65rem);left:50%;width:max-content;max-width:10rem;transform:translateX(-50%);color:var(--home-night-text);content:attr(data-star-title);font-family:noto sans cjk sc,pingfang sc,sans-serif;font-size:.7rem;line-height:1.35;opacity:0;pointer-events:none;text-align:center;text-shadow:0 0 .8rem var(--home-night),0 0 .8rem var(--home-night);transition:opacity .2s ease}.site-star[data-edge=left]::after{left:0;transform:translateX(-.2rem);text-align:left}.site-star[data-edge=right]::after{right:0;left:auto;transform:translateX(.2rem);text-align:right}.site-star:hover,.site-star:focus-visible,.site-star.is-selected{transform:translate(-50%,-50%)scale(1.7);color:var(--star-color);outline:none;animation-play-state:paused}.site-star:hover::after,.site-star:focus-visible::after,.site-star.is-selected::after{opacity:1}.site-star.is-muted{opacity:.09;pointer-events:none}.site-star-detail{position:absolute;top:1.35rem;right:1.35rem;z-index:7;width:min(24rem,calc(100% - 2.7rem));padding:1rem 1.15rem;border:1px solid #40526f;background:rgb(13 21 35/.91);color:var(--home-night-muted);font-family:noto sans cjk sc,pingfang sc,sans-serif;font-size:.77rem;font-style:normal;line-height:1.65;backdrop-filter:blur(12px)}.site-star-detail small{display:block;color:var(--home-coral);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.57rem;letter-spacing:.1em}.site-star-detail strong{display:block;margin:.3rem 0 .18rem;color:var(--home-night-text);font-family:noto serif cjk sc,songti sc,stsong,serif;font-size:1rem;font-weight:400}.site-star-mark{position:absolute;bottom:1.3rem;left:1.4rem;z-index:3;margin:0;color:#7792ab;font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.59rem;letter-spacing:.07em}.site-star-browser-status{min-height:3.5rem;padding-inline:1rem;border-top:1px solid var(--home-night-rule);background:var(--home-night-soft)}.site-star-browser-status b{font-weight:400}.entry-day-inner{width:min(calc(100% - 3rem),54rem);margin-inline:auto;padding:2.2rem 0 7rem}.entry-context,.entry-night-context,.entry-neighbors{display:flex;justify-content:space-between;gap:1rem;color:var(--home-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.64rem}.entry-day-header{padding:clamp(3rem,8vw,7rem)0 3rem}.entry-day-header h1{margin:.8rem 0 1.2rem;font-size:clamp(2.7rem,5.8vw,5.2rem);font-weight:400;line-height:1;letter-spacing:-.065em}.entry-day-header>p:not(.entry-kicker){max-width:38rem;margin:0;color:var(--home-muted);font-size:1.02rem}.entry-reading-slot{min-height:10rem}.entry-reading-payload{padding-block:2.5rem}.entry-prose{font-size:1.04rem;line-height:1.95}.entry-prose p,.entry-prose li{max-width:42em}.entry-verbatim-stanza{white-space:pre-wrap}.entry-verbatim-stanza+.entry-verbatim-stanza{margin-top:1.5em}.entry-form-poetry .entry-verbatim{text-align:center}.entry-verbatim hr{width:4rem;margin:2.4rem 0;border:0;border-top:1px solid var(--home-rule)}.entry-form-poetry .entry-verbatim hr{margin-inline:auto}.entry-prose h2,.entry-prose h3{margin-top:2.6em;font-weight:500;line-height:1.35}.entry-prose a{color:var(--home-vermilion)}.entry-prose img{display:block;max-width:100%;height:auto}.entry-prose pre{overflow-x:auto;padding:1rem;background:var(--home-paper-deep)}.entry-metadata,.entry-work-facts{display:grid;gap:1rem}.entry-metadata-panel{margin:0 0 2.5rem;padding-block:1.4rem;border-block:1px solid var(--home-rule)}.entry-metadata{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0}.entry-work-facts{grid-template-columns:repeat(4,minmax(0,1fr));margin:1.4rem 0 0;padding:1.4rem 0 0;border-top:1px solid var(--home-rule)}.entry-metadata dt,.entry-work-facts dt{color:var(--home-muted);font-size:.72rem}.entry-metadata dd,.entry-work-facts dd{margin:.2rem 0 0}.entry-tags{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:3rem;padding-top:1rem;border-top:1px solid var(--home-rule)}.entry-tags a{color:var(--home-muted);font-size:.8rem;text-decoration:none}.entry-related{margin-top:3rem;padding:1.25rem;background:var(--home-paper-deep)}.entry-related>p{display:flex;justify-content:space-between;gap:1rem;margin:0 0 1rem;color:var(--home-muted);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.68rem;letter-spacing:.08em}.entry-related>p span{color:var(--home-vermilion)}.entry-related nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.entry-related a{padding:.9rem;color:inherit;border:1px solid var(--home-rule);text-decoration:none}.entry-related a strong,.entry-related a span{display:block}.entry-related a strong{font-weight:500;line-height:1.4}.entry-related a span{margin-top:.45rem;color:var(--home-muted);font-size:.78rem;line-height:1.65}.entry-night-inner{width:min(calc(100% - 3rem),88rem);margin-inline:auto;padding:2rem 0 5rem}.entry-night-context{color:var(--home-night-muted)}.entry-night-window{position:relative;min-height:35rem;margin-top:1.4rem;overflow:hidden;border:1px solid var(--home-night-rule);background:radial-gradient(circle at 50% 25%,rgb(68 92 126/.12),transparent 24rem),linear-gradient(rgb(74 98 133/4%) 1px,transparent 1px),linear-gradient(90deg,rgb(74 98 133/.035) 1px,transparent 1px),#0a111e;background-size:auto,7rem 7rem,7rem 7rem,auto}.entry-night-orbit{position:absolute;top:8rem;left:50%;width:min(32rem,68%);aspect-ratio:1.8;transform:translateX(-50%)rotate(-7deg);border:1px solid rgb(105 132 166/.14);border-radius:50%;pointer-events:none}.entry-night-header{position:relative;z-index:2;max-width:46rem;margin-inline:auto;padding:clamp(4rem,9vw,8rem)2rem 3rem;text-align:center}.entry-night-header>p:first-child{margin:0;color:var(--home-coral);font-family:ui-monospace,sfmono-regular,Menlo,monospace;font-size:.62rem;letter-spacing:.1em}.entry-night-header h1{margin:.9rem 0 1rem;color:var(--home-night-text);font-size:clamp(2.5rem,5vw,4.8rem);font-weight:400;line-height:1.04;letter-spacing:-.055em}.entry-night-header>p:not(:first-child){max-width:34rem;margin-inline:auto;color:var(--home-night-muted)}.entry-night-reading-slot{position:relative;z-index:3;width:min(calc(100% - 3rem),48rem);margin-inline:auto}html[data-site-mode=night] .entry-reading-payload{color:#bac6d6}html[data-site-mode=night] .entry-prose a{color:var(--home-coral)}html[data-site-mode=night] .entry-prose pre{background:var(--home-night-soft)}html[data-site-mode=night] .entry-verbatim hr{border-color:var(--home-night-rule)}html[data-site-mode=night] .entry-related{background:var(--home-night-soft)}html[data-site-mode=night] .entry-related a{border-color:var(--home-night-rule)}html[data-site-mode=night] .entry-related>p,html[data-site-mode=night] .entry-related a span{color:var(--home-night-muted)}html[data-site-mode=night] .entry-metadata-panel,html[data-site-mode=night] .entry-work-facts,html[data-site-mode=night] .entry-tags{border-color:var(--home-night-rule)}html[data-site-mode=night] .entry-metadata dt,html[data-site-mode=night] .entry-work-facts dt,html[data-site-mode=night] .entry-tags a{color:var(--home-night-muted)}.entry-neighbors{padding:1.3rem 0;color:var(--home-night-muted)}.entry-neighbors span:last-child{text-align:right}.not-found-mode-inner{width:min(calc(100% - 3rem),64rem);min-height:calc(100svh - 9rem);margin-inline:auto;padding:clamp(5rem,15vw,12rem)0}.not-found-mode h1{max-width:12ch;margin:1rem 0;font-size:clamp(3rem,8vw,7rem);font-weight:400;line-height:.95;letter-spacing:-.065em}.not-found-mode-inner>p:not(.archive-kicker){color:var(--home-muted)}.not-found-mode-inner>a{display:inline-block;margin-top:1.5rem;color:var(--home-vermilion)}.not-found-night{color:var(--home-night-text)}.not-found-night .not-found-mode-inner>p:not(.archive-kicker){color:var(--home-night-muted)}@media(max-width:52rem){.archive-day-header,.archive-night-header{grid-template-columns:1fr;gap:1rem}.archive-subregions{grid-template-columns:1fr}.archive-subregions a{min-height:12rem;border-right:0;border-bottom:1px solid var(--home-rule)}.archive-subregions a:last-child{border-bottom:0}}@media(max-width:38.75rem){.archive-day-inner,.archive-night-inner,.entry-day-inner,.entry-night-inner,.not-found-mode-inner{width:calc(100% - 2rem)}.archive-day-inner{padding-top:3rem}.archive-entry-list{grid-template-columns:1fr}.archive-entry-list .entry-card,.archive-entry-list .entry-card:nth-child(2n){border-right:0}.site-star-map{min-height:42rem;background-size:5rem 5rem,5rem 5rem,auto,auto}.site-star-orbit{width:82%}.site-star-detail{display:none}.site-star-browser-status{align-items:flex-start;flex-direction:column;padding-block:.75rem}.entry-context,.entry-night-context,.entry-neighbors{align-items:flex-start;flex-direction:column}.entry-night-window{margin-inline:-1rem}.entry-night-header{padding-inline:1.2rem}.entry-night-reading-slot{width:calc(100% - 2rem)}.entry-metadata,.entry-work-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.entry-related nav{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){body *,body *::before,body *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}