:root{--bg: #070707;--bg-soft: #0f0f0f;--panel: #101010;--text: #f3f3f3;--muted: #a8a8a8;--line: #2a2a2a;--line-strong: #4a4a4a;--shell: 980px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:radial-gradient(50rem 22rem at 50% -10%, rgba(255,255,255,.1), rgba(0,0,0,0) 70%),repeating-linear-gradient(90deg, rgba(255,255,255,.015), rgba(255,255,255,.015) 1px, rgba(0,0,0,0) 1px, rgba(0,0,0,0) 7px),linear-gradient(180deg, #040404, #0a0a0a 42%, #060606);color:var(--text);font-family:"IBM Plex Sans","Avenir Next","Segoe UI",sans-serif;line-height:1.6;min-height:100vh}a{color:var(--text);text-decoration-color:var(--line-strong);text-underline-offset:.18em}a:hover{text-decoration-color:var(--text)}.shell{margin:0 auto;max-width:var(--shell);padding:0 1.1rem}.halo{background:linear-gradient(90deg, #111, #f2f2f2 40%, #111 75%);border-bottom:1px solid rgba(255,255,255,.2);height:4px}.topbar{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding-bottom:1.1rem;padding-top:1.1rem}.topbar nav{display:flex;gap:1rem}.topbar nav a{color:var(--muted);text-decoration:none}.topbar nav a:hover{color:var(--text)}.brand{align-items:center;color:var(--text);display:inline-flex;font-family:"IBM Plex Mono","Cascadia Mono",monospace;font-size:1rem;font-weight:600;gap:.65rem;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.brand-mark{border:1px solid var(--line-strong);border-radius:6px;display:block;height:2.3rem;object-fit:cover;object-position:50% 51%;width:2.3rem}.hero{margin-top:1.3rem;width:100%}.hero h1{font-size:clamp(1.7rem,4.5vw,3.2rem);letter-spacing:-.02em;line-height:1.08;margin-bottom:.65rem;margin-top:.25rem}.eyebrow{color:#d2d2d2;font-family:"IBM Plex Mono","Cascadia Mono",monospace;font-size:.84rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.panel{background:rgba(14,14,14,.92);border:1px solid var(--line);border-radius:14px;margin-top:1.2rem;padding:1.1rem 1.2rem}.panel h2,.panel h1{margin-bottom:.5rem;margin-top:0}.panel-head{align-items:baseline;display:flex;justify-content:space-between}.plain-list{list-style:none;margin:0;padding:0}.cards li,.posts li{border-top:1px solid rgba(255,255,255,.08);display:grid;gap:.2rem;padding:.85rem 0}.cards li:first-child,.posts li:first-child{border-top:0;padding-top:.25rem}.cards p{color:var(--muted);margin:0}.posts li{align-items:baseline;grid-template-columns:1fr auto}.posts time,.meta,.lede{color:var(--muted)}.prose p:first-child{margin-top:0}.footer{color:var(--muted);display:flex;font-size:.95rem;justify-content:space-between;padding-bottom:1.6rem;padding-top:1.6rem}.hero,.panel{animation:rise .55s ease both}.panel:nth-of-type(2){animation-delay:.06s}.panel:nth-of-type(3){animation-delay:.12s}@keyframes rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.topbar{align-items:flex-start;flex-direction:column;gap:.7rem}.topbar nav{flex-wrap:wrap;gap:.8rem}.panel{padding:1rem}.posts li{grid-template-columns:1fr}.footer{flex-direction:column;gap:.5rem}}