@import"https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F5F4F0;--surface: #FFFFFF;--fg: #111110;--muted: #999890;--border: #E2E0D8;--accent: #111110;font-family:Geist,system-ui,sans-serif;font-size:14px;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased}body{background:var(--bg);min-height:100vh}#root{display:flex;height:100vh;overflow:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.prose{font-size:15px;line-height:1.7;color:var(--fg)}.prose h1{font-size:28px;font-weight:700;letter-spacing:-.03em;margin-bottom:8px}.prose h2{font-size:20px;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}.prose p{margin-bottom:12px}.prose strong{font-weight:600}
