:root{color-scheme:light;--bg:#f4f4f5;--surface:#ffffff;--surface-soft:#fafafa;--line:#e4e4e7;--text:#18181b;--muted:#52525b;--accent:#0f172a;--accent-soft:#f1f5f9;--max-width:1120px;--radius:8px;--shadow:0 1px 2px rgba(15,23,42,0.05);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body,html{background:var(--bg)}body{margin:0;color:var(--text);font-family:inherit;line-height:1.55}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.site-shell{min-height:100vh}.site-footer,.site-header{border-bottom:1px solid var(--line);background:#fff}.site-footer{border-top:1px solid var(--line);border-bottom:0;margin-top:48px}.page-shell,.site-footer__inner,.site-header__inner{width:min(var(--max-width),calc(100% - 32px));margin:0 auto}.site-header__inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-footer__inner{display:flex;flex-direction:column;gap:10px;padding:18px 0}.site-brand{gap:10px;font-weight:700}.site-brand,.site-brand__mark{display:inline-flex;align-items:center}.site-brand__mark{width:32px;height:32px;justify-content:center;border-radius:50%;background:var(--accent);color:#fff}.site-nav{gap:16px}.site-footer__links,.site-nav{display:inline-flex;color:var(--muted);font-size:14px}.site-footer__links{flex-wrap:wrap;gap:14px}.page-shell{display:flex;flex-direction:column;gap:20px;padding:24px 0 0}.panel,.post-block{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel{padding:20px}.category-card h3,.digest-card h3,.hero h1,.panel h2,.topic-row__title{margin:0;line-height:1.2;letter-spacing:0}.hero p:last-child{margin-bottom:0}.eyebrow{margin:0 0 10px;color:var(--muted);font-size:13px;text-transform:uppercase}.section-head{margin-bottom:12px}.card-grid,.stack{display:grid;gap:12px}.card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.category-card,.digest-card{padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.category-card p,.digest-card__head p:last-child{margin-bottom:0}.topic-row{display:grid;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);padding:16px}.breadcrumbs ol,.post-block__header,.topic-meta,.topic-row__eyebrow{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--muted);font-size:13px}.topic-row__description{margin:8px 0 0;color:var(--muted)}.topic-list-compact{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:12px}.topic-list-compact__item{padding-top:12px;border-top:1px solid var(--line)}.topic-list-compact__item:first-child{padding-top:0;border-top:0}.topic-list-compact__title{margin:0;font-size:17px;line-height:1.35}.topic-list-compact__meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:6px;color:var(--muted);font-size:13px}.hero-summary,.topic-row__excerpt{margin:10px 0 0;color:var(--text)}.hero-summary{max-width:72ch}.breadcrumbs ol{list-style:none;margin:0;padding:0}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:14px;color:#a1a1aa}.post-block{padding:18px}.post-block__header{justify-content:space-between;margin-bottom:14px}.post-block__header strong{display:block;color:var(--text)}.post-block__header a,.topic-meta a,.topic-row__meta a{text-decoration:underline;text-underline-offset:2px}.post-block__content :first-child{margin-top:0}.post-block__content :last-child{margin-bottom:0}.post-block__content ol,.post-block__content ul{padding-left:22px}.simple-list{margin:0;padding-left:20px}.site-footer{padding:20px 0 32px;color:var(--muted);font-size:14px}@media (max-width:640px){.site-header__inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:12px 0}}