:root{--background: #fff;--foreground: #0b0b0c;--muted: #f4f4f5;--muted-foreground: #71717a;--primary: #71717a;--border: #e4e4e7;--content-width: min(100%, 46rem);--container-padding: 1rem;--header-height: 4rem}*{box-sizing:border-box;border-color:var(--border)}html{background:var(--background);color:var(--foreground)}body{margin:0;min-height:100vh;background:var(--background);color:var(--foreground);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:color .15s ease}a:hover{color:var(--foreground)}.main-container{width:var(--content-width);max-width:100%;margin:0 auto;padding-inline:var(--container-padding)}.site-nav{position:fixed;inset:0 0 auto;z-index:50;height:var(--header-height);border-bottom:1px solid var(--border);background:#fffc;backdrop-filter:blur(8px)}.site-nav__inside{height:100%;display:flex;align-items:center;justify-content:space-between}.site-nav__links{display:none;gap:1.5rem;align-items:center}.site-nav__utility{display:flex;align-items:center;gap:1rem}.site-nav__link{position:relative;padding:.25rem 0;color:#09090bcc;font-weight:500}.site-nav__link[aria-current=page]{color:var(--foreground);font-weight:600}.site-nav__link[aria-current=page]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;border-radius:999px;background:#09090bcc}.nav-toggle{margin-right:-.5rem;padding:.5rem;border:0;border-radius:.375rem;background:transparent;color:#09090bcc;cursor:pointer}.nav-language{color:#09090bcc;font-size:.875rem;font-weight:500}.nav-toggle:focus-visible,a:focus-visible{outline:2px solid #52525b;outline-offset:2px}.mobile-nav{position:absolute;top:100%;right:0;left:0;border-top:1px solid var(--border);box-shadow:0 4px 8px #00000014;background:#fff;padding:.5rem 1rem 1rem}.mobile-nav a{display:block;border-radius:.375rem;padding:.5rem .75rem;color:#09090bcc;font-weight:500}.page{flex:1;padding-top:calc(var(--header-height) + 2.5rem);padding-bottom:3rem}.page-header{margin-bottom:4rem}.page-header h1{margin:0 0 1rem;font-size:1.875rem;font-weight:600;letter-spacing:-.025em}.page-header p{margin:0;color:var(--muted-foreground);line-height:1.75}.post-groups{display:grid;gap:5rem}.post-group h2{margin:0 0 .75rem;border-bottom:1px solid var(--border);padding-bottom:.25rem;color:#09090bcc;font-size:1.25rem;font-weight:600}.post-list{display:grid;gap:.25rem;padding:0;margin:0;list-style:none}.post-list a{display:block;border-radius:.375rem;padding:.375rem 0}.post-list a:hover{color:#71717a}.post-list h3{margin:0 0 .25rem;color:#4b5563;font-size:1rem;font-weight:500;line-height:1.5}.post-list time{display:block;color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem}.article-header{margin-bottom:2rem}.article-header h1{margin:0 0 .5rem;color:#111827;font-size:1.875rem;font-weight:700;letter-spacing:-.025em}.article-header time{color:#4b5563;font-size:.875rem}.article-footer{margin-top:3rem;padding-top:2rem}.article-footer a{color:#4b5563}.prose{max-width:none;color:#374151;font-size:1rem;line-height:1.75}.prose p{margin:1rem 0}.prose h2{margin:2.5rem 0 1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;color:#334155;font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.prose h3{margin:2rem 0 .75rem;color:#475569;font-size:1.125rem;font-weight:700}.prose h4{margin:1.5rem 0 .75rem;color:#4b5563;font-size:1rem;font-weight:600}.prose h5{margin:1rem 0 .5rem;color:#6b7280;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.prose ul,.prose ol{margin:1rem 0;padding-left:1.5rem}.prose li>ul,.prose li>ol{margin:0}.prose blockquote{margin:1rem 0;border-left:2px solid var(--muted);padding-left:1.5rem;color:var(--muted-foreground);font-style:italic}.prose a{color:#2563eb}.prose a:hover{color:#1d4ed8;text-decoration:underline}.prose a[href^=http]:after{content:" ↗"}.prose img{display:block;max-width:100%;height:auto;margin:2rem auto;border-radius:.5rem;box-shadow:0 1px 2px #00000014}.prose code{border-radius:.25rem;background:var(--muted);padding:.125rem .375rem;color:var(--foreground)}.prose pre{overflow-x:auto;margin:1rem 0;border-radius:.375rem;background:#f4f4f5b3;padding:1rem;box-shadow:0 1px 2px #00000014;font-size:.875rem}.prose pre code{padding:0;background:transparent}.prose table{display:block;overflow-x:auto;border-collapse:collapse}.prose th,.prose td{min-width:100px;border:1px solid var(--border);padding:.5rem;text-align:left}@media(min-width:640px){:root{--container-padding: 1.5rem;--header-height: 5rem}.page{padding-top:calc(var(--header-height) + 3.5rem);padding-bottom:4rem}.page-header h1,.article-header h1{font-size:2rem}.post-list a{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.25rem 0}.post-list h3{margin:0}.post-list time{width:8rem;flex-shrink:0;text-align:right}}@media(min-width:1024px){.site-nav__links{display:flex}.nav-toggle{display:none}}
