body{background:#0f172a;color:#fff;font-family:Arial,sans-serif;margin:0}*{box-sizing:border-box}.app{display:flex;height:100vh;overflow:hidden}.sidebar{background:#111827;border-right:1px solid #1f2937;display:flex;flex-direction:column;gap:15px;padding:20px;width:280px}.sidebar h2{color:#60a5fa;margin-bottom:10px}.sidebar input[type=file],.sidebar input[type=text]{background:#1f2937;border:1px solid #374151;border-radius:8px;color:#fff;outline:none;padding:12px}.sidebar input[type=text]:focus{border-color:#3b82f6}.sidebar button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:12px;transition:.2s}.sidebar button:hover{background:#2563eb}.chat{background:#0f172a}.chat,.messages{display:flex;flex:1 1;flex-direction:column}.messages{gap:12px;overflow-y:auto;padding:20px}.msg{word-wrap:break-word;border-radius:14px;line-height:1.5;max-width:75%;padding:12px 16px}.msg.user{background:#2563eb;margin-left:auto}.msg.bot{background:#374151}.msg.system{background:#10b981;color:#000}.inputBox{background:#111827;border-top:1px solid #1f2937;display:flex;padding:15px}.inputBox input{background:#1f2937;border:1px solid #374151;border-radius:8px;color:#fff;flex:1 1;outline:none;padding:12px}.inputBox input:focus{border-color:#3b82f6}.inputBox button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-left:10px;padding:12px 20px;transition:.2s}.inputBox button:hover{background:#2563eb}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#374151;border-radius:20px}@media (max-width:768px){.app{flex-direction:column}.sidebar{border-bottom:1px solid #1f2937;border-right:none;width:100%}.msg{max-width:90%}}
/*# sourceMappingURL=main.8b8d344b.css.map*/