:root{--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--font-body:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--accent-base:#d97757;--content:680px;--sidebar:240px;--gutter:20px;--radius:6px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fbfbfa;--surface:#f1f1ef;--surface-2:#e8e8e5;--text:#24292f;--text-muted:#5b6370;--border:#e2e2df;--accent:var(--accent-light,color-mix(in srgb, var(--accent-base) 84%, black));--on-accent:var(--on-accent-light,#fff);--accent-soft:color-mix(in srgb, var(--accent-base) 12%, transparent);--code-bg:#f4f4f2;--selection:color-mix(in srgb, var(--accent-base) 25%, transparent);--danger:#b42318;--warn:#8a5a00;--ok:#1a7f37}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#282c34;--surface:#2e333d;--surface-2:#353b46;--text:#d7dae0;--text-muted:#98a0ab;--border:#3a404b;--accent:var(--accent-dark,var(--accent-base));--on-accent:var(--on-accent-dark,#fff);--accent-soft:color-mix(in srgb, var(--accent-base) 16%, transparent);--code-bg:#21252b;--selection:color-mix(in srgb, var(--accent-base) 30%, transparent);--danger:#f28b82;--warn:#e0a03a;--ok:#5fd07f}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#282c34;--surface:#2e333d;--surface-2:#353b46;--text:#d7dae0;--text-muted:#98a0ab;--border:#3a404b;--accent:var(--accent-dark,var(--accent-base));--on-accent:var(--on-accent-dark,#fff);--accent-soft:color-mix(in srgb, var(--accent-base) 16%, transparent);--code-bg:#21252b;--selection:color-mix(in srgb, var(--accent-base) 30%, transparent);--danger:#f28b82;--warn:#e0a03a;--ok:#5fd07f}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100dvh;margin:0;font-size:17px;line-height:1.65;display:flex}::selection{background:var(--selection)}a{color:var(--accent);text-decoration:none}a:hover{text-underline-offset:3px;text-decoration:underline}img,svg,video{max-width:100%;height:auto}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.wrap{width:100%;max-width:calc(var(--content) + 2 * var(--gutter));padding:0 var(--gutter);margin:0 auto}.site-header{font-family:var(--font-mono);padding:28px 0 40px}.site-header .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.brand{color:var(--text);letter-spacing:.02em;align-items:center;gap:8px;font-weight:700;display:inline-flex}.brand:hover{color:var(--accent);text-decoration:none}.brand-mark{width:auto;height:1em;font-size:20px;display:block}.brand-text{color:var(--accent);letter-spacing:.01em;font-size:20px}.brand:hover .brand-text{color:var(--text)}.cursor:after{content:"_";animation:1.1s steps(2,start) infinite blink}@keyframes blink{to{visibility:hidden}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cursor:after{animation:none}}.site-nav{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.site-nav a,.site-nav button{border-radius:var(--radius);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.site-nav a:hover,.site-nav button:hover{color:var(--text);background:var(--surface);text-decoration:none}.site-nav svg{width:18px;height:18px}.site-nav .menu-link{width:auto;height:auto;min-height:36px;color:var(--text);white-space:nowrap;padding:0 10px;font-size:14px}.site-nav .menu-link:hover,.site-nav .menu-link[aria-current=page]{color:var(--accent)}.theme-toggle{border-radius:var(--radius);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.theme-toggle:hover{color:var(--text);background:var(--surface)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .sun{display:none}:root[data-theme=dark] .theme-toggle .sun{display:block}:root[data-theme=dark] .theme-toggle .moon{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle .sun{display:block}:root:not([data-theme=light]) .theme-toggle .moon{display:none}}main{flex:1}.site-footer{font-family:var(--font-mono);color:var(--text-muted);padding:56px 0 32px;font-size:13px}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--accent)}.post-list{font-family:var(--font-mono);margin:0;padding:0;list-style:none}.post-list li+li{margin-top:6px}.post-list a{border-radius:var(--radius);color:var(--text);align-items:baseline;gap:12px;margin:0 -10px;padding:8px 10px;font-size:16px;line-height:1.5;display:flex}.post-list a:hover{background:var(--surface);color:var(--accent);text-decoration:none}.post-list .ico{flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;transform:translateY(3px)}.post-list .ico svg{width:18px;height:18px}.post-list .ico.prompt{color:var(--accent);font-weight:700;transform:none}.section-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin:0 0 16px;font-size:13px;font-weight:500}.empty{font-family:var(--font-mono);color:var(--text-muted)}.article-layout{width:100%;max-width:calc(var(--content) + 2 * var(--gutter));padding:0 var(--gutter);margin:0 auto}@media (width>=1080px){.article-layout{max-width:calc(var(--content) + var(--sidebar) + 64px + 2 * var(--gutter));grid-template-columns:var(--content) var(--sidebar);align-items:start;column-gap:64px;display:grid}}.article-title{font-family:var(--font-mono);letter-spacing:-.01em;align-items:flex-start;gap:14px;margin:0 0 12px;font-size:clamp(26px,4.4vw,34px);font-weight:700;line-height:1.25;display:flex}.article-title .ico{flex:none;margin-top:.3em}.article-title .ico svg{width:26px;height:26px}article.page .article-title{margin-bottom:32px}.article-meta{font-family:var(--font-mono);color:var(--text-muted);margin:0 0 36px;font-size:13px}.article-tags{font-family:var(--font-mono);border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;margin:48px 0 0;padding-top:20px;font-size:13px;display:flex}.article-tags a{color:var(--text-muted);background:var(--surface);border-radius:999px;padding:3px 9px}.article-tags a:before{content:"#";opacity:.6}.article-tags a:hover{color:var(--accent);text-decoration:none}.sidebar{margin-top:64px}@media (width>=1080px){.sidebar{margin-top:6px;position:sticky;top:32px}}.sidebar .post-list a{margin:0 -8px;padding:6px 8px;font-size:14px}.sidebar .post-list .ico svg{width:16px;height:16px}.prose p a,.prose li a,.prose blockquote a,.prose td a{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:color-mix(in srgb, var(--accent) 45%, transparent);text-decoration-color:color-mix(in srgb, var(--accent) 45%, transparent)}.prose .embed-load,.prose .embed-load:hover{text-decoration:none}.prose p a:hover,.prose li a:hover,.prose blockquote a:hover,.prose td a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.prose{overflow-wrap:anywhere;font-size:17px}.prose>:first-child{margin-top:0}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:var(--font-mono);margin:2em 0 .6em;scroll-margin-top:24px;line-height:1.3}.prose h1{font-size:1.7em}.prose h2{font-size:1.4em}.prose h3{font-size:1.18em}.prose h4,.prose h5,.prose h6{font-size:1em}.prose p,.prose ul,.prose ol,.prose blockquote,.prose table{margin:0 0 1.2em}.prose li+li{margin-top:.3em}.prose blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin-left:0;padding:2px 0 2px 18px}.prose blockquote p:last-child{margin-bottom:0}.prose hr{border:0;border-top:1px solid var(--border);margin:2.4em 0}.prose code{font-family:var(--font-mono);font-size:.88em}.prose :not(pre)>code{background:var(--code-bg);border:1px solid var(--border);border-radius:4px;padding:.1em .4em}.prose .table-wrap{margin:0 0 1.2em;overflow-x:auto}.prose table{border-collapse:collapse;width:100%;font-size:.94em}.prose li:has(>input[type=checkbox]){margin-left:-1.4em;list-style:none}.prose th,.prose td{border:1px solid var(--border);text-align:left;padding:6px 10px}.prose th{background:var(--surface);font-family:var(--font-mono);font-weight:700}.prose del{color:var(--text-muted)}.prose input[type=checkbox]{accent-color:var(--accent);margin-right:6px}.prose figure.code{border:1px solid var(--border);border-radius:var(--radius);background:var(--code-bg);margin:1.6em 0;position:relative;overflow:hidden}.prose figure.code figcaption{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface);padding:6px 12px;font-size:11px}.prose figure.code.prompt{border-color:var(--accent)}.prose figure.code.prompt figcaption{color:color-mix(in srgb, var(--accent) 72%, var(--text));background:color-mix(in srgb, var(--accent-base) 8%, var(--surface));border-bottom-color:var(--accent);font-weight:700}.prose figure.code.prompt .copy{color:color-mix(in srgb, var(--accent) 72%, var(--text))}.prose figure.code.prompt pre{white-space:pre-wrap;font-family:var(--font-body);font-size:.95em}.prose figure.code.prompt code{font-family:inherit;font-size:inherit;white-space:pre-wrap;min-width:0}.prose pre{tab-size:2;margin:0;padding:14px 16px;font-size:14px;line-height:1.6;overflow-x:auto;background:0 0!important}.prose pre code{min-width:max-content;display:block}.prose .copy{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:3px 8px;font-size:11px;position:absolute;top:5px;right:6px}.prose .copy:hover{color:var(--text);border-color:var(--border);background:var(--surface-2)}.prose .copy.done{color:var(--accent)}.prose pre:focus-visible,.prose .copy:focus-visible,.embed-load:focus-visible{outline-offset:-3px}.shiki,.shiki span{color:var(--shiki-light);font-style:var(--shiki-light-font-style);font-weight:var(--shiki-light-font-weight);-webkit-text-decoration:var(--shiki-light-text-decoration);text-decoration:var(--shiki-light-text-decoration)}:root[data-theme=dark] .shiki,:root[data-theme=dark] .shiki span{color:var(--shiki-dark);font-style:var(--shiki-dark-font-style);font-weight:var(--shiki-dark-font-weight);-webkit-text-decoration:var(--shiki-dark-text-decoration);text-decoration:var(--shiki-dark-text-decoration)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .shiki,:root:not([data-theme=light]) .shiki span{color:var(--shiki-dark);font-style:var(--shiki-dark-font-style);font-weight:var(--shiki-dark-font-weight);-webkit-text-decoration:var(--shiki-dark-text-decoration);text-decoration:var(--shiki-dark-text-decoration)}}.prose figure.img{text-align:center;margin:1.8em 0}.prose figure.img img{border-radius:var(--radius);cursor:zoom-in;display:inline-block}.prose p img.inline,.prose p>img{vertical-align:middle;border-radius:3px;width:auto;max-height:1.6em;display:inline-block}.prose figcaption{font-family:var(--font-mono);color:var(--text-muted);margin-top:8px;font-size:13px}.prose figure.code figcaption{margin-top:0}.missing-media{color:var(--accent);font-family:var(--font-mono)}.to-top{z-index:5;border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;border-radius:50%;place-items:center;font-size:15px;line-height:1;display:grid;position:fixed;bottom:20px;right:20px}.to-top:not([hidden]){animation:.18s ease-out to-top-in}.to-top:hover{color:var(--accent);border-color:var(--accent)}@keyframes to-top-in{0%{opacity:0;transform:translateY(6px)}}@media (prefers-reduced-motion:reduce){.to-top:not([hidden]){animation:none}}.lightbox{cursor:zoom-out;background:0 0;border:0;justify-content:center;align-items:center;width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:0;display:none}.lightbox[open]{display:flex}body:has(.lightbox[open]){overscroll-behavior:contain;overflow:hidden}.lightbox::backdrop{background:#000000e0}.lightbox img{border-radius:var(--radius);width:auto;max-width:min(96vw,1600px);height:auto;max-height:94vh;box-shadow:0 20px 60px #00000080}.embed{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin:1.8em 0;position:relative;overflow:hidden}.embed[data-embed]{aspect-ratio:var(--ratio,16/9);max-width:100%}.embed-instagram[data-embed],.embed-tiktok[data-embed],.embed-vertical[data-embed]{max-width:420px;margin-inline:auto}.embed-spotify[data-embed]{aspect-ratio:auto;height:var(--h,352px)}.embed[data-embed]>img{object-fit:cover;filter:saturate(.85);width:100%;height:100%;position:absolute;inset:0}.embed[data-embed] iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.embed-load{color:#fff;width:100%;height:100%;font-family:var(--font-mono);cursor:pointer;text-shadow:0 1px 4px #000000b3;background:#00000040;border:0;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex;position:absolute;inset:0}.embed-load:hover{background:#0006}.embed-label{text-align:center;-webkit-line-clamp:2;line-clamp:2;background:#000000b8;border-radius:999px;-webkit-box-orient:vertical;max-width:min(90%,46ch);padding:4px 12px;display:-webkit-box;overflow:hidden}.embed-play{background:var(--accent);border-radius:50%;place-items:center;width:60px;height:60px;display:grid;box-shadow:0 6px 20px #0006}.embed-play:after{content:"";border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:20px solid #fff;margin-left:5px}.embed-spotify .embed-play:after,.embed-instagram .embed-play:after{border:3px solid #fff;border-radius:50%;width:18px;height:18px;margin:0}.embed-x{padding:16px 18px}.embed-x blockquote{color:var(--text);border:0;margin:0;padding:0;font-size:16px}.embed-x blockquote p{margin:0 0 10px}.embed-x blockquote a{font-family:var(--font-mono);color:var(--text-muted);word-break:break-all;font-size:13px}.embed-gist{background:0 0;border:0}.embed-gist figure.code{margin:0 0 12px}.embed-source{font-family:var(--font-mono);margin:0;font-size:13px}.page-title{font-family:var(--font-mono);margin:0 0 24px;font-size:22px;font-weight:700}.page-title .muted{color:var(--text-muted);font-weight:400}.home-intro{margin:0 0 28px}.home-intro .page-title{margin-bottom:8px}.home-intro .intro{color:var(--text-muted);max-width:60ch;margin:0;font-size:18px}.pager{font-family:var(--font-mono);justify-content:space-between;gap:16px;margin:32px 0 0;font-size:14px;display:flex}.pager .muted{color:var(--text-muted)}.timeline{margin:0;padding:0;list-style:none}.timeline>li+li{margin-top:26px}.tl-article .tl-link{font-family:var(--font-mono);color:var(--text);align-items:baseline;gap:12px;font-size:17px;line-height:1.5;display:flex}.tl-article .tl-link:hover{color:var(--accent);text-decoration:none}.tl-article .ico{flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;transform:translateY(3px)}.tl-article .ico svg{width:18px;height:18px}.tl-article .ico.prompt{color:var(--accent);font-weight:700;transform:none}.tl-desc{color:var(--text-muted);margin:2px 0 0 32px;font-size:15px}.tl-meta{font-family:var(--font-mono);color:var(--text-muted);gap:8px;margin:4px 0 0 32px;font-size:12px;display:flex}.tl-meta a{color:var(--text-muted)}.tl-meta a:hover{color:var(--accent)}.tl-kind:before{content:"· "}a.tl-kind{text-decoration:none}a.tl-kind span{text-underline-offset:3px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a.tl-kind:hover span{text-decoration-style:solid}.tl-note{border-left:2px solid var(--note-accent,var(--accent));padding:2px 0 2px 16px}.tl-note .note-body{font-size:16px}.tl-note .note-body>:first-child{margin-top:0}.tl-note .note-body>:last-child{margin-bottom:0}.tl-note .note-body p{margin:0 0 .8em}.tl-note .note-body figure.img,.tl-note .note-body .embed,.tl-note .note-body .gallery{margin:.8em 0}.tl-note .tl-meta{margin:8px 0 0}.tl-note .note-body.clamped{max-height:18em;position:relative;overflow:hidden}.tl-note .note-body.clamped:after{content:"";background:linear-gradient(to bottom, transparent, var(--bg));pointer-events:none;height:5em;position:absolute;inset:auto 0 0}.note-more{font-family:var(--font-mono);color:var(--accent);cursor:pointer;margin-top:6px;font-size:13px;display:inline-block}.note-more:after{content:" ↓"}.note-more.open:after{content:" ↑"}.tl-note .note-media{margin-top:12px}.tl-note .note-media>:first-child{margin-top:0}.tl-note .note-media>:last-child{margin-bottom:0}.timeline-filter{font-family:var(--font-mono);gap:14px;margin:0 0 24px;font-size:13px;display:flex}.timeline-filter a{color:var(--text-muted)}.timeline-filter a[aria-current=page]{color:var(--accent)}.gallery{gap:6px;margin:1.2em 0;display:grid}.gallery figure.img{margin:0}.gallery figure.img img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;display:block}.gallery figure.img figcaption{display:none}.gallery-2,.gallery-4,.gallery-more{grid-template-columns:1fr 1fr}.gallery-3{grid-template-columns:2fr 1fr}.gallery-3>:first-child{grid-row:span 2}.gallery-3>:first-child img{aspect-ratio:auto}.gallery-embeds{grid-template-columns:1fr 1fr}.gallery-embeds .embed{max-width:none;margin:0}@media (width<=520px){.gallery-embeds{grid-template-columns:1fr}}article.note .article-meta{margin-bottom:20px}article.note .article-meta a{color:var(--text-muted)}article.note .article-meta a:hover{color:var(--accent)}
