*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--fg: #111111;--fg-secondary: #555555;--border: #e0e0e0;--code-bg: #f5f5f5;--link: #111111;--link-hover: #555555;color-scheme:light dark}:root.dark{--bg: #0a0a0a;--fg: #f2f2f2;--fg-secondary: #b3b3b3;--border: #222222;--code-bg: #1a1a1a;--link: #f2f2f2;--link-hover: #b3b3b3}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7;background:var(--bg);color:var(--fg);transition:background .2s,color .2s}body{min-height:100vh;display:flex;flex-direction:column}@property --night-reveal{syntax: "<percentage>"; inherits: true; initial-value: -30%;}body:before{content:"";position:fixed;inset:0;z-index:-2;background:url(/background.png) center / cover no-repeat}body:after{content:"";position:fixed;inset:0;z-index:-1;background:url(/nightground.png) center / cover no-repeat;-webkit-mask-image:linear-gradient(to bottom left,#000 var(--night-reveal),transparent calc(var(--night-reveal) + 24%));mask-image:linear-gradient(to bottom left,#000 var(--night-reveal),transparent calc(var(--night-reveal) + 24%));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:--night-reveal 1.3s cubic-bezier(.22,1,.36,1)}body.bare:before,body.bare:after{content:none}.lg-filter{position:absolute;width:0;height:0}.glass-card{position:relative;border-radius:28px;padding:2rem 2.25rem;border:1px solid rgba(255,255,255,.4);background:#ffffff24;box-shadow:0 12px 40px #00000038,inset 0 1px 1px #ffffff80;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:url(#liquid-lens) blur(3px) saturate(170%);backdrop-filter:url(#liquid-lens) blur(3px) saturate(170%)}.glass-card>:last-child{margin-bottom:0}:root.dark .glass-card{border:1px solid rgba(255,255,255,.16);background:#14141447}.page-content{max-width:60rem;margin:0 auto;padding-top:2.5rem}@keyframes glass-open{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.glass-card,.glass-menu{animation:glass-open .55s cubic-bezier(.22,1,.36,1) backwards;transition:transform .6s cubic-bezier(.34,1.56,.64,1);will-change:transform;cursor:grab}.glass-card.is-dragging,.glass-menu.is-dragging{cursor:grabbing;user-select:none}@media(prefers-reduced-motion:reduce){.glass-card,.glass-menu{animation:none;transition:none}}main{flex:1;width:100%;padding:2rem 4rem}main:has(.home){display:flex;flex-direction:column}main:has(.stack){padding:0}h1,h2,h3{font-weight:600;line-height:1.3}h1{font-size:2rem;margin-bottom:.75rem}h2{font-size:1.25rem;margin-bottom:.5rem}h3{font-size:1.1rem}p{margin-bottom:1rem}a{color:var(--link);text-decoration:underline;text-underline-offset:2px;transition:color .15s}a:hover{color:var(--link-hover)}code{background:var(--code-bg);padding:.15em .35em;border-radius:3px;font-size:.9em}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}section{margin-bottom:2rem}.hero__bio{font-size:.95rem}.prose h2{margin-top:2rem;margin-bottom:.5rem}.prose h3{margin-top:1.5rem;margin-bottom:.5rem}.prose ul,.prose ol{margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-bottom:.25rem}.prose table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.9rem}.prose th,.prose td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.prose th{background:var(--code-bg);font-weight:600}.prose blockquote{border-left:2px solid var(--border);padding-left:1rem;color:var(--fg-secondary);margin-bottom:1rem}.prose pre{background:var(--code-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.prose pre code{background:none;padding:0}.prose img{max-width:100%;height:auto;border-radius:4px}.prose time{color:var(--fg-secondary);font-size:.875rem}.theme-switch{position:fixed;top:1.1rem;right:1.1rem;z-index:1000;display:flex;flex-direction:row-reverse;align-items:center;gap:.5rem}.theme-switch__main,.theme-switch__opt{width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:50%;cursor:pointer;color:var(--fg);border:1px solid rgba(255,255,255,.4);background:#ffffff29;box-shadow:0 6px 20px #0000002e,inset 0 1px 1px #ffffff80;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);transition:transform .18s,background .18s,opacity .2s}.theme-switch__main:hover,.theme-switch__opt:hover{background:#ffffff4d}.theme-switch__icon{display:grid;place-items:center}.theme-switch__icon svg,.theme-switch__opt svg{width:1.15rem;height:1.15rem}.theme-switch__menu{display:flex;flex-direction:row;gap:.5rem;opacity:0;transform:translate(12px) scale(.9);transform-origin:right center;pointer-events:none;transition:opacity .2s,transform .2s}.theme-switch.open .theme-switch__menu{opacity:1;transform:none;pointer-events:auto}.theme-switch__opt{opacity:0;transform:scale(.5)}.theme-switch.open .theme-switch__opt{opacity:1;transform:scale(1)}.theme-switch.open .theme-switch__opt:nth-child(1){transition-delay:.04s}.theme-switch.open .theme-switch__opt:nth-child(2){transition-delay:.09s}.theme-switch.open .theme-switch__opt:nth-child(3){transition-delay:.14s}.theme-switch__opt.is-active{background:#121212e0;color:#fff;border-color:#12121280}:root.dark .theme-switch__main,:root.dark .theme-switch__opt{border:1px solid rgba(255,255,255,.18);background:#14141466}:root.dark .theme-switch__opt.is-active{background:#ffffffe6;color:#111}.home-btn{position:fixed;top:1.1rem;left:1.1rem;z-index:1000;width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:50%;color:var(--fg);border:1px solid rgba(255,255,255,.4);background:#ffffff29;box-shadow:0 6px 20px #00000038,inset 0 1px 1px #ffffff80;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);animation:home-btn-in .5s cubic-bezier(.34,1.56,.64,1) backwards,home-btn-float 3.2s ease-in-out .5s infinite;transition:transform .2s,background .2s,box-shadow .2s}.home-btn svg{width:1.15rem;height:1.15rem;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.home-btn:hover{background:#ffffff52;transform:scale(1.1);box-shadow:0 10px 28px #00000047,inset 0 1px 1px #fff9}.home-btn:hover svg{transform:translateY(-2px)}.home-btn:active{transform:scale(.94)}:root.dark .home-btn{border:1px solid rgba(255,255,255,.18);background:#14141466}:root.dark .home-btn:hover{background:#2828288c}@keyframes home-btn-in{0%{opacity:0;transform:translateY(16px) scale(.6)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes home-btn-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(prefers-reduced-motion:reduce){.home-btn{animation:none}}.stack{position:relative;height:calc(var(--n, 1) * 100vh)}.stack-stage{position:sticky;top:0;height:100vh;overflow:hidden}.stack-title{position:fixed;top:2.4rem;left:0;right:0;text-align:center;z-index:900;pointer-events:none;text-shadow:0 1px 10px rgba(255,255,255,.6)}.stack-title h1{color:#111;margin-bottom:.2rem}.stack-title p{color:#222;font-size:.9rem;margin:0}:root.dark .stack-title{text-shadow:0 1px 12px rgba(0,0,0,.45)}:root.dark .stack-title h1{color:#fff}:root.dark .stack-title p{color:#ffffffe6}.stack-card{position:absolute;top:50%;left:50%;width:min(90vw,44rem);min-height:13rem;display:flex;flex-direction:column;justify-content:center;transform:translate(-50%,-50%);transition:opacity .25s ease,filter .25s ease;cursor:pointer;text-decoration:none;color:inherit;will-change:transform,opacity,filter;animation:none}.stack-card h2{font-size:1.4rem;margin-bottom:.4rem}.stack-card p{color:var(--fg-secondary);margin-bottom:0}.stack-card time{display:block;color:var(--fg-secondary);font-size:.8rem;margin-bottom:.6rem}@media(prefers-reduced-motion:reduce){.stack-card{transition:none}}.tag{display:inline-block;font-size:.75rem;color:var(--fg-secondary);border:1px solid var(--border);border-radius:3px;padding:.1em .4em;margin-right:.25rem}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.25rem}.page-header p{color:var(--fg-secondary);font-size:.9rem;margin-bottom:0}.work-detail{margin-bottom:2rem}.work-detail__meta{font-size:.85rem;color:var(--fg-secondary);margin-bottom:1rem}.work-detail__meta span,.work-detail__meta a{margin-right:1rem}.post-list{list-style:none}.post-list li{margin-bottom:1.5rem}.post-list a{text-decoration:none}.post-card__title{font-size:1rem;font-weight:600;margin-bottom:.15rem}.post-card__desc{font-size:.9rem;color:var(--fg-secondary);margin-bottom:0}.back-link{display:inline-block;margin-bottom:2rem;font-size:.85rem;color:var(--fg-secondary);text-decoration:none}.back-link:hover{color:var(--fg)}@media(max-width:768px){main{padding:1.5rem}body:before,body:after{background-position:left center}h1{font-size:1.5rem}.footer__links{flex-direction:column;gap:.25rem}.prose table{font-size:.8rem}.prose th,.prose td{padding:.35rem .5rem}}
