:root{--bg: #ffffff;--surface: #fafafa;--surface-hover: #f4f4f5;--border: #e4e4e7;--border-strong: #d4d4d8;--text: #18181b;--muted: #71717a;--subtle: #a1a1aa;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-dim: rgba(37, 99, 235, .08);--green: #16a34a;--green-dim: rgba(22, 163, 74, .1);--amber: #b45309;--amber-dim: rgba(180, 83, 9, .1);--sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--mono: "SF Mono", "Fira Code", "Cascadia Code", Consolas, "Liberation Mono", monospace;--radius: 8px;--radius-lg: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-underline-offset:.2em}img{max-width:100%;display:block}.page-chrome{position:relative;min-height:100vh;display:flex;flex-direction:column}.page-chrome main{flex:1}.shell{width:min(1100px,calc(100% - 3rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#ffffffe6;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.875rem 0}.brand{display:inline-flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--text)}.brand-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;flex-shrink:0}.brand-wordmark{font-size:.9rem;font-weight:600;letter-spacing:-.02em;line-height:1.2}.brand-sub{display:block;font-size:.7rem;font-weight:400;color:var(--muted);font-family:var(--mono);letter-spacing:0;margin-top:1px}.nav-list{display:flex;flex-wrap:wrap;gap:.125rem;list-style:none;padding:0;margin:0}.nav-list a{text-decoration:none;color:var(--muted);font-size:.875rem;padding:.375rem .75rem;border-radius:var(--radius);transition:color .12s,background .12s}.nav-list a:hover{color:var(--text);background:var(--surface-hover)}.nav-list a[aria-current=page]{color:var(--text);font-weight:600;background:var(--surface-hover)}.hero,.content-section,.page-hero,.entry-shell{padding:4rem 0}.hero{padding-top:5rem;padding-bottom:4rem}.content-section{border-top:1px solid var(--border)}.page-kicker,.eyebrow{margin:0 0 .5rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-family:var(--mono)}.hero h1,.page-hero h1{margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;max-width:22ch}.hero-copy,.page-hero-copy{font-size:1.05rem;color:var(--muted);max-width:54ch;margin:0 0 2rem;line-height:1.75}.link-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.link-row a:not(.btn),.inline-link{font-weight:500;font-size:.875rem;text-decoration:none;color:var(--accent)}.inline-link:hover,.link-row a:not(.btn):hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);text-decoration:none;transition:background .12s,border-color .12s,color .12s;font-family:inherit;cursor:pointer}.btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface-hover);border-color:var(--border-strong)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-heading h2{margin:0;font-size:.875rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-family:var(--mono)}.section-heading p{margin:0}.card-grid,.project-grid{display:grid;gap:0;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.card-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.card-grid>*,.project-grid>*{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.card-grid>*:nth-child(2n),.project-grid>*:nth-child(2n){border-right:none}.card-grid>*:nth-last-child(-n+2):nth-child(2n-1),.card-grid>*:nth-last-child(1),.project-grid>*:nth-last-child(-n+2):nth-child(2n-1),.project-grid>*:nth-last-child(1){border-bottom:none}.card-grid>*:only-child,.project-grid>*:only-child{border-right:none;border-bottom:none}.post-card,.project-card{background:var(--bg);padding:1.5rem;transition:background .12s;display:flex;flex-direction:column}.post-card:hover,.project-card:hover{background:var(--surface)}.post-card-featured{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.eyebrow-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between;margin-bottom:.75rem}.card-meta,.entry-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem}.card-date,.card-meta,.entry-meta{font-size:.78rem;color:var(--muted);font-family:var(--mono)}.post-card h3,.project-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;line-height:1.35;letter-spacing:-.01em}.post-card h3 a,.project-card h3 a{text-decoration:none;color:var(--text)}.post-card h3 a:hover,.project-card h3 a:hover{color:var(--accent)}.card-summary,.lede{font-size:.875rem;color:var(--muted);line-height:1.65;margin:0;flex:1}.repo-badge{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--mono);font-size:.72rem;color:var(--accent);background:var(--accent-dim);padding:.2rem .5rem;border-radius:4px;font-weight:600;letter-spacing:0}.tag-list{display:flex;flex-wrap:wrap;gap:.375rem}.tag{font-family:var(--mono);font-size:.7rem;color:var(--muted);background:var(--surface-hover);padding:.15rem .45rem;border-radius:4px}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.status-chip{padding:.2rem .5rem;border-radius:4px;font-size:.72rem;font-weight:600;text-transform:capitalize;font-family:var(--mono)}.status-active{background:var(--green-dim);color:var(--green)}.status-incubating{background:var(--amber-dim);color:var(--amber)}.status-archived{background:var(--surface-hover);color:var(--muted)}.hero-panel,.surface-panel,.entry-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.entry-grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.5fr);gap:2rem;align-items:start}.entry-sidebar{position:sticky;top:5rem}.entry-title{margin:.5rem 0 1rem;font-size:1.4rem;font-weight:700;line-height:1.25;letter-spacing:-.02em}.entry-content{font-size:1rem;line-height:1.8}.entry-content :where(h2,h3){margin-top:2.5rem;letter-spacing:-.02em}.entry-content h2{font-size:1.35rem;font-weight:700}.entry-content h3{font-size:1.1rem;font-weight:600}.entry-content :where(p,ul,ol,blockquote){max-width:68ch}.entry-content blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-left:3px solid var(--accent);background:var(--accent-dim);border-radius:0 var(--radius) var(--radius) 0;color:var(--text)}.entry-content pre{padding:1.25rem;border-radius:var(--radius-lg);background:#0d1117;overflow-x:auto;font-size:.875rem;border:1px solid #30363d;margin:1.5rem 0}.entry-content code{font-family:var(--mono);font-size:.9em}.entry-content :not(pre)>code{background:var(--surface-hover);padding:.15em .4em;border-radius:4px;font-size:.875em;color:var(--text);border:1px solid var(--border)}.entry-content ul,.entry-content ol{padding-left:1.4rem}.entry-content a{color:var(--accent);text-decoration-color:#2563eb4d}.entry-content a:hover{text-decoration-color:var(--accent)}.meta-text{font-size:.875rem;color:var(--muted);line-height:1.6;margin:.75rem 0}.site-footer{border-top:1px solid var(--border);padding:2rem 0}.footer-title{font-size:.875rem;font-weight:600;margin:0 0 .25rem;letter-spacing:-.01em}.footer-copy{font-size:.8rem;color:var(--muted);margin:0}.footer-links{display:flex;gap:.25rem;align-items:center;list-style:none;padding:0;margin:0}.footer-links a{text-decoration:none;font-size:.8rem;color:var(--muted);padding:.3rem .6rem;border-radius:var(--radius);transition:color .12s,background .12s}.footer-links a:hover{color:var(--text);background:var(--surface-hover)}.empty-state{padding:3rem 2rem;border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center}.empty-state .lede{max-width:48ch;margin:0 auto}@media(max-width:900px){.card-grid,.project-grid,.entry-grid{grid-template-columns:1fr}.card-grid>*,.project-grid>*{border-right:none}.card-grid>*:nth-last-child(1),.project-grid>*:nth-last-child(1){border-bottom:none}.card-grid>*:not(:last-child),.project-grid>*:not(:last-child){border-bottom:1px solid var(--border)}.hero,.content-section,.page-hero,.entry-shell{padding:3rem 0}.hero{padding-top:3.5rem}.entry-sidebar{position:static}}@media(max-width:640px){.header-inner,.footer-inner{flex-direction:column;align-items:flex-start;gap:.875rem}.site-header{position:static}.shell{width:calc(100% - 2rem)}.hero h1,.page-hero h1{font-size:1.85rem}.section-heading{flex-direction:column;align-items:flex-start;gap:.25rem}}
