.admin-chat-page{height:100vh;min-height:0;overflow:hidden;padding:12px;background:#f2f6fc}.chat-console-panel{height:100%;min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.chat-header{padding:12px 16px;border-bottom:1px solid #e4e9f5;gap:12px;flex-wrap:wrap;justify-content:space-between}.actions-section,.chat-header{display:flex;align-items:center}.actions-section{gap:8px}.conversation-context{display:grid;grid-gap:2px;gap:2px;min-width:180px;color:#17233d}.conversation-context span{color:#5c6a89;font-size:11px;font-weight:700;text-transform:uppercase}.conversation-context strong{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.messages{flex:1 1;min-height:0;overflow-y:auto;background:#f6f8fc;border:1px solid #e4e9f5;border-radius:14px;padding:12px}.message-group,.messages{display:flex;flex-direction:column;gap:10px}.day-separator{position:-webkit-sticky;position:sticky;top:8px;z-index:2;display:flex;justify-content:center;pointer-events:none}.day-separator span{border:1px solid #d9e3f7;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 6px 18px rgba(23,35,61,.08);color:#5c6a89;font-size:12px;font-weight:800;padding:5px 12px}.message{max-width:75%;border-radius:14px;padding:10px 12px;border:1px solid #e4e9f5}.message.client{align-self:flex-end;background:#2f72ff;color:#fff;border-color:#2f72ff}.message.ai{align-self:flex-start;background:#fff;color:#17233d}.meta-row{margin-top:8px;display:flex;gap:6px}.badge{font-size:10px;padding:2px 6px;border-radius:999px;background:rgba(23,35,61,.08)}.input-area{display:flex;gap:10px;align-items:center}.input-area input{flex:1 1;border:1px solid #d9e3f7;border-radius:999px;padding:10px 14px}.send-button{min-width:92px;min-height:40px;border:1px solid #2f72ff;border-radius:999px;background:#2f72ff;color:#fff;font-size:14px;font-weight:800;padding:0 18px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.send-button:hover:not(:disabled){background:#1f5fe0;border-color:#1f5fe0;box-shadow:0 8px 18px rgba(47,114,255,.22)}.send-button:disabled{border-color:#d9e3f7;background:#eef3fb;color:#98a5bd;cursor:not-allowed}.input-action-btn{width:38px;height:38px;border-radius:999px;border:1px solid #d9e3f7;background:#fff}.modal{position:fixed;inset:0;display:grid;place-items:center;background:rgba(15,17,21,.42);z-index:60}.modal-content{width:min(420px,92vw);border-radius:14px;background:#fff;border:1px solid #e4e9f5;padding:16px}.modal-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.template-list{display:grid;grid-gap:8px;gap:8px;max-height:300px;overflow:auto}.template-item{text-align:left;border:1px solid #d9e3f7;border-radius:10px;padding:10px;background:#f8fbff}.option-item{border:1px solid #d9e3f7;border-radius:8px;padding:8px;margin-top:6px;background:#f8fbff}.option-title{font-weight:700}.option-description{font-size:12px;color:#5c6a89}@media (max-width:900px){.message{max-width:92%}}