@import"https://fonts.googleapis.com/css2?family=Inter:400,500,600&family=JetBrains+Mono:400,500&family=Noto+Sans+SC:wght@300;400;500;700&display=swap";:root{--bg: #1c1917;--bg-card: #292524;--text: #e7e5e4;--text-muted: #a8a29e;--text-secondary: #d6d3d1;--border: #44403c;--accent: #60a5fa;--tag-bg: #292524;--code-bg: #292524;--pre-bg: #1c1917;--pre-border: #44403c;--blockquote-bg: #292524;--blockquote-accent: #f59e0b;--table-border: #44403c;--table-head-bg: #292524;--table-stripe: #1c1917;--hr-color: #44403c;--heading-color: #f5f5f4;--font-sans: "Inter", "Noto Sans SC", -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px}body:before{--dot-color: rgba(255,255,255,.04)}@media(prefers-color-scheme:light){:root{--bg: #fafaf8;--bg-card: #fff;--text: #1c1917;--text-muted: #78716c;--text-secondary: #57534e;--border: #e7e5e4;--accent: #2563eb;--tag-bg: #f5f5f4;--code-bg: #f5f5f4;--pre-bg: #fafaf9;--pre-border: #e7e5e4;--blockquote-bg: #fffbeb;--blockquote-accent: #d97706;--table-border: #e7e5e4;--table-head-bg: #fafaf9;--table-stripe: #fafaf8;--hr-color: #d6d3d1;--heading-color: #1c1917}body:before{--dot-color: rgba(0,0,0,.09)}}html[data-theme=dark]{--bg: #1c1917;--bg-card: #292524;--text: #e7e5e4;--text-muted: #a8a29e;--text-secondary: #d6d3d1;--border: #44403c;--accent: #60a5fa;--tag-bg: #292524;--code-bg: #292524;--pre-bg: #1c1917;--pre-border: #44403c;--blockquote-bg: #292524;--blockquote-accent: #f59e0b;--table-border: #44403c;--table-head-bg: #292524;--table-stripe: #1c1917;--hr-color: #44403c;--heading-color: #f5f5f4}html[data-theme=dark] body:before{--dot-color: rgba(255,255,255,.04)}html[data-theme=light]{--bg: #fafaf8;--bg-card: #fff;--text: #1c1917;--text-muted: #78716c;--text-secondary: #57534e;--border: #e7e5e4;--accent: #2563eb;--tag-bg: #f5f5f4;--code-bg: #f5f5f4;--pre-bg: #fafaf9;--pre-border: #e7e5e4;--blockquote-bg: #fffbeb;--blockquote-accent: #d97706;--table-border: #e7e5e4;--table-head-bg: #fafaf9;--table-stripe: #fafaf8;--hr-color: #d6d3d1;--heading-color: #1c1917}html[data-theme=light] body:before{--dot-color: rgba(0,0,0,.09)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{--dot-x: 0px;--dot-y: 0px;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;cursor:none}body:before{content:"";position:fixed;inset:-10px;z-index:-1;pointer-events:none;--dot-size: 1.5px;--dot-spacing: 16px;--dot-color: rgba(0,0,0,.09);background-image:radial-gradient(circle at center,var(--dot-color) var(--dot-size),transparent var(--dot-size));background-size:var(--dot-spacing) var(--dot-spacing);transform:translate(var(--dot-x, 0),var(--dot-y, 0))}.cursor-dot{position:fixed;z-index:99999;pointer-events:none;width:12px;height:12px;border-radius:50%;background:var(--text);transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease,background .2s ease,border .2s ease;mix-blend-mode:difference;box-shadow:0 0 12px #00000040}.cursor-dot.hovering{width:40px;height:40px;background:transparent;border:2px solid var(--text);box-shadow:0 0 20px #00000026}.cursor-trail{position:fixed;z-index:99998;pointer-events:none;width:24px;height:24px;border-radius:50%;border:1px solid var(--text);opacity:.3;transform:translate(-50%,-50%);transition:opacity .3s ease;mix-blend-mode:difference}.cursor-dot.hovering~.cursor-trail{opacity:0}.container{max-width:640px;margin:0 auto;padding:48px 20px 80px}.container-wide{max-width:920px;margin:0 auto;padding:48px 20px 80px;display:grid;grid-template-columns:160px 1fr;gap:40px;align-items:start}.section-title{font-size:12px;font-weight:600;letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase;margin-bottom:20px}a{color:var(--accent);text-decoration:none;cursor:none}a:hover{text-decoration:underline}button,.card-hover,.filter-tab,.pill-link,.heatmap-day{cursor:none}.pill-link{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:13px;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:6px;text-decoration:none;transition:all .15s}.pill-link:hover{color:var(--text);border-color:#c4b5b0;text-decoration:none;background:#fafaf8}.dash-link{color:var(--text-secondary);border-bottom:1px dashed #c4b5b0;padding-bottom:2px;text-decoration:none}.dash-link:hover{color:var(--text);border-bottom-color:var(--text-muted);text-decoration:none}.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}.fade-in{animation:fade-in .4s ease .1s both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.card-hover{transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{transform:translateY(-1px);box-shadow:0 2px 12px #0000000a}.heatmap-day{transition:transform .15s ease,outline-color .15s ease}.heatmap-day:hover{transform:scale(1.5);outline:2px solid var(--text-muted)!important;outline-offset:0;z-index:1;position:relative}.filter-tab,.pill-link{transition:all .2s ease}.pill-link:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.card-tilt{transition:transform .1s ease-out;transform-style:preserve-3d;perspective:800px}.skeleton{background:linear-gradient(90deg,var(--border) 25%,#f5f5f4 50%,var(--border) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.article-body :global(pre.shiki),.article-body :global(.shiki code){color:var(--shiki-light)}.article-body :global(.shiki span){color:var(--shiki-light, inherit)}@media(prefers-color-scheme:dark){html:not([data-theme]) .article-body :global(pre.shiki),html:not([data-theme]) .article-body :global(.shiki code){color:var(--shiki-dark)}html:not([data-theme]) .article-body :global(.shiki span){color:var(--shiki-dark, inherit)}}html[data-theme=dark] .article-body :global(pre.shiki),html[data-theme=dark] .article-body :global(.shiki code){color:var(--shiki-dark)}html[data-theme=dark] .article-body :global(.shiki span){color:var(--shiki-dark, inherit)}html[data-theme=light] .article-body :global(pre.shiki),html[data-theme=light] .article-body :global(.shiki code){color:var(--shiki-light)}html[data-theme=light] .article-body :global(.shiki span){color:var(--shiki-light, inherit)}@media(max-width:960px){.container-wide{grid-template-columns:1fr;max-width:640px;gap:0}}@media(max-width:600px){.container{padding:24px 16px 60px}body{font-size:14px;cursor:auto}a,button,.card-hover,.filter-tab,.pill-link,.heatmap-day{cursor:auto}.cursor-dot{display:none}body:before{content:none}}#loading-bar[data-astro-cid-37fxchfa]{position:fixed;top:0;left:0;z-index:9999;height:2px;background:var(--accent, #2563eb);width:0;transition:width .4s ease,opacity .3s ease;opacity:1}#loading-bar[data-astro-cid-37fxchfa].phased{width:70%;transition:width 2s ease-out}#loading-bar[data-astro-cid-37fxchfa].done{width:100%;opacity:0;transition:width .3s ease,opacity .3s ease}#loading-bar[data-astro-cid-37fxchfa].reading{width:0;opacity:0}@supports (animation-timeline: scroll()){#loading-bar[data-astro-cid-37fxchfa].reading{animation:read-progress linear;animation-timeline:scroll(root)}@keyframes read-progress{0%{width:0%;opacity:1}to{width:100%;opacity:1}}@media(max-width:600px){#loading-bar[data-astro-cid-37fxchfa].reading{animation:none;width:0;opacity:0}}}.curtain-layer{position:fixed;inset:0;z-index:9998;pointer-events:none;display:flex;flex-direction:column}.curtain-slat{flex:1;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}
