@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#fdf8f2;--foreground:#1c1208;--surface:#f3ebe0;--surface-2:#e8ddd0;--border:#d0c0a8;--accent:#ea6c00;--accent-hover:#c85a00;--muted:#8a7a68;--success:#22c55e;--error:#ef4444}*{box-sizing:border-box}*,body,html{font-family:Times New Roman,Times,serif!important}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.prose{font-size:.9375rem;line-height:1.8;color:var(--foreground)}.prose p{margin-bottom:.9rem}.prose p:last-child{margin-bottom:0}.prose h1{font-size:1.35em;font-weight:700;margin:1.25em 0 .5em;color:#1a2744}.prose h2{font-size:1.2em;font-weight:600;margin:1.1em 0 .4em;color:#1a2744}.prose h3{font-size:1.05em;font-weight:600;margin:1em 0 .35em;color:#3b2010}.prose h1:first-child,.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose strong{font-weight:600;color:#6b1a2a}.prose em{font-style:italic}.prose ul{list-style:disc}.prose ol,.prose ul{padding-left:1.4em;margin-bottom:.9rem}.prose ol{list-style:decimal}.prose li{margin-bottom:.3em;line-height:1.7}.prose li>ol,.prose li>ul{margin-top:.3em;margin-bottom:.3em}.prose blockquote{border-left:3px solid var(--accent);padding-left:1em;margin:1em 0;color:var(--muted);font-style:italic}.prose code{padding:.15em .45em;border-radius:4px;font-size:.85em;font-family:Consolas,Fira Code,monospace!important;color:#1a2744}.prose code,.prose pre{background:var(--surface-2)}.prose pre{border:1px solid var(--border);padding:1em 1.25em;border-radius:10px;overflow-x:auto;margin:1em 0}.prose pre code{background:none;padding:0;font-size:.875em;color:#1c1208;border-radius:0}.prose hr{border:none;border-top:1px solid var(--border);margin:1.5em 0}.prose a{color:#1a2744;text-decoration:underline;text-underline-offset:3px}.prose a:hover{color:#6b1a2a}