*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f172a;color:#e5e7eb}.app{display:flex;min-height:100vh}.sidebar{width:270px;background:#020617;border-right:1px solid #334155;padding:22px}.brand{font-size:22px;font-weight:900;letter-spacing:.14em;color:#93c5fd}.subtitle{margin:6px 0 24px;color:#94a3b8;font-size:13px}.sidebar button{width:100%;display:flex;gap:10px;align-items:center;background:transparent;color:#cbd5e1;border:1px solid transparent;padding:12px;border-radius:10px;margin-bottom:8px;cursor:pointer;text-align:left}.sidebar button.active,.sidebar button:hover{background:#1e293b;border-color:#475569;color:#fff}main{flex:1;padding:28px}.top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}h1{margin:0}h2{margin-top:0}.card{background:#111827;border:1px solid #334155;border-radius:16px;padding:18px;margin-bottom:16px;box-shadow:0 10px 30px #00000040}.refresh{background:#2563eb;border:0;color:#fff;padding:10px 14px;border-radius:10px;cursor:pointer}pre{white-space:pre-wrap;overflow:auto;background:#020617;border-radius:12px;padding:14px;color:#bfdbfe;max-height:520px}.role{font-size:12px;color:#bfdbfe;margin-bottom:6px;font-weight:700}.muted{color:#94a3b8}.chat-card{display:flex;flex-direction:column;min-height:70vh}.chat-window{flex:1;display:flex;flex-direction:column;gap:12px;background:#020617;border:1px solid #334155;border-radius:14px;padding:16px;margin:16px 0;max-height:58vh;overflow:auto}.bubble{max-width:78%;padding:12px 14px;border-radius:14px;line-height:1.45}.bubble.user{align-self:flex-end;background:#2563eb;color:#fff}.bubble.epistem{align-self:flex-start;background:#1e293b;border:1px solid #475569;color:#e5e7eb}.chat-input-row{display:flex;gap:12px;align-items:stretch}.chat-input-row textarea{flex:1;min-height:74px;resize:vertical;border-radius:12px;border:1px solid #475569;background:#020617;color:#e5e7eb;padding:12px;font:inherit}.send{background:#2563eb;border:0;color:#fff;padding:0 18px;border-radius:12px;cursor:pointer;font-weight:700}.send:disabled{opacity:.6;cursor:not-allowed}details{margin-top:12px}
