:root{color-scheme:light;--bg:#fbfaf7;--surface:#f2f0ea;--surface-strong:#e8e5dd;--text:#242321;--muted:#716e67;--line:#dedbd2;--accent:#5b4bdb;--accent-strong:#4434bd;--focus:#b33f19;--code-border:#d7d4cb;--reading-width:720px;--wide-width:1080px}:root[data-theme=dark]{color-scheme:dark;--bg:#121311;--surface:#1b1d19;--surface-strong:#262923;--text:#efeee8;--muted:#a9a79d;--line:#353831;--accent:#b8abff;--accent-strong:#d0c7ff;--focus:#ffb38f;--code-border:#3c4038}@media (prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg:#121311;--surface:#1b1d19;--surface-strong:#262923;--text:#efeee8;--muted:#a9a79d;--line:#353831;--accent:#b8abff;--accent-strong:#d0c7ff;--focus:#ffb38f;--code-border:#3c4038}}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}a{color:inherit;text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);text-underline-offset:.18em}a:hover{color:var(--accent-strong)}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.skip-link{z-index:10;background:var(--text);color:var(--bg);border-radius:.35rem;padding:.65rem .9rem;position:absolute;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--line)}.site-header__inner,.site-footer__inner{width:min(calc(100% - 3rem), var(--wide-width));align-items:center;min-height:76px;margin:0 auto;display:flex}.site-brand{letter-spacing:-.03em;font-size:1.05rem;font-weight:750;text-decoration:none}.site-brand__suffix{color:var(--muted);font-weight:500}.site-nav{color:var(--muted);gap:1.3rem;margin-left:auto;margin-right:1.3rem;font-size:.9rem;display:flex}.site-nav a{text-decoration:none}.site-nav a[aria-current=page]{color:var(--text);font-weight:750;text-decoration:underline 2px}.theme-toggle{border:1px solid var(--line);min-height:44px;color:var(--text);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.82rem;display:inline-flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent-strong)}.theme-toggle__icon{width:.8rem;height:.8rem;box-shadow:.25rem -.25rem 0 -.08rem var(--bg), .25rem -.25rem 0 .02rem currentColor;border:1.5px solid;border-radius:50%;display:block}.home-shell,.page-shell{width:min(calc(100% - 3rem), var(--wide-width));margin:0 auto}.home-shell{padding:7rem 0 8rem}.home-intro{max-width:760px;padding-bottom:6rem}.eyebrow{color:var(--accent-strong);letter-spacing:.13em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.78rem;font-weight:750}.eyebrow a{color:inherit}.home-intro h1{letter-spacing:-.055em;max-width:760px;margin:0;font-family:ui-serif,Hiragino Mincho ProN,Yu Mincho,Georgia,serif;font-size:clamp(2.5rem,6vw,5.4rem);font-weight:500;line-height:.98}.home-intro__description{max-width:500px;color:var(--muted);margin:2rem 0 0;font-size:1.1rem;line-height:1.7}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:1rem;display:flex}.section-heading h2{letter-spacing:.02em;margin:0;font-size:1rem}.section-heading span{color:var(--muted);font-size:.85rem}.post-list{margin:0;padding:0;list-style:none}.post-item{border-bottom:1px solid var(--line);padding:2rem 0 2.35rem}.post-item__meta{color:var(--muted);gap:.85rem;font-size:.82rem;display:flex}.post-item__meta span{color:var(--accent-strong)}.post-item h2{letter-spacing:-.035em;max-width:800px;margin:.65rem 0 .5rem;font-family:ui-serif,Hiragino Mincho ProN,Yu Mincho,Georgia,serif;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:550;line-height:1.15}.post-item h2 a{text-decoration:none}.post-item p{max-width:700px;color:var(--muted);margin:0;line-height:1.7}.post-item__read{color:var(--accent-strong);margin-top:1rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-block}.article-shell{width:min(calc(100% - 3rem), var(--reading-width));margin:0 auto;padding:5rem 0 8rem}.article-header{padding-bottom:2rem}.article-title{letter-spacing:-.045em;overflow-wrap:anywhere;margin:0;font-family:ui-serif,Hiragino Mincho ProN,Yu Mincho,Georgia,serif;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:500;line-height:1.08}.article-description{color:var(--muted);margin:1rem 0 0;font-size:1.15rem;line-height:1.75}.article-meta{color:var(--muted);flex-wrap:wrap;gap:.45rem 1rem;margin-top:1.25rem;font-size:.86rem;display:flex}.tag-list{flex-wrap:wrap;gap:.45rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.tag-list li{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.3rem .65rem;font-size:.75rem}.prose{overflow-wrap:anywhere;font-family:ui-serif,Hiragino Mincho ProN,Yu Mincho,Noto Serif JP,Georgia,serif;font-size:1.1rem;line-height:1.95}.prose>:first-child{margin-top:0}.prose h1,.prose h2,.prose h3,.prose h4{letter-spacing:-.035em;margin:1.9em 0 .65em;font-weight:650;line-height:1.25}.prose h1{font-size:2rem}.prose h2{font-size:1.55rem}.prose h3{font-size:1.3rem}.prose p,.prose ul,.prose ol,.prose blockquote,.prose table{margin:1.25em 0}.prose ul,.prose ol{padding-left:1.4em}.prose li+li{margin-top:.45em}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted);padding:.5rem 1.25rem}.prose img{border-radius:.6rem;max-width:100%;height:auto;margin:2rem auto;display:block}.prose pre{border:1px solid var(--code-border);-webkit-overflow-scrolling:touch;border-radius:.65rem;max-width:100%;margin:1.8rem 0;padding:1.1rem 1.2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem;line-height:1.7;overflow-x:auto}.prose :not(pre)>code{background:var(--surface);border-radius:.25rem;padding:.13em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.86em}:root[data-theme=dark] .prose .astro-code{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}:root[data-theme=dark] .prose .astro-code span{color:var(--shiki-dark)!important}@media (prefers-color-scheme:dark){:root:not([data-theme]) .prose .astro-code{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}:root:not([data-theme]) .prose .astro-code span{color:var(--shiki-dark)!important}}.prose table{border-collapse:collapse;max-width:100%;font-size:.95em;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--line);text-align:left;padding:.55rem .75rem}.prose th{background:var(--surface)}.article-footer{border-top:1px solid var(--line);margin-top:4rem;padding-top:3.5rem}.back-link,.button-link{color:var(--accent-strong);font-weight:700;text-decoration:none}.page-shell{max-width:var(--reading-width);padding:6rem 0 8rem}.page-shell h1,.page-shell--centered h1{letter-spacing:-.05em;margin-top:0;font-size:clamp(2.3rem,6vw,4.2rem);line-height:1.05}.page-shell--centered{text-align:center}.page-shell--centered .eyebrow{margin-bottom:1rem}.button-link{border:1px solid var(--accent);border-radius:999px;margin-top:1rem;padding:.75rem 1rem;display:inline-block}.site-footer{border-top:1px solid var(--line)}.site-footer__inner{min-height:110px;color:var(--muted);justify-content:space-between;gap:1rem;font-size:.85rem}.site-footer p{margin:0}.footer-links{gap:1rem;display:flex}.footer-links a{text-decoration:none}@media (width<=680px){.site-header__inner,.site-footer__inner,.home-shell,.page-shell{width:min(calc(100% - 2rem), var(--wide-width))}.site-header__inner{flex-wrap:wrap;gap:.65rem;min-height:0;padding:.75rem 0}.site-nav{border-top:1px solid var(--line);order:3;justify-content:space-between;width:100%;margin:0;padding-top:.65rem;font-size:.82rem}.theme-toggle{margin-left:auto;padding:.5rem .65rem}.home-shell{padding:4.5rem 0 6rem}.home-intro{padding-bottom:4rem}.article-shell{width:min(calc(100% - 2rem), var(--reading-width));padding:4rem 0 6rem}.article-header{padding-bottom:1.75rem}.prose{font-size:1.04rem}.prose pre{margin-left:-.25rem;margin-right:-.25rem;padding:.9rem;font-size:.76rem}.site-footer__inner{flex-direction:column;justify-content:center;align-items:flex-start;min-height:130px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
