html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{font-family:SF Pro Text,PingFang SC,Segoe UI,sans-serif;color:#0f172a;background:#f5f7fb}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-height:100%;background:radial-gradient(circle at top,rgba(37,99,235,.08),transparent 28%),linear-gradient(180deg,#f8fbff,#f4f7fb)}button{cursor:pointer}.chat-shell{min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:stretch;padding:24px}.chat-shell.centered{align-items:center}.join-card,.chat-card{width:min(1080px,100%);background:#ffffffeb;border:1px solid rgba(148,163,184,.18);border-radius:24px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 28px 80px #0f172a1f}.join-card{padding:28px;display:grid;gap:14px}.join-card h1,.join-card p{margin:0}.chat-card{display:grid;grid-template-rows:auto 1fr auto auto;height:calc(100vh - 48px);max-height:920px;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;border-bottom:1px solid rgba(226,232,240,.8);background:linear-gradient(180deg,#fffffff5,#f8fafceb)}.chat-title,.chat-meta{margin:0}.chat-title{font-size:20px;font-weight:700}.chat-meta,.chat-user small{color:#64748b;font-size:12px}.chat-user{display:grid;text-align:right;gap:2px}.chat-messages{overflow:auto;padding:18px 18px 6px}.x-chat-bubble-list{height:100%}.x-chat-messages .ant-bubble-list{gap:14px}.x-chat-messages .ant-bubble{max-width:min(76%,720px)}.x-chat-messages .ant-bubble .ant-bubble-content-filled{background:linear-gradient(180deg,#dbeafe,#bfdbfe);color:#0f172a}.x-chat-messages .ant-bubble .ant-bubble-content-outlined{background:#fffffff5;border-color:#94a3b838;box-shadow:0 16px 36px #0f172a0f}.x-chat-bubble-body{display:grid;gap:10px}.x-chat-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}.x-chat-action-btn.ant-btn{color:#64748b}.chat-empty{display:grid;place-items:center;min-height:100%;color:#64748b}.reply-preview{display:grid;gap:2px;padding:10px 12px;border-left:3px solid #2563eb;border-radius:12px;background:#2563eb14}.reply-label{font-size:12px;font-weight:600;color:#1d4ed8}.reply-text{font-size:12px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-composer-shell{padding:14px 18px 18px;border-top:1px solid rgba(226,232,240,.8);background:linear-gradient(180deg,#f8fafcb3,#fffffff5);display:grid;gap:12px}.composer-reply-banner{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(147,197,253,.9);background:#eff6fff2}.composer-reply-banner strong{display:block;font-size:13px;color:#1d4ed8}.composer-reply-banner p{margin:3px 0 0;font-size:12px;color:#475569}.composer-files{display:flex;flex-wrap:wrap;gap:8px}.composer-upload-btn.ant-btn{color:#2563eb}.bubble-attachments{display:grid;gap:8px}.bubble-file{text-decoration:none;color:#1d4ed8;font-size:12px;display:grid;gap:6px}.bubble-file img{max-width:240px;border-radius:12px;border:1px solid rgba(226,232,240,.9)}.reaction-chip.ant-tag{border-radius:999px;padding-inline:10px;background:#ffffffeb}.structured-message{display:grid;gap:10px}.structured-message p,.structured-message ul,.structured-message ol{margin:0;white-space:pre-wrap}.structured-message ul,.structured-message ol{padding-left:18px;display:grid;gap:4px}.structured-kv,.structured-records{display:grid;gap:8px}.structured-record{display:grid;gap:8px;padding:10px;border:1px solid #e5e7eb;border-radius:10px}.structured-kv-row{display:grid;gap:2px}.image-preview-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172ad6}.image-preview-content{max-width:min(92vw,1080px);max-height:88vh;border-radius:14px;object-fit:contain;box-shadow:0 24px 72px #0000004d}.image-preview-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:999px;border:none;background:#ffffff2e;color:#fff;font-size:24px;line-height:1}.chat-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid rgba(241,245,249,.9);padding:12px 18px 18px}.chat-footer button{height:36px;border:none;border-radius:10px;background:#0f172a;color:#fff;padding:0 14px}.error{margin:0;color:#b91c1c;font-size:13px}.chat-shell.widget-mode{min-height:100%;height:100%;width:100%;padding:0;background:#fff}.chat-shell.widget-mode .chat-card{border-radius:0;border:none;box-shadow:none;width:100%;height:100%;max-height:none}.chat-shell.widget-mode .chat-footer{display:none}@media(max-width:768px){.chat-shell{padding:0}.join-card,.chat-card{width:100%;height:100vh;max-height:none;border-radius:0;border:none;box-shadow:none}.chat-header{padding:16px}.chat-title{font-size:18px}.chat-user{display:none}.x-chat-messages .ant-bubble{max-width:92%}.chat-composer-shell{padding:12px}.chat-footer{padding:10px 12px 12px}}
