:root{--bg: #ffffff;--text: #333333;--title: #A37EB4;--subtitle: #9D8BA7;--border: rgba(0, 0, 0, .08);--code-bg: rgba(0, 0, 0, .04);--content-w: 800px;--radius: 14px;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-size:20px;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body{max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%;height:auto}main{padding:56px 0}h1,h2,h3{margin:0;letter-spacing:-.02em;color:var(--text)}h1,h2,h3,.h1,.page-title,.home-title,.feature-title,.post-title{overflow-wrap:anywhere;word-break:break-word}p{margin:0 0 16px;color:var(--text);line-height:1.75}a{color:var(--title);text-decoration:underline;text-underline-offset:3px}a:hover{opacity:.85}.container{width:min(var(--content-w),100%);margin-inline:auto;padding-inline:18px}.reading{max-width:var(--content-w);margin:0 auto;padding-top:12px}.header{padding:22px 0;border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{font-weight:650;font-size:1.05rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.brand:hover{opacity:.85}.navlinks{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.navlinks a{color:var(--subtitle);text-decoration:none;font-size:1rem;white-space:nowrap}.navlinks a:hover{color:var(--title);opacity:1}.navlinks a.active{color:var(--text);font-weight:600}.nav-search{flex:0 0 auto}.nav-search-input{width:10.8rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;padding:9px 12px;font-size:.95rem;transition:width .18s ease,border-color .12s ease}.nav-search-input::placeholder{color:var(--subtitle)}.nav-search-input:focus{outline:none;border-color:color-mix(in srgb,var(--border) 40%,var(--subtitle));width:min(38vw,280px)}.footer{border-top:1px solid var(--border);padding:26px 0;color:var(--subtitle);font-size:.95rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-left{display:flex;flex-direction:column;gap:4px}.build-meta{font-size:.82rem}.footer-right{display:flex;gap:14px;justify-content:flex-end;flex-wrap:wrap}.footer-right a{color:var(--subtitle);text-decoration:none}.footer-right a:hover{color:var(--title);opacity:1}.badge{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;color:var(--subtitle);border:1px solid var(--border);border-radius:999px;padding:6px 10px;text-decoration:none;max-width:100%;white-space:normal;overflow-wrap:anywhere}.badge--featured{color:var(--title);border-color:#a37eb459;background:#a37eb41a}.h1{color:var(--title);font-size:2.25rem;line-height:1.12;letter-spacing:-.03em;margin:14px 0 10px}.meta{color:var(--subtitle);font-size:.95rem;margin-bottom:26px}.home-hero{padding:44px 0 30px}.kicker{margin:0 0 10px;color:var(--subtitle);font-size:.95rem;letter-spacing:.02em}.home-title{margin:0 0 12px;color:var(--title);font-size:2.35rem;line-height:1.12;letter-spacing:-.03em}.home-subtitle{margin:0 0 18px;color:var(--text);opacity:.9;max-width:60ch}.home-hero-ctas{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-cta{text-decoration:none;border-radius:999px;padding:9px 14px;font-size:.9rem;border:1px solid var(--border)}.home-cta--primary{color:#fff;background:var(--title);border-color:color-mix(in srgb,var(--title) 78%,#000000 22%)}.home-cta--secondary{color:var(--text);background:var(--surface)}.home-proof{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.home-proof-pill{display:inline-flex;align-items:center;font-size:.8rem;color:var(--subtitle);border:1px solid var(--border);border-radius:999px;padding:4px 10px;background:color-mix(in srgb,var(--surface) 95%,var(--background) 5%)}.home-section{padding:34px 0}.home-section-header{margin-bottom:14px}.section-title{margin:0 0 6px;font-size:1.2rem;color:var(--text)}.section-subtitle{margin:0;color:var(--subtitle)}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.feature{grid-column:span 12;border:1px solid var(--border);border-radius:var(--radius);padding:22px;text-decoration:none;background:linear-gradient(175deg,color-mix(in srgb,var(--surface) 88%,var(--title) 12%),color-mix(in srgb,var(--surface) 96%,var(--background) 4%));transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;transform-origin:center center}.feature:hover{border-color:color-mix(in srgb,var(--border) 45%,var(--title) 55%);background:linear-gradient(175deg,color-mix(in srgb,var(--surface) 80%,var(--title) 20%),color-mix(in srgb,var(--surface) 92%,var(--background) 8%));transform:scale(1.012);box-shadow:0 10px 24px color-mix(in srgb,var(--title) 14%,transparent)}.feature-title{margin-top:12px;color:var(--text);font-weight:700;letter-spacing:-.02em;font-size:1.18rem}.feature .meta{margin-top:8px;color:var(--subtitle);line-height:1.6;margin-bottom:0}.post-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.post-row{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;text-decoration:none;max-width:100%}.post-row:hover{border-color:#00000029}.post-main{min-width:0}.post-title{color:var(--text);font-weight:650;font-size:1.05rem;letter-spacing:-.02em;margin-bottom:4px}.post-desc{color:var(--subtitle);line-height:1.55;font-size:.95rem;overflow-wrap:anywhere}.post-meta{display:flex;align-items:flex-start;padding-top:2px;flex-shrink:0}.home-more{margin-top:14px}.page-header{padding:18px 0}.page-title{margin:0 0 10px;color:var(--title);font-size:2.3rem;line-height:1.12;letter-spacing:-.03em}.page-subtitle{margin:0;color:var(--subtitle);max-width:65ch}.post-list--dense .post-row{padding:16px 18px}.post-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;max-width:100%}.tag{font-size:.82rem;color:var(--subtitle);border:1px solid var(--border);border-radius:999px;padding:4px 10px;max-width:100%;white-space:normal;overflow-wrap:anywhere}.tag--status{color:#fff;background:var(--title);border-color:color-mix(in srgb,var(--title) 78%,#000000 22%)}.series-panel{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:12px 14px}.series-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;list-style:none}.series-summary::-webkit-details-marker{display:none}.series-summary-title{font-size:1.05rem;font-weight:650;color:var(--title)}.series-summary-copy{display:flex;flex-direction:column;gap:4px}.series-summary-subtitle{color:#6b7280;font-size:.94rem;line-height:1.45}.series-summary .tag{white-space:nowrap;flex-shrink:0}.series-panel[open] .section-subtitle{margin-top:10px;margin-bottom:12px}.prose{max-width:100%;font-size:1.05rem}.prose p{color:var(--text);font-size:1.05rem;line-height:1.8;margin:0 0 16px}.prose h2,.prose h3,.prose h4{color:var(--text);letter-spacing:-.02em;overflow-wrap:anywhere;word-break:break-word}.prose h2{font-size:1.4rem;margin:48px 0 14px}.prose h3{font-size:1.15rem;margin:32px 0 10px}.prose ul,.prose ol{margin:16px 0 20px 22px}.prose li{margin:6px 0;line-height:1.7}.prose code{font-family:var(--font-mono);font-size:.95em;background:var(--code-bg);padding:.15em .4em;border-radius:7px}.prose pre{font-family:var(--font-mono);background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin:22px 0 28px;overflow-x:auto;max-width:100%;line-height:1.6;font-size:.9rem}.prose pre code{background:transparent;padding:0}.prose blockquote{margin:24px 0;padding-left:16px;border-left:3px solid var(--subtitle);color:var(--subtitle);font-style:italic}.prose a{color:var(--title)}.prose a:hover{opacity:.85}.prose img{max-width:100%;border-radius:var(--radius);margin:24px 0}.prose hr{display:none}.link-list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:10px}.link-list a{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:.95rem;text-decoration:none}.link-list a svg{width:18px;height:18px;opacity:.6}.link-list a:hover{color:var(--title)}.link-list a:hover svg{opacity:1}@media(min-width:640px){.container{padding-inline:20px}}@media(max-width:640px){.footer-inner{flex-direction:column;align-items:flex-start}.nav{flex-wrap:wrap}.nav-search{order:2;width:100%;max-width:none;flex:1 1 100%}.nav-search-input{width:100%}.navlinks{order:3;width:100%;justify-content:flex-start;gap:12px}.home-title{font-size:2.1rem}.page-title{font-size:2.05rem}.home-hero-ctas{width:100%}.home-cta{width:100%;text-align:center}}@media(max-width:520px){.post-list:not(.post-list--dense) .post-row{flex-direction:column;align-items:flex-start}.post-list:not(.post-list--dense) .post-title{width:100%}.post-list.post-list--dense .post-row{flex-direction:column;align-items:flex-start;gap:.5rem}.post-list.post-list--dense .post-title{width:100%}}@media(min-width:820px){.container{padding-inline:22px}.feature{grid-column:span 4}}
