/* R188.5.5.4 — role E2E recovery, idempotent runtime and searchable chats. */

.k-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.k-chat-main{grid-template-rows:auto auto minmax(0,1fr) auto}
.k-chat-head-copy{min-width:0;flex:1}.k-chat-head-copy strong,.k-chat-head-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.k-chat-head-actions{display:flex;align-items:center;gap:9px;margin-left:auto}
.k-chat-head-actions button{width:40px;height:40px;display:grid;place-items:center;border:1px solid #dbe3ed;border-radius:13px;background:#fff;color:#334155;cursor:pointer}
.k-chat-head-actions button[aria-pressed="true"]{border-color:#111827;background:#111827;color:#fff}
.k-chat-head-actions .k-ui-icon,.k-chat-head-actions svg{width:19px;height:19px}
.k-chat-message-search{display:grid;grid-template-columns:minmax(0,1fr) auto 38px 38px 38px;align-items:center;gap:7px;padding:9px 12px;border-bottom:1px solid #e5e7eb;background:#f8fafc}
.k-chat-message-search[hidden]{display:none}.k-chat-message-search label{min-width:0}.k-chat-message-search input{width:100%;height:40px;border:1px solid #dbe3ed;border-radius:12px;padding:0 12px;background:#fff;font:inherit;outline:none}
.k-chat-message-search input:focus{border-color:#111827;box-shadow:0 0 0 3px rgba(15,23,42,.08)}
.k-chat-message-search output{min-width:88px;color:#64748b;font-size:12px;font-weight:800;text-align:center}
.k-chat-message-search button{width:38px;height:38px;border:1px solid #dbe3ed;border-radius:11px;background:#fff;color:#334155;font-size:18px;cursor:pointer}
.k-chat-message-search button:disabled{opacity:.42;cursor:default}
.k-chat-message p mark{padding:0 2px;border-radius:3px;background:#fde047;color:#422006}
.k-chat-message.is-current-match>div{outline:3px solid rgba(255,107,0,.42);outline-offset:2px}
.k-chat-message.is-search-match:not(.is-current-match)>div{box-shadow:0 0 0 2px rgba(250,204,21,.35)}
.k-chat-row:focus-visible,.k-chat-head-actions button:focus-visible,.k-chat-message-search button:focus-visible,.k-chat-message-actions button:focus-visible{outline:3px solid rgba(255,107,0,.38);outline-offset:2px}
.k-chat-send-status{grid-column:1/-1;min-height:18px;color:#64748b;font-size:12px;font-weight:700}
.k-chat-send-status[hidden]{display:none}
html[data-recovery-phase]:not([data-recovery-phase="idle"]) .k-realtime-indicator{background:#f59e0b}

@media(max-width:760px){
  .k-chat-head{gap:8px;padding-inline:12px}.k-chat-head-actions{gap:6px}.k-chat-head-actions a{display:none}.k-chat-head-actions button{width:38px;height:38px}
  .k-chat-message-search{grid-template-columns:minmax(0,1fr) 34px 34px 34px;padding:8px}.k-chat-message-search output{grid-column:1/-1;grid-row:2;min-width:0;text-align:left;padding-left:3px}
  .k-chat-message-search button{width:34px;height:34px}.k-chat-send-status{grid-column:1/-1}
}

@media(max-width:360px){
  .k-chat-head-copy span{max-width:150px}.k-chat-message-search{gap:5px}.k-chat-message-search input{padding-inline:9px}.k-chat-composer{padding:10px;gap:8px}
}
