:root{--bg:#0f1419;--surface:#1a2332;--border:#2d3a4f;--text:#e8edf4;--muted:#8b9cb3;--accent:#e85d04;--accent-hover:#f48c06;--success:#2d6a4f}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent-hover)}.btn,button{background:var(--accent);color:white;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.btn:hover,button:hover{background:var(--accent-hover)}button.secondary{background:var(--surface);border:1px solid var(--border)}input,select,textarea{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.5rem .75rem;border-radius:6px;font-family:inherit}textarea{min-height:200px;font-family:ui-monospace,monospace;font-size:.85rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--surface);border-right:1px solid var(--border);padding:1.5rem 1rem}.sidebar h1{font-size:1rem;margin:0 0 1.5rem;color:var(--accent-hover)}.sidebar nav a{display:block;padding:.5rem .75rem;color:var(--muted);text-decoration:none;border-radius:6px;margin-bottom:.25rem}.sidebar nav a.active,.sidebar nav a:hover{background:var(--bg);color:var(--text)}.main{flex:1 1;padding:2rem;max-width:1100px}.tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tab{padding:.4rem .8rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;cursor:pointer;color:var(--muted)}.tab.active{border-color:var(--accent);color:var(--text)}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:768px){.grid-2{grid-template-columns:1fr}.layout{flex-direction:column}.sidebar{width:100%}}.badge{display:inline-block;padding:.15rem .5rem;background:var(--success);border-radius:4px;font-size:.75rem}pre.trace{background:var(--bg);padding:1rem;border-radius:6px;overflow:auto;font-size:.8rem}