*{box-sizing:border-box}#root,body,html{background:#f8fafc;color:#1e293b;font-family:Arial,Helvetica,sans-serif;height:100%;margin:0;overflow:hidden;width:100%}button,select,textarea{font:inherit}.app-shell{background:#f8fafc;color:#1e293b;display:flex;flex-direction:column;height:100vh;max-width:100%;overflow:hidden;width:100%}.topbar{background:#075985;color:#fff;flex-shrink:0;min-height:64px;padding:8px 24px}.brand-wrap,.topbar{align-items:center;display:flex}.brand-wrap{gap:16px;justify-content:space-between;width:100%}.brand-title{flex-shrink:0;font-size:20px;font-weight:600;margin:0}.account-area{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-left:auto;max-width:70%}.account-region-wrap{flex-shrink:0;max-width:100%;position:relative;width:auto}.account-region-display,.account-region-placeholder,.account-region-select{background:#ffffff1f;border:1px solid #ffffff59;border-radius:999px;color:#fff;font-size:13px;font-weight:600;max-width:260px;min-height:34px;min-width:0;padding:7px 34px 7px 12px;width:auto}.account-region-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;outline:none}.account-region-select:focus,.account-region-select:hover{background:#fff3}.account-region-select option{background:#fff;color:#0f172a}.account-region-display,.account-region-placeholder{align-items:center;display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-region-wrap:after{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:8px;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-65%) rotate(45deg);width:8px}.account-region-placeholder{color:#ffffffd9}.account-menu{flex-shrink:1;max-width:100%;position:relative}.account-menu-trigger{align-items:center;background:#ffffff1f;border:1px solid #ffffff59;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;max-width:100%;padding:8px 34px 8px 12px;position:relative}.account-menu-trigger:focus,.account-menu-trigger:hover{background:#fff3;outline:none}.account-menu-trigger:after{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:8px;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-65%) rotate(45deg);width:8px}.account-email{max-width:260px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-caret{display:none}.account-menu-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 24px #0f172a29;min-width:160px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:20}.account-menu-item{background:#fff;border:none;color:#0f172a;cursor:pointer;font-size:14px;font-weight:600;padding:10px 14px;text-align:left;width:100%}.account-menu-item:focus,.account-menu-item:hover{background:#f1f5f9;color:#075985;outline:none}.layout{display:flex;flex:1 1;min-height:0;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-shrink:0;overflow-y:auto;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;min-height:0;min-width:0;overflow:hidden;padding:16px}.chat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 1px 2px #0f172a0f;display:flex;flex-direction:column;height:100%;max-width:100%;overflow:hidden;width:100%}.chat-body{background:#f8fafc;flex:1 1;min-height:0;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.4;max-width:75%;padding:12px 16px}.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{word-break:break-word}.plain-text{white-space:pre-wrap}.markdown-text{white-space:normal}.message-text p{margin:0 0 4px}.message-text ol,.message-text ul{margin:4px 0;padding-left:22px}.message-text li{margin:0 0 8px}.message-text li p{margin:0}.message-text :last-child{margin-bottom:0}.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;flex-shrink:0;padding:16px}.composer-wrap{display:flex;flex-direction:column;gap:12px}.composer-input{border:1px solid #cbd5e1;border-radius:8px;font-size:14px;height:44px;line-height:22px;max-height:152px;min-height:44px;outline:none;overflow-y:hidden;padding:10px 12px;resize:none;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}button:disabled,textarea:disabled{cursor:not-allowed;opacity:.6}.validation-toast-wrap{display:flex;justify-content:flex-end;pointer-events:none;position:fixed;right:24px;top:78px;z-index:50}.validation-toast-wrap.menu-open{top:150px}.validation-toast{align-items:center;border-radius:8px;box-shadow:0 8px 18px #0f172a1f;display:flex;font-size:14px;font-weight:600;gap:12px;max-width:calc(100vw - 48px);min-height:52px;overflow:hidden;padding:12px 44px 12px 16px;pointer-events:auto;position:relative;width:520px}.validation-toast.success{background:#f0fdf4;border:1px solid #86efac;color:#0f172a}.validation-toast.error{background:#fef2f2;border:1px solid #fca5a5;color:#0f172a}.validation-toast.loading{background:#eff6ff;border:1px solid #93c5fd;color:#0f172a}.validation-toast-icon{align-items:center;border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:18px;font-weight:700;height:28px;justify-content:center;width:28px}.validation-toast.success .validation-toast-icon{background:#16a34a}.validation-toast.error .validation-toast-icon{background:#dc2626}.validation-toast.loading .validation-toast-icon{background:#2563eb}.validation-toast-text{flex:1 1;line-height:1.4}.validation-toast-close{background:#0000;border:none;color:#0f172a;cursor:pointer;font-size:22px;font-weight:600;line-height:1;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.validation-toast-close:focus,.validation-toast-close:hover{opacity:.7;outline:none}.validation-toast-progress{bottom:0;height:4px;left:0;position:absolute;width:35%}.validation-toast.success .validation-toast-progress{background:#22c55e}.validation-toast.error .validation-toast-progress{background:#ef4444}.validation-toast.loading .validation-toast-progress{background:#3b82f6}.session-warning-dialog{background:#fff;border:none;border-radius:12px;box-shadow:0 12px 32px #0003;color:#1e293b;padding:24px;width:min(420px,calc(100% - 32px))}.session-warning-dialog::backdrop{background:#00000073}.session-warning-dialog h2{font-size:20px;font-weight:600;margin:0}.session-warning-dialog p{font-size:14px;line-height:1.5;margin:12px 0 20px}.session-warning-actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width:960px){.layout{flex-direction:column}.sidebar{border-bottom:1px solid #e2e8f0;border-right:none;max-height:190px;width:100%}.content{padding:12px}.message-bubble{max-width:90%}.account-area{gap:8px;max-width:75%}.account-region-wrap{max-width:210px}.account-email{max-width:220px}}@media (max-width:640px){.topbar{min-height:56px;padding:8px 12px}.brand-title{font-size:16px}.account-area{gap:6px;max-width:75%}.account-region-wrap{max-width:190px}.account-email{max-width:160px}.validation-toast-wrap{left:12px;right:12px;top:66px}.validation-toast{font-size:13px;max-width:100%;width:100%}.content{padding:8px}.chat-card{border-radius:14px}.chat-body,.chat-footer{padding:12px}.composer-actions{flex-direction:column}.btn{width:100%}}
/*# sourceMappingURL=main.75d0308e.css.map*/