:root{--ui-color-text:#252527;--ui-color-text-secondary:#5f6268;--ui-color-text-tertiary:#81848a;--ui-color-text-disabled:#b4b6bb;--ui-color-border:#e3e3e5;--ui-color-border-strong:#cfd0d3;--ui-color-surface-subtle:#f1f1f2;--ui-color-focus:#2e6dd7;--ui-font-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--ui-font-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace}*{box-sizing:border-box}#root,body,html{width:100%;height:100%;margin:0}body{min-width:320px;overflow:hidden;background:#f7f7f8;color:var(--ui-color-text);font-family:var(--ui-font-sans);font-synthesis:none}button,textarea{font:inherit}.standalone-chat-shell{display:grid;height:100dvh;min-height:0;grid-template-rows:minmax(0,1fr)}.standalone-chat-workspace{display:grid;min-height:0;grid-template-rows:minmax(0,1fr) auto}.standalone-chat-conversation{min-height:0;overflow:auto;padding:44px 24px;scroll-behavior:smooth}.standalone-chat-empty,.standalone-chat-turn{width:min(1040px,100%);margin-inline:auto}.standalone-chat-composer{width:min(1040px,calc(100% - 48px));margin-inline:auto}.standalone-chat-turn{margin-bottom:28px}.standalone-chat-turn.is-user{display:flex;justify-content:flex-end}.standalone-chat-turn-content{min-width:0}.standalone-chat-turn.is-user .standalone-chat-turn-content{display:grid;max-width:82%;justify-items:end;gap:8px}.standalone-chat-turn.is-user .standalone-chat-message{max-width:100%;padding:10px 14px;border-radius:16px 16px 4px 16px;background:#e9e9eb;font-size:14px;line-height:1.65;white-space:pre-wrap}.standalone-chat-process{margin-bottom:22px}.standalone-chat-process-summary{display:flex;min-height:24px;align-items:center}.standalone-chat-process-duration,.standalone-chat-process-toggle{display:inline-flex;align-items:center;gap:7px;color:#77797d;font-size:13px;font-weight:400;line-height:20px}.standalone-chat-process-toggle{padding:2px 0;border:0;background:transparent;cursor:pointer}.standalone-chat-process-toggle:hover{color:#3f4145}.standalone-chat-process-toggle>svg:last-child{transition:transform .14s ease}.standalone-chat-process.is-open .standalone-chat-process-toggle>svg:last-child{transform:rotate(180deg)}.standalone-chat-process-rule{margin-top:9px;border-top:1px solid #e4e4e5}.standalone-chat-process-panel{padding:18px 0 2px}.standalone-chat-process-list{display:grid;gap:14px;margin:0;padding:0;color:#77797d;font-size:13px;line-height:20px;list-style:none}.standalone-chat-process-list li{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px}.standalone-chat-process-list li>svg{margin-top:2px;color:#8f9195}.standalone-chat-process-list li.is-active{color:#525459}.standalone-chat-message{min-width:0;color:#2f3135;font-size:15px;line-height:1.75;overflow-wrap:anywhere}.standalone-chat-message :is(p,li,blockquote,a){overflow-wrap:anywhere;word-break:break-word}.standalone-chat-message>:first-child{margin-top:0}.standalone-chat-message>:last-child{margin-bottom:0}.standalone-chat-message p{margin:0 0 12px}.standalone-chat-message :is(ul,ol){margin:10px 0 14px;padding-left:24px}.standalone-chat-message li+li{margin-top:5px}.standalone-chat-message h1{margin:22px 0 12px;font-size:22px;line-height:1.4}.standalone-chat-message h2{margin:20px 0 10px;font-size:18px;line-height:1.45}.standalone-chat-message h3{margin:18px 0 8px;font-size:16px;line-height:1.5}.standalone-chat-message blockquote{margin:14px 0;padding:1px 0 1px 14px;border-left:3px solid #cfd1d4;color:var(--ui-color-text-secondary)}.standalone-chat-message code{padding:2px 5px;border-radius:5px;background:#ececef;font-family:var(--ui-font-mono);font-size:13px}.standalone-chat-message pre{overflow:auto;padding:14px;border-radius:10px;background:#242426;color:#f4f4f4}.standalone-chat-message pre code{padding:0;background:transparent;color:inherit}.standalone-chat-message table{width:100%;margin:14px 0;border-collapse:collapse;font-size:13px}.standalone-chat-message td,.standalone-chat-message th{padding:8px 10px;border:1px solid var(--ui-color-border);text-align:left;vertical-align:top}.standalone-chat-message th{background:var(--ui-color-surface-subtle);font-weight:600}.standalone-chat-message a{color:#315f9a;text-underline-offset:3px}.standalone-chat-restore{display:inline-flex;align-items:center;gap:5px;margin-top:12px;padding:6px 9px;border:1px solid var(--ui-color-border);border-radius:7px;background:#fff;color:var(--ui-color-text-secondary);cursor:pointer;font-size:12px}.standalone-chat-empty{display:grid;min-height:100%;place-content:center;justify-items:center;padding-bottom:44px;text-align:center}.standalone-chat-empty>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--ui-color-border);border-radius:13px;background:#fff;color:#353535;box-shadow:0 8px 24px rgba(32,32,32,.06)}.standalone-chat-empty h2{margin:16px 0 7px;font-size:20px;font-weight:600;line-height:28px}.standalone-chat-empty p{max-width:440px;margin:0;color:var(--ui-color-text-tertiary);font-size:14px;line-height:22px}.standalone-chat-composer{position:relative;z-index:3;margin:0 auto 28px;padding:16px 16px 12px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;box-shadow:0 1px 2px rgba(24,24,27,.03),0 8px 24px rgba(24,24,27,.06);transition:border-color .14s ease,box-shadow .14s ease}.standalone-chat-composer.is-dragging{border-color:#aeb0b4;background:#fbfbfb}.standalone-chat-attachments{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px;padding:0;list-style:none}.standalone-chat-attachments li{display:grid;min-width:0;max-width:min(290px,100%);grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 8px;border:1px solid #e4e4e6;border-radius:12px;background:#f8f8f9}.standalone-chat-attachments li.is-error{border-color:#edcaca;background:#fff7f7}.standalone-chat-attachment-preview{display:grid;width:36px;height:36px;place-items:center;overflow:hidden;border-radius:8px;background:#fff;color:#66686d}.standalone-chat-attachment-preview img{width:100%;height:100%;object-fit:cover}.standalone-chat-attachment-copy{display:grid;min-width:0;gap:1px}.standalone-chat-attachment-copy strong{overflow:hidden;color:#35363a;font-size:12px;font-weight:550;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.standalone-chat-attachment-copy small{overflow:hidden;color:#85878c;font-size:11px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.standalone-chat-attachments li.is-error small{color:#a64a45}.standalone-chat-attachments li>button{display:grid;width:26px;height:26px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#797b80;cursor:pointer}.standalone-chat-attachments li>button:hover:not(:disabled){background:#e8e8ea;color:#303236}.standalone-chat-attachments.is-history{justify-content:flex-end;margin:0}.standalone-chat-attachments.is-history li{max-width:240px;background:rgba(255,255,255,.7)}.standalone-chat-attachments.is-history .standalone-chat-attachment-preview{width:30px;height:30px}.standalone-chat-attachment-notice{min-height:16px;margin:0 4px 5px;color:#8a8c91;font-size:11px;line-height:16px}.standalone-chat-attachment-notice.is-error{color:#ad4b45}.standalone-chat-composer:focus-within{border-color:#dedede;box-shadow:0 1px 2px rgba(24,24,27,.04),0 8px 24px rgba(24,24,27,.075)}.standalone-chat-composer textarea{display:block;width:100%;min-height:50px;max-height:min(380px,46dvh);resize:none;overflow-x:hidden;overflow-y:hidden;padding:2px 4px;border:0;outline:0;background:transparent;color:var(--ui-color-text);font-size:14px;line-height:22px}.standalone-chat-composer textarea::placeholder{color:#a8a8aa}.standalone-chat-composer>textarea:disabled{color:#a8a8aa;cursor:default}.standalone-chat-composer footer{display:flex;min-height:36px;align-items:center;justify-content:flex-end;gap:10px}.standalone-chat-attach{display:grid;width:34px;height:34px;margin-right:auto;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#3f4145;cursor:pointer}.standalone-chat-attach:hover:not(:disabled){background:#f0f0f1}.standalone-chat-attach:disabled{color:#bbbcc0;cursor:default}.standalone-chat-model{display:inline-flex;align-items:center;gap:7px;color:#5f6064;font-size:13px;line-height:20px}.standalone-chat-model.is-checking{color:#8a6918}.standalone-chat-model.is-error{color:#a54c45}.standalone-chat-model button{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:#4c5868;cursor:pointer;font-size:12px}.standalone-chat-send{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:0;border-radius:50%;background:#2c2c2e;color:#fff;cursor:pointer}.standalone-chat-send:hover:not(:disabled){background:#171719}.standalone-chat-send:disabled{background:#d6d7d9;cursor:default}.standalone-chat-drop-overlay{position:fixed;z-index:20;inset:12px;display:grid;place-content:center;justify-items:center;gap:7px;border:1.5px dashed #85878b;border-radius:18px;background:rgba(250,250,251,.94);color:#34363a;pointer-events:none;backdrop-filter:blur(8px)}.standalone-chat-drop-overlay>span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#252527;color:#fff}.standalone-chat-drop-overlay strong{margin-top:4px;font-size:16px;font-weight:600}.standalone-chat-drop-overlay small{color:#777a80;font-size:12px}.standalone-chat-inline-interaction{width:min(620px,100%);margin-top:18px;padding:16px;border:1px solid #e2e2e4;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(24,25,28,.05)}.standalone-chat-inline-heading{display:grid;gap:3px}.standalone-chat-inline-heading>span{color:#81838a;font-size:11px;line-height:17px}.standalone-chat-inline-heading>strong{color:#282a2e;font-size:14px;font-weight:600;line-height:22px}.standalone-chat-inline-heading>p{margin:2px 0 0;color:#65676d;font-size:13px;line-height:20px;overflow-wrap:anywhere}.standalone-chat-inline-fields{display:grid;gap:13px;margin-top:15px}.standalone-chat-inline-fields label{display:grid;gap:6px;color:#3b3d42;font-size:12px;font-weight:500}.standalone-chat-inline-fields :is(input,select,textarea){width:100%;min-width:0;padding:9px 10px;border:1px solid #dfe0e2;border-radius:8px;outline:0;background:#fff;color:#303236;font:inherit;font-size:13px;font-weight:400}.standalone-chat-inline-fields textarea{resize:vertical}.standalone-chat-inline-fields :is(input,select,textarea):focus{border-color:#a4a6ab;box-shadow:0 0 0 3px rgba(60,62,68,.08)}.standalone-chat-inline-safety{display:block;margin-top:14px;color:#8a8c92;font-size:10px;line-height:16px}.standalone-chat-inline-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.standalone-chat-inline-actions button{min-height:34px;padding:0 13px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:550}.standalone-chat-inline-actions .is-secondary{border:1px solid #dedfe1;background:#fff;color:#55575c}.standalone-chat-inline-actions .is-primary{border:1px solid #292a2d;background:#292a2d;color:#fff}.standalone-chat-spin{animation:standalone-chat-spin .8s linear infinite}@keyframes standalone-chat-spin{to{transform:rotate(1turn)}}.standalone-chat-attach:focus-visible,.standalone-chat-inline-interaction button:focus-visible,.standalone-chat-model button:focus-visible,.standalone-chat-process-toggle:focus-visible,.standalone-chat-restore:focus-visible,.standalone-chat-send:focus-visible{outline:2px solid var(--ui-color-focus);outline-offset:2px}@media (max-width:720px){.standalone-chat-conversation{padding:28px 16px;overflow-x:hidden}.standalone-chat-turn.is-user .standalone-chat-turn-content{max-width:92%}.standalone-chat-turn.is-user .standalone-chat-message{padding:9px 12px}.standalone-chat-message{font-size:14px;line-height:1.7}.standalone-chat-message pre{max-width:100%}.standalone-chat-composer{width:calc(100% - 24px);margin-bottom:12px;padding:13px 12px 10px;border-radius:18px}.standalone-chat-attachments li{width:100%;max-width:100%}.standalone-chat-inline-interaction{padding:14px}}.standalone-chat-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.standalone-chat-file-input{display:none}@media (prefers-reduced-motion:reduce){.standalone-chat-spin{animation:none}.standalone-chat-conversation{scroll-behavior:auto}}.standalone-chat-inline-interaction.is-museum-proposal .standalone-chat-inline-actions{flex-wrap:wrap}.standalone-chat-inline-interaction.is-museum-proposal button:disabled{cursor:wait;opacity:.6}.standalone-chat-inline-interaction.is-museum-proposal.is-confirmed{border-color:#cddfd2;background:#fbfdfb}.standalone-chat-inline-interaction.is-museum-proposal.is-rejected{background:#fafafa;box-shadow:none}.museum-proposal-details{display:grid;gap:12px;margin:14px 0}.museum-proposal-details>section{display:grid;gap:8px;padding:12px;border:1px solid #e2e4e8;border-radius:8px;background:#fff}.museum-proposal-details header{display:flex;align-items:center;justify-content:space-between;gap:12px}.museum-proposal-details header strong{font-size:13px}.museum-proposal-details header small,.museum-proposal-indicators small{color:#9a5b13}.museum-proposal-details p{margin:0;color:#373b43;font-size:13px;line-height:1.7;white-space:pre-wrap}.museum-proposal-indicators,.museum-proposal-sources ul{display:grid;gap:6px;margin:0;padding:0;list-style:none}.museum-proposal-indicators li{display:flex;align-items:baseline;gap:8px;font-size:13px}.museum-proposal-sources{display:grid;gap:6px;padding-top:8px;border-top:1px solid #eceef1}.museum-proposal-sources>span{color:#686f7b;font-size:12px}.museum-proposal-sources a{color:#3859a8;font-size:12px;overflow-wrap:anywhere}