@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-primary: #0f1216;--bg-secondary: #161b22;--bg-tertiary: #1e2329;--border: #30363d;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--accent: #58a6ff;--accent-dim: #388bfd66;--success: #3fb950;--warning: #d29922;--danger: #f85149;--radius: 6px;--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.mono{font-family:var(--font-mono);font-size:.9em}.badge{display:inline-flex;align-items:center;padding:.2em .5em;border-radius:4px;font-size:.75rem;font-weight:600}.badge--success{background:#3fb95033;color:var(--success)}.badge--warning{background:#d2992233;color:var(--warning)}.badge--danger{background:#f8514933;color:var(--danger)}.badge--neutral{background:#8b949e33;color:var(--text-secondary)}.reasoning-markdown p{margin:0 0 .5em}.reasoning-markdown p:last-child{margin-bottom:0}.reasoning-markdown strong{font-weight:600;color:var(--text-secondary)}.reasoning-markdown ul{margin:.25em 0 .5em 1.25em;padding:0}.reasoning-markdown li{margin-bottom:.25em}@media print{.no-print{display:none!important}:root{--bg-primary: #fff;--bg-secondary: #f5f5f5;--bg-tertiary: #eee;--border: #ccc;--text-primary: #111;--text-secondary: #333;--text-muted: #555;--accent: #0066cc}body,#root,main{min-height:auto!important;background:#fff!important}a{color:#06c}.badge--success{background:#e6f7e9!important;color:#1a7f37!important}.badge--warning{background:#fff4e5!important;color:#9a6700!important}.badge--neutral{background:#f0f0f0!important;color:#555!important}}
