:root{--atlas-path:rgba(124,164,220,.28);--atlas-dot:#a5caff;--atlas-grid:rgba(141,173,221,.09);--atlas-glow:rgba(45,91,157,.14);--atlas-frame:#22314a;--atlas-route:#84ade6;--atlas-label:#b4c9e8}:root[data-scene=focus]{--atlas-path:rgba(42,87,150,.20);--atlas-dot:#416fae;--atlas-grid:rgba(50,93,153,.1);--atlas-glow:rgba(122,163,221,.14);--atlas-frame:#dce8f7;--atlas-route:#3867a3;--atlas-label:#496b9a}:root[data-scene=wander]{--paper:#1b2238;--ink:#f0f2ff;--muted:#c0c8e3;--line:#404b68;--accent:#b8c3ff;--accent-light:#303a60;--body-muted:#d3daf0;--button-ink:#222945;--button-hover:#d1d8ff;--link-rule:#939ed9;--selection:#535e8a;--code-bg:#171d32;--art-paper:#303a60;--atlas-path:rgba(185,177,240,.36);--atlas-dot:#d5ccff;--atlas-grid:rgba(170,163,230,.11);--atlas-glow:rgba(130,111,205,.2);--atlas-frame:#323c61;--atlas-route:#bdc1ff;--atlas-label:#d2d4f4}body{position:relative;isolation:isolate;transition:background-color .7s ease,color .7s ease}.atlas-atmosphere{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;color:var(--atlas-path);transition:color .7s ease;contain:strict}.atlas-atmosphere__grid{position:absolute;inset:0;background-image:linear-gradient(var(--atlas-grid) 1px, transparent 1px),linear-gradient(90deg, var(--atlas-grid) 1px, transparent 1px);background-size:96px 96px;mask-image:linear-gradient(90deg, transparent 10%, #000 45%, #000 93%);opacity:.52;transition:opacity .7s ease}.atlas-atmosphere__glow{position:absolute;width:52vmax;aspect-ratio:1;right:-19vmax;top:2vh;border-radius:50%;background:radial-gradient(circle, var(--atlas-glow) 0%, transparent 68%);animation:atlas-breathe 32s ease-in-out infinite alternate}.atlas-atmosphere__paths{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.15;opacity:.8;animation:atlas-drift 70s ease-in-out infinite alternate}.atlas-atmosphere__paths circle{fill:var(--atlas-dot);stroke:none;opacity:.78}.atlas-atmosphere__point{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--atlas-dot);box-shadow:0 0 0 4px var(--atlas-glow);opacity:.8;animation:atlas-glimmer 11s ease-in-out infinite alternate}.atlas-atmosphere__point--one{left:15%;top:33%;animation-delay:-2s}.atlas-atmosphere__point--two{left:79%;top:63%;animation-delay:-6s}.atlas-atmosphere__point--three{left:62%;top:18%;animation-delay:-8s}@keyframes atlas-drift{from{transform:translate3d(-1.5%, 1%, 0) scale(1.02)}to{transform:translate3d(1.5%, -1%, 0) scale(1.04)}}@keyframes atlas-breathe{from{transform:translate3d(-4%, 2%, 0);opacity:.55}to{transform:translate3d(3%, -2%, 0);opacity:1}}@keyframes atlas-glimmer{from{opacity:.2}to{opacity:.82}}body:has(.content-page,.archive-page) .atlas-atmosphere__grid,body:has(.content-page,.archive-page) .atlas-atmosphere__glow,body:has(.content-page,.archive-page) .atlas-atmosphere__point{display:none}body:has(.content-page,.archive-page) .atlas-atmosphere__paths{opacity:.58;animation:none;mask-image:linear-gradient(to bottom, #000 0%, #000 18%, transparent 72%)}.scene-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:8px;flex:none;border:1px solid var(--line);border-radius:3px;background:var(--paper);color:var(--ink);cursor:pointer;transition:border-color .2s,background-color .7s,color .7s,box-shadow .25s}.scene-toggle:hover{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 3px var(--atlas-glow)}.scene-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.scene-toggle__mark{position:relative;display:block;width:23px;height:23px;border:1px solid var(--atlas-route);border-radius:50%;transform:rotate(-25deg);transition:transform .55s ease,border-color .55s}.scene-toggle__mark:before{content:"";position:absolute;inset:4px;border:1px solid var(--atlas-route);border-radius:50%;opacity:.65}.scene-toggle__mark span{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--atlas-dot);transition:transform .55s ease,background-color .55s}.scene-toggle__mark span:nth-child(1){left:-2px;top:7px}.scene-toggle__mark span:nth-child(2){right:0;top:-1px}.scene-toggle__mark span:nth-child(3){right:-2px;bottom:4px}.scene-toggle:hover .scene-toggle__mark,.scene-toggle:focus-visible .scene-toggle__mark{transform:rotate(12deg)}.scene-toggle:active .scene-toggle__mark{transform:rotate(32deg) scale(0.86)}[data-scene=focus] .scene-toggle__mark{transform:rotate(35deg)}[data-scene=wander] .scene-toggle__mark{transform:rotate(95deg)}[data-scene=focus] .scene-toggle__mark span:nth-child(1){transform:scale(1.7)}[data-scene=wander] .scene-toggle__mark span:nth-child(2){transform:scale(1.7)}[data-scene=focus] .scene-toggle:hover .scene-toggle__mark,[data-scene=focus] .scene-toggle:focus-visible .scene-toggle__mark{transform:rotate(70deg)}[data-scene=wander] .scene-toggle:hover .scene-toggle__mark,[data-scene=wander] .scene-toggle:focus-visible .scene-toggle__mark{transform:rotate(130deg)}.art-frame{background:var(--atlas-frame);transition:background-color .7s ease}.atlas-detail{display:block;width:100%;height:100%;overflow:visible}.atlas-detail__ring,.atlas-detail__axis,.atlas-detail__tick{fill:none;stroke:var(--atlas-route);stroke-width:1;opacity:.5}.atlas-detail__ring--inner{opacity:.34}.atlas-detail__axis{stroke-dasharray:2 9;opacity:.3}.atlas-detail__route{fill:none;stroke:var(--atlas-route);stroke-width:2;stroke-linecap:round;opacity:.85}.atlas-detail__route--two{stroke-dasharray:3 9;opacity:.68}.atlas-detail__route--three{opacity:.48}.atlas-detail__node{fill:var(--atlas-dot)}.atlas-detail__center{fill:var(--atlas-frame);stroke:var(--atlas-dot);stroke-width:2}.atlas-detail__center-core{fill:var(--atlas-dot)}.atlas-detail__label{fill:var(--atlas-label);font:700 10px var(--sans);letter-spacing:2px}.atlas-detail__route--one{animation:atlas-route-pulse 18s ease-in-out infinite alternate}.atlas-detail__route--two{animation:atlas-route-pulse 23s ease-in-out -8s infinite alternate}@keyframes atlas-route-pulse{from{opacity:.35}to{opacity:1}}@media (max-width: 670px){.site-header{display:grid;grid-template-columns:minmax(0, 1fr) 44px;align-items:center}.site-header .brand{grid-column:1;grid-row:1}.site-header .scene-toggle{grid-column:2;grid-row:1}.site-header .site-nav{grid-column:1/-1;grid-row:2;width:100%;justify-content:space-between}}@media (prefers-reduced-motion: reduce){body,.atlas-atmosphere,.atlas-atmosphere__grid,.scene-toggle,.scene-toggle__mark,.scene-toggle__mark span,.art-frame{transition:none}.atlas-atmosphere__glow,.atlas-atmosphere__paths,.atlas-atmosphere__point,.atlas-detail__route{animation:none}.atlas-atmosphere__paths{transform:none}.atlas-atmosphere__glow{opacity:.7}.atlas-atmosphere__point{opacity:.5}}
