:root{--bg: #fafafa;--surface: #ffffff;--surface-hover: #f4f4f6;--text: #18181b;--text-muted: #6b7280;--border: #e4e4e7;--primary: #2f5bd6;--primary-soft: #eaf0fd;--radius: 8px;--radius-lg: 12px;--gap-xs: .375rem;--gap-sm: .625rem;--gap-md: 1rem;--gap-lg: 1.5rem;--gap-xl: 2.5rem;--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 4px 12px rgba(0, 0, 0, .05);--font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #0e0e11;--surface: #17171b;--surface-hover: #1f1f25;--text: #ededf0;--text-muted: #9b9ba6;--border: #2a2a31;--primary: #7da2ff;--primary-soft: #1b2540}}:root[data-theme=dark]{--bg: #0e0e11;--surface: #17171b;--surface-hover: #1f1f25;--text: #ededf0;--text-muted: #9b9ba6;--border: #2a2a31;--primary: #7da2ff;--primary-soft: #1b2540}*,*:before,*:after{box-sizing:border-box}html{color-scheme:light dark}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit}h1,h2,h3{margin:0;line-height:1.15}.page{max-width:1080px;margin-inline:auto;padding:var(--gap-lg)}.topbar{display:flex;align-items:center;gap:var(--gap-md);padding-block:var(--gap-sm)}.brand{font-weight:700;text-decoration:none}.spacer{flex:1}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:500}.nav-link:hover{color:var(--primary)}.theme-toggle{cursor:pointer;width:2.25rem;height:2.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:1rem;line-height:1}.theme-toggle:hover{background:var(--surface-hover)}.hero{padding-block:3rem 2rem}.hero h1{font-size:clamp(2rem,5vw,2.75rem)}.lead{max-width:62ch;color:var(--text-muted);font-size:1.0625rem;margin-top:var(--gap-md)}.section{margin-top:var(--gap-xl)}.section h2{font-size:1.25rem}.rule{height:1px;background:var(--border);border:0;margin:var(--gap-sm) 0 var(--gap-lg)}.profile-teaser{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--gap-md);color:var(--text-muted);font-size:.9375rem}.profile-link{color:var(--primary);text-decoration:none;font-weight:600;white-space:nowrap}.profile-link:hover{text-decoration:underline}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--gap-md);list-style:none;margin:0;padding:0}.card{position:relative;display:flex;flex-direction:column;gap:var(--gap-sm);height:100%;padding:var(--gap-lg);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--primary);transform:scaleY(0);transform-origin:bottom;transition:transform .25s ease}.card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.card:hover:before{transform:scaleY(1)}.card[data-featured=true]{border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}.title-link{color:inherit;text-decoration:none}.title-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.title-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.card:hover .title-row h3{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.accent,.title-row,.tagline,.description,.highlights,.tags{position:relative;z-index:2}.accent{color:var(--primary);font-size:.8125rem;font-weight:600;font-family:var(--mono)}.title-row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--gap-sm)}.title-row h3{font-size:1.0625rem}.date{color:var(--text-muted);font-size:.75rem;font-variant-numeric:tabular-nums;white-space:nowrap}.tagline{color:var(--text-muted);font-size:.9rem;margin:0}.description{color:var(--text-muted);font-size:.8125rem;line-height:1.5;margin:0}.highlights{list-style:none;margin:var(--gap-xs) 0 0;padding:0;display:flex;flex-direction:column;gap:2px;font-size:.875rem}.tags{display:flex;flex-wrap:wrap;gap:var(--gap-xs);margin-top:auto;padding-top:var(--gap-sm)}.tag{font-size:.75rem;font-weight:500;padding:.15rem .5rem;border-radius:999px;background:var(--primary-soft);color:var(--primary)}.details-btn{position:relative;z-index:2;align-self:flex-start;margin-top:var(--gap-sm);padding:.4rem .875rem;border-radius:var(--radius);border:1px solid var(--primary);color:var(--primary);text-decoration:none;font-size:.8125rem;font-weight:600}.details-btn:hover{background:var(--primary);color:var(--surface)}.footer{margin-top:var(--gap-xl);padding-block:var(--gap-lg);color:var(--text-muted);font-size:.8125rem}
