:root{--bg-main: #f7f0e7;--bg-soft: #fffaf3;--bg-card: #fffaf3;--ink-strong: #2d241c;--ink-muted: #6b5d50;--line: #dfd0bd;--accent: #a55335;--accent-soft: #f4dfcf;--shadow-soft: 0 14px 28px rgba(87, 57, 33, .08);--max-width: 980px}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,Segoe UI,sans-serif;font-size:1.02rem;line-height:1.72;letter-spacing:.001em;color:var(--ink-strong);background:radial-gradient(circle at 12% 0%,rgba(188,112,66,.16),transparent 32rem),linear-gradient(180deg,#fff8ef,#f5ecdf),repeating-linear-gradient(90deg,rgba(102,75,50,.035) 0 1px,transparent 1px 116px);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}.site-shell{max-width:var(--max-width);margin:0 auto;padding:2rem 1.15rem 3rem}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;padding-bottom:.95rem;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;text-decoration:none;line-height:1}.brand-logo{display:block;width:clamp(10.5rem,22vw,13.25rem);height:auto}.nav-list{list-style:none;display:flex;gap:.55rem;padding:0;margin:0}.nav-link{text-decoration:none;font-size:.84rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;padding:.38rem .62rem;border:1px solid transparent;border-radius:8px;color:var(--ink-muted);transition:color .2s ease,background-color .2s ease,border-color .2s ease}.nav-link:hover,.nav-link.is-active{color:var(--ink-strong);border-color:#d8b79f;background:#fff1e4}.site-main{padding-top:1.65rem}.site-footer{margin-top:2.7rem;padding-top:1.4rem;border-top:1px solid var(--line);color:var(--ink-muted);font-size:.93rem}h1,h2,h3{font-family:Space Grotesk,IBM Plex Sans,sans-serif;line-height:1.08;letter-spacing:-.02em;margin:0 0 .45rem}h1{font-size:clamp(2rem,4.2vw,3.15rem);font-weight:700}h2{font-size:clamp(1.55rem,2.8vw,2.2rem);font-weight:700}h3{font-size:clamp(1.22rem,1.95vw,1.42rem);font-weight:600}p{margin:0 0 .88rem}.page-intro{max-width:70ch;margin-bottom:1.45rem}.hero-card,.surface{background:linear-gradient(180deg,#fffaf3eb,#fff7ecc7);border:1px solid var(--line);border-radius:12px;padding:1.18rem 1.2rem;box-shadow:var(--shadow-soft)}.section-title{margin-bottom:.72rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.95rem}.stack-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.archive-list{list-style:none;margin:0;padding:0}.archive-item{padding:1rem 0;border-bottom:1px solid var(--line)}.archive-item:first-child{padding-top:.2rem}.archive-item h2{margin:.22rem 0 .3rem;font-size:clamp(1.25rem,2vw,1.55rem)}.archive-item a{text-decoration:none}.archive-item a:hover{text-decoration:underline}.archive-item p:last-child{margin-bottom:0}.chip-list{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:.6rem 0 0;padding:0}.chip{display:inline-flex;align-items:center;padding:.2rem .54rem;border-radius:6px;border:1px solid var(--line);background:var(--bg-soft);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;text-decoration:none;color:var(--ink-muted)}.type-pill{display:inline-flex;align-items:center;padding:.16rem .5rem;border-radius:6px;background:var(--accent-soft);color:var(--accent);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.reading-meta{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.76rem;letter-spacing:.02em;color:var(--ink-muted);display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.muted{color:var(--ink-muted)}.back-link{display:inline-block;text-decoration:none;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.74rem;letter-spacing:.02em;color:var(--ink-muted);margin-bottom:.8rem;border-bottom:1px solid transparent}.back-link:hover{color:var(--ink-strong);border-color:var(--accent)}@keyframes section-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){.site-main>*{opacity:0;animation:section-enter .5s ease-out forwards}.site-main>*:nth-child(2){animation-delay:.07s}.site-main>*:nth-child(3){animation-delay:.14s}}@media(max-width:700px){.site-shell{padding:1.35rem .92rem 2.4rem}.site-header{flex-direction:column;align-items:flex-start;gap:.5rem}.nav-list{gap:.48rem;flex-wrap:wrap}.hero-card,.surface{padding:1rem .95rem}}
