:root{--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--color-page: #f8fafc;--color-page-deep: #f1f5f9;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-text: #1e293b;--color-text-muted: #475569;--color-text-soft: #64748b;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-active: #1e40af;--color-primary-soft: #eff6ff;--color-primary-softer: #dbeafe;--color-accent: #f97316;--color-accent-hover: #ea580c;--color-danger: #b91c1c;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 4px 14px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 40px rgba(15, 23, 42, .1);--radius-card: 18px;--radius-control: 12px;--focus-ring: 0 0 0 3px rgba(37, 99, 235, .35);font-family:var(--font-sans);font-optical-sizing:auto;font-weight:400;font-style:normal;color:var(--color-text);background:var(--color-page);line-height:1.45;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:radial-gradient(1200px 600px at 12% -8%,rgba(37,99,235,.07),transparent 55%),radial-gradient(900px 480px at 100% 0%,rgba(249,115,22,.05),transparent 50%),linear-gradient(180deg,var(--color-page) 0%,var(--color-page-deep) 100%);overflow:hidden}html,body,#root{height:100%;overscroll-behavior:none}.screen{min-height:100dvh;height:100dvh;overflow-y:auto;padding:16px}.screen--auth{display:flex;align-items:flex-start;justify-content:center;padding-top:clamp(24px,6vh,48px)}.screen--admin{padding-top:clamp(12px,2vh,20px)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:20px;box-shadow:var(--shadow-sm),var(--shadow-lg)}.card--auth{width:min(440px,100%)}.auth-brand{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.auth-brand-mark{flex-shrink:0;width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary);background:linear-gradient(145deg,var(--color-primary-soft) 0%,var(--color-primary-softer) 100%);border:1px solid rgba(37,99,235,.18)}.auth-brand-icon{width:24px;height:24px}.auth-brand-text h1{margin:0 0 4px;font-size:clamp(1.35rem,2.5vw,1.55rem);font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.auth-brand-tagline{margin:0;font-size:13px;line-height:1.4;color:var(--color-text-muted);max-width:36ch}.form{display:grid;gap:10px}.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}.forgot-password-row{display:flex;justify-content:flex-end;margin-top:-4px;margin-bottom:4px}.forgot-password-link{font-size:13px;color:var(--color-primary);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}.forgot-password-link:hover{color:var(--color-accent-hover);text-decoration:underline;text-underline-offset:3px}.forgot-password-back{margin:0;font-size:14px}.forgot-password-back--phone{margin-top:clamp(1.35rem,4vw + .5rem,3rem);padding-top:clamp(.4rem,1.5vw,1rem)}@media (min-width: 640px){.forgot-password-back--phone{margin-top:clamp(1.75rem,2.8vw + .75rem,2.85rem);padding-top:clamp(.5rem,1vw,1.1rem)}}.forgot-password-back a{color:#58719a;text-decoration:none}.forgot-password-back a:hover{text-decoration:underline}.forgot-code-form{grid-template-columns:1fr}.forgot-code-form button{width:100%;justify-self:stretch;min-height:44px;box-sizing:border-box}.forgot-password-back--code{margin-top:clamp(1.5rem,4.5vw + .6rem,3.35rem);padding-top:clamp(.45rem,1.6vw,1.05rem)}@media (min-width: 640px){.forgot-password-back--code{margin-top:clamp(2rem,2.8vw + 1rem,3.1rem);padding-top:clamp(.55rem,1vw,1.15rem)}}input,button{border-radius:var(--radius-control);border:1px solid var(--color-border-strong);padding:10px 12px;font-size:14px;font-family:inherit}input:focus-visible,button:focus-visible,textarea:focus-visible,a:focus-visible{outline:none;box-shadow:var(--focus-ring)}a.forgot-password-link:focus-visible{border-radius:4px}button{background:var(--color-primary);color:#fff;border:none;cursor:pointer;transition:box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}button:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:var(--shadow-md)}button:active:not(:disabled){background:var(--color-primary-active)}button:disabled{opacity:.65;cursor:not-allowed;transform:none}.ghost{background:var(--color-primary-soft);color:#1e3a5f;border:1px solid var(--color-border-strong)}.ghost:hover:not(:disabled){background:var(--color-primary-softer);border-color:#94a3b8;box-shadow:none}.auth-channel-disabled{opacity:.55;color:#6a7d97;border-style:dashed}.logout-btn{width:auto;min-width:96px;height:42px;border-radius:10px;padding:8px 16px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.active-tab{background:var(--color-primary);color:#fff;box-shadow:none}.active-tab:hover:not(:disabled){background:var(--color-primary-hover)}.inline-actions{display:grid;grid-template-columns:1fr auto;gap:8px}.admin-sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--color-border)}.admin-sidebar-header h2{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.admin-sidebar-brand{display:flex;align-items:flex-start;gap:10px;min-width:0}.admin-sidebar-mark{flex-shrink:0;width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary);background:linear-gradient(145deg,var(--color-primary-soft) 0%,var(--color-primary-softer) 100%);border:1px solid rgba(37,99,235,.18)}.admin-sidebar-mark .auth-brand-icon{width:20px;height:20px}.admin-sidebar-titles{min-width:0}.admin-sidebar-tagline{margin:2px 0 0;font-size:11px;line-height:1.35;color:var(--color-text-muted);max-width:22ch}.card--admin-sidebar,.card--admin-chat{padding:16px}.active-chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.active-chat-header--admin{padding-bottom:6px;margin-bottom:10px;border-bottom:1px solid var(--color-border)}.admin-chat-context-line{margin:4px 0 0;font-size:12px;line-height:1.35;color:var(--color-text-muted);max-width:48ch}.active-chat-title-stack{display:flex;flex-direction:column;gap:2px;min-width:0}.active-chat-header h2{margin:0}.active-chat-ids{margin:0;font-size:13px;line-height:1.35;word-break:break-word}.edit-profile-btn{min-width:170px;height:40px;border-radius:10px;padding:8px 14px;white-space:nowrap}.active-chat-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0}.admin-chat-search-toggle{width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;flex-shrink:0}.admin-inline-search-panel{margin-bottom:10px;padding:10px 12px;border-radius:var(--radius-control);border:1px solid var(--color-border);background:#fffffff0;box-shadow:var(--shadow-md)}.chat-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:4px;border-bottom:1px solid var(--color-border)}.chat-topbar-titles{min-width:0}.chat-topbar h2{margin:0;font-size:clamp(1.15rem,2.4vw,1.35rem);font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.chat-topbar-subtitle{margin:4px 0 0;font-size:12px;line-height:1.35;color:var(--color-text-muted);max-width:42ch}.chat-search-toggle{width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;flex-shrink:0}.chat-inline-search-panel{flex-shrink:0;margin-bottom:10px;padding:10px 12px;border-radius:12px;border:1px solid #d4deea;background:#fffffff2;box-shadow:0 6px 20px #1520350f}.chat-inline-search-toolbar{display:flex;align-items:center;gap:6px}.chat-search-nav-btn{min-width:36px;height:36px;padding:0;border-radius:8px;font-size:16px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-inline-search-input{flex:1;min-width:0;border-radius:10px;border:1px solid #d4deea;padding:8px 10px;font-size:14px;background:#fff;color:#1d345a}.chat-search-close{min-width:36px;height:36px;padding:0;border-radius:8px;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-search-loading{flex-shrink:0}.chat-search-results-list{list-style:none;margin:10px 0 0;padding:0;max-height:min(240px,38vh);overflow-y:auto;border-top:1px solid #e8edf5}.chat-search-result-row{width:100%;text-align:left;padding:10px 8px;border:none;border-bottom:1px solid #eef2f8;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:stretch;gap:4px;font:inherit;color:inherit}.chat-search-result-row:hover{background:#f3f7fd}.chat-search-result-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.chat-search-result-sender{font-weight:600;color:#4a3f8c;font-size:13px}.chat-search-result-snippet{font-size:13px;color:#1d345a;line-height:1.35;word-break:break-word}.chat-search-empty{margin:8px 0 0}.bubble.internal-note{background:#fff8e6;border:1px solid #e8d49a;color:#3d3518}.bubble.internal-note.mine{background:linear-gradient(135deg,#fff4d6,#ffe8b8);border-color:#dcc069}.internal-note-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8a7220}.bubble.message-highlight{outline:2px solid var(--color-primary);outline-offset:2px;animation:message-highlight-fade 2.2s ease-out forwards}@keyframes message-highlight-fade{0%{outline-color:var(--color-primary)}to{outline-color:transparent}}.typing-indicator{flex-shrink:0;font-size:13px;color:#6a7d97;font-style:italic;padding:4px 4px 8px;margin-top:-4px}.search-bar-wrap{margin-bottom:12px}.search-input{width:100%;border-radius:12px;border:1px solid #d4deea;background:#f6f9ff;padding:10px 12px;font-size:14px;color:#1d345a}.meta{color:var(--color-text-soft)}.error{color:var(--color-danger)}.topbar{margin-bottom:12px}.screen.chat-screen{display:flex;flex-direction:column;overflow:hidden}.chat-screen>.topbar,.chat-screen>.error,.chat-screen>footer{flex-shrink:0}.chat-screen .messages{flex:1 1 auto;min-height:0;max-height:none;margin-bottom:12px;overflow-y:auto;-webkit-overflow-scrolling:touch}.messages{display:flex;flex-direction:column;gap:10px;margin-bottom:12px;max-height:56vh;overflow-y:auto;padding-right:10px;scrollbar-gutter:stable}.bubble{max-width:82%;padding:10px 12px;border-radius:14px;display:grid;gap:6px;font-weight:400;font-variation-settings:"wght" 400}.mine{align-self:flex-end;background:linear-gradient(160deg,#dbeafe,#e0e7ff);border:1px solid rgba(37,99,235,.12)}.theirs{align-self:flex-start;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.composer-shell{position:sticky;bottom:0;background:#f8fafceb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:8px;display:grid;grid-template-columns:auto auto 1fr auto;gap:8px;align-items:flex-end}.hidden-file-input{display:none}.icon-action{background:var(--color-surface);color:#334155;border:1px solid var(--color-border-strong);border-radius:var(--radius-control);padding:8px;width:46px;height:42px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-action:hover:not(:disabled){background:var(--color-primary-soft);border-color:#2563eb59;color:var(--color-primary);box-shadow:var(--shadow-sm)}.icon-svg{width:19px;height:19px}.icon-svg--dense{width:18px;height:18px}.composer-input{border-radius:var(--radius-control);border:1px solid var(--color-border-strong);padding:10px 12px;font-size:16px;background:var(--color-surface);font-family:inherit;min-height:42px;max-height:min(30vh,200px);resize:none;overflow-y:auto;line-height:1.35;box-sizing:border-box}textarea.composer-input{display:block;width:100%}.send-btn{background:var(--color-primary);color:#fff;border-radius:var(--radius-control);padding:10px 16px;border:none;display:inline-flex;align-items:center;gap:8px;justify-content:center;cursor:pointer}.send-btn:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:0 8px 20px #2563eb47}.send-btn:disabled,.icon-action:disabled,.composer-input:disabled{opacity:.72;cursor:not-allowed}.send-label{white-space:nowrap}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bubble-time{font-size:11px;color:#7f8ca1;justify-self:end}.bubble .message-link{color:#1450d8;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.bubble.mine .message-link{color:#0d3eb0}.attachment-wrap{display:grid;gap:6px}.attachment-image{width:min(260px,100%);border-radius:10px;border:1px solid #d6e1f0;display:block}.attachment-image-link{display:inline-block}.attachment-image-button{border:none;background:transparent;padding:0;margin:0;cursor:zoom-in}.media-bubble{background:transparent;border:none;padding:0;max-width:min(300px,82%)}.media-bubble .attachment-wrap{gap:0}.media-bubble .attachment-image{border:none;border-radius:16px}.media-bubble .bubble-time{background:#13254285;color:#fff;border-radius:999px;padding:0 8px;min-height:18px;font-size:10px;display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-top:-34px;margin-right:8px;z-index:1}.image-viewer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#060d18bf;z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px}.image-viewer-card{max-width:min(1000px,96vw);max-height:92vh}.image-viewer-image{display:block;max-width:100%;max-height:92vh;border-radius:14px}.file-attachment{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;background:transparent;border:none;border-radius:0;padding:0}.file-icon-wrap{width:40px;height:40px;border-radius:999px;background:#fff;border:1px solid #e5edf8;display:inline-flex;align-items:center;justify-content:center;color:#111}.file-icon-svg{width:18px;height:18px}.file-meta{display:grid;gap:2px;min-width:0}.file-name{font-weight:500;color:#22395e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.file-open{font-size:12px;color:#58719a}.admin-shell{display:flex;flex-direction:row;gap:10px;align-items:stretch;width:100%;min-height:0}.admin-shell .admin-layout{flex:1;min-width:0}.admin-templates-spine{flex-shrink:0;width:44px;align-self:stretch;margin:0;padding:10px 6px;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-size:14px;font-weight:600;letter-spacing:.08em;color:#1d345a;background:#eef3fb;border:1px solid #d4deea;border-radius:12px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.admin-templates-spine:hover{transform:rotate(180deg) translateY(-1px);background:#e4ecf8;border-color:#bfd0e6}.composer-input-wrap{position:relative;min-width:0;align-self:stretch;display:flex;flex-direction:column}.template-attachments-bar{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:6px;min-width:0;max-width:168px;padding-right:4px}.template-attachments-bar .meta{font-size:12px;line-height:1.3}.template-attachments-clear{width:100%;justify-content:center;padding:6px 8px;font-size:12px}.active-chat-panel .composer-main-row.composer-main-row--template-files{grid-template-columns:minmax(0,168px) auto auto minmax(0,1fr) auto;align-items:flex-end}@media (max-width: 640px){.active-chat-panel .composer-main-row.composer-main-row--template-files{grid-template-columns:minmax(0,112px) auto auto minmax(0,1fr) auto}.template-attachments-bar{max-width:112px}}.slash-template-dropdown{position:absolute;left:0;right:0;bottom:100%;margin-bottom:6px;max-height:min(240px,40vh);overflow-y:auto;overflow-x:hidden;background:#fff;border:1px solid #dbe4f1;border-radius:12px;box-shadow:0 -10px 28px #142c5424;z-index:60;padding:4px}.slash-template-empty{padding:10px 12px;margin:0}.slash-template-item{width:100%;display:grid;gap:2px;text-align:left;padding:8px 10px;border:none;border-radius:8px;background:transparent;color:#152035;cursor:pointer;font-family:inherit;font-size:13px;font-weight:400}.slash-template-item:hover,.slash-template-item.is-active{background:#ebf2ff}.slash-template-title{font-weight:600;color:#1d345a}.slash-template-snippet{font-size:12px;color:#58719a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.templates-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#09132473;display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px}.templates-modal-card{width:min(760px,100%);max-height:min(92vh,900px);overflow:visible;display:flex;flex-direction:column;background:#fff;border:1px solid #d9e4f2;border-radius:16px;padding:16px;box-shadow:0 20px 50px #10234333}.templates-modal-card h3{margin:0 0 6px}.templates-modal-card kbd{font-size:.85em;padding:1px 5px;border-radius:4px;border:1px solid #d4deea;background:#f6f9ff}.templates-modal-body{display:grid;gap:16px;margin-top:12px;min-height:0;flex:1;overflow:visible}.templates-modal-list{display:flex;flex-direction:column;gap:8px;min-height:0;min-width:0}.templates-new-btn{width:100%;justify-content:center;margin:2px 0}.templates-modal-ul{list-style:none;margin:0;padding:10px 12px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;overflow-x:hidden;max-height:min(50vh,360px);border:1px solid #e3eaf5;border-radius:10px;background:#fafcfe}.templates-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid #e3eaf5;border-radius:10px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;font-size:14px;color:#152035;margin:1px 0}.templates-row:hover{background:#f0f5fc}.templates-new-btn:hover,.templates-row:hover{transform:none}.templates-row.selected{background:#ebf2ff}.templates-row-title{font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templates-row-sort{flex-shrink:0}.templates-modal-form textarea{width:100%;min-height:120px;resize:vertical;font-family:inherit;border-radius:12px;border:1px solid #d4deea;padding:10px 12px;font-size:14px;box-sizing:border-box}.templates-label{display:grid;gap:6px}.templates-modal-form{min-width:0;padding:2px 12px;display:grid;gap:12px}.templates-modal-form input,.templates-modal-form textarea{width:100%;box-sizing:border-box}.templates-attachments-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.templates-attachments-item{display:flex;align-items:center;justify-content:space-between;gap:8px}.templates-attachments-item a{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.templates-label span.meta{margin:0}.templates-file-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.templates-file-pick-btn{flex-shrink:0;white-space:nowrap}.templates-file-status{flex:1 1 200px;min-width:0}.templates-pending-files-list{list-style:none;margin:0;padding:8px 12px;border:1px dashed #bfd0e6;border-radius:10px;background:#fafcfe;display:grid;gap:6px}.templates-pending-files-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px}.templates-pending-files-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d345a}@media (min-width: 720px){.templates-modal-body{grid-template-columns:minmax(180px,220px) 1fr;align-items:stretch}.templates-modal-form{min-width:0;overflow-y:auto}}.admin-layout{display:grid;gap:12px;align-items:stretch}.active-chat-panel{display:flex;flex-direction:column;min-height:0;height:100%}.active-chat-panel .messages{flex:1 1 auto;min-height:0;max-height:none;margin-bottom:12px;display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:10px}.messages-stack{min-height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:10px}.active-chat-panel .composer-shell.admin-composer-shell{margin-top:auto;display:flex;flex-direction:column;align-items:stretch;gap:8px}.active-chat-panel .composer-main-row{display:grid;grid-template-columns:auto auto 1fr auto;gap:8px;align-items:flex-end;width:100%;min-width:0}.active-chat-panel .composer-main-row .composer-input-wrap{min-width:0;align-self:flex-end}.active-chat-panel .internal-note-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.active-chat-panel .internal-note-toggle input{width:16px;height:16px;accent-color:var(--color-primary)}.list-item{padding:10px;border-bottom:1px solid #edf2f9}.list-item-btn{width:100%;text-align:left;display:grid;gap:5px;padding:10px;border-radius:var(--radius-control);margin-bottom:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .14s ease,box-shadow .2s ease}.list-item-btn:hover{border-color:#b9cae5;background:#f7faff;transform:translateY(-1px);box-shadow:0 8px 16px #20407214}.list-item-btn.selected{border-color:var(--color-primary);background:var(--color-primary-soft)}.conversation-list-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;flex-shrink:0}.conversation-list-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.conversation-list-badge{flex-shrink:0;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--color-primary);color:#fff;font-size:11px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center}.conversation-list-preview-row{display:flex;align-items:baseline;gap:6px;min-width:0;font-size:13px;line-height:1.35;font-weight:400;font-variation-settings:"wght" 400;color:#111}.conversation-list-preview-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;font-variation-settings:"wght" 400}.conversation-list-preview-time{flex-shrink:0;white-space:nowrap;font-weight:400;font-variation-settings:"wght" 400}.conversation-list-meta{font-size:11px;line-height:1.3}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important}button,.list-item-btn,.admin-templates-spine{transition:none!important}.list-item-btn:hover{transform:none;box-shadow:none}.admin-templates-spine:hover{transform:rotate(180deg)}@media (max-width: 640px){.admin-templates-spine:hover{transform:none}}.loading-spinner{animation:none;border-color:#ffffffa6}.bubble.message-highlight{animation:none;outline-color:var(--color-primary)}}.profile-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#09132473;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.profile-modal-card{width:min(520px,100%);background:#fff;border:1px solid #d9e4f2;border-radius:16px;padding:16px;box-shadow:0 20px 50px #10234333}.profile-modal-card h3{margin:0 0 8px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}@media (min-width: 960px){.screen{max-width:1180px;margin:0 auto;padding:24px}.admin-shell .admin-layout{grid-template-columns:340px 1fr;height:calc(100vh - 48px)}.admin-shell .admin-layout>.card{height:100%;overflow:hidden}}@media (max-width: 640px){.chat-screen{--mobile-composer-height: 68px;--mobile-composer-extra-bottom: 1vh}.admin-shell{flex-direction:column;gap:8px}.admin-templates-spine{width:100%;writing-mode:horizontal-tb;text-orientation:mixed;transform:none;min-height:44px;padding:10px 14px;letter-spacing:normal;white-space:nowrap;text-align:center}.admin-templates-spine:hover{transform:translateY(-1px)}.admin-layout{display:flex;flex-direction:column;gap:6px}.admin-layout>.card{position:relative;z-index:1;overflow:visible}.active-chat-panel{margin-top:0;min-height:58dvh}.active-chat-panel .meta{margin:0 0 6px}.active-chat-panel .messages{margin-top:0;padding-top:0}.chat-screen{min-height:100dvh;display:flex;flex-direction:column;padding-bottom:calc(var(--mobile-composer-height) + var(--mobile-composer-extra-bottom) + env(safe-area-inset-bottom,0px))}.chat-screen .messages{flex:1;min-height:0;max-height:none;margin-bottom:8px}.mobile-bottom-composer{position:fixed;left:10px;right:10px;bottom:calc(var(--mobile-composer-extra-bottom) + env(safe-area-inset-bottom,0px));min-height:var(--mobile-composer-height);height:auto;max-height:42vh;padding-bottom:0;z-index:20;box-shadow:0 8px 24px #142c541f}.composer-shell{grid-template-columns:auto auto 1fr auto;padding:6px;border-radius:16px;min-height:var(--mobile-composer-height);align-items:flex-end}.send-btn{width:42px;height:42px;padding:7px;border-radius:12px}.icon-action{width:42px;height:42px;padding:7px}.composer-input{height:auto;min-height:42px;max-height:min(28vh,180px);line-height:1.25;padding:8px 12px;font-size:16px}.send-label{display:none}}
