:root{color-scheme:light;--background:#f6f3ed;--foreground:#1d1b18;--muted:#726b61;--line:#d8d0c4;--accent:#1f6f68;--surface:#fffdf8}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.site-header{border-bottom:1px solid var(--line);background:rgba(255,253,248,.9)}.page,.site-header-inner{width:min(1040px,calc(100% - 32px));margin:0 auto}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.brand{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700}.nav{display:flex;gap:16px;color:var(--muted);font-size:15px}.page{padding:48px 0 72px}.hero{display:grid;gap:14px;padding-bottom:32px;border-bottom:1px solid var(--line)}.empty-state{margin-top:32px;color:var(--muted)}.eyebrow{color:var(--accent);font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;font-family:Georgia,Times New Roman,serif;line-height:1.1}h1{max-width:820px;font-size:clamp(40px,6vw,76px)}h2{font-size:30px}p{color:var(--muted);line-height:1.65}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:32px}.card{min-height:220px;display:flex;flex-direction:column;gap:14px;justify-content:space-between;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.card-meta,.meta{color:var(--muted);font-size:14px}.prose{max-width:760px}.prose p,.prose-body p{color:var(--foreground)}.book-cover{width:160px;max-width:100%;height:auto;border-radius:6px;border:1px solid var(--line)}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:32px;align-items:start}@media (max-width:720px){.site-header-inner{align-items:flex-start;flex-direction:column}.detail-layout{grid-template-columns:1fr}}