.assistant-launch-button{
  position:relative;isolation:isolate;overflow:hidden;
  border-color:#7367ef!important;
  color:#4035ba!important;
  background:linear-gradient(135deg,#f4f1ff,#e9f4ff)!important;
  font-weight:800!important;
}
.assistant-launch-button::before{content:"✦";position:relative;z-index:1;margin-right:6px}
.assistant-launch-button::after{content:"";position:absolute;z-index:0;inset:-70% -35%;opacity:0;transform:translateX(-45%) rotate(18deg);background:linear-gradient(100deg,transparent 38%,#fff8 48%,transparent 58%);pointer-events:none}
.assistant-launch-button:not(:disabled):hover,.assistant-launch-button:focus-visible{border-color:#8d82ff!important;color:#3125ad!important;background:linear-gradient(120deg,#eee9ff,#e2efff,#f2e9ff)!important;box-shadow:0 0 0 1px #8f84ff66,0 0 18px #7367ef45!important}
.assistant-launch-button:not(:disabled):hover::after,.assistant-launch-button:focus-visible::after{opacity:.8;animation:assistant-shimmer .85s ease-out}
@keyframes assistant-shimmer{to{transform:translateX(55%) rotate(18deg)}}
.new-survey-assistant-choice{
  display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 24px;padding:12px 13px;
  border:1px solid color-mix(in srgb,#6558e8 36%,var(--line));border-radius:11px;background:color-mix(in srgb,#6558e8 6%,var(--panel))
}
.new-survey-assistant-copy{display:flex!important;align-items:center;gap:10px;min-width:0}.new-survey-assistant-copy>div{display:grid;gap:2px}
.new-survey-assistant-icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:9px;color:#fff;background:#6558e8;font-size:1rem}
.new-survey-assistant-choice strong{color:#332a9e;font-size:1rem}
.new-survey-assistant-choice .new-survey-assistant-copy>div>span{max-width:440px;color:#596377;font-size:.82rem;line-height:1.35}
.new-survey-assistant-choice button{flex:0 0 auto;border-color:#6558e8;color:#fff;background:#6558e8;font-weight:800}
.survey-assistant-dialog{
  --assistant-body-bg:#fff;
  width:min(900px,calc(100vw - 28px));max-height:calc(100vh - 28px);max-height:calc(100dvh - 28px);margin:auto;padding:0;
  overflow:hidden;border:1px solid #cbd3e3;border-radius:22px;color:#1b2232;background:#fff;
  box-shadow:0 34px 110px #10182b66
}
.survey-assistant-dialog::backdrop{background:#0a1021a8;backdrop-filter:blur(5px)}
.survey-assistant-shell{display:flex;flex-direction:column;max-height:calc(100vh - 28px);max-height:calc(100dvh - 28px)}
.survey-assistant-header{
  display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding:24px 26px 20px;
  border-bottom:1px solid #dde2eb;background:linear-gradient(135deg,#f4f1ff 0,#eef7ff 55%,#f8fbff 100%)
}
.survey-assistant-header h2{margin:4px 0 7px;font-size:1.55rem;line-height:1.15}
.survey-assistant-header p{max-width:680px;margin:0;color:#606a7e;line-height:1.5}
.survey-assistant-kicker,.survey-assistant-proposal-heading>div>span{color:#5548d9;font-size:.72rem;font-weight:900;letter-spacing:.12em}
.survey-assistant-close{flex:0 0 auto;border-color:#c7cfdd;color:#4e596e;background:#ffffff80;transition:border-color .15s,background .15s,color .15s,box-shadow .15s,transform .15s}
.survey-assistant-close:not(:disabled):hover,.survey-assistant-close:focus-visible{border-color:#8e85ee;color:#4438c4;background:#fff;box-shadow:0 0 0 3px #6558e81f;transform:rotate(3deg)}
.survey-assistant-body{min-height:0;padding:22px 26px 25px;overflow:auto;overscroll-behavior:contain}
.survey-assistant-toast{position:sticky;z-index:8;top:0;width:fit-content;max-width:min(520px,100%);margin:0 auto 12px;padding:9px 13px;border:1px solid #9a92ed;border-radius:999px;color:#3428a8;background:#f5f3ff;box-shadow:0 12px 32px #1713462b;font-size:.8rem;font-weight:800;opacity:0;transform:translateY(-6px);transition:opacity .2s,transform .2s}.survey-assistant-toast.visible{opacity:1;transform:none}.survey-assistant-toast[hidden]{display:none}
.survey-assistant-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px}
.survey-assistant-mode{display:inline-flex;margin:0;padding:3px;border:1px solid #d7ddea;border-radius:12px;background:#f2f4f8}
.survey-assistant-mode button{min-height:34px;padding:0 13px;border:0;border-radius:9px;color:#5b6579;background:transparent;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}
.survey-assistant-mode button[aria-pressed="true"]{color:#fff;background:#5548d9;box-shadow:0 4px 12px #5548d933}
.survey-assistant-current{display:grid;gap:7px;margin:-4px 0 18px;padding:11px 13px;border:1px solid #dce1eb;border-radius:11px;background:#f7f8fb}
.survey-assistant-current[hidden]{display:none}.survey-assistant-current>span{color:#5548d9;font-size:.67rem;font-weight:900;letter-spacing:.11em}
.survey-assistant-current>div{display:grid;grid-template-columns:minmax(90px,auto) minmax(0,1fr);gap:10px;align-items:baseline}
.survey-assistant-current strong{color:#697387;font-size:.74rem}.survey-assistant-current div>span{min-width:0;overflow:hidden;color:#2e3850;font-size:.84rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.survey-assistant-conversation{display:grid;gap:24px;margin-bottom:18px}
.survey-assistant-conversation:empty{display:none}
.survey-assistant-message{position:relative;width:fit-content;max-width:85%;padding:11px 15px;border-radius:15px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:0 1px 1px #1118270a;outline:none}
.survey-assistant-message.user{justify-self:end;margin-right:7px;color:#fff;background:#5145cf;border-bottom-right-radius:2px}
.survey-assistant-message.assistant{justify-self:start;margin-left:7px;color:#2e3850;background:#eef1f7;border-bottom-left-radius:2px}
.survey-assistant-message.error{--error-bubble-bg:#fff0f1;--error-bubble-border:#df9da5;justify-self:start;margin-left:7px;color:#8b2430;background:var(--error-bubble-bg);border:1px solid var(--error-bubble-border);border-bottom-left-radius:2px}
.survey-assistant-message.user::after,.survey-assistant-message.assistant::after,.survey-assistant-message.error::after{content:"";position:absolute;bottom:0;width:9px;height:12px;background:inherit}
.survey-assistant-message.user::after{right:-8px;clip-path:polygon(0 0,0 100%,100% 100%)}
.survey-assistant-message.assistant::after{left:-8px;clip-path:polygon(100% 0,0 100%,100% 100%)}
.survey-assistant-message.error::before,.survey-assistant-message.error::after{content:"";position:absolute;clip-path:polygon(100% 0,0 100%,100% 100%)}
.survey-assistant-message.error::before{left:-10px;bottom:-1px;width:11px;height:14px;background:var(--error-bubble-border)}
.survey-assistant-message.error::after{left:-8px;bottom:1px;width:9px;height:11px;background:var(--error-bubble-bg)}
.survey-assistant-message:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,#6558e8 48%,transparent)}
.survey-assistant-message-time{position:absolute;z-index:2;right:0;top:calc(100% + 5px);padding:1px 4px;border-radius:5px;color:#697387;background:transparent;font-size:.64rem;font-variant-numeric:tabular-nums;line-height:1.25;opacity:0;transform:translateY(-2px);pointer-events:none;transition:opacity .12s,transform .12s}
.survey-assistant-message.assistant .survey-assistant-message-time,.survey-assistant-message.error .survey-assistant-message-time{right:auto;left:0}
.survey-assistant-message:hover .survey-assistant-message-time,.survey-assistant-message:focus-visible .survey-assistant-message-time{opacity:1;transform:none}
.survey-assistant-history-button{position:relative;min-height:36px;padding:0 13px 0 34px;color:#5145cf;border-color:#b8b2f3;background:#f6f4ff;font-size:.8rem;font-weight:800;white-space:nowrap}
.survey-assistant-history-button::before{content:"";position:absolute;left:12px;top:50%;width:12px;height:12px;border:2px solid currentColor;border-radius:50%;transform:translateY(-50%)}
.survey-assistant-history-button::after{content:"";position:absolute;left:17px;top:9px;width:2px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-15deg);transform-origin:bottom left}
.survey-assistant-history-button:not(:disabled):hover,.survey-assistant-history-button:focus-visible{border-color:#857bed;color:#4034bd;background:#eeebff;box-shadow:0 0 0 3px #6558e818}
.survey-assistant-history-dialog{width:min(840px,calc(100vw - 28px))}
.survey-assistant-history-dialog .survey-assistant-header{padding-bottom:22px}
.survey-assistant-history-body{padding-top:22px;background:linear-gradient(180deg,color-mix(in srgb,var(--assistant-body-bg) 96%,#6558e8) 0,var(--assistant-body-bg) 110px)}
.survey-assistant-history-list{display:grid;gap:18px}
.survey-assistant-history-undo{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:10px 12px;border:1px solid var(--line);border-radius:9px;color:var(--muted);background:var(--panel)}.survey-assistant-history-undo button{min-height:32px;padding:4px 10px;color:var(--accent)}
.survey-assistant-history-session{overflow:hidden;border:1px solid #d8deea;border-radius:16px;background:#f8f9fc;box-shadow:0 8px 24px #26334d0b}
.survey-assistant-history-session>header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:13px 15px;border-bottom:1px solid #dfe4ed;background:#f1f3f8}
.survey-assistant-history-session>header strong{position:relative;padding-left:18px;color:#29334a}
.survey-assistant-history-session>header strong::before{content:"";position:absolute;left:0;top:50%;width:8px;height:8px;border:3px solid #dcd8ff;border-radius:50%;background:#6558e8;transform:translateY(-50%)}
.survey-assistant-history-session>header time{color:#697387;font-size:.75rem;font-variant-numeric:tabular-nums;white-space:nowrap}
.survey-assistant-history-session>header button{min-height:32px;padding:4px 10px;border-radius:9px}
.survey-assistant-history-source{margin:0;padding:11px 15px 0;color:#697387;font-size:.8rem;overflow-wrap:anywhere}.survey-assistant-history-source strong{color:#273043}
.survey-assistant-history-session>.survey-assistant-conversation{gap:18px;margin:0;padding:15px 16px 17px;background:#fbfcfe}
.survey-assistant-history-session .survey-assistant-message-time{position:static;display:block;margin-top:3px;padding:0;color:inherit;opacity:.62;transform:none}
.survey-assistant-history-session .survey-assistant-message{padding-bottom:8px;box-shadow:none}
.survey-assistant-history-actions{margin-top:20px;padding-top:16px;border-top:1px solid #dfe4ed}
.assistant-replacement-dialog{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;width:min(680px,calc(100vw - 28px));padding:20px}.assistant-replacement-dialog .editor-dialog-actions{grid-column:1/-1;flex-wrap:wrap}
.survey-assistant-mode-suggestion{margin:10px 0 0;padding:12px 14px;border:1px solid #c9c3f4;border-radius:11px;background:#f6f4ff}.survey-assistant-mode-suggestion p{margin:0 0 7px;color:#34305e}.survey-assistant-mode-suggestion div{display:flex;flex-wrap:wrap;gap:8px 16px}.survey-assistant-mode-suggestion .link-button{min-height:0;padding:2px 0;border:0;color:#5145cf;background:transparent;font-weight:800;text-decoration:underline;text-underline-offset:3px}.survey-assistant-mode-suggestion .link-button:hover,.survey-assistant-mode-suggestion .link-button:focus-visible{color:#3428b1;box-shadow:none}
#surveyAssistantForm{display:grid;gap:9px}
#surveyAssistantForm.is-working>label,#surveyAssistantForm.is-working>#surveyAssistantInput,#surveyAssistantForm.is-working>.survey-assistant-form-note,#surveyAssistantForm.is-working>.survey-assistant-privacy{display:none}
#surveyAssistantForm>label{font-weight:800}
#surveyAssistantInput{
  width:100%;min-height:150px;resize:vertical;padding:14px 15px;border:1px solid #aeb8ca;border-radius:13px;
  color:#172035;background:#fff;font:inherit;line-height:1.5
}
#surveyAssistantInput:focus{outline:0;border-color:#6558e8;box-shadow:0 0 0 4px #6558e826}
.survey-assistant-form-note{display:flex;justify-content:space-between;gap:16px;color:#697387;font-size:.78rem;line-height:1.4}
.survey-assistant-form-note span:last-child{flex:0 0 auto;font-variant-numeric:tabular-nums}
.survey-assistant-privacy{margin:3px 0 0;padding:9px 11px;border-left:3px solid #8c83e8;border-radius:4px 9px 9px 4px;color:#59657a;background:#f3f2fb;font-size:.78rem;line-height:1.45}
.survey-assistant-progress{margin:3px 0 0;color:#5145cf;font-size:.82rem;font-weight:750;font-variant-numeric:tabular-nums}
.survey-assistant-error{margin:4px 0 0;padding:10px 12px;border:1px solid #e5a6b0;border-radius:10px;color:#9d2439;background:#fff0f2}
.survey-assistant-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:12px}
.survey-assistant-actions button{min-height:42px;padding:0 15px}
.survey-assistant-actions button.primary{border-color:#5548d9!important;color:#fff!important;background:#5548d9!important;font-weight:800}
.survey-assistant-actions button[disabled]{cursor:not-allowed;opacity:.62}
#surveyAssistantForm.is-working .survey-assistant-actions button[disabled],.survey-assistant-proposal[aria-busy="true"] .survey-assistant-actions button[disabled]{cursor:wait}
.survey-assistant-proposal{display:grid;gap:16px}
.survey-assistant-proposal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.survey-assistant-proposal-heading h3{margin:4px 0 0;font-size:1.3rem}
#surveyAssistantProposalLanguage{padding:5px 9px;border-radius:999px;color:#4136ac;background:#eceaff;font-size:.78rem;font-weight:800}
#surveyAssistantProposalSummary{display:grid;gap:14px}
.survey-assistant-summary-card{padding:17px;border:1px solid #dce1eb;border-radius:14px;background:#f9fafc}
.survey-assistant-summary-card h4{margin:0 0 6px;font-size:1.18rem}
.survey-assistant-summary-card p{margin:0;color:#606a7d;line-height:1.5}
.survey-assistant-summary-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.survey-assistant-summary-meta span{padding:5px 8px;border-radius:999px;color:#4c5670;background:#e9edf4;font-size:.75rem;font-weight:750}
.survey-assistant-question-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.survey-assistant-question-list li{padding:11px 12px;border-left:3px solid #6558e8;border-radius:5px 10px 10px 5px;background:#f1f2f8}
.survey-assistant-question-list strong{display:block;margin-bottom:3px}
.survey-assistant-question-list span{color:#687286;font-size:.82rem}
.survey-assistant-proposal-note{margin:0;color:#626d80;font-size:.84rem}
.survey-assistant-completed{margin:0;padding:9px 11px;border-left:3px solid #27a77a;border-radius:4px 9px 9px 4px;color:#176a50;background:#edf9f4;font-size:.84rem;font-weight:800;font-variant-numeric:tabular-nums}
html[data-editor-mode=dark] .assistant-launch-button{border-color:#8277ff!important;color:#dedaff!important;background:linear-gradient(135deg,#292648,#1d3445)!important}
html[data-editor-mode=dark] .assistant-launch-button:not(:disabled):hover,html[data-editor-mode=dark] .assistant-launch-button:focus-visible{border-color:#a097ff!important;color:#f1efff!important;background:linear-gradient(120deg,#39315f,#243f54,#3a2d58)!important;box-shadow:0 0 0 1px #a096ff66,0 0 20px #8478ff55!important}
html[data-editor-mode=dark] .new-survey-assistant-choice{border-color:#4e4a7b;background:linear-gradient(135deg,#292641,#1c3040)}
html[data-editor-mode=dark] .new-survey-assistant-choice strong{color:#c9c4ff}
html[data-editor-mode=dark] .new-survey-assistant-choice .new-survey-assistant-copy>div>span{color:#b5bfd0}
html[data-editor-mode=dark] .survey-assistant-dialog{--assistant-body-bg:#171e2b;border-color:#404b61;color:#f1f4fa;background:#171e2b}
html[data-editor-mode=dark] .survey-assistant-header{border-color:#3b465a;background:linear-gradient(135deg,#292643,#1c3041 60%,#192432)}
html[data-editor-mode=dark] .survey-assistant-header p{color:#b8c2d3}
html[data-editor-mode=dark] .survey-assistant-toast{border-color:#756be0;color:#eeeaff;background:#292548;box-shadow:0 12px 34px #05071380}
html[data-editor-mode=dark] .survey-assistant-close{border-color:#4b5870;color:#dce3ef;background:#141c29a8}
html[data-editor-mode=dark] .survey-assistant-close:not(:disabled):hover,html[data-editor-mode=dark] .survey-assistant-close:focus-visible{border-color:#8f86f1;color:#fff;background:#2b2a49;box-shadow:0 0 0 3px #8f86f121}
html[data-editor-mode=dark] .survey-assistant-mode{border-color:#3d485d;background:#111824}
html[data-editor-mode=dark] .survey-assistant-mode button{color:#b8c2d3}
html[data-editor-mode=dark] .survey-assistant-mode button[aria-pressed="true"]{color:#fff;background:#6558e8}
html[data-editor-mode=dark] .survey-assistant-current{border-color:#3d485c;background:#1d2635}
html[data-editor-mode=dark] .survey-assistant-current strong{color:#aeb8ca}html[data-editor-mode=dark] .survey-assistant-current div>span{color:#e4e9f2}
html[data-editor-mode=dark] .survey-assistant-message.assistant{color:#e4e9f2;background:#293345}
html[data-editor-mode=dark] .survey-assistant-message.error{--error-bubble-bg:#4b242b;--error-bubble-border:#9d4d59;color:#ffd5d9;background:var(--error-bubble-bg);border-color:var(--error-bubble-border)}
html[data-editor-mode=dark] .survey-assistant-history-button{color:#d7d2ff;border-color:#555080;background:#24233b}
html[data-editor-mode=dark] .survey-assistant-history-button:not(:disabled):hover,html[data-editor-mode=dark] .survey-assistant-history-button:focus-visible{border-color:#8e85ee;color:#fff;background:#302d52;box-shadow:0 0 0 3px #8f86f11f}
html[data-editor-mode=dark] .survey-assistant-history-body{background:linear-gradient(180deg,#1c2433 0,var(--assistant-body-bg) 110px)}
html[data-editor-mode=dark] .survey-assistant-history-session{border-color:#3d485c;background:#1d2635;box-shadow:0 10px 28px #0509142e}
html[data-editor-mode=dark] .survey-assistant-history-session>header{border-color:#3d485c;background:#202a3a}
html[data-editor-mode=dark] .survey-assistant-history-session>header strong{color:#f0f3f9}
html[data-editor-mode=dark] .survey-assistant-history-session>header strong::before{border-color:#4b467c;background:#8c82ff}
html[data-editor-mode=dark] .survey-assistant-history-session>.survey-assistant-conversation{background:#192230}
html[data-editor-mode=dark] .survey-assistant-history-source{color:#aeb8ca}html[data-editor-mode=dark] .survey-assistant-history-source strong{color:#e4e9f2}
html[data-editor-mode=dark] .survey-assistant-history-actions{border-color:#3d485c}
html[data-editor-mode=dark] .survey-assistant-mode-suggestion{border-color:#555080;background:#24233b}html[data-editor-mode=dark] .survey-assistant-mode-suggestion p{color:#e5e2ff}html[data-editor-mode=dark] .survey-assistant-mode-suggestion .link-button{color:#c9c3ff}
html[data-editor-mode=dark] #surveyAssistantInput{border-color:#526078;color:#f3f5fa;background:#111824}
html[data-editor-mode=dark] .survey-assistant-form-note,html[data-editor-mode=dark] .survey-assistant-proposal-note{color:#aeb8ca}
html[data-editor-mode=dark] .survey-assistant-privacy{border-color:#8f86f1;color:#bac3d2;background:#232b3b}
html[data-editor-mode=dark] .survey-assistant-progress{color:#bdb7ff}
html[data-editor-mode=dark] .survey-assistant-summary-card{border-color:#3d485c;background:#1d2635}
html[data-editor-mode=dark] .survey-assistant-summary-card p{color:#b4bece}
html[data-editor-mode=dark] .survey-assistant-summary-meta span{color:#c2cbda;background:#303b4e}
html[data-editor-mode=dark] .survey-assistant-question-list li{background:#252f40}
html[data-editor-mode=dark] .survey-assistant-question-list span{color:#b0bacb}
html[data-editor-mode=dark] .survey-assistant-completed{border-color:#55d7a4;color:#a9efd3;background:#19352e}
@media(max-width:680px){
  .new-survey-assistant-choice{align-items:stretch;flex-direction:column;margin-inline:18px}.new-survey-assistant-choice button{width:100%}
  .survey-assistant-dialog{width:calc(100vw - 14px);max-height:calc(100vh - 14px);max-height:calc(100dvh - 14px);border-radius:16px}
  .survey-assistant-shell{max-height:calc(100vh - 14px);max-height:calc(100dvh - 14px)}.survey-assistant-header{padding:19px 18px 16px}.survey-assistant-body{padding:17px 18px 20px}
  .survey-assistant-header h2{font-size:1.3rem}.survey-assistant-message{max-width:94%}.survey-assistant-form-note{align-items:flex-end;flex-direction:column;gap:3px}
  .survey-assistant-toolbar{align-items:stretch;flex-direction:column}.survey-assistant-mode{width:100%}.survey-assistant-mode button{flex:1}.survey-assistant-history-button{width:100%}.survey-assistant-history-session>header{grid-template-columns:1fr auto}.survey-assistant-history-session>header time{grid-row:2}.survey-assistant-history-session>header button{grid-column:2;grid-row:1/3}
  .survey-assistant-actions{align-items:stretch;flex-direction:column-reverse}.survey-assistant-actions button{width:100%}
  .survey-assistant-proposal-heading{align-items:flex-start;flex-direction:column}.survey-assistant-question-list li{padding:10px}
}
@media(prefers-reduced-motion:reduce){.assistant-launch-button::after{display:none}.assistant-launch-button{transition:none!important}}
