*{box-sizing:border-box;font-family:Tahoma;font-size:11px}body,html{margin:0;background:#f4f7fb;color:#1e293b}.chat-shell{display:grid;grid-template-columns:260px 1fr;height:100dvh}@media (max-width:900px){.chat-shell{grid-template-columns:200px 1fr}}@media (max-width:640px){.chat-shell{grid-template-columns:1fr}.left-panel{display:none}}.chat-shell.user-view{grid-template-columns:1fr}.left-panel{border-right:1px solid #e2e8f0;padding:12px;background:#eef2f7}.main-panel{display:grid;grid-template-rows:1fr auto;height:100dvh}.messages{overflow-y:auto;padding:8px;display:flex;flex-direction:column;height:100%;position:relative}.pinned-bar{position:fixed;top:5px;z-index:9999;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:8px 10px;box-shadow:0 2px 10px rgba(0,0,0,.06)}.messages:has(.pinned-bar){padding-top:62px}.msg-menu{display:inline-block;position:relative}.msg-menu-items{position:absolute;top:22px;inset-inline-start:0;min-width:170px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.12);padding:6px;z-index:30;display:flex;flex-direction:column;gap:6px}.msg-menu-item{width:100%;text-align:start;padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0}.msg-menu-item:hover{background:#eef2f7}.msg{padding:3px 0;display:flex;align-items:center;gap:10px}.msg-col{display:flex;flex-direction:column}.msg-row{display:flex;gap:5px;align-items:baseline;flex-wrap:wrap}.msg-txt-container{display:flex;align-items:center}.msg-time{color:#64748b;font-size:10px;min-width:38px}.msg-text{flex:1 1}.msg-link{color:#2563eb;text-decoration:underline;word-break:break-all}.msg-link:hover{color:#1d4ed8}.msg-reply-preview{margin-bottom:4px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#334155;max-width:95%;overflow:hidden;text-overflow:ellipsis}.replying-banner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.replying-text{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.replying-cancel{padding:4px 10px!important;border-radius:10px!important}.msg.me{color:#07f;font-weight:700}.composer{flex-wrap:wrap;position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;border-top:1px solid #e2e8f0;padding:5px;display:flex;gap:5px;background:#fff;z-index:10}button,input,select{background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;padding:10px;font-size:11px;transition:all .2s ease}input{flex:1 1;min-width:0}input:focus,select:focus{outline:none;border-color:#a3abb4;box-shadow:0 0 0 2px rgba(37,99,235,.15)}button{background:#fff;color:#0f172a;border:1px solid #cbd5e1;cursor:pointer;padding:10px;border-radius:10px}button:hover{background:#b4bfcc}@media (max-width:640px){.emoji-list{position:absolute;bottom:45px;left:0;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:6px;display:none;flex-wrap:wrap;width:180px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.emoji-list.show{display:flex}}.emoji-wrapper{position:relative}.emoji-list{position:absolute;bottom:45px;left:0;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:6px;display:none;flex-wrap:wrap;gap:4px;width:200px;max-height:200px;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:20}.emoji-list.show{display:flex}.emoji-list button{padding:6px;font-size:16px}.msg-button{padding:3px!important;border-radius:5px!important;border:none!important;background:none!important;font-size:14px}