@import"https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--surface: #111111;--surface2: #181818;--border: #222222;--muted: #333333;--subtle: #666666;--text: #e8e8e8;--text-dim: #999999;--accent: #ffffff;--radius: 8px;--font: "Geist", system-ui, -apple-system, sans-serif;--font-mono: "Geist Mono", "Fira Code", monospace}html,body,#root{height:100%;width:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}input,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}.prose p{margin-bottom:.75em}.prose p:last-child{margin-bottom:0}.prose code{font-family:var(--font-mono);font-size:.875em;background:var(--muted);padding:.1em .35em;border-radius:3px}.prose pre{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;overflow-x:auto;margin:.5em 0}.prose pre code{background:none;padding:0}.prose ul,.prose ol{padding-left:1.5em;margin:.5em 0}.prose li{margin-bottom:.25em}.prose strong{color:var(--accent);font-weight:600}.prose h1,.prose h2,.prose h3{font-weight:600;margin:1em 0 .5em;line-height:1.3}.prose h1{font-size:1.25em}.prose h2{font-size:1.1em}.prose h3{font-size:1em}.prose blockquote{border-left:2px solid var(--border);padding-left:1em;color:var(--text-dim);margin:.5em 0}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}@keyframes pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}
