*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1a56db;--blue-light:#e8f0fe;--blue-dark:#1040a8;--red:#c81e1e;--red-light:#fde8e8;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font:"Segoe UI",system-ui,-apple-system,sans-serif;--sidebar-width:280px;--header-height:56px}body,html{height:100%;font-family:var(--font);background:var(--gray-50);color:var(--gray-900);font-size:16px;line-height:1.5}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select,textarea{font-family:var(--font)}.prose h1{font-size:1.75rem;font-weight:700;margin:1rem 0 .5rem;color:var(--gray-900)}.prose h2{font-size:1.4rem;margin:1rem 0 .5rem}.prose h2,.prose h3{font-weight:600;color:var(--gray-800)}.prose h3{font-size:1.15rem;margin:.75rem 0 .4rem}.prose p{margin:.6rem 0;color:var(--gray-800)}.prose ol,.prose ul{margin:.5rem 0 .5rem 1.5rem;color:var(--gray-800)}.prose li{margin:.25rem 0}.prose strong{font-weight:700}.prose em{font-style:italic}.prose a,.prose u{text-decoration:underline}.prose a{color:var(--blue)}.prose blockquote{border-left:3px solid var(--blue);padding-left:1rem;color:var(--gray-600);margin:.75rem 0}.prose code{padding:2px 5px;border-radius:3px;font-size:.9em}.prose code,.prose pre{background:var(--gray-100)}.prose pre{padding:1rem;border-radius:6px;overflow-x:auto;margin:.75rem 0}.prose hr{border:none;border-top:2px solid var(--gray-200);margin:1rem 0}.prose table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.9rem}.prose th{background:var(--blue);color:#fff;padding:8px 12px;text-align:left;font-weight:600;border:1px solid var(--blue-dark)}.prose td{padding:7px 12px;border:1px solid var(--gray-200);vertical-align:top}.prose tr:nth-child(2n) td{background:var(--gray-50)}.prose img{max-width:100%;border-radius:6px;margin:.5rem 0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}