*{box-sizing:border-box}#root,body,html{background:#f8fafc;color:#1e293b;font-family:Arial,Helvetica,sans-serif;height:100%;margin:0}button,textarea{font:inherit}.app-shell{background:#f8fafc;color:#1e293b;min-height:100%}.topbar{background:#075985;color:#fff;height:64px;padding:0 24px}.brand-wrap,.topbar{align-items:center;display:flex}.brand-wrap{gap:12px}.brand-icon{align-items:center;background:#ffffff26;border-radius:999px;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.brand-title{font-size:20px;font-weight:600;margin:0}.layout{display:flex;min-height:calc(100vh - 64px)}.sidebar{background:#fff;border-right:1px solid #e2e8f0;padding:16px;width:320px}.sidebar-title{font-size:14px;font-weight:600;margin:0 0 12px}.suggestion-list{display:flex;flex-direction:column;gap:8px}.suggestion-btn{background:#0000;border:none;border-radius:10px;color:#334155;cursor:pointer;font-size:14px;padding:10px 12px;text-align:left;transition:background .2s ease,color .2s ease;width:100%}.suggestion-btn:hover{background:#f1f5f9;color:#075985}.content{flex:1 1;padding:24px}.chat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 1px 2px #0f172a0f;overflow:hidden}.chat-header{border-bottom:1px solid #e2e8f0;padding:16px}.chat-title{font-size:16px;font-weight:600;margin:0}.chat-body{background:#f8fafc;height:58vh;overflow-y:auto;padding:16px}.message-row{display:flex;margin-bottom:16px}.message-row-user{justify-content:flex-end}.message-row-assistant{justify-content:flex-start}.message-bubble{border:1px solid #e2e8f0;border-radius:16px;font-size:14px;line-height:1.6;max-width:75%;padding:12px 16px;white-space:pre-wrap}.message-user{background:#0369a1;border-color:#0369a1;color:#fff}.message-assistant{background:#fff;color:#1e293b}.message-label{font-size:12px;font-weight:600;margin-bottom:8px;opacity:.8}.message-text{white-space:pre-wrap;word-break:break-word}.typing-box{background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:inline-flex;gap:6px;padding:12px 16px}.dot{animation:bounce 1s ease-in-out infinite;background:#0369a1;border-radius:999px;height:8px;width:8px}.dot1{animation-delay:-.3s}.dot2{animation-delay:-.15s}.dot3{animation-delay:0s}@keyframes bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.chat-footer{background:#fff;border-top:1px solid #e2e8f0;padding:16px}.composer-label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.composer-wrap{display:flex;flex-direction:column;gap:12px}.composer-input{border:1px solid #cbd5e1;border-radius:8px;min-height:96px;outline:none;padding:12px;resize:vertical;width:100%}.composer-input:focus{border-color:#0369a1}.composer-actions{display:flex;gap:8px;justify-content:flex-end}.btn{border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px}.btn-secondary{background:#fff;border:1px solid #cbd5e1;color:#0369a1}.btn-secondary:hover{background:#f8fafc}.btn-primary{background:#0369a1;border:none;color:#fff}.btn-primary:hover{background:#075985}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.footer-note{color:#64748b;font-size:12px;margin-top:8px}@media (max-width:960px){.layout{flex-direction:column}.sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%}.content{padding:16px}.message-bubble{max-width:90%}}.authorization-status{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;margin-bottom:12px;padding:10px 12px}button:disabled,textarea:disabled{cursor:not-allowed;opacity:.6}
/*# sourceMappingURL=main.f77a317d.css.map*/