*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;background:#0f172a;color:#e2e8f0}.app{display:flex;min-height:100vh}.sidebar{width:280px;background:#111827;padding:24px;border-right:1px solid #1f2937}.brand{font-size:28px;font-weight:700;margin-bottom:8px}.muted{color:#94a3b8;line-height:1.5}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.tags span{background:#1e293b;color:#cbd5e1;padding:6px 10px;border-radius:999px;font-size:13px}.chat-wrap{flex:1;display:flex;flex-direction:column}.chat-header{padding:24px;border-bottom:1px solid #1f2937;background:#111827}.chat-header h1{margin:0 0 6px 0;font-size:24px}.chat-header p{margin:0;color:#94a3b8}.messages{flex:1;padding:24px;overflow:auto;display:flex;flex-direction:column;gap:14px}.msg{max-width:760px;padding:14px 16px;border-radius:16px;line-height:1.5;white-space:pre-wrap}.msg.user{align-self:flex-end;background:#2563eb;color:#fff}.msg.assistant{align-self:flex-start;background:#1e293b;color:#e2e8f0}.chat-form{padding:20px;border-top:1px solid #1f2937;background:#111827}.chat-form textarea{width:100%;resize:vertical;min-height:80px;border-radius:14px;border:1px solid #334155;background:#0f172a;color:#fff;padding:14px;font:inherit}.actions{display:flex;justify-content:flex-end;margin-top:12px}.actions button{background:#22c55e;color:#052e16;border:none;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer}.actions button:hover{filter:brightness(1.05)}@media (max-width: 860px){.app{flex-direction:column}.sidebar{width:auto}}
