.creation-chat{display:flex;height:100dvh;min-height:0;background:#fff;color:#292532;font-size:14px;isolation:isolate}.chat-history{width:240px;flex-direction:column;min-height:0;background:#f3f0f7;border-right:1px solid #eae4f0;padding:0 14px 20px}.chat-history,.chat-new{flex-shrink:0;display:flex}.chat-new{align-items:center;justify-content:center;gap:8px;width:100%;min-height:40px;border:1px solid #e6deef;background:#fff;color:#6f43b4;border-radius:12px;padding:9px 12px;font-weight:600;margin-bottom:24px;box-shadow:0 2px 6px #30204604;transition:background .15s,border-color .15s}.chat-group-label{font-size:11px;font-weight:500;color:#82788e;margin:20px 12px 8px}.chat-history-item{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:left;padding:11px 12px;border:1px solid transparent;border-radius:12px;margin-bottom:4px;color:#655b70;font-size:13px;transition:background .15s,color .15s,border-color .15s}.chat-history-item.selected,.chat-history-item:hover{background:#f0eaf7;color:#6f43b4}.chat-main{min-width:0;min-height:0;flex:1;display:flex;flex-direction:column;background:#fff}.chat-history-motion{width:240px;min-height:0;flex-shrink:0;overflow:hidden;visibility:visible;transition:width .24s cubic-bezier(.22,1,.36,1),visibility 0s}.chat-history-motion>.chat-history{height:100%;transition:opacity .16s ease,transform .24s cubic-bezier(.22,1,.36,1)}.chat-history-motion.is-collapsed{width:0;visibility:hidden;pointer-events:none;transition:width .24s cubic-bezier(.22,1,.36,1),visibility 0s .24s}.chat-history-motion.is-collapsed>.chat-history{opacity:0;transform:translateX(-12px)}.chat-titlebar{height:64px;flex-shrink:0;display:flex;align-items:center;gap:10px;padding:0 24px;border-bottom:1px solid #f1edf5;color:#65576f;font-size:13px;font-weight:500}.chat-titlebar span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-history-heading{height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-route{display:flex;align-items:center;gap:9px;min-width:0;padding:8px 6px;font-weight:600;color:#453650;border-radius:8px}.chat-route span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-route:hover{color:#6f43b4}.chat-route:focus-visible{outline:2px solid #9c78ca;outline-offset:3px}.chat-history-content{--history-scroll-thumb:transparent;flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--history-scroll-thumb) transparent}.chat-history-content:has(:focus-visible),.chat-history-content[data-scrolling=true]{--history-scroll-thumb:rgba(126,105,149,.22)}.chat-history-content::-webkit-scrollbar{width:5px}.chat-history-content::-webkit-scrollbar-track{background:transparent}.chat-history-content::-webkit-scrollbar-thumb{background:var(--history-scroll-thumb);background-clip:padding-box;border:1px solid transparent;border-radius:999px;min-height:36px}.chat-history-content::-webkit-scrollbar-thumb:hover{background-color:rgba(126,105,149,.32)}.chat-history-content::-webkit-scrollbar-button{display:none;width:0;height:0}@supports selector(::-webkit-scrollbar){.chat-history-content{scrollbar-width:auto;scrollbar-color:auto}}@media(forced-colors:active){.chat-history-content{scrollbar-color:auto}.chat-history-content::-webkit-scrollbar-thumb{background:ButtonText}}.chat-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:#93849f;flex-shrink:0}.chat-icon:hover{background:#eee8f5;color:#6f43b4}.chat-body{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.chat-body.is-empty{overflow-y:auto;justify-content:flex-start;padding-block:clamp(24px,12dvh,128px) 24px;scrollbar-gutter:stable both-edges;overflow-anchor:none}.chat-welcome{text-align:center;width:100%;max-width:828px;margin:0 auto;padding:24px 24px 0;flex-shrink:0}.chat-welcome h1{font-size:clamp(24px,2vw,30px);letter-spacing:-.6px;line-height:1.45;margin:0}.chat-welcome p{color:#8a8095;margin:12px auto 0;max-width:560px;text-wrap:pretty}.chat-compose-area{width:calc(100% - 48px);max-width:1040px;margin:0 auto;padding:12px 0 20px;flex-shrink:0;position:relative}.chat-composer{border:1px solid #e5deed;border-radius:20px;background:#fff;box-shadow:0 6px 24px #30204605,0 1px 3px #30204603;padding:14px 18px 10px;transition:border-color .15s,box-shadow .15s}.chat-composer:focus-within{border-color:#bca1de;box-shadow:0 0 0 3px #8a5fc008}.chat-composer textarea{display:block;width:100%;resize:none;outline:none;height:48px;min-height:48px;max-height:140px;overflow-y:auto;background:transparent;border:0;font-size:14px;padding:2px 0;line-height:1.6;color:#39303f}.chat-composer textarea::-moz-placeholder{color:#94899f}.chat-composer textarea::placeholder{color:#94899f}.chat-toolbar{justify-content:space-between;margin-top:6px}.chat-send,.chat-toolbar{display:flex;align-items:center}.chat-send{justify-content:center;border-radius:50%;height:36px;width:36px;flex-shrink:0;background:#7a4ed0;color:#fff}.chat-send:disabled{opacity:.4}.chat-shortcuts{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding-top:12px}.chat-shortcuts button{display:flex;align-items:center;gap:6px;border:1px solid #eee9f3;border-radius:10px;background:#faf9fc;padding:7px 10px;color:#82738f;line-height:1.5;transition:background .15s,border-color .15s,color .15s}.chat-shortcuts button.active,.chat-shortcuts button:hover{color:#6f43b4;background:#f0eaf7;border-color:#d9c9eb}.chat-mode-title{justify-content:space-between;font-weight:600;margin-bottom:9px}.chat-mode-title,.chat-source{display:flex;align-items:center}.chat-source{gap:9px;border-radius:10px;border:1px solid #e4d6f7;background:#faf6ff;padding:8px 10px;color:#9874bc;max-width:640px;margin-bottom:8px}.chat-source input{flex:1;min-width:0;background:transparent;outline:0;color:#6b4b84}.chat-source button{font-size:12px;white-space:nowrap}.chat-feed{overflow-y:auto;flex:1;min-height:0;padding:26px max(24px,calc((100% - 1040px)/2));scrollbar-width:thin;scrollbar-color:#ded7e7 transparent}.chat-message{margin:0 0 26px;line-height:1.8}.chat-message.user{margin-left:auto;max-width:75%;width:-moz-fit-content;width:fit-content;border-radius:16px 16px 4px 16px;background:#f5f1fa;padding:12px 17px}.chat-message-text{white-space:pre-wrap;overflow-wrap:anywhere}.chat-reasoning{border-left:2px solid #e3dbed;padding-left:14px;color:#968b9f;font-size:12px;margin-bottom:10px}.chat-reasoning summary{display:flex;align-items:center;gap:6px;cursor:pointer;list-style:none}.chat-reasoning div{white-space:pre-wrap;max-height:240px;overflow:auto}.chat-status{display:flex;align-items:center;gap:8px;color:#968b9f;font-size:12px;padding:10px 0}.chat-plan{margin-top:16px;border:1px solid #e8e0ef;border-radius:18px;padding:20px;background:#fff}.chat-plan-heading{display:flex;align-items:center;gap:8px}.chat-plan-heading>span{margin-left:auto;font-size:11px;color:#a094ac}.chat-plan-input{font-size:12px;max-height:160px;overflow:auto;color:#8b7c94;background:#faf8fc;padding:12px;border-radius:10px;margin:14px 0;overflow-wrap:anywhere}.chat-plan-meta{display:flex;justify-content:space-between;color:#7e648f;font-size:12px}.chat-caption{font-size:11px;color:#a49bad;margin:10px 0}.chat-confirm{background:#7a4ed0;color:#fff;padding:7px 18px;border-radius:12px}.chat-confirm:disabled{opacity:.4}.chat-version{display:flex;gap:5px;align-items:center;color:#a79aaf;font-size:11px;margin:10px 0}.chat-result{white-space:pre-wrap;overflow-wrap:anywhere;max-height:600px;overflow:auto}.chat-text-button{font-size:12px;color:#7a4ed0;margin:12px 16px 0 0}.chat-error{font-size:12px;color:#b34160;margin:8px 0}.chat-picker{width:100%;border-collapse:collapse}.chat-picker td{padding:12px 6px;border-bottom:1px solid #eee}.chat-picker td button{color:#7a4ed0;white-space:nowrap}.chat-picker-pages{display:flex;justify-content:flex-end;gap:20px;margin-top:20px}.chat-picker-pages button:disabled{opacity:.3}.chat-attachments{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.chat-attachments>span{display:inline-flex;gap:8px;align-items:center;border:1px solid #eadff5;border-radius:8px;padding:5px 8px;font-size:12px;color:#876c9f}.chat-toolbar>.chat-text-button{margin:0 auto 0 8px}.chat-new:hover:not(:disabled){background:#f4eefb;border-color:#d5c5e9}.chat-history-item:disabled,.chat-new:disabled{cursor:not-allowed;opacity:.55}.chat-history-item.selected{border-color:#e1d4ef;font-weight:600}.chat-history-row{position:relative}.chat-history-row .chat-history-item{padding-right:38px}.chat-history-delete{position:absolute;right:6px;top:7px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;color:#918499;opacity:0;pointer-events:none;transition:opacity .15s,background .15s}.chat-history-row:focus-within .chat-history-delete,.chat-history-row:hover .chat-history-delete{opacity:1;pointer-events:auto}.chat-history-delete:hover{background:#fbe9ed;color:#c44159}.chat-history-delete:disabled{cursor:not-allowed;opacity:.4}.chat-history-delete:focus-visible{outline:2px solid #8a5fc0;outline-offset:2px}@media(hover:none){.chat-history-delete{opacity:1;pointer-events:auto}}.creation-chat button:focus-visible{outline:2px solid #9c78ca;outline-offset:3px}@media (max-width:900px){.chat-history{width:210px;padding-right:12px;padding-left:12px}.chat-compose-area{width:calc(100% - 40px)}.chat-feed{padding:24px 20px}}@media (max-width:767px){.chat-compose-area{padding-bottom:76px}}@media (max-width:640px){.creation-chat{flex-direction:column;min-height:0}.chat-history{width:100%;max-height:200px;border-right:0;border-bottom:1px solid #e8e1ee;padding:0 16px 12px}.chat-history-heading{height:52px}.chat-titlebar{height:52px;padding:0 16px}.chat-new{margin-bottom:8px}.chat-group-label{margin-top:12px}.chat-main{min-height:0}.chat-welcome{padding:16px 16px 0}.chat-welcome p{font-size:13px}.chat-compose-area{width:calc(100% - 32px);padding-bottom:76px}.chat-composer{padding:12px 14px 10px}.chat-shortcuts{gap:6px}.chat-shortcuts button{font-size:12px;padding:7px 8px}.chat-feed{padding:20px 16px}.chat-message.user{max-width:90%}}@media (prefers-reduced-motion:reduce){.chat-composer,.chat-history-item,.chat-new,.chat-shortcuts button{transition:none}}.chat-product-token{display:flex;align-items:center;min-width:0;width:260px;max-width:100%;height:28px;min-height:28px;border:1px solid #ddc9f1;border-radius:9px;background:#f8f3fc;color:#8753b5;transition:border-color .15s,box-shadow .15s}.chat-product-token:focus-within{border-color:#b58bd5;box-shadow:0 0 0 3px #9c78ca0d}.chat-product-token.has-product{background:#f1e9f9;border-color:#d2b9e8}.chat-product-label{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex-shrink:0;align-self:stretch;padding:0 8px;font-size:12px;font-weight:600;border-radius:9px 0 0 9px}.chat-product-label:hover:not(:disabled){background:#ede2f6}.chat-product-input,.chat-product-value{flex:1;min-width:0;width:0;border:0;border-left:1px solid #e2d1ef;background:transparent;padding:0 8px;color:#6f43a0;font-size:12px;line-height:18px;text-align:left}.chat-product-input{outline:none}.chat-product-input::-moz-placeholder{color:#a48ab9}.chat-product-input::placeholder{color:#a48ab9}.chat-product-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-product-value:hover:not(:disabled){color:#583087}.chat-product-remove{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin-right:1px;border-radius:7px;color:#a087b3}.chat-product-remove:hover:not(:disabled){background:#eadcf4;color:#6f43a0}.chat-product-input:disabled,.chat-product-token button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:640px){.chat-product-prompt{gap:8px}.chat-product-token{width:100%}}@media (prefers-reduced-motion:reduce){.chat-product-token{transition:none}}.chat-message.user:has(.chat-product-card){width:min(440px,85%);max-width:85%;padding:12px;border-radius:14px;font-size:13px;line-height:1.6;background:#f5f5f6}.chat-product-card{display:flex;align-items:center;gap:10px;margin-top:10px;padding:9px;border:1px solid #e8e7eb;border-radius:11px;color:inherit;text-decoration:none;background:hsla(0,0%,100%,.45);transition:border-color .15s,background .15s;min-width:0}.chat-product-card:hover{border-color:#cbb8e7;background:#fff}.chat-product-card:focus-visible{outline:2px solid #8050cc;outline-offset:3px}.chat-product-thumbnail{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;background:#eeedf1;color:#9d91ac}.chat-product-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chat-product-details{display:flex;flex:1;min-width:0;flex-direction:column;gap:2px;line-height:1.4}.chat-product-platform{display:flex;align-items:center;gap:5px;font-size:11px;color:#89858f}.chat-product-details strong{font-size:13px;font-weight:600}.chat-product-description,.chat-product-details strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-product-description{font-size:11px;color:#817b88}.chat-product-external{flex-shrink:0;color:#a396b3}.chat-plan>.chat-product-card{max-width:440px;margin-bottom:10px}@media(max-width:640px){.chat-message.user:has(.chat-product-card){width:min(440px,100%);max-width:100%;padding:10px}.chat-product-card{padding:8px;gap:8px}.chat-product-thumbnail{width:48px;height:48px}.chat-product-external{display:none}}.chat-insights{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;margin:16px 0}.chat-insights-overview{font-size:13px;line-height:1.65;color:#655b70;margin:0 0 16px}.chat-insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.chat-insights-groups{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1023px){.chat-insights-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}.chat-insights h4{font-size:12px;font-weight:600;color:#65576f;margin:0 0 8px}.chat-insights ul{margin:0;padding-left:16px;font-size:12px;line-height:1.7;color:#756b80;overflow-wrap:anywhere}.chat-insights li+li{margin-top:4px}.chat-insights-muted,.chat-three-view-empty{font-size:12px;color:#9b91a5}.chat-insights-visual{border-left:1px solid #eee9f3;padding-left:20px}.chat-three-view{display:block;width:100%;border:1px solid #eae4f0;border-radius:12px;padding:8px;background:#faf9fc;overflow:hidden}.chat-three-view img{width:100%;height:132px;-o-object-fit:contain;object-fit:contain}.chat-three-view span{display:block;font-size:11px;color:#8a719f;margin-top:6px}.chat-three-view:hover{border-color:#bfa4df}.chat-three-view-empty{padding:20px 10px;background:#faf9fc;border-radius:12px;text-align:center}@media(max-width:767px){.chat-insights{grid-template-columns:1fr;gap:18px}.chat-insights-visual{border-left:0;padding-left:0;max-width:260px}}@media(max-width:480px){.chat-insights-grid{grid-template-columns:1fr}}.chat-question{margin-top:18px;max-width:700px;padding:16px;border:1px solid #e6dfed;border-radius:16px;background:#fff}.chat-question header{display:flex;justify-content:space-between;gap:16px;padding:12px;border-radius:10px;background:#f7f5f9;font-size:13px}.chat-question header span,.chat-question-hint{color:#968b9f;font-size:12px}.chat-question-hint{margin:10px 0}.chat-question-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.chat-question-options button{border:1px solid #e8e1ee;border-radius:10px;padding:10px 12px;text-align:left;font-size:13px}.chat-question-options button[aria-pressed=true]{background:#f4eefc;border-color:#aa87d9;color:#7444b9}.chat-question textarea{width:100%;resize:vertical;min-height:64px;border:1px solid #e8e1ee;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.6}.chat-question footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.chat-question-summary{font-size:13px;color:#756483;margin:12px 0}.chat-question button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.chat-question-options{grid-template-columns:1fr}}.chat-product-ready{margin-top:12px;font-size:12px;color:#82768e}.chat-product-ready-label{display:flex;align-items:center;gap:7px}.chat-product-ready-label svg{color:#729487}.chat-product-details-toggle{margin-top:6px}.chat-product-details-toggle>summary{width:-moz-fit-content;width:fit-content;cursor:pointer;color:#8a709e;font-size:12px;padding:4px 0}.chat-product-details-toggle>summary:focus-visible{outline:2px solid #9c78ca;outline-offset:3px;border-radius:4px}.chat-product-details-toggle[open]{padding-bottom:8px;border-bottom:1px solid #eee9f3}.chat-composer[hidden]{display:none}.chat-compose-area>.chat-question{width:100%;max-width:none;margin:0;max-height:55vh;max-height:55dvh;overflow-y:auto;scrollbar-width:thin}.chat-compose-area.is-answering{padding-top:8px}.chat-product-preparation{display:flex;align-items:flex-start;gap:9px;margin:12px 0;padding:12px 14px;border-left:2px solid #e3dbed;color:#88759b;font-size:12px;line-height:1.6}.chat-product-preparation>svg{margin-top:2px;flex-shrink:0}.chat-product-preparation p{margin:3px 0 0;color:#aaa0b3;font-size:11px}@media(prefers-reduced-motion:reduce){.chat-product-preparation .animate-spin{animation:none}}.chat-inline-editor{min-height:48px;max-height:180px;overflow-y:auto;outline:none;font-size:14px;line-height:32px;color:#453650;white-space:pre-wrap;overflow-wrap:anywhere;padding:2px 0 8px}.chat-inline-editor p{margin:0}.chat-inline-editor .node-productToken{display:inline-block;vertical-align:middle;max-width:100%;line-height:0}.chat-inline-token{display:flex;margin:0 5px;max-width:100%;white-space:normal;line-height:18px}.chat-inline-token .chat-product-token{display:flex}.chat-inline-token.ProseMirror-selectednode .chat-product-token{outline:2px solid #ab85d3;outline-offset:2px}.chat-welcome{padding-top:20px}.chat-welcome h1{font-size:clamp(25px,2.2vw,32px);font-weight:600;line-height:1.35;letter-spacing:-.8px;color:#30273c}.chat-welcome p{max-width:520px;margin-top:14px;color:#9b91a5;font-size:13px;line-height:1.8}.chat-body.is-empty .chat-composer{border-color:#e5ddee;box-shadow:0 10px 36px #49345d08,0 2px 6px #49345d04;border-radius:22px}.chat-body.is-empty .chat-composer:focus-within{border-color:#ba9edb;box-shadow:0 10px 36px #49345d08,0 0 0 3px #9c78ca08}.chat-shortcuts{gap:10px;padding-top:16px}.chat-shortcuts button{padding:10px 13px;border-radius:12px;background:#fff;border-color:#eee9f3;color:#8d7c9d;font-size:12px}.chat-shortcuts button svg{width:13px;height:13px;color:#a795b7}.chat-editor-container{position:relative}.chat-editor-container[data-placeholder]:before{content:attr(data-placeholder);position:absolute;top:2px;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;color:#a198ad;font-size:14px;line-height:32px}@media(max-width:640px){.chat-welcome{padding-top:12px}.chat-shortcuts{gap:6px}.chat-shortcuts button{padding:8px;font-size:11px}}@media(max-width:900px) and (min-width:641px){.chat-history-motion{width:210px}.chat-history-motion.is-collapsed{width:0}}@media(max-width:640px){.chat-history-motion{width:100%;height:200px;transition:height .24s cubic-bezier(.22,1,.36,1),visibility 0s}.chat-history-motion>.chat-history{height:200px}.chat-history-motion.is-collapsed{width:100%;height:0;transition:height .24s cubic-bezier(.22,1,.36,1),visibility 0s .24s}.chat-history-motion.is-collapsed>.chat-history{transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.chat-history-motion,.chat-history-motion.is-collapsed,.chat-history-motion>.chat-history{transition:none}}.chat-creation-scenes{display:flex;align-items:center;justify-content:center;isolation:isolate;max-width:550px;height:182px;margin:28px auto -72px;pointer-events:none}.chat-creation-scenes img{flex-shrink:0;width:172px;height:128px;-o-object-fit:cover;object-fit:cover;border:2px solid #fff;border-radius:18px;box-shadow:0 8px 24px #49345d0d}.chat-creation-scenes img:first-child{transform:translate(24px,12px) rotate(-9deg);-o-object-position:46% 60%;object-position:46% 60%}.chat-creation-scenes img:nth-child(2){z-index:1;width:222px;height:158px;border-radius:22px;transform:translateY(-7px);box-shadow:0 12px 30px #49345d16;-o-object-position:50% 50%;object-position:50% 50%}.chat-creation-scenes img:last-child{transform:translate(-24px,12px) rotate(9deg);-o-object-position:55% 50%;object-position:55% 50%}.chat-body.is-empty .chat-compose-area{z-index:2}.chat-body.is-empty .chat-composer{background:hsla(0,0%,100%,.95);border-color:rgba(218,207,231,.8);box-shadow:0 12px 40px #49345d09,inset 0 1px 0 #ffffffd9}@supports ((backdrop-filter:blur(16px)) or (-webkit-backdrop-filter:blur(16px))){.chat-body.is-empty .chat-composer{background:hsla(0,0%,100%,.78);backdrop-filter:blur(16px) saturate(110%);-webkit-backdrop-filter:blur(16px) saturate(110%)}}@media(max-width:640px){.chat-creation-scenes{height:138px;max-width:310px;margin:22px auto -54px}.chat-creation-scenes img{width:102px;height:84px;border-radius:13px}.chat-creation-scenes img:nth-child(2){width:148px;height:112px;border-radius:16px}.chat-creation-scenes img:first-child{transform:translate(17px,9px) rotate(-8deg)}.chat-creation-scenes img:last-child{transform:translate(-17px,9px) rotate(8deg)}}@media(prefers-reduced-transparency:reduce){.chat-body.is-empty .chat-composer{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}}.chat-source-token{width:320px;height:auto;min-height:28px}.chat-composer textarea.chat-inline-source{flex:1;min-width:0;width:0;height:18px;min-height:18px;max-height:90px;resize:none;border:0;border-left:1px solid #e2d1ef;border-radius:0;background:transparent;padding:0 8px;font-size:12px;line-height:18px;color:#6f43a0;overflow-y:auto;margin:4px 0}.chat-composer textarea.chat-inline-source::-moz-placeholder{color:#a48ab9}.chat-composer textarea.chat-inline-source::placeholder{color:#a48ab9}.chat-source-token>.chat-product-label{align-items:center}@media(max-width:480px){.chat-source-token{width:260px}}.chat-body.is-picking-material,.chat-body.is-picking-material .chat-feed{overflow:hidden}.chat-material-panel{position:fixed;z-index:100;transform-origin:bottom center;animation:chat-material-enter .2s ease-out both}.chat-material-panel.is-closing{pointer-events:none;animation:chat-material-leave .2s ease-in both}@keyframes chat-material-enter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chat-material-leave{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.985)}}@media(prefers-reduced-motion:reduce){.chat-material-panel,.chat-material-panel.is-closing{animation-duration:1ms}}.chat-material-thumbnails{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 12px}.chat-material-thumbnail{position:relative;width:58px;height:58px;flex-shrink:0}.chat-material-thumbnail-preview{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;border:1px solid #e6e1eb;border-radius:12px;background:#fff;color:#8d7a9b}.chat-material-thumbnail-preview>img,.chat-material-thumbnail-preview>video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chat-material-thumbnail-remove{position:absolute;right:-3px;top:-3px;display:grid;place-items:center;width:22px;height:22px;border:1px solid #e6e1eb;border-radius:50%;background:#fff;color:#39303f;box-shadow:0 2px 5px #30204614}.chat-material-thumbnail-remove:disabled{opacity:.4}.chat-material-play{position:absolute;left:21px;top:21px;color:#fff;filter:drop-shadow(0 1px 2px #000)}.chat-material-preview-popover .ant-popover-inner{padding:0;overflow:hidden;border:1px solid #eee;border-radius:16px}.chat-material-preview{display:flex;align-items:center;justify-content:center;background:#fff;width:-moz-max-content;width:max-content;max-width:min(360px,calc(100vw - 32px))}.chat-material-preview>img,.chat-material-preview>video{display:block;width:auto;height:auto;max-width:min(360px,calc(100vw - 32px));max-height:min(360px,55dvh);-o-object-fit:contain;object-fit:contain}.chat-material-product-badge{position:absolute;left:3px;bottom:3px;display:grid;place-items:center;width:20px;height:20px;border:1px solid #e6e1eb;border-radius:6px;background:hsla(0,0%,100%,.95);color:#6f43a0;pointer-events:none;box-shadow:0 1px 4px #30204614}.chat-script-thumbnail{position:relative;align-items:flex-start;justify-content:flex-start;padding:6px 7px 23px;background:#faf8fd;color:#675574}.chat-script-thumbnail-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;font-size:10px;font-weight:500;line-height:13px;text-align:left}.chat-script-thumbnail-icon{position:absolute;left:6px;bottom:5px;display:flex;color:#8d7a9b}.chat-composer[data-material-anchored=true]{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ded7e7 transparent}.chat-turn-progress{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;margin-bottom:12px;font-size:12px;color:#756483}.chat-turn-state{display:flex;align-items:center;gap:7px}.chat-turn-time{font-variant-numeric:tabular-nums;color:#81758d}.chat-turn-progress p{flex-basis:100%;margin:0;padding-left:21px;line-height:1.7;color:#756483}.chat-turn-progress.is-completed .chat-turn-state{color:#47765b}.chat-turn-progress.is-failed .chat-turn-state{color:#b23f4a}.chat-turn-progress.is-confirm .chat-turn-state,.chat-turn-progress.is-waiting .chat-turn-state{color:#7444b9}.chat-reasoning{color:#756483}.chat-reasoning summary{padding:4px 0}.chat-reasoning summary svg{transition:transform .15s;transform:rotate(-90deg)}.chat-reasoning[open] summary svg{transform:rotate(0)}.chat-reasoning div{padding:4px 0;line-height:1.6;overscroll-behavior:contain}.chat-reasoning-paragraph{display:block}.chat-reasoning-paragraph+.chat-reasoning-paragraph{margin-top:8px}.chat-question-paused{justify-content:space-between;gap:12px;margin-bottom:10px;color:#756483}.chat-jump-latest,.chat-question-paused{display:flex;align-items:center;font-size:12px}.chat-jump-latest{align-self:center;gap:6px;padding:8px 14px;border:1px solid #e6dfed;border-radius:20px;background:#fff;color:#7444b9;box-shadow:0 2px 8px #30204608}.chat-jump-latest:focus-visible,.chat-question button:focus-visible,.chat-reasoning summary:focus-visible{outline:2px solid #8a5fc0;outline-offset:3px}@media(prefers-reduced-motion:reduce){.chat-turn-progress .animate-spin{animation:none}.chat-reasoning summary svg{transition:none}}.chat-compose-area>.chat-question-compact{max-width:640px;margin:0 auto;padding:12px 14px;border-radius:16px;max-height:40dvh}.chat-question-compact header{padding:8px 10px;background:#f7f5f9}.chat-question-compact .chat-question-hint{margin:8px 0;line-height:1.5}.chat-question-compact .chat-question-options{margin:8px 0;gap:6px}.chat-question-compact .chat-question-options button{padding:7px 10px}.chat-question-compact footer{margin-top:8px;gap:8px}.chat-duration-field,.chat-question-compact footer>div{display:flex;align-items:center;gap:8px}.chat-duration-field{flex-wrap:wrap;margin:12px 0;font-size:13px}.chat-duration-field input{width:120px;border:1px solid #e0d7e9;border-radius:10px;padding:8px 10px;background:#fff}.chat-duration-field input:focus-visible{outline:2px solid #8a5fc0;outline-offset:2px}.chat-guided-confirmation{max-width:620px}.chat-guided-choices{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.chat-guided-choices span{padding:4px 8px;border-radius:8px;background:#f7f5f9;font-size:12px;color:#665374}.chat-guided-confirmation footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px}.chat-script-card{white-space:normal;border:1px solid #e7e1ec;border-radius:16px;background:#fff;overflow:hidden}.chat-script-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#faf9fc;font-size:14px}.chat-script-card>header span{flex-shrink:0;font-size:12px;color:#756483}.chat-script-scene{padding:16px;border-top:1px solid #eee9f2}.chat-script-scene h4{margin:0 0 10px;font-size:12px;font-weight:600;color:#756483}.chat-script-scene p{margin:5px 0;font-size:14px;line-height:2;white-space:pre-wrap;overflow-wrap:anywhere}.chat-script-reference{display:inline-flex;vertical-align:middle;align-items:center;gap:6px;padding:2px 7px;margin:0 4px;border:1px solid #dddfe6;border-radius:10px;background:#f7f8fa;font-size:12px;font-weight:600;line-height:24px;white-space:nowrap}.chat-script-reference img{border-radius:5px;-o-object-fit:contain;object-fit:contain;background:#fff;width:24px;height:28px}.chat-script-reference:focus-visible{outline:2px solid #8a5fc0;outline-offset:2px}@media(max-width:480px){.chat-question-compact .chat-question-options{grid-template-columns:repeat(2,minmax(0,1fr))}.chat-script-scene{padding:12px}.chat-guided-confirmation footer{flex-wrap:wrap}}.chat-script-card>div{padding:12px}.chat-script-voiceover{padding:18px 12px;white-space:pre-wrap;font-size:14px;line-height:2}.chat-body .chat-composer[data-disabled=true]{background:#f3f3f5;border-color:#e2e2e7;box-shadow:none;cursor:not-allowed}.chat-composer[data-disabled=true] .chat-inline-editor,.chat-composer[data-disabled=true] input,.chat-composer[data-disabled=true] textarea{color:#96949d;cursor:not-allowed}.chat-composer[data-disabled=true] .chat-editor-container[data-placeholder]:before{color:#a5a3ac}.chat-composer[data-disabled=true] button:disabled{color:#aaa7b1;cursor:not-allowed}.chat-guided-confirmation,.chat-product-ready,.chat-question-compact{animation:chat-content-reveal .25s ease-out}@keyframes chat-content-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.chat-guided-confirmation,.chat-product-ready,.chat-question-compact{animation:none}}.chat-compose-area.is-answering{padding:0;background:transparent}.chat-inline-question{background:transparent}.chat-inline-question:empty{display:none}.chat-inline-question>.chat-question-compact{width:100%;max-width:640px;margin:20px auto 0;padding:12px 14px;border-radius:16px;box-sizing:border-box}.chat-feed{overflow-anchor:none}.chat-feed-content{display:flow-root;min-width:0}