:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#111827;background-color:#f7f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid #e5e7eb;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f3f4f6;color:#111827;cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:#2563eb}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#111827;background-color:#f7f7fb}a:hover{color:#1d4ed8}button{background-color:#f3f4f6}}html,body,#root{width:100%;height:100%;margin:0;padding:0;text-align:left;background:#f3f4f6;overflow:hidden}.container{width:100%;max-width:none;margin:0;padding:16px 24px;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.error{color:#b91c1c;margin-top:8px}.dashboard{display:grid;grid-template-columns:280px 1fr;gap:16px;align-items:stretch;flex:1;min-height:0}.sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;height:100%;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.list{display:flex;flex-direction:column;gap:8px;flex:1;overflow:auto;height:auto}.list-item{padding:10px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:#fff;flex-shrink:0}.list-item:hover{border-color:#cbd5e1;background:#f8fafc}.list-item.active{background:#eef2ff;border-color:#6366f1}.pill{display:inline-block;padding:4px 8px;background:#f1f5f9;border-radius:999px;margin-right:6px}.muted{color:#64748b;font-size:12px}.main{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;height:100%;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.chat{display:flex;flex-direction:column;height:100%;min-height:0}.chat-history{flex:1;overflow:auto;border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#f8fafc}.msg{display:flex;margin:8px 0}.msg.me{justify-content:flex-end}.bubble{max-width:70%;padding:10px 12px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.msg.me .bubble{background:#dbeafe;border-color:#bfdbfe}.file{display:inline-block;margin-left:8px;color:#2563eb}.bubble img{display:block;max-width:100%;height:auto;border-radius:8px}.bubble .attachment-preview{max-width:100%;border-radius:8px}.bubble .attachment-wrapper{display:inline-block;max-width:100%}.chat-input{display:flex;gap:8px;margin-top:10px;align-items:center;flex-wrap:nowrap}.chat-input input[type=text]{flex:1;min-width:0}.chat-input input[type=file]{flex:0 0 auto;max-width:40%;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty{color:#64748b;display:grid;place-items:center;height:100%}input,button{padding:10px;border:1px solid #e5e7eb;border-radius:8px}button{background:#2563eb;color:#fff;cursor:pointer}button:hover{background:#1d4ed8}button:disabled{background:#93c5fd;cursor:not-allowed}
