:root{--accent: #f97316;--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}:root,[data-theme=dark]{color-scheme:dark;--bg: #18181b;--bg-surface: #1e1e22;--border: #27272a;--text: #faf8f5;--text-dim: #dfddd8}[data-theme=light]{color-scheme:light;--bg: #faf8f5;--bg-surface: #f2f0ec;--border: #e2e0db;--text: #1a1a1e;--text-dim: #333338}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-y:scroll}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--accent);color:#fff;padding:.5rem 1rem;border-radius:0 0 6px 6px;font-family:var(--font-mono);font-size:.85rem;z-index:100;text-decoration:none}.skip-link:focus{top:0;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{background:var(--bg);color:var(--text);font-family:var(--font-serif);font-size:1.125rem;line-height:1.7;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:720px;width:100%;margin:0 auto;padding:2rem 1.5rem}a{color:var(--text);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.section-label{color:var(--accent);font-family:var(--font-mono);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.section-title{color:var(--text);font-family:var(--font-sans);font-size:1.6rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.site-header{padding:1.25rem 0;background:var(--bg);position:relative;z-index:50}.site-header .container{padding-top:0;padding-bottom:0;display:flex;align-items:center;justify-content:flex-start}.site-nav{display:flex;gap:1.5rem;align-items:center}.site-nav a{color:var(--text-dim);font-size:.9rem;font-family:var(--font-mono)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text)}.header-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.hero{padding:4rem 0 2rem;text-align:center}.hero-title{font-family:var(--font-sans);font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{color:var(--text-dim);font-size:1.1rem;max-width:500px;margin:0 auto 2rem}.notice{border-left:3px solid var(--accent);background:var(--bg-surface);padding:1rem 1.25rem;margin-bottom:2rem;border-radius:4px}.notice p{margin:0;color:var(--text-dim);font-size:.95rem}.notice a{color:var(--accent)}.hero-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-links a{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-dim);font-family:var(--font-mono);font-size:.85rem;padding:.4rem .8rem;border:1px solid var(--border);border-radius:6px;transition:border-color .15s,color .15s}.hero-links a:hover{border-color:var(--text-dim);color:var(--text)}.post-list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.post-item{padding:1.25rem 0;border-bottom:1px solid var(--border)}.post-item:first-child{border-top:1px solid var(--border)}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.post-date{color:var(--text-dim);font-family:var(--font-mono);font-size:.8rem}.post-label{color:var(--accent);font-family:var(--font-mono);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.post-title{font-family:var(--font-sans);font-size:1.2rem;font-weight:600;margin-bottom:.3rem;line-height:1.4}.post-title a{color:var(--text)}.post-title a:hover{color:var(--accent)}.post-desc{color:var(--text-dim);font-size:.95rem;line-height:1.6}.article-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.article-header .post-meta{margin-bottom:.75rem}.article-header h1{font-family:var(--font-sans);font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.article-header .post-desc{font-size:1.05rem}.prose h2{font-family:var(--font-sans);font-size:1.4rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text)}.prose h3{font-family:var(--font-sans);font-size:1.15rem;font-weight:600;margin:2rem 0 .75rem;color:var(--text)}.prose p{color:var(--text-dim);margin-bottom:1.25rem}.prose a{color:var(--accent);text-decoration:underline;text-decoration-color:#f973164d;text-underline-offset:2px}.prose a:hover{text-decoration-color:var(--accent)}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem}.prose li{color:var(--text-dim);margin-bottom:.4rem}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;margin:1.5rem 0;color:var(--text-dim);font-style:italic}.prose code{font-family:var(--font-mono);background:var(--bg-surface);border:1px solid var(--border);padding:.15em .35em;border-radius:4px;font-size:.88em;color:var(--text)}.prose pre{background:var(--bg-surface)!important;border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin:1.5rem 0;overflow-x:auto;font-size:.88rem;line-height:1.6}.prose pre code{background:none;border:none;padding:0;border-radius:0;font-size:inherit}.prose img{max-width:100%;border-radius:8px;margin:1.5rem 0}.prose hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.terminal-box{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;font-family:var(--font-mono);font-size:.88rem;color:var(--text);display:flex;align-items:center;gap:.5rem;margin:1rem 0}.terminal-box .prefix{color:var(--text-dim);user-select:none}.site-footer{padding:2rem 0;margin-top:3rem}.site-footer .container{padding-top:0;padding-bottom:0;display:flex;justify-content:space-between;align-items:center}.site-footer p{color:var(--text-dim);font-size:.85rem;font-family:var(--font-mono)}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-dim);font-family:var(--font-mono);font-size:.85rem;margin-bottom:2rem}.back-link:hover{color:var(--accent)}.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:6px;padding:.5rem;cursor:pointer;width:40px;height:40px;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.nav-toggle-icon,.nav-toggle-icon:before,.nav-toggle-icon:after{display:block;width:20px;height:2px;background:var(--text);border-radius:1px;transition:transform .25s ease,opacity .2s ease;position:relative}.nav-toggle-icon:before,.nav-toggle-icon:after{content:"";position:absolute;left:0;width:20px}.nav-toggle-icon:before{top:-6px}.nav-toggle-icon:after{top:6px}.nav-toggle[aria-expanded=true] .nav-toggle-icon{background:transparent}.nav-toggle[aria-expanded=true] .nav-toggle-icon:before{top:0;transform:rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-icon:after{top:0;transform:rotate(-45deg)}.theme-toggle{background:none;border:none;padding:.4rem;cursor:pointer;color:var(--text-dim);display:flex;align-items:center;justify-content:center;transition:color .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.theme-toggle:hover{color:var(--text)}[data-theme=dark] .icon-sun,:root:not([data-theme=light]) .icon-sun{display:block}[data-theme=dark] .icon-moon,:root:not([data-theme=light]) .icon-moon{display:none}[data-theme=light] .icon-sun{display:none}[data-theme=light] .icon-moon{display:block}@media(max-width:640px){.nav-toggle{display:flex}.nav-overlay{display:none;position:fixed;inset:0;z-index:30;background:#00000080}.nav-overlay.is-open{display:block}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-surface);flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0;z-index:50}.site-nav.is-open{display:flex}.site-nav a{padding:.75rem 1.5rem;font-size:1rem;text-align:left}.site-nav a[aria-current=page]{color:var(--accent)}.site-header{position:relative;z-index:50}.hero-title{font-size:1.75rem}.hero{padding:2.5rem 0 1.5rem}.article-header h1{font-size:1.5rem}.section-title{font-size:1.3rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
