*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:#172033}button,input,textarea{font:inherit}.login-shell{display:grid;min-height:100vh;place-items:center;padding:24px}.login-panel{width:min(100%,420px);border:1px solid #d9e0ea;border-radius:8px;background:#ffffff;padding:24px;box-shadow:0 14px 34px rgb(23 32 51/8%)}.login-heading{margin-bottom:20px}.login-heading h1{margin:0;font-size:24px;line-height:1.2}.login-heading p{margin:6px 0 0;color:#596579;font-size:14px}.login-form{display:grid;grid-gap:14px;gap:14px}.field{display:grid;grid-gap:7px;gap:7px;color:#30394a;font-size:14px;font-weight:600}.field input{min-height:42px;width:100%;border:1px solid #c8d1df;border-radius:6px;padding:0 12px;color:#172033;font-weight:400}.field input:focus{border-color:#2d6cdf;outline:2px solid rgb(45 108 223/18%)}.login-form button{min-height:42px;border:0;border-radius:6px;background:#214f9a;color:#ffffff;cursor:pointer;font-weight:700}.login-form button:disabled{cursor:progress;opacity:.72}.login-error{margin:14px 0 0;color:#b42318;font-size:14px}.login-status{margin:0;color:#23614a;font-size:14px}.chat-shell{display:grid;grid-template-columns:minmax(240px,320px) minmax(360px,1fr) minmax(240px,300px);min-height:100vh;background:#f4f6f9}.chat-main,.dialog-panel,.profile-panel{min-height:100vh;overflow:hidden}.dialog-panel,.profile-panel{display:flex;flex-direction:column;border-color:#d8dee8;background:#ffffff}.dialog-panel{border-right:1px solid #d8dee8}.profile-panel{border-left:1px solid #d8dee8}.chat-main__header,.panel-header{min-height:64px;border-bottom:1px solid #d8dee8;padding:16px}.chat-main__header h1,.panel-header h2{margin:0;font-size:16px;line-height:1.3}.chat-main__header p{margin:4px 0 0;color:#6a7484;font-size:13px}.dialog-list,.message-list{flex:1 1;overflow-y:auto;padding:10px}.dialog-item{position:relative;display:grid;width:100%;min-height:66px;border:0;border-radius:6px;background:transparent;padding:10px 38px 10px 10px;text-align:left;cursor:pointer}.dialog-item:hover,.dialog-item[aria-pressed=true]{background:#e9eef7}.dialog-preview,.dialog-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-title{color:#172033;font-weight:700}.dialog-preview,.muted{color:#6a7484;font-size:13px}.dialog-badge{position:absolute;right:10px;top:12px;min-width:22px;border-radius:999px;background:#23614a;color:#ffffff;font-size:12px;line-height:22px;text-align:center}.chat-main{display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#f8fafc}.message-list{display:flex;flex-direction:column;gap:10px;padding:16px}.message-item{max-width:min(72ch,86%);border:1px solid #d8dee8;border-radius:8px;background:#ffffff;padding:10px 12px;overflow-wrap:anywhere}.message-item p{margin:6px 0 0}.message-meta{display:flex;flex-wrap:wrap;gap:8px;color:#6a7484;font-size:12px}.message-context{color:#405f9f;font-size:12px}.message-status{display:inline-block;margin-top:8px;color:#6a7484;font-size:12px}.message-status--failed{color:#b42318}.composer{display:grid;grid-template-columns:auto minmax(0,1fr) 44px;grid-gap:8px;gap:8px;border-top:1px solid #d8dee8;background:#ffffff;padding:10px}.composer-actions{display:flex;gap:6px}.composer button{display:inline-grid;min-height:42px;min-width:42px;place-items:center;border:1px solid #c8d1df;border-radius:6px;background:#ffffff;color:#24364f;cursor:pointer}.composer button[type=submit]{border-color:#214f9a;background:#214f9a;color:#ffffff}.composer button:disabled{cursor:not-allowed;opacity:.55}.composer textarea{min-height:42px;max-height:160px;resize:vertical;border:1px solid #c8d1df;border-radius:6px;padding:10px 12px}.profile-fields{display:grid;grid-gap:16px;gap:16px;margin:0;padding:16px}.profile-fields div{display:grid;grid-gap:4px;gap:4px}.profile-fields dt{color:#6a7484;font-size:12px;text-transform:uppercase}.profile-fields dd{margin:0;overflow-wrap:anywhere}@media (max-width:900px){.chat-shell{grid-template-columns:1fr}.chat-main,.dialog-panel,.profile-panel{min-height:auto}.dialog-panel,.profile-panel{border:0;border-bottom:1px solid #d8dee8}}