.ant-tabs-content-holder{padding-left:8px;padding-right:8px}.med-chat-root .pinned-bar{background:var(--chat-surface-subtle);border-bottom:1px solid var(--chat-border-light);flex:none}.med-chat-root .pinned-bar-head{align-items:center;background:0 0;border:0;cursor:pointer;display:flex;gap:8px;padding:8px 16px;text-align:left;width:100%}.med-chat-root .pinned-bar-icon{color:var(--chat-warning);font-size:14px}.med-chat-root .pinned-bar-preview{color:var(--chat-text-strong);flex:1 1;font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .pinned-bar-count{background:var(--chat-border-divider);border-radius:999px;color:var(--chat-text-slate);flex:none;font-size:12px;padding:2px 8px}.med-chat-root .pinned-list{list-style:none;margin:0;max-height:240px;overflow-y:auto;padding:0 8px 8px}.med-chat-root .pinned-list-item{align-items:center;display:flex;gap:6px;padding:4px 0}.med-chat-root .pinned-list-jump{align-items:center;background:var(--chat-surface);border:0;border-radius:8px;cursor:pointer;display:flex;flex:1 1;gap:8px;min-width:0;padding:6px 8px;text-align:left}.med-chat-root .pinned-list-jump:hover{background:var(--chat-primary-tint)}.med-chat-root .pinned-list-avatar{background:var(--chat-primary-soft);border-radius:50%;color:var(--chat-primary-strong);display:grid;flex:none;font-size:12px;font-weight:600;height:28px;object-fit:cover;place-items:center;width:28px}.med-chat-root .pinned-list-text{display:flex;flex-direction:column;min-width:0}.med-chat-root .pinned-list-text strong{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .pinned-list-text small{color:var(--chat-text-placeholder);font-size:11px}.med-chat-root .pinned-list-unpin{background:0 0;border:0;border-radius:6px;color:var(--chat-text-placeholder);cursor:pointer;flex:none;padding:6px}.med-chat-root .pinned-list-unpin:hover{background:var(--chat-danger-tint-alt);color:var(--chat-danger)}.med-chat-root .forward-overlay{background:#0f172a73;display:grid;inset:0;padding:16px;place-items:center;position:fixed;z-index:50}@keyframes forward-overlay-in{0%{opacity:0}to{opacity:1}}.med-chat-root .forward-dialog{background:var(--chat-surface);border-radius:12px;box-shadow:0 24px 48px #0f172a40;display:flex;flex-direction:column;max-height:80vh;max-width:420px;overflow:hidden;width:100%}@keyframes forward-dialog-in{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:none}}.med-chat-root .forward-dialog-header{align-items:center;border-bottom:1px solid var(--chat-border-light);display:flex;justify-content:space-between;padding:14px 16px}.med-chat-root .forward-dialog-header h2{font-size:16px;margin:0}.med-chat-root .forward-dialog-header button{background:0 0;border:0;color:var(--chat-text-icon-muted);cursor:pointer;font-size:16px}.med-chat-root .forward-source{border-bottom:1px solid var(--chat-surface-hover);color:var(--chat-text-icon-muted);font-size:13px;margin:0;overflow:hidden;padding:8px 16px;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .forward-search{font-size:14px;margin:12px 16px 8px}.med-chat-root .forward-note,.med-chat-root .forward-search{border:1px solid var(--chat-border-light);border-radius:8px;padding:8px 12px}.med-chat-root .forward-note{font:inherit;font-size:14px;margin:8px 16px 12px;resize:none}.med-chat-root .forward-empty,.med-chat-root .forward-error{font-size:13px;margin:4px 16px}.med-chat-root .forward-error{color:var(--chat-danger)}.med-chat-root .forward-list{flex:1 1;list-style:none;margin:0;overflow-y:auto;padding:0 8px}.med-chat-root .forward-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:8px}.med-chat-root .forward-item:hover{background:var(--chat-surface-subtle)}.med-chat-root .forward-avatar{background:var(--chat-primary-soft);border-radius:50%;color:var(--chat-primary-strong);display:grid;flex:none;font-size:12px;font-weight:600;height:32px;object-fit:cover;place-items:center;width:32px}.med-chat-root .forward-title{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .forward-dialog-footer{align-items:center;border-top:1px solid var(--chat-border-light);color:var(--chat-text-icon-muted);display:flex;font-size:13px;justify-content:space-between;padding:12px 16px}.med-chat-root .forward-send{background:var(--chat-primary);border:0;border-radius:8px;color:var(--chat-surface);cursor:pointer;font-size:14px;padding:8px 18px}.med-chat-root .forward-send:disabled{background:var(--chat-border-scrollbar);cursor:not-allowed}.med-chat-root .file-card{grid-gap:6px 10px;align-items:center;background:var(--chat-surface);border:1px solid #0f172a14;border-radius:10px;display:grid;gap:6px 10px;grid-template-columns:auto minmax(0,1fr);max-width:340px;min-width:220px;padding:10px}.med-chat-root .file-card-info{grid-gap:2px;display:grid;gap:2px;min-width:0}.med-chat-root .file-card-info strong{color:var(--chat-text-strong);font-size:14px;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.med-chat-root .file-card-info small{color:var(--chat-text-muted);font-size:12px}.med-chat-root .file-card-actions{display:flex;gap:2px}.med-chat-root .file-card-actions .archive-file-action{color:var(--chat-text-icon-muted)}.med-chat-root .file-card--clickable{cursor:pointer}.med-chat-root .file-card--inline{transition:transform .15s,box-shadow .15s}.med-chat-root .file-card--inline:hover{box-shadow:0 6px 16px #0f172a1a;transform:scale(1.02)}.med-chat-root .file-card-meta{align-items:center;display:flex;gap:10px;justify-content:space-between}.med-chat-root .file-card-meta small{color:var(--chat-text-muted);font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .file-card-actions{flex:none}.chat-modal-backdrop,.chat-modal-backdrop *,.med-chat-root,.med-chat-root *{scrollbar-color:var(--chat-border-scrollbar) #0000;scrollbar-width:thin}.chat-modal-backdrop ::-webkit-scrollbar,.med-chat-root ::-webkit-scrollbar{height:6px;width:6px}.chat-modal-backdrop ::-webkit-scrollbar-track,.med-chat-root ::-webkit-scrollbar-track{background:0 0}.chat-modal-backdrop ::-webkit-scrollbar-thumb,.med-chat-root ::-webkit-scrollbar-thumb{background-color:var(--chat-border-scrollbar);border-radius:999px}.chat-modal-backdrop ::-webkit-scrollbar-thumb:hover,.med-chat-root ::-webkit-scrollbar-thumb:hover{background-color:var(--chat-text-placeholder)}.med-chat-root ::-webkit-scrollbar-button{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:vertical:start:decrement{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:vertical:end:increment{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:horizontal:start:decrement{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:horizontal:end:increment{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:vertical:start:increment{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:vertical:end:decrement{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:horizontal:start:increment{display:none!important;height:0!important;width:0!important}.med-chat-root ::-webkit-scrollbar-button:horizontal:end:decrement{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:vertical:start:decrement{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:vertical:end:increment{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:horizontal:start:decrement{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:horizontal:end:increment{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:vertical:start:increment{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:vertical:end:decrement{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:horizontal:start:increment{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-button:horizontal:end:decrement{display:none!important;height:0!important;width:0!important}.chat-modal-backdrop ::-webkit-scrollbar-corner,.med-chat-root ::-webkit-scrollbar-corner{background:0 0}.med-chat-root .conversation-layout{background:var(--chat-surface);color:var(--chat-text-heading);display:grid;grid-template-columns:320px minmax(0,1fr);height:100vh;min-height:0;width:100%}.med-chat-root .conversation-layout.has-side-panel{grid-template-columns:320px minmax(0,1fr) 400px}.med-chat-root .conversation-sidebar{border-right:1px solid var(--chat-border);display:flex;flex-direction:column;height:100%;min-height:0}.med-chat-root .conversation-current-user{align-items:center;border-bottom:1px solid var(--chat-surface-hover-alt);display:flex;gap:10px;padding:12px 16px}.med-chat-root .conversation-current-user-avatar{flex:none;height:40px;width:40px}.med-chat-root .conversation-current-user-copy{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.med-chat-root .conversation-current-user-name{color:var(--chat-text-heading);font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .conversation-current-user-work{color:var(--chat-text-dim);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .conversation-current-user-settings{border:1px solid var(--chat-border-soft);border-radius:50%;flex:none}.med-chat-root .conversation-current-user-settings .conversation-info-letter{font-family:Georgia,Times New Roman,serif;font-size:18px;font-style:italic;font-weight:700;line-height:1}.med-chat-root .conversation-search-panel{border-bottom:1px solid var(--chat-surface-hover-alt);padding:16px}.med-chat-root .conversation-filter-row,.med-chat-root .conversation-header-actions,.med-chat-root .conversation-header-person,.med-chat-root .conversation-search-row,.med-chat-root .message-input-row,.med-chat-root .message-toolbar{align-items:center;display:flex}.med-chat-root .conversation-search-row{gap:10px}.med-chat-root .conversation-search-row .conversation-icon-button{font-size:18px}.med-chat-root .conversation-search-field{align-items:center;border:1px solid var(--chat-border-soft);border-radius:6px;display:flex;flex:1 1;font-size:16px;gap:8px;padding:6px 10px}.med-chat-root .conversation-search-field input{border:0;font:inherit;outline:0;width:100%}.med-chat-root .conversation-search-field:focus-within,.med-chat-root .message-input-row:focus-within{border-color:var(--chat-primary);box-shadow:0 0 0 3px #2563eb26}.med-chat-root button{cursor:pointer}.med-chat-root .conversation-header-actions button,.med-chat-root .conversation-icon-button,.med-chat-root .message-toolbar button{background:0 0;border:0;border-radius:6px;color:var(--chat-text-secondary);font-size:18px;height:32px;width:32px}.med-chat-root .conversation-filter-row{gap:16px;margin-top:12px}.med-chat-root .conversation-filter{background:0 0;border:0;border-bottom:2px solid #0000;color:var(--chat-text-dim);padding:0 0 4px}.med-chat-root .conversation-filter--active{border-color:var(--chat-primary);color:var(--chat-primary-strong);font-weight:600}.med-chat-root .conversation-list{flex:1 1;min-height:0;overflow-y:auto}.med-chat-root .conversation-row{align-items:center;border-bottom:1px solid var(--chat-surface-tint);color:inherit;display:flex;gap:12px;min-height:72px;padding:12px;text-decoration:none}.med-chat-root .conversation-row--active,.med-chat-root .conversation-row:hover{background:var(--chat-primary-tint)}.med-chat-root .conversation-avatar,.med-chat-root .conversation-current-user-avatar,.med-chat-root .message-avatar,.med-chat-root .message-reply-avatar{background:var(--chat-primary-soft);border-radius:50%;color:var(--chat-primary-strong);display:grid;flex:none;font-size:12px;font-weight:700;object-fit:cover;place-items:center}.med-chat-root .conversation-avatar{height:48px;width:48px}.med-chat-root .conversation-avatar--large{height:40px;width:40px}.med-chat-root .conversation-avatar--group{grid-gap:1px;background:var(--chat-surface);border-radius:50%;display:grid;gap:1px;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr);padding:2px;place-items:stretch stretch}.med-chat-root .conversation-avatar-cell{background:var(--chat-primary-soft);border-radius:50%;color:var(--chat-primary-strong);display:grid;font-size:9px;font-weight:700;min-height:0;min-width:0;overflow:hidden;place-items:center}.med-chat-root .conversation-avatar-cell img{height:100%;object-fit:cover;width:100%}.med-chat-root .conversation-avatar-cell--count{background:var(--chat-surface-hover);color:var(--chat-text-slate);font-size:10px}.med-chat-root .conversation-avatar-wrap{flex:none;position:relative}.med-chat-root .conversation-avatar-wrap.is-clickable{cursor:pointer}.med-chat-root .conversation-avatar-edit-overlay{background:#0f172a73;border:0;border-radius:50%;color:var(--chat-surface);cursor:pointer;display:grid;font-size:16px;height:100%;inset:0;opacity:0;place-items:center;position:absolute;transition:opacity .15s;width:100%}.med-chat-root .conversation-avatar-wrap.is-editable:focus-within .conversation-avatar-edit-overlay,.med-chat-root .conversation-avatar-wrap.is-editable:hover .conversation-avatar-edit-overlay{opacity:1}.med-chat-root .conversation-row-copy{grid-gap:4px;display:grid;flex:1 1;gap:4px;min-width:0}.med-chat-root .conversation-row-title{display:flex;font-size:14px;min-width:0}.med-chat-root .conversation-row-title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .conversation-row-preview,.med-chat-root .message-time{color:var(--chat-text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .conversation-row-preview{font-size:13px}.med-chat-root .conversation-row-meta{align-items:flex-end;display:flex;flex:none;flex-direction:column;gap:4px}.med-chat-root .conversation-row-meta time{color:var(--chat-text-muted);font-size:12px;white-space:nowrap}.med-chat-root .conversation-unread{background:var(--chat-danger-alt);border-radius:999px;color:var(--chat-surface);display:grid;font-size:11px;font-weight:600;height:18px;min-width:18px;padding:0 5px;place-items:center}.med-chat-root .conversation-main{background:var(--chat-surface-subtle);display:flex;flex-direction:column;height:100%;min-height:0;min-width:0}.med-chat-root .conversation-header{align-items:center;background:var(--chat-surface);border-bottom:1px solid var(--chat-border);display:flex;flex:none;height:64px;justify-content:space-between;overflow:hidden;padding:0 16px}.med-chat-root .conversation-header-person{flex:1 1;gap:12px;min-width:0}.med-chat-root .conversation-header-title-block{display:flex;flex-direction:column;min-width:0}.med-chat-root .conversation-header h1,.med-chat-root .conversation-header p,.med-chat-root .message-bubble p{margin:0}.med-chat-root .conversation-header h1{font-size:16px}.med-chat-root .conversation-title-wrap{align-items:center;display:flex;gap:6px}.med-chat-root .conversation-title-edit-button{background:var(--chat-surface-hover-alt2);border:0;border-radius:50%;color:var(--chat-text-secondary);cursor:pointer;display:grid;font-size:12px;height:22px;opacity:0;padding:0;place-items:center;transition:opacity .15s;width:22px}.med-chat-root .conversation-title-wrap.is-editable:focus-within .conversation-title-edit-button,.med-chat-root .conversation-title-wrap.is-editable:hover .conversation-title-edit-button{opacity:1}.med-chat-root .conversation-header p{color:var(--chat-text-neutral);font-size:12px}.med-chat-root .conversation-online-dot{background:var(--chat-success-alt);border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.med-chat-root .avatar-presence-dot{background:var(--chat-text-placeholder);border:2px solid var(--chat-surface);border-radius:50%;bottom:1px;box-shadow:0 0 0 1px #0f172a0f;height:13px;position:absolute;right:1px;width:13px}.med-chat-root .avatar-presence-dot.is-online{background:var(--chat-success-alt)}.med-chat-root .conversation-row-avatar{display:inline-flex;flex:none;position:relative}.med-chat-root .conversation-row-avatar .avatar-presence-dot{height:11px;width:11px}.med-chat-root .chat-scroller{scrollbar-color:#0000 #0000;scrollbar-width:thin}.med-chat-root .chat-scroller.is-scrolling,.med-chat-root .chat-scroller:hover{scrollbar-color:#64748b8c #0000}.med-chat-root .chat-scroller::-webkit-scrollbar{width:8px}.med-chat-root .chat-scroller::-webkit-scrollbar-thumb{background:0 0;border-radius:4px;-webkit-transition:background .3s;transition:background .3s}.med-chat-root .chat-scroller.is-scrolling::-webkit-scrollbar-thumb,.med-chat-root .chat-scroller:hover::-webkit-scrollbar-thumb{background:#64748b8c}.med-chat-root .conversation-header-actions{gap:6px}.med-chat-root .message-timeline{container-type:inline-size;flex:auto;min-height:0;overflow:hidden;position:relative}.med-chat-root .history-loader{background:var(--chat-surface);border-radius:999px;box-shadow:0 4px 12px #0f172a1f;color:var(--chat-text-muted);font-size:12px;left:50%;margin:0;padding:6px 10px;position:absolute;transform:translate(-50%);z-index:2}.med-chat-root .history-loader.top{top:14px}.med-chat-root .history-loader.bottom{bottom:14px}.med-chat-root .message{align-items:flex-start;display:flex;gap:12px;padding:8px 16px 16px}.med-chat-root .message:has(.message-reactions){position:relative;z-index:1}.med-chat-root .message-select-checkbox{accent-color:var(--chat-primary);flex:none;margin-top:10px}.med-chat-root .message--mine.message--selecting{flex-direction:row-reverse}.med-chat-root .message-selection-bar{align-items:center;background:var(--chat-surface-subtle);border-top:1px solid var(--chat-border);display:flex;gap:12px;justify-content:space-between;padding:8px 16px}.med-chat-root .message-selection-count{color:var(--chat-text-dark-muted);flex:none;font-size:13px;font-weight:600;white-space:nowrap}.med-chat-root .message-selection-actions{display:flex;gap:4px}.med-chat-root .message-selection-actions button{align-items:center;background:0 0;border:0;border-radius:6px;color:var(--chat-text-heading);display:flex;font-size:13px;gap:6px;padding:6px 10px}.med-chat-root .message-selection-actions button:hover{background:var(--chat-border-divider)}.med-chat-root .message-avatar,.med-chat-root .message-avatar-placeholder{flex:0 0 32px;height:32px;width:32px}.med-chat-root .message-avatar-button{background:0 0;border:0;border-radius:50%;cursor:pointer;display:block;flex:none;padding:0}.med-chat-root .message-content{min-width:0}.med-chat-root .message-sender{display:block;font-size:12px;margin:0 0 4px 4px}.med-chat-root .message-bubble{background:var(--chat-surface-subtle);border:1px solid var(--chat-border-bubble);border-radius:10px;box-shadow:0 1px 3px #0f172a14;font-size:14px;max-width:50cqw;min-width:80px;overflow-wrap:anywhere;padding:12px;position:relative;word-break:break-word;z-index:1}.med-chat-root .message-bubble a{color:var(--chat-primary);text-decoration:underline;word-break:break-all}.med-chat-root .rich-message-content .ProseMirror{outline:none;white-space:pre-wrap}.med-chat-root .rich-message-content .ProseMirror p{margin:0 0 8px}.med-chat-root .rich-message-content .ProseMirror p:last-child{margin-bottom:0}.med-chat-root .rich-message-content .ProseMirror ol,.med-chat-root .rich-message-content .ProseMirror ul{margin:4px 0;padding-left:20px}.med-chat-root .rich-message-content .ProseMirror li p{margin:0}.med-chat-root .message--mine .message-bubble a{color:var(--chat-primary)}.med-chat-root .message-bubble:has(.message-reactions){padding-bottom:20px}.med-chat-root .message-time{display:block;margin:4px}.med-chat-root .message-reply-context{align-items:center;background:var(--chat-surface);border:0;border-left:3px solid var(--chat-primary-light);border-radius:6px;box-shadow:0 2px 6px #0f172a24;color:inherit;cursor:pointer;display:flex;font:inherit;gap:8px;margin-bottom:8px;padding:6px 8px;text-align:left;width:100%}.med-chat-root .message--mine .message-reply-context{background:var(--chat-surface);border-left-color:var(--chat-primary-light)}.med-chat-root .message--mine .message-reply-context:hover,.med-chat-root .message-reply-context:hover{background:var(--chat-primary-pale)}.med-chat-root .message-reply-avatar{flex:none;font-size:10px;height:24px;width:24px}.med-chat-root .message-reply-text{min-width:0}.med-chat-root .message-reply-context small,.med-chat-root .message-reply-context strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .message-reply-context strong{font-size:12px}.med-chat-root .message-reply-context small{font-size:12px;opacity:.8}.med-chat-root .message-bubble-row{align-items:center;display:flex;gap:6px;position:relative}.med-chat-root .message--mine .message-bubble-row{flex-direction:row-reverse}.med-chat-root .message-actions{display:flex;gap:2px;opacity:0;position:relative;transition:opacity .1s}.med-chat-root .message:hover .message-actions{opacity:1}.med-chat-root .message-action-button{align-items:center;background:var(--chat-surface-hover);border:0;border-radius:50%;color:var(--chat-text-secondary);display:inline-flex;height:28px;justify-content:center;width:28px}.med-chat-root .message-action-button:hover{background:var(--chat-border-divider)}.med-chat-root .message-options{position:relative}.med-chat-root .message-options-menu{background:var(--chat-surface);border-radius:10px;box-shadow:0 8px 24px #0f172a26;display:flex;flex-direction:column;max-height:280px;overflow-y:auto;padding:6px;position:fixed;width:220px;z-index:100}.med-chat-root .message-options-menu button{align-items:center;background:0 0;border:0;border-radius:6px;color:var(--chat-text-heading);display:flex;font-size:13px;gap:10px;padding:8px 10px;text-align:left}.med-chat-root .message-options-menu button:hover{background:var(--chat-surface-hover)}.med-chat-root .message-options-menu svg{color:var(--chat-primary);font-size:15px}.med-chat-root .message-options-menu-more{justify-content:space-between}.med-chat-root .message-options-menu-more svg{color:var(--chat-text-secondary);font-size:11px}.med-chat-root .message-options-menu-submenu-item{padding-left:24px}.med-chat-root .message-options-menu-danger,.med-chat-root .message-options-menu-danger svg{color:var(--chat-danger)}.med-chat-root .reaction-picker-anchor{bottom:100%;left:0;padding-bottom:2px;position:absolute;z-index:100}.med-chat-root .message--mine .reaction-picker-anchor{left:auto;right:0}.med-chat-root .reaction-picker{background:var(--chat-surface);border-radius:999px;box-shadow:0 8px 24px #0f172a26;display:flex;gap:2px;padding:6px}.med-chat-root .reaction-picker button{align-items:center;background:0 0;border:0;border-radius:50%;display:flex;font-size:18px;height:30px;justify-content:center;line-height:1;transition:transform .18s cubic-bezier(.34,1.56,.64,1),background-color .15s;width:30px}.med-chat-root .reaction-picker button:hover{background:var(--chat-surface-hover);transform:scale(1.4)translateY(-6px)}.med-chat-root .reaction-picker-remove{border-left:1px solid var(--chat-border-divider);color:var(--chat-text-placeholder);font-size:14px;margin-left:4px;padding-left:6px}.med-chat-root .reaction-picker-remove:hover{color:var(--chat-danger-alt)}.med-chat-root .reaction-modal{width:460px}.med-chat-root .reaction-modal-body{display:flex;gap:0;margin:0 -20px -20px;min-height:0}.med-chat-root .reaction-modal-tabs{background:var(--chat-surface-subtle);border-right:1px solid var(--chat-surface-hover-alt);display:flex;flex:0 0 140px;flex-direction:column;gap:2px;padding:8px}.med-chat-root .reaction-modal-tabs button{align-items:center;background:0 0;border:0;border-radius:8px;color:var(--chat-text-secondary);display:flex;font-size:13px;justify-content:space-between;padding:8px 10px;text-align:left}.med-chat-root .reaction-modal-tabs button:hover{background:var(--chat-surface-hover-alt2)}.med-chat-root .reaction-modal-tabs button.active{background:var(--chat-surface);box-shadow:0 1px 3px #0f172a1f;color:var(--chat-primary-strong);font-weight:600}.med-chat-root .reaction-modal-list{grid-gap:2px;animation:tab-panel-in .2s both;display:grid;flex:1 1;gap:2px;max-height:320px;overflow-y:auto;padding:12px}@keyframes tab-panel-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.med-chat-root .reaction-modal-row-count{font-feature-settings:"tnum";color:var(--chat-text-secondary);font-size:14px;font-variant-numeric:tabular-nums}.med-chat-root .reaction-modal-state{color:var(--chat-text-secondary);font-size:14px;margin:0;padding:12px 8px;text-align:center}.med-chat-root .reaction-modal-error{grid-gap:8px;color:var(--chat-danger);display:grid;gap:8px;justify-items:center}.med-chat-root .reaction-modal-error button,.med-chat-root .reaction-modal-load-more{background:var(--chat-surface-hover-alt2);border:0;border-radius:6px;color:#334155;cursor:pointer;font-size:13px;padding:7px 10px}.med-chat-root .reaction-modal-load-more{justify-self:center}.med-chat-root .reaction-modal-load-more:disabled{cursor:wait;opacity:.65}.med-chat-root .message-reaction-anchor{align-items:center;bottom:-10px;display:flex;gap:4px;position:absolute;right:-6px;z-index:5}.med-chat-root .message-reactions{align-items:center;background:var(--chat-surface-subtle);border:1px solid var(--chat-border-bubble);border-radius:999px;box-shadow:0 1px 3px #0f172a1f;display:flex;flex-wrap:wrap;gap:0;overflow:hidden}.med-chat-root .message-reaction-picker-control{position:relative}.reaction-burst-viewport{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:2000}.reaction-burst{position:absolute}.reaction-burst-particle{animation:reaction-burst-fly .65s ease-out forwards;font-size:14px;left:0;line-height:1;position:absolute;top:0}@keyframes reaction-burst-fly{0%{opacity:1;transform:translate(-50%,-50%) rotate(var(--burst-angle)) translateX(0) rotate(calc(var(--burst-angle)*-1)) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--burst-angle)) translateX(60px) rotate(calc(var(--burst-angle)*-1)) scale(.4)}}.med-chat-root .message-reaction-trigger{align-items:center;background:var(--chat-surface);border:1px solid var(--chat-border-bubble);border-radius:50%;box-shadow:0 1px 3px #0f172a1f;color:var(--chat-text-secondary);display:inline-flex;height:22px;justify-content:center;opacity:0;transition:opacity .1s;width:22px}.med-chat-root .message:hover .message-reaction-trigger{opacity:1}.med-chat-root .message-reaction-trigger:hover{background:var(--chat-surface-hover)}.med-chat-root .message-reaction-pill{align-items:center;background:0 0;border:0;cursor:pointer;display:inline-flex;font-size:12px;gap:4px;padding:2px 8px}.med-chat-root .message-reaction-pill+.message-reaction-pill{border-left:1px solid var(--chat-border-bubble)}.med-chat-root .message-reaction-pill.is-mine{background:var(--chat-primary-tint);color:var(--chat-primary-strong)}.med-chat-root .composer-reply-banner{align-items:center;background:var(--chat-primary-tint);border-left:3px solid var(--chat-primary-light);display:flex;flex:none;gap:8px;padding:8px 12px}.med-chat-root .composer-attachments-preview{background:var(--chat-surface);border-top:1px solid var(--chat-border);display:flex;flex:none;flex-wrap:wrap;gap:8px;padding:10px 16px}.med-chat-root .composer-attachment-thumb{background:var(--chat-surface-subtle);border:1px solid var(--chat-border-bubble);border-radius:8px;height:64px;overflow:hidden;position:relative;width:64px}.med-chat-root .composer-attachment-thumb img{height:100%;object-fit:cover;width:100%}.med-chat-root .composer-attachment-file{align-items:center;display:flex;flex-direction:column;gap:4px;height:100%;justify-content:center;overflow:hidden;padding:5px 4px}.med-chat-root .composer-attachment-file .archive-file-icon{font-size:13px;height:30px;width:30px}.med-chat-root .composer-attachment-file-name{color:var(--chat-text-secondary);font-size:9px;line-height:1.2;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .message-image-button{background:0 0;border:0;cursor:zoom-in;display:block;padding:0}.med-chat-root .message-image-grid{grid-gap:3px;border-radius:8px;box-shadow:0 2px 8px #0f172a29;display:grid;gap:3px;overflow:hidden;width:260px}.med-chat-root .message-image-grid--1{grid-template-columns:1fr}.med-chat-root .message-image-grid--2,.med-chat-root .message-image-grid--4{grid-template-columns:repeat(2,1fr)}.med-chat-root .message-image-grid--3{grid-template-columns:repeat(3,1fr)}.med-chat-root .message-image-grid-item{aspect-ratio:1;background:var(--chat-border);border:0;cursor:zoom-in;padding:0}.med-chat-root .message-image-grid-item img{height:100%;object-fit:cover;width:100%}.med-chat-root .message-document-list{grid-gap:4px;display:grid;gap:4px}.med-chat-root .image-lightbox-backdrop{align-items:center;background:#0f172ad9;display:flex;inset:0;justify-content:center;position:fixed;z-index:300}.med-chat-root .image-lightbox-image{max-height:90vh;max-width:90vw;object-fit:contain}.med-chat-root .image-lightbox-close{background:0 0;border:0;color:var(--chat-surface);font-size:20px;position:absolute;right:16px;top:16px}.med-chat-root .image-lightbox-nav{background:#ffffff26;border:0;border-radius:50%;color:var(--chat-surface);display:grid;font-size:28px;height:44px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);width:44px}.med-chat-root .image-lightbox-prev{left:16px}.med-chat-root .image-lightbox-next{right:16px}.med-chat-root .image-lightbox-counter{background:#ffffff26;border-radius:999px;bottom:16px;color:var(--chat-surface);font-size:12px;left:50%;padding:4px 10px;position:absolute;transform:translate(-50%)}.med-chat-root .composer-attachment-remove{background:#0f172aa6;border:0;border-radius:50%;color:var(--chat-surface);cursor:pointer;display:grid;font-size:11px;height:18px;line-height:1;padding:0;place-items:center;position:absolute;right:2px;top:2px;width:18px}.med-chat-root .composer-attachment-remove:hover{background:#dc2626e6}.med-chat-root .composer-attachment-remove .anticon{display:flex;line-height:0}.med-chat-root .composer-attachment-remove svg{display:block}.med-chat-root .composer-reply-banner-text{flex:1 1;min-width:0}.med-chat-root .composer-reply-banner-text small,.med-chat-root .composer-reply-banner-text strong{display:block}.med-chat-root .composer-reply-banner button{background:0 0;border:0;color:var(--chat-text-secondary)}.med-chat-root .message-date{display:flex;justify-content:center;padding:16px}.med-chat-root .message-date span{background:var(--chat-primary-pale-alt);border-radius:999px;color:var(--chat-text-slate-alt);font-size:12px;padding:4px 12px}.med-chat-root .message-day-divider{display:flex;justify-content:center;padding:12px 0}.med-chat-root .message-day-divider span{background:var(--chat-primary-pale-alt);border-radius:999px;color:var(--chat-text-slate-alt);font-size:12px;font-weight:600;padding:4px 12px}.med-chat-root .message-timeline-day-pill{background:#0f172ac7;border-radius:999px;color:var(--chat-surface);font-size:12px;font-weight:600;left:50%;margin:0;padding:6px 14px;pointer-events:none;position:absolute;top:14px;transform:translate(-50%);z-index:3}.med-chat-root .message-composer{background:var(--chat-surface);border-top:1px solid var(--chat-border);flex:none;padding:16px;position:relative}.med-chat-root .message-toolbar{gap:4px;margin-bottom:10px;padding-left:12px}.med-chat-root .conversation-header-actions button,.med-chat-root .conversation-icon-button,.med-chat-root .message-send-button,.med-chat-root .message-toolbar button{align-items:center;display:inline-flex;justify-content:center}.med-chat-root .message-toolbar button.is-active{color:var(--chat-primary-strong)}.med-chat-root .composer-popover-anchor{bottom:100%;left:16px;position:absolute;z-index:100}.med-chat-root .composer-popover{background:var(--chat-surface);border-radius:10px;box-shadow:0 8px 24px #0f172a26;margin-bottom:8px;overflow:hidden}.med-chat-root .composer-popover-tabs{border-bottom:1px solid var(--chat-surface-hover-alt);display:flex;gap:4px;padding:8px}.med-chat-root .composer-popover-tabs button{align-items:center;background:0 0;border:0;border-radius:6px;color:var(--chat-text-dim);display:inline-flex;font-size:13px;gap:4px;padding:6px 10px}.med-chat-root .composer-popover-tabs button.active{background:var(--chat-surface-hover);color:var(--chat-primary-strong);font-weight:600}.med-chat-root .composer-sticker-grid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(4,1fr);padding:10px;width:320px}.med-chat-root .composer-sticker-button{background:0 0;border:0;border-radius:8px;font-size:28px;line-height:1;padding:6px}.med-chat-root .composer-sticker-button:hover{background:var(--chat-surface-hover)}.med-chat-root .composer-color-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);padding:10px;width:168px}.med-chat-root .composer-color-swatch{border:1px solid #0f172a1a;border-radius:50%;cursor:pointer;height:40px;width:40px}.med-chat-root .composer-color-swatch:hover{transform:scale(1.08)}.med-chat-root .composer-font-size-list{display:flex;flex-direction:column;gap:2px;padding:6px;width:140px}.med-chat-root .composer-font-size-list button{background:0 0;border:0;border-radius:6px;color:var(--chat-text-strong);padding:8px 10px;text-align:left}.med-chat-root .composer-font-size-list button:hover{background:var(--chat-surface-hover)}.med-chat-root .composer-more-anchor{display:inline-flex;position:relative}.med-chat-root .composer-more-menu{background:var(--chat-surface);border-radius:10px;bottom:calc(100% + 8px);box-shadow:0 8px 24px #0f172a26;display:grid;left:0;padding:6px;position:absolute;width:240px;z-index:100}.med-chat-root .message-toolbar .composer-more-menu button{align-items:center;background:0 0;border:0;border-radius:8px;color:var(--chat-text-strong);display:flex;font-size:14px;gap:10px;height:auto;justify-content:flex-start;padding:9px 10px;text-align:left;white-space:normal;width:100%}.med-chat-root .composer-more-menu button:hover{background:var(--chat-surface-hover)}.med-chat-root .composer-more-menu-icon{font-size:16px}.med-chat-root .composer-more-menu-icon--poll{color:var(--chat-info-teal)}.med-chat-root .composer-more-menu-icon--reminder{color:var(--chat-warning)}.med-chat-root .composer-more-menu-icon--note{color:var(--chat-primary)}.med-chat-root .composer-more-menu-icon--important{color:var(--chat-warning)}.med-chat-root .composer-more-menu-icon--urgent{color:var(--chat-danger-alt)}.med-chat-root .composer-more-menu-help{color:var(--chat-text-faint);font-size:13px;margin-left:auto}.med-chat-root .composer-more-menu-divider{background:var(--chat-surface-hover-alt);height:1px;margin:4px 6px}.med-chat-root .composer-format-bar{align-items:center;background:var(--chat-surface-subtle);border:1px solid var(--chat-border);border-radius:8px;display:flex;gap:4px;margin-bottom:8px;padding:6px 8px}.med-chat-root .composer-format-bar button:not(.message-send-button){align-items:center;background:0 0;border:0;border-radius:6px;color:#4b5563;display:inline-flex;font-size:18px;height:32px;justify-content:center;width:32px}.med-chat-root .composer-format-bar-spacer{flex:1 1}.med-chat-root .composer-format-bar button:hover{background:var(--chat-surface-hover-alt2)}.med-chat-root .composer-format-bar button.is-active{background:var(--chat-primary-soft);color:var(--chat-primary-strong)}.med-chat-root .composer-toolbar-item{display:inline-flex;position:relative}.med-chat-root .composer-font-size-icon{font-size:16px;font-weight:700;line-height:1}.med-chat-root .composer-inline-popover-anchor{bottom:100%;left:0;margin-bottom:6px;position:absolute;z-index:100}.med-chat-root .composer-format-bar-divider{background:var(--chat-border-soft);height:18px;margin:0 2px;width:1px}.med-chat-root .message-input-row{align-items:flex-end;border:1px solid var(--chat-border-soft);border-radius:8px;gap:6px;min-height:52px;padding:6px 6px 6px 12px}.med-chat-root .message-editor{align-self:stretch;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.med-chat-root .message-editor .ProseMirror{font-size:13px;max-height:200px;min-height:24px;outline:0;overflow:hidden auto}.med-chat-root .message-editor.is-expanded{justify-content:flex-start}.med-chat-root .message-editor.is-expanded .ProseMirror{max-height:66vh;min-height:62vh}.med-chat-root .message-editor .ProseMirror p{margin:0;overflow-wrap:anywhere;word-break:break-word}.med-chat-root .message-editor .ProseMirror p.is-editor-empty:first-child:before{color:var(--chat-text-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.med-chat-root .message-editor .mention{color:var(--chat-primary-strong);font-weight:600}.med-chat-root .message-send-button{background:var(--chat-primary);border:0;border-radius:7px;color:var(--chat-surface);height:36px;width:36px}.mention-menu{background:var(--chat-surface);border:1px solid var(--chat-border-soft);border-radius:10px;box-shadow:0 8px 24px #0f172a26;display:grid;max-height:300px;min-width:240px;overflow-y:auto;z-index:100}.mention-menu__hint{background:var(--chat-warning-tint-alt);border-bottom:1px solid var(--chat-surface-hover);color:var(--chat-text-gold);font-size:11px;padding:6px 12px;position:sticky;top:0}.mention-menu__item{align-items:center;background:var(--chat-surface);border:0;cursor:pointer;display:flex;gap:10px;padding:7px 12px;text-align:left}.mention-menu__item:hover{background:var(--chat-surface-hover)}.mention-menu__item--selected{background:var(--chat-primary-tint)}.mention-menu__avatar{background:var(--chat-primary-soft);border-radius:50%;color:var(--chat-primary-strong);display:grid;flex:none;font-size:12px;font-weight:600;height:30px;object-fit:cover;place-items:center;width:30px}.mention-menu__avatar--all{background:var(--chat-primary);color:var(--chat-surface);font-size:15px}.mention-menu__text{align-items:center;color:var(--chat-text-strong);display:flex;font-size:14px;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-menu__all-badge{color:var(--chat-primary);font-weight:600}.med-chat-root button.conversation-message-list-button{display:none}.med-chat-root button.conversation-header-back{align-items:center;background:0 0;border:0;border-radius:50%;color:var(--chat-text-body);cursor:pointer;display:none;flex:none;font-size:20px;height:38px;justify-content:center;line-height:1;margin-left:-6px;margin-right:2px;padding:0;transition:background .15s,transform .1s;width:38px}.med-chat-root button.conversation-header-back:hover{background:var(--chat-surface-hover-alt2)}.med-chat-root button.conversation-header-back:active{background:var(--chat-border-divider);transform:scale(.92)}.med-chat-root button.conversation-header-back .anticon{font-size:20px}.med-chat-root button.conversation-member-count-button{align-self:flex-start;background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.med-chat-root button.conversation-member-count-button:hover{color:var(--chat-primary);text-decoration:none}.med-chat-root button.conversation-header-search-toggle{align-items:center;display:inline-flex;justify-content:center}.med-chat-root button.conversation-header-search-close{display:none}.med-chat-root .conversation-icon-button--active{background:var(--chat-primary-tint-alt);color:var(--chat-primary-strong)}.med-chat-root .conversation-empty{color:var(--chat-text-muted);font-size:13px;padding:24px 16px;text-align:center}.med-chat-root .conversation-error{color:var(--chat-danger);font-size:13px;padding:8px 16px}.med-chat-root .conversation-placeholder{align-items:center;color:var(--chat-text-muted);display:flex;flex-direction:column;height:100%;justify-content:center}.med-chat-root .conversation-header-search{align-items:center;border:1px solid var(--chat-border-soft);border-radius:6px;display:none;gap:4px;padding:4px 6px 4px 10px;transform-origin:100%}.med-chat-root .conversation-header-actions.is-search-expanded .conversation-header-search-toggle{display:none}.med-chat-root .conversation-header-actions.is-search-expanded .conversation-header-search{animation:conversation-search-slide-in .24s cubic-bezier(.22,1,.36,1);display:flex}.med-chat-root .conversation-header-actions.is-search-expanded button.conversation-header-search-close{align-items:center;display:inline-flex;justify-content:center}@keyframes conversation-search-slide-in{0%{opacity:0;transform:translate(16px)scaleX(.92)}to{opacity:1;transform:translate(0)scaleX(1)}}@keyframes conversation-search-slide-in-mobile{0%{opacity:0;transform:translate(28px)scaleX(.94)}to{opacity:1;transform:translate(0)scaleX(1)}}.med-chat-root .conversation-header-search input{border:0;font:inherit;outline:0;width:160px}.med-chat-root .conversation-header-actions button.is-active{background:var(--chat-primary-tint-alt);color:var(--chat-primary-strong)}.med-chat-root .message--mine{flex-direction:row-reverse}.med-chat-root .message--mine .message-content{align-items:flex-end;display:flex;flex-direction:column}.med-chat-root .message--mine .message-bubble{background:var(--chat-primary-soft);border-color:var(--chat-primary-soft-alt);color:inherit}.med-chat-root .message-bubble:has(>.message-image-button){background:0 0;border-color:#0000;box-shadow:none;padding:0}.med-chat-root .message-bubble:has(>.message-image-grid){background:0 0;border-color:#0000;box-shadow:none;padding:0}.med-chat-root .message-bubble:has(>.message-document-list){background:0 0;border-color:#0000;box-shadow:none;padding:0}.med-chat-root .message--mine .message-bubble:has(>.message-image-button){background:0 0;border-color:#0000;box-shadow:none;padding:0}.med-chat-root .message--mine .message-bubble:has(>.message-image-grid){background:0 0;border-color:#0000;box-shadow:none;padding:0}.med-chat-root .message--mine .message-bubble:has(>.message-document-list){background:0 0;border-color:#0000;box-shadow:none;padding:0}:is(.med-chat-root .message-bubble:has(>.message-image-button)>p,.med-chat-root .message-bubble:has(>.message-image-grid)>p,.med-chat-root .message-bubble:has(>.message-document-list)>p){margin-top:6px}.med-chat-root .message--focused{animation:message-focus-flash 2.2s ease-out}@keyframes message-focus-flash{0%,30%{background:#2563eb24}to{background:#2563eb00}}.med-chat-root .message-image{border-radius:8px;box-shadow:0 2px 8px #0f172a29;display:block;max-height:260px;max-width:260px;object-fit:cover}.med-chat-root .message-attachment{color:inherit;font-weight:600;text-decoration:underline}.med-chat-root .message-forwarded-label{align-items:center;color:var(--chat-text-icon-muted);display:inline-flex;font-size:12px;font-style:italic;gap:4px;margin-bottom:2px}.med-chat-root .message-mention{font-weight:600}.med-chat-root .message--mine .message-mention,.med-chat-root .message-mention{color:var(--chat-primary-strong)}.med-chat-root .message-mention--user{cursor:pointer}.med-chat-root .message-mention--user:hover{text-decoration:underline}.med-chat-root .message-retry{align-self:flex-end;background:0 0;border:1px solid var(--chat-danger);border-radius:6px;color:var(--chat-danger);font-size:12px;margin-top:4px;padding:2px 10px}.med-chat-root .composer-error{margin:0;padding:4px 16px}.med-chat-root .typing-indicator{color:var(--chat-text-muted);font-size:12px;font-style:italic;margin:0;padding:4px 16px 0}.med-chat-root .conversation-upload-input{display:none}.med-chat-root .new-messages-button{background:var(--chat-primary);border:0;border-radius:999px;bottom:16px;box-shadow:0 6px 18px #2563eb59;color:var(--chat-surface);padding:6px 14px;position:absolute;right:24px;z-index:3}.med-chat-root .scroll-to-bottom-button{background:var(--chat-surface);border:1px solid var(--chat-border);border-radius:50%;bottom:16px;box-shadow:0 6px 18px #0f172a1f;color:var(--chat-text-muted);display:grid;font-size:16px;height:36px;place-items:center;position:absolute;right:24px;width:36px;z-index:3}.med-chat-root .message-search-panel,.med-chat-root .settings-panel{background:var(--chat-surface);border-left:1px solid var(--chat-border);display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto;padding:16px;width:100%}.med-chat-root .message-search-panel-header,.med-chat-root .settings-panel-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.med-chat-root .settings-title-block{align-items:center;display:flex;gap:12px}.med-chat-root .settings-avatar-edit{flex:none;position:relative}.med-chat-root .settings-avatar-edit-overlay{background:#0f172a73;border:0;border-radius:50%;color:var(--chat-surface);cursor:pointer;display:grid;font-size:18px;height:100%;inset:0;opacity:0;place-items:center;position:absolute;transition:opacity .15s;width:100%}.med-chat-root .settings-avatar-edit-overlay:disabled{cursor:not-allowed;opacity:.6}.med-chat-root .settings-avatar-edit.is-editable:focus-within .settings-avatar-edit-overlay,.med-chat-root .settings-avatar-edit.is-editable:hover .settings-avatar-edit-overlay{opacity:1}.med-chat-root .settings-avatar-file-input{display:none}.med-chat-root .settings-avatar-error{color:var(--chat-danger);font-size:12px;margin:4px 0 0}.med-chat-root .settings-eyebrow{color:var(--chat-text-muted);font-size:12px;margin:0}.med-chat-root .settings-title-row{align-items:center;display:flex;gap:8px}.med-chat-root .settings-title-row h2{font-size:16px;margin:0}.med-chat-root .message-search-panel-header button,.med-chat-root .settings-close-button,.med-chat-root .settings-edit-title-button{background:0 0;border:0;color:var(--chat-text-secondary);font-size:16px}.med-chat-root .settings-row-list{grid-gap:4px;display:grid;gap:4px}.med-chat-root .settings-row{align-items:center;background:var(--chat-surface-subtle);border:0;border-radius:8px;display:flex;justify-content:space-between;padding:12px;text-align:left}.med-chat-root .settings-row:hover{background:var(--chat-primary-tint)}.med-chat-root .settings-row span strong{display:block;font-size:14px}.med-chat-root .settings-row span small{color:var(--chat-text-muted);font-size:12px}.med-chat-root .settings-row.danger strong{color:var(--chat-danger)}.med-chat-root .settings-row-icon{align-items:center;border-radius:50%;display:inline-flex;flex:none;font-size:16px;height:36px;justify-content:center;margin-right:12px;width:36px}.med-chat-root .settings-row-icon--add,.med-chat-root .settings-row-icon--members{background:var(--chat-primary-tint-alt);color:var(--chat-primary)}.med-chat-root .settings-row-icon--danger{background:var(--chat-danger-tint);color:var(--chat-danger)}.med-chat-root .settings-row-chevron{color:var(--chat-border-mid);flex:none;font-size:12px;margin-left:8px}.med-chat-root .settings-row-text{flex:1 1;min-width:0}.med-chat-root .message-search-form{display:flex;gap:8px;margin-bottom:12px}.med-chat-root .message-search-input-pill{flex:1 1}.med-chat-root .message-search-tabs{display:flex;gap:16px;margin-bottom:12px}.med-chat-root .message-search-tabs button{background:0 0;border:0;border-bottom:2px solid #0000;color:var(--chat-text-dim);padding:0 0 4px}.med-chat-root .message-search-tabs button.active{border-color:var(--chat-primary);color:var(--chat-primary-strong);font-weight:600}.med-chat-root .message-search-results{grid-gap:6px;animation:tab-panel-in .2s both;display:grid;gap:6px}.med-chat-root .message-search-result{grid-gap:2px;background:var(--chat-surface);border:1px solid var(--chat-surface-hover-alt);border-radius:8px;display:grid;gap:2px;padding:10px;text-align:left}.med-chat-root .message-search-result:hover{background:var(--chat-primary-tint)}.med-chat-root .message-search-result span{color:var(--chat-text-muted);font-size:12px}.med-chat-root .message-search-more{background:var(--chat-surface);border:1px solid var(--chat-border-soft);border-radius:8px;margin-top:12px;padding:8px}.med-chat-root .chat-modal-backdrop{background:#00000073;display:grid;inset:0;place-items:center;position:fixed;z-index:1000}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-in{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:none}}.med-chat-root .chat-modal-backdrop--layered{z-index:1010}.med-chat-root .chat-modal{background:var(--chat-surface);border-radius:12px;display:flex;flex-direction:column;gap:12px;max-height:80vh;max-width:92vw;overflow-y:auto;padding:20px 20px 28px;width:420px}.med-chat-root .chat-modal--wide{max-height:86vh;max-width:96vw;overflow-y:hidden;width:760px}.med-chat-root .chat-modal--medium{max-height:80vh;max-width:94vw;width:520px}.med-chat-root .user-profile-modal{width:380px}.med-chat-root .user-profile-modal-body{align-items:center;display:flex;flex-direction:column;gap:6px}.med-chat-root .user-profile-avatar{background:var(--chat-primary-soft);border-radius:50%;color:var(--chat-primary-strong);display:grid;font-size:30px;font-weight:700;height:96px;margin-bottom:8px;overflow:hidden;place-items:center;width:96px}.med-chat-root .user-profile-avatar img{height:100%;object-fit:cover;width:100%}.med-chat-root .user-profile-name{font-size:18px;font-weight:700;margin:0}.med-chat-root .user-profile-code{color:var(--chat-text-muted);font-size:13px;margin:0 0 10px}.med-chat-root .user-profile-chat-button{align-items:center;background:var(--chat-primary);border:0;border-radius:999px;color:var(--chat-surface);cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;margin:4px 0 8px;padding:7px 18px}.med-chat-root .user-profile-chat-button:hover{background:var(--chat-primary-strong)}.med-chat-root .chat-modal-load-more-sentinel{grid-column:1/-1;margin:4px 0;padding:8px;text-align:center}.med-chat-root .user-profile-fields{grid-gap:8px;border-top:1px solid var(--chat-surface-hover-alt);display:grid;gap:8px;margin:6px 0 0;padding-top:12px;width:100%}.med-chat-root .user-profile-field{grid-gap:8px;display:grid;font-size:13px;gap:8px;grid-template-columns:120px 1fr}.med-chat-root .user-profile-field dt{color:var(--chat-text-muted)}.med-chat-root .user-profile-field dd{color:var(--chat-text-strong);margin:0;overflow-wrap:anywhere;text-align:right}.med-chat-root .chat-modal--medium .chat-modal-user-list{flex:0 1 auto;height:261px}.med-chat-root .chat-modal--wide .chat-modal-user-list{flex:0 1 auto;grid-auto-rows:min-content;grid-template-columns:repeat(2,1fr);height:min(340px,60vh);max-height:none}.med-chat-root .chat-modal-user-list>.conversation-empty,.med-chat-root .chat-modal-user-list>.conversation-error{grid-column:1/-1;padding:16px}.med-chat-root .chat-modal--wide .chat-modal-form{display:flex;flex:1 1;flex-direction:column;min-height:0}.med-chat-root .chat-modal--wide .chat-modal-actions,.med-chat-root .chat-modal--wide .chat-modal-label{flex:none}.med-chat-root .chat-modal--wide .chat-modal-user-row{align-items:flex-start;min-width:0}.med-chat-root .chat-modal--wide .chat-modal-user-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .chat-modal-header{align-items:center;display:flex;justify-content:space-between}.med-chat-root .chat-modal-header h2{font-size:16px;margin:0}.med-chat-root .chat-modal-header button{background:0 0;border:0;font-size:16px}.med-chat-root .message-details-preview{border:1px solid var(--chat-border);border-radius:10px;display:flex;gap:10px;padding:12px}.med-chat-root .message-details-preview-body{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.med-chat-root .message-details-preview-body strong{font-size:13px}.med-chat-root .message-details-preview-body p{color:var(--chat-text-dark-muted);font-size:13px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .message-details-preview-body time{color:var(--chat-text-muted);font-size:12px}.med-chat-root .message-details-seen{display:flex;flex-direction:column;gap:8px;min-height:60px;padding:4px 4px 12px}.med-chat-root .message-details-seen-title{color:var(--chat-text-muted);font-size:12px;font-weight:600;margin:0;text-transform:uppercase}.med-chat-root .message-details-seen-row{align-items:center;color:var(--chat-text-dark-muted);display:flex;font-size:13px;gap:8px}.med-chat-root .message-details-footnote{border-top:1px solid var(--chat-surface-hover-alt);color:var(--chat-text-icon-faint);font-size:11px;margin:0;padding-top:8px}.med-chat-root .chat-modal-tabs{display:flex;gap:16px}.med-chat-root .chat-modal-tabs button{background:0 0;border:0;border-bottom:2px solid #0000;color:var(--chat-text-dim);padding:0 0 4px}.med-chat-root .chat-modal-tabs button.active{border-color:var(--chat-primary);color:var(--chat-primary-strong);font-weight:600}.med-chat-root .chat-modal-user-list{grid-gap:4px;align-content:start;display:grid;gap:4px;max-height:320px;overflow:hidden auto}.med-chat-root .chat-modal-user-row{align-items:center;background:var(--chat-surface-subtle);border:0;border-radius:8px;display:flex;gap:10px;height:64px;padding:8px;text-align:left}.med-chat-root .chat-modal-user-row:hover{background:var(--chat-primary-tint)}.med-chat-root .chat-modal-user-row--clickable{cursor:pointer}.med-chat-root .chat-modal-user-name-block{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0;text-align:left}.med-chat-root .chat-modal-user-name-block small{color:var(--chat-text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .chat-modal-user-name-row{align-items:center;display:flex;gap:6px;justify-content:space-between}.med-chat-root .chat-modal-user-name-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .chat-modal-user-code{background:var(--chat-surface-hover-alt2);border-radius:999px;color:#5b6576;flex:none;font-size:11px;font-weight:600;padding:1px 7px}.med-chat-root .chat-modal-quick-add{align-items:center;background:var(--chat-surface-hover);border:0;border-radius:8px;color:var(--chat-text-strong);display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 12px;text-align:left}.med-chat-root .chat-modal-quick-add:hover{background:var(--chat-border-divider)}.med-chat-root .chat-modal-list-header{align-items:center;display:flex;font-size:13px;justify-content:space-between}.med-chat-root .chat-modal-list-more{background:0 0;border:0;color:var(--chat-text-muted);font-size:16px}.med-chat-root .chat-modal-search--pill{align-items:center;border:1.5px solid var(--chat-primary-mid);border-radius:999px;color:var(--chat-text-faint);display:flex;font-size:14px;gap:8px;height:40px;padding:0 14px}.med-chat-root .chat-modal-search.chat-modal-search--pill input{align-items:center;background:0 0;border:0;color:var(--chat-text-strong);flex:1 1;font:inherit;font-size:13px;height:28px;outline:none;padding:4px 8px}.med-chat-root .chat-modal-search.chat-modal-search--pill input::placeholder{color:var(--chat-text-faint)}.med-chat-root .chat-modal-search.chat-modal-search--pill input:focus{outline:none}.med-chat-root .chat-modal-user-list--grouped{display:flex;flex-direction:column;gap:8px}.med-chat-root .chat-modal-user-group{grid-gap:4px;display:grid;gap:4px}.med-chat-root .chat-modal-user-group-letter{color:var(--chat-text-muted);font-size:12px;font-weight:600;margin:4px 0 0}.med-chat-root .chat-modal-user-row--selectable{justify-content:space-between}.med-chat-root .chat-modal-user-checkbox{align-items:center;border:1px solid var(--chat-border-scrollbar);border-radius:50%;color:var(--chat-surface);display:inline-flex;flex:none;font-size:12px;height:22px;justify-content:center;width:22px}.med-chat-root .chat-modal-user-checkbox.is-checked{background:var(--chat-primary);border-color:var(--chat-primary)}.med-chat-root .chat-modal-user-remove{align-items:center;background:0 0;border:0;border-radius:50%;color:var(--chat-danger);display:inline-flex;flex:none;font-size:16px;height:32px;justify-content:center;width:32px}.med-chat-root .chat-modal-user-remove:hover{background:var(--chat-danger-tint)}.med-chat-root .chat-modal-user-remove.is-loading{opacity:.5}.med-chat-root .chat-modal-footer{border-top:1px solid var(--chat-surface-hover-alt);justify-content:space-between;padding-top:8px}.med-chat-root .chat-modal-footer,.med-chat-root .chat-modal-footer-buttons{align-items:center;display:flex;gap:8px}.med-chat-root .chat-modal-footer .chat-ghost-button{margin-top:0}.med-chat-root .chat-modal-form{grid-gap:12px;display:grid;gap:12px}.med-chat-root .chat-modal-label{grid-gap:4px;display:grid;font-size:13px;gap:4px}.med-chat-root .chat-modal-label input{border:1px solid var(--chat-border-soft);border-radius:6px;font:inherit;padding:8px 10px}.med-chat-root .chat-modal-group-title-input{border:1.5px solid var(--chat-primary-mid);border-radius:999px;font:inherit;font-size:14px;height:40px;padding:0 14px}.med-chat-root .chat-modal-group-title-input::placeholder{color:var(--chat-text-faint)}.med-chat-root .chat-modal-group-title-input:focus{outline:none}.med-chat-root .chat-modal-search{display:flex;gap:8px}.med-chat-root .chat-modal-search input{border:1px solid var(--chat-border-soft);border-radius:6px;flex:1 1;font:inherit;padding:8px 10px}.med-chat-root .chat-modal-actions{align-items:center;display:flex;justify-content:space-between}.med-chat-root .chat-modal-selected-count{align-items:center;background:0 0;border:0;color:var(--chat-success);display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:0}.med-chat-root .chat-modal-selected-count:disabled{color:var(--chat-text-icon-faint);cursor:default}.med-chat-root .chat-modal-selected-count:disabled .chat-modal-selected-tick{color:var(--chat-text-icon-faint)}.med-chat-root .chat-modal-selected-tick{color:var(--chat-success);font-size:14px}.med-chat-root .chat-primary-button{background:var(--chat-primary);border:0;border-radius:8px;color:var(--chat-surface);padding:8px 16px}.med-chat-root .chat-danger-button{background:var(--chat-danger);border:0;border-radius:8px;color:var(--chat-surface);padding:8px 16px}.med-chat-root .chat-ghost-button{background:var(--chat-surface);border:1px solid var(--chat-border-soft);border-radius:8px;margin-top:12px;padding:8px 16px}.med-chat-root .settings-media-section{background:var(--chat-surface-subtle);border-radius:8px;padding:12px}.med-chat-root .settings-media-section-header{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.med-chat-root .settings-see-all{background:0 0;border:0;color:var(--chat-primary-strong);cursor:pointer;font-size:13px;font-weight:600}.med-chat-root .settings-see-all:hover{text-decoration:underline}.med-chat-root .settings-media-preview-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(3,1fr)}.med-chat-root .settings-media-preview-thumb{aspect-ratio:1;background:var(--chat-border);border-radius:6px;overflow:hidden;position:relative}.med-chat-root .settings-media-thumb-open{background:0 0;border:0;cursor:pointer;display:block;height:100%;padding:0;width:100%}.med-chat-root .settings-media-preview-thumb img{height:100%;object-fit:cover;transition:transform .2s;width:100%}.med-chat-root .settings-media-preview-thumb:hover img{transform:scale(1.06)}.med-chat-root .settings-media-actions{bottom:4px;display:flex;gap:2px;opacity:0;position:absolute;right:4px;transition:opacity .15s}.med-chat-root .archive-media-thumb:hover .settings-media-actions,.med-chat-root .settings-media-preview-thumb:hover .settings-media-actions{opacity:1}.med-chat-root .settings-media-actions .archive-file-action{background:#0f172a8c;border-radius:6px;color:var(--chat-surface);font-size:13px;height:26px;width:26px}.med-chat-root .settings-media-actions .archive-file-action:hover{background:#0f172ad1;color:var(--chat-surface)}.med-chat-root .settings-file-preview-list{grid-gap:4px;display:grid;gap:4px}.med-chat-root .settings-file-preview-row{align-items:center;background:0 0;border:0;border-radius:6px;display:flex;gap:8px;padding:6px;text-align:left}.med-chat-root .settings-file-preview-row:hover{background:var(--chat-primary-tint)}.med-chat-root .archive-view{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}.med-chat-root .archive-view-header{align-items:center;display:flex;gap:8px;justify-content:space-between}.med-chat-root .archive-view-header h2{font-size:16px;margin:0;text-align:center}.med-chat-root .archive-back-button{align-items:center;background:0 0;border:0;border-radius:50%;color:var(--chat-text-strong);display:inline-flex;flex:none;font-size:18px;height:28px;justify-content:center;padding:0;width:28px}.med-chat-root .archive-back-button:hover{background:var(--chat-surface-hover)}.med-chat-root .archive-select-button{background:0 0;border:0;color:var(--chat-primary);flex:none;font-size:14px;font-weight:600;padding:0}.med-chat-root .archive-search{margin:4px 0}.med-chat-root .archive-filters{display:flex;gap:8px}.med-chat-root .archive-groups{grid-gap:16px;display:grid;flex:1 1;gap:16px;min-height:0;overflow-y:auto}.med-chat-root .archive-group h3{color:var(--chat-text-muted);font-size:13px;margin:0 0 8px}.med-chat-root .archive-media-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.med-chat-root .archive-media-thumb{aspect-ratio:1;background:var(--chat-border);border:0;border-radius:8px;overflow:hidden;padding:0;position:relative}.med-chat-root .archive-media-thumb img{height:100%;object-fit:cover;transition:transform .2s;width:100%}.med-chat-root .archive-media-thumb:hover img{transform:scale(1.06)}.med-chat-root .archive-media-meta{background:linear-gradient(#0000,#0000008c);color:var(--chat-surface);font-size:11px;inset:auto 0 0;overflow:hidden;padding:4px 6px;position:absolute;text-align:left;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .archive-file-list,.med-chat-root .archive-link-list{grid-gap:4px;display:grid;gap:4px}.med-chat-root .archive-file-row{align-items:center;background:var(--chat-surface-subtle);border-radius:8px;display:flex;gap:4px}.med-chat-root .archive-file-row:hover{background:var(--chat-primary-tint)}.med-chat-root .archive-file-main{align-items:center;background:0 0;border:0;border-radius:8px;cursor:pointer;display:flex;flex:1 1;gap:10px;min-width:0;padding:8px;text-align:left}.med-chat-root .archive-file-actions{display:flex;flex:none;gap:2px;padding-right:6px}.med-chat-root .archive-file-action{align-items:center;background:0 0;border:0;border-radius:8px;color:var(--chat-text-icon-muted);cursor:pointer;display:inline-flex;font-size:16px;height:32px;justify-content:center;text-decoration:none;width:32px}.med-chat-root .archive-file-action:hover{background:var(--chat-primary-soft);color:var(--chat-primary-strong)}.med-chat-root .archive-file-icon{align-items:center;background:var(--chat-border-tint);border-radius:8px;color:var(--chat-text-icon-muted);display:inline-flex;flex:none;font-size:16px;font-weight:700;height:36px;justify-content:center;width:36px}.med-chat-root .archive-file-icon--word{background:var(--chat-primary);color:var(--chat-surface)}.med-chat-root .archive-file-icon--excel{background:var(--chat-success);color:var(--chat-surface)}.med-chat-root .archive-file-icon--pdf{background:var(--chat-danger);color:var(--chat-surface);font-size:11px}.med-chat-root .archive-file-icon--zip{background:var(--chat-primary-accent);color:var(--chat-surface);font-size:10px}.med-chat-root .archive-file-icon--other{font-size:18px}.med-chat-root .archive-file-info{grid-gap:2px;display:grid;gap:2px;min-width:0}.med-chat-root .archive-file-info strong{font-weight:600;overflow-wrap:anywhere;word-break:break-word}.med-chat-root .archive-file-info small{color:var(--chat-text-muted);font-size:12px}.med-chat-root .archive-link-row{align-items:center;background:var(--chat-surface-subtle);border-radius:8px;display:flex;gap:10px;padding:8px;text-decoration:none}.med-chat-root .archive-link-row:hover{background:var(--chat-primary-tint)}.med-chat-root .archive-link-icon{align-items:center;background:var(--chat-border-tint);border-radius:8px;color:var(--chat-text-icon-muted);display:inline-flex;flex:none;font-size:16px;height:36px;justify-content:center;width:36px}.med-chat-root .archive-link-info{grid-gap:2px;display:grid;gap:2px;min-width:0}.med-chat-root .archive-link-info strong{color:var(--chat-text-strong);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .archive-link-info small{color:var(--chat-primary);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .filter-pill{flex:1 1;position:relative}.med-chat-root .filter-pill-trigger{align-items:center;background:var(--chat-surface);border:1px solid var(--chat-border-soft);border-radius:999px;color:var(--chat-text-dark-muted);display:flex;gap:6px;justify-content:space-between;padding:4px 6px 4px 12px;width:100%}.med-chat-root .filter-pill-trigger.is-active{background:var(--chat-primary-tint-strong);border-color:var(--chat-primary-border);color:var(--chat-primary-strong)}.med-chat-root .filter-pill-trigger.is-disabled{cursor:not-allowed;opacity:.5}.med-chat-root .filter-pill-trigger-label{background:0 0;border:0;color:inherit;font:inherit;font-size:13px;overflow:hidden;padding:4px 0;text-overflow:ellipsis;white-space:nowrap}.med-chat-root .filter-pill-trigger.is-active .filter-pill-trigger-label{font-weight:600}.med-chat-root .filter-pill-trigger-chevron{color:var(--chat-text-faint);flex:none;font-size:11px}.med-chat-root .filter-pill-trigger-clear{align-items:center;background:0 0;border:0;color:var(--chat-primary);display:inline-flex;flex:none;font-size:15px;justify-content:center;padding:0}.med-chat-root .filter-pill-menu{background:var(--chat-surface);border-radius:10px;box-shadow:0 8px 24px #0f172a26;display:grid;max-height:260px;min-width:160px;overflow-y:auto;padding:6px;position:fixed;z-index:210}.med-chat-root .filter-pill-menu button{background:0 0;border:0;border-radius:8px;color:var(--chat-text-strong);font-size:13px;padding:8px 10px;text-align:left}.med-chat-root .filter-pill-menu button:hover{background:var(--chat-surface-hover)}.med-chat-root .filter-pill-menu button.is-active{color:var(--chat-primary-strong);font-weight:600}.med-chat-root .date-range-filter-pill{flex:1 1;position:relative}.med-chat-root .date-range-filter-panel{grid-gap:8px;background:var(--chat-surface);border-radius:10px;box-shadow:0 8px 24px #0f172a26;display:grid;gap:8px;padding:12px;position:fixed;width:320px;z-index:210}.med-chat-root .date-range-filter-suggest{align-items:center;background:0 0;border:0;color:var(--chat-text-strong);display:flex;font-size:13px;font-weight:600;justify-content:space-between;padding:6px 4px}.med-chat-root .date-range-filter-suggest svg{color:var(--chat-border-mid);font-size:11px;transition:transform .15s}.med-chat-root .date-range-filter-suggest .is-expanded{transform:rotate(90deg)}.med-chat-root .date-range-filter-presets{grid-gap:2px;border-bottom:1px solid var(--chat-surface-hover-alt);display:grid;gap:2px;padding-bottom:6px}.med-chat-root .date-range-filter-presets button{background:0 0;border:0;border-radius:6px;color:var(--chat-text-dark-muted);font-size:13px;padding:6px 8px;text-align:left}.med-chat-root .date-range-filter-presets button:hover{background:var(--chat-surface-hover)}.med-chat-root .date-range-filter-presets button.is-active{color:var(--chat-primary-strong);font-weight:600}.med-chat-root .date-range-filter-label{color:var(--chat-text-muted);font-size:12px;font-weight:600;margin:0}.med-chat-root .date-range-filter-inputs{display:flex;gap:8px}.med-chat-root .date-range-filter-inputs .ant-picker{flex:1 1;width:0}.med-chat-root .date-range-filter-panel .ant-picker{width:100%}.med-chat-root .archive-preview-backdrop{background:#0f172aa6;display:grid;inset:0;place-items:center;position:fixed;z-index:50}.med-chat-root .archive-preview{align-items:center;background:var(--chat-surface);border-radius:12px;display:flex;flex-direction:column;gap:12px;max-height:90vh;max-width:90vw;padding:24px;position:relative}.med-chat-root .archive-preview img{border-radius:8px;max-height:70vh;max-width:100%;object-fit:contain}.med-chat-root .archive-doc-viewer{background:var(--chat-surface);border:0;border-radius:8px;height:82vh;overflow:hidden;width:min(88vw,960px)}.med-chat-root .archive-doc-content{background:var(--chat-surface);color:var(--chat-text-strong);overflow:auto;padding:24px;text-align:left}.med-chat-root .archive-sheet .sheet-name{color:var(--chat-text-slate);font-size:13px;margin:12px 0 6px}.med-chat-root .archive-sheet table{border-collapse:collapse;font-size:13px}.med-chat-root .archive-sheet td,.med-chat-root .archive-sheet th{border:1px solid var(--chat-border-divider);padding:4px 8px;white-space:nowrap}.med-chat-root .archive-preview-empty{color:var(--chat-text-icon-muted);padding:40px}.med-chat-root .archive-preview-close{background:0 0;border:0;font-size:16px;position:absolute;right:8px;top:8px}.med-chat-root .archive-preview-file{grid-gap:6px;display:grid;gap:6px;padding:24px;text-align:center}.med-chat-root .archive-preview-file .archive-file-icon{font-size:40px}.med-chat-root .archive-preview-download{text-decoration:none}@media (max-width:1024px){.med-chat-root .conversation-layout.has-side-panel{grid-template-columns:minmax(0,1fr) 400px}.med-chat-root .conversation-layout.has-side-panel .conversation-sidebar{display:none}}@media (max-width:768px){.med-chat-root .conversation-layout{grid-template-columns:1fr}.med-chat-root .conversation-layout .conversation-sidebar{display:flex}.med-chat-root .conversation-layout .conversation-main,.med-chat-root .conversation-layout.has-active-conversation .conversation-sidebar{display:none}.med-chat-root .conversation-layout.has-active-conversation .conversation-main{display:flex}.med-chat-root button.conversation-header-back{display:inline-flex}.med-chat-root .conversation-header-search button[type=submit]{display:none}.med-chat-root .conversation-header-actions.is-search-expanded .conversation-header-search{animation-name:conversation-search-slide-in-mobile}.med-chat-root .conversation-layout.has-side-panel{grid-template-columns:1fr}.med-chat-root .conversation-layout.has-side-panel .conversation-main,.med-chat-root .conversation-layout.has-side-panel .conversation-sidebar{display:none}}.med-chat-root .connection-status-banner{align-items:center;display:flex;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:8px 16px;position:sticky;text-align:center;top:0;z-index:200}.med-chat-root .connection-status-banner--lost{background:var(--chat-warning-tint);color:var(--chat-warning-text)}.med-chat-root .connection-status-banner--restored{background:var(--chat-success-tint);color:var(--chat-success-text)}.med-chat-root,.med-chat-root--portal{--chat-primary:#2563eb;--chat-primary-strong:#1d4ed8;--chat-primary-light:#60a5fa;--chat-primary-mid:#7cb3fa;--chat-primary-tint:#eff6ff;--chat-primary-tint-alt:#e0edff;--chat-primary-tint-strong:#eaf2ff;--chat-primary-soft:#dbeafe;--chat-primary-soft-alt:#cbdbf5;--chat-primary-pale:#f4f7fb;--chat-primary-pale-alt:#e8edf3;--chat-primary-border:#93c5fd;--chat-primary-accent:#7c3aed;--chat-danger:#dc2626;--chat-danger-alt:#ef4444;--chat-danger-tint:#fde2e2;--chat-danger-tint-alt:#fee2e2;--chat-success:#16a34a;--chat-success-alt:#22c55e;--chat-success-tint:#dcfce7;--chat-success-text:#166534;--chat-warning:#f59e0b;--chat-warning-tint:#fef3c7;--chat-warning-tint-alt:#fffbeb;--chat-warning-text:#92400e;--chat-info-teal:#0ea5a5;--chat-surface:#fff;--chat-surface-subtle:#f8fafc;--chat-surface-hover:#f1f5f9;--chat-surface-hover-alt:#edf0f4;--chat-surface-hover-alt2:#eef2f7;--chat-surface-tint:#f1f3f6;--chat-border:#e4e8ee;--chat-border-soft:#dce2ea;--chat-border-light:#e5e7eb;--chat-border-bubble:#e1e7ef;--chat-border-divider:#e2e8f0;--chat-border-scrollbar:#cbd5e1;--chat-border-mid:#b6c0cf;--chat-border-tint:#eef1f5;--chat-text-heading:#162033;--chat-text-strong:#1f2937;--chat-text-secondary:#526174;--chat-text-slate:#475569;--chat-text-slate-alt:#5c6b7f;--chat-text-muted:#7a8598;--chat-text-dim:#6b7280;--chat-text-dark-muted:#47546b;--chat-text-faint:#9ca3af;--chat-text-placeholder:#94a3b8;--chat-text-icon-muted:#64748b;--chat-text-icon-faint:#97a3b6;--chat-text-gold:#92764a;--chat-text-body:#0f172a;--chat-text-neutral:#718096}.med-chat-root{height:100%;width:100%}.med-chat-root--portal{display:contents}:where(.med-chat-root) p{color:inherit;line-height:inherit}.med-chat-root.med-chat-root .conversation-layout{
  /* !important vì đây là override lên CSS đã build sẵn của package: chỉ cần bản dist đổi thứ tự
     rule hoặc thêm media query là specificity thường lại thua, mà hậu quả là 70px cuối (ô nhập
     tin nhắn) bị cắt mất - lỗi im lặng, không có scrollbar để nhận ra. */height:100%!important;min-height:0}@keyframes chat-page-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.chat-page-slide-in{animation:chat-page-slide-in .28s cubic-bezier(.23,1,.32,1);will-change:transform}@media (prefers-reduced-motion:reduce){.chat-page-slide-in{animation:none}}.chat-modal-backdrop.chat-modal-backdrop{z-index:1180!important}.image-lightbox-backdrop.image-lightbox-backdrop{z-index:1170!important}.date-range-filter-panel.date-range-filter-panel,.filter-pill-menu.filter-pill-menu,.message-options-menu.message-options-menu{z-index:1160!important}.archive-preview-backdrop.archive-preview-backdrop,.forward-overlay.forward-overlay{z-index:1150!important}body.med-chat-modal-open .archive-preview-backdrop.archive-preview-backdrop,body.med-chat-modal-open .chat-modal-backdrop.chat-modal-backdrop,body.med-chat-modal-open .forward-overlay.forward-overlay,body.med-chat-modal-open .image-lightbox-backdrop.image-lightbox-backdrop,body.med-chat-modal-open .reaction-burst-viewport.reaction-burst-viewport{left:0;left:var(--med-chat-panel-left,0)}:root{--primary-color:#219737;--color-background:linear-gradient(135deg,#fff,#dcfce7);--color-background-footer:#fff;--color-secondary:#22c55e;--color-secondary-light:#4ade80;--color-text:#0f172a;--color-sub-text:#475569;--color-card-background:#ffffffe6;--color-border:#00000026;--color-particle:#0284c780;--color-white:#fff;--color-success:#219737;--color-error:#ff4d4f;--color-warning:#faad14;--color-info:#1890ff;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-xxl:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #0000001f;--shadow-md:#0000001a 0px 4px 12px;--shadow-lg:#110c2e26 0px 48px 100px 0px}.loading.cover-content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.loading.cover-page{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;width:100%}.loading .ant-spin{color:#3e79f7}
/*# sourceMappingURL=main.b228acdd.css.map*/