.bombyx-assistant{--bombyx-assistant-accent:#0e756b;--bombyx-assistant-accent-text:#ffffff;--bombyx-assistant-background:#ffffff;--bombyx-assistant-text:#111827;--bombyx-assistant-radius:16px;--bombyx-assistant-launcher-font-size:14px;--bombyx-assistant-launcher-padding-y:13px;--bombyx-assistant-launcher-padding-x:18px;--bombyx-assistant-inline-max-width:840px;--bombyx-assistant-inline-padding:0px;--bombyx-assistant-inline-min-height:0px;--bombyx-assistant-sidecar-width:clamp(420px, 32vw, 560px);--bombyx-assistant-fullscreen-page-max-width:768px;--bombyx-assistant-floating-top:16px;--bombyx-assistant-floating-right:16px;--bombyx-assistant-viewport-height:100vh}.bombyx-assistant-frame-body{--bombyx-assistant-viewport-height:100vh}@supports (height:100svh){.bombyx-assistant,.bombyx-assistant-frame-body{--bombyx-assistant-viewport-height:100svh}}@supports (height:100dvh){.bombyx-assistant,.bombyx-assistant-frame-body{--bombyx-assistant-viewport-height:100dvh}}.bombyx-assistant-frame-body{height:var(--bombyx-assistant-viewport-height,100vh);margin:0;overflow:hidden;background:#fff}.bombyx-assistant--inline{display:flex;flex-direction:column;align-items:center;width:100%;max-width:none;margin:24px 0;padding:var(--bombyx-assistant-inline-padding);box-sizing:border-box}.bombyx-assistant__launcher{position:fixed;right:20px;bottom:20px;z-index:2147483647;border:0;border-radius:999px;background:var(--bombyx-assistant-accent);color:var(--bombyx-assistant-accent-text);padding:var(--bombyx-assistant-launcher-padding-y) var(--bombyx-assistant-launcher-padding-x);font:600 var(--bombyx-assistant-launcher-font-size)/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 10px 30px rgb(15 23 42 / .25);cursor:pointer;transition:opacity .18s ease,transform .18s ease;transform-origin:bottom right}.bombyx-assistant--initializing .bombyx-assistant__launcher,.bombyx-assistant--initializing .bombyx-assistant__panel{transition:none!important;animation:none!important}.bombyx-assistant:not(.bombyx-assistant--inline).bombyx-assistant--open .bombyx-assistant__launcher{opacity:0;pointer-events:none;transform:translateY(8px) scale(.92)}.bombyx-assistant__panel{position:fixed;right:20px;bottom:20px;width:clamp(400px, 32vw, 460px);height:min(680px, calc(var(--bombyx-assistant-viewport-height, 100vh) - 40px));max-height:calc(var(--bombyx-assistant-viewport-height, 100vh) - 40px);z-index:2147483647;display:flex;flex-direction:column;min-height:0;overflow:hidden;border:1px solid #d1d5db;border-radius:var(--bombyx-assistant-radius);background:var(--bombyx-assistant-background);box-shadow:0 20px 50px rgb(15 23 42 / .25);color:var(--bombyx-assistant-text);font:14px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.bombyx-assistant[data-window-mode="compact"] .bombyx-assistant__panel{width:min(380px, calc(100vw - 32px));height:min(560px, calc(var(--bombyx-assistant-viewport-height, 100vh) - 40px))}.bombyx-assistant[data-window-mode="comfortable"] .bombyx-assistant__panel{width:clamp(400px, 32vw, 460px);height:min(680px, calc(var(--bombyx-assistant-viewport-height, 100vh) - 40px))}.bombyx-assistant[data-window-mode="expanded"] .bombyx-assistant__panel{right:24px;bottom:24px;width:min(760px, calc(100vw - 48px));height:min(760px, calc(var(--bombyx-assistant-viewport-height, 100vh) - 48px));max-height:calc(var(--bombyx-assistant-viewport-height, 100vh) - 48px)}.bombyx-assistant[data-window-mode="fullscreen"] .bombyx-assistant__panel{inset:0;width:100vw;height:var(--bombyx-assistant-viewport-height,100vh);max-height:none;border-radius:0}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame)[data-window-mode="sidecar"] .bombyx-assistant__panel{top:0;right:0;bottom:0;left:auto;width:var(--bombyx-assistant-sidecar-width);height:var(--bombyx-assistant-viewport-height,100vh);max-height:none;border-width:0 0 0 1px;border-style:solid;border-color:#d1d5db;border-radius:0;box-shadow:none;transform-origin:center right}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame) .bombyx-assistant__panel{opacity:0;pointer-events:none;transform:translateY(14px) scale(.98);transform-origin:bottom right;transition:opacity .22s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame).bombyx-assistant--open .bombyx-assistant__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame)[data-window-mode="sidecar"] .bombyx-assistant__panel{transform:translateX(18px)}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame).bombyx-assistant--open[data-window-mode="sidecar"] .bombyx-assistant__panel{transform:translateX(0)}.bombyx-assistant__panel[hidden]{display:none}.bombyx-assistant--inline .bombyx-assistant__panel{position:relative;right:auto;bottom:auto;z-index:1;width:100%;max-width:var(--bombyx-assistant-inline-max-width);min-height:var(--bombyx-assistant-inline-min-height);height:auto;max-height:none;border-radius:var(--bombyx-assistant-radius);box-shadow:0 16px 40px rgb(15 23 42 / .16);opacity:1;pointer-events:auto;transform:none;transition:none}.bombyx-assistant--inline[data-window-mode="expanded"] .bombyx-assistant__panel{max-width:var(--bombyx-assistant-inline-expanded-max-width);min-height:var(--bombyx-assistant-inline-expanded-min-height)}.bombyx-assistant--inline .bombyx-assistant__launcher{display:none}.bombyx-assistant--frame{display:flex;flex-direction:column;width:100%;height:var(--bombyx-assistant-viewport-height,100vh);min-height:0;margin:0;padding:0;box-sizing:border-box}.bombyx-assistant--frame .bombyx-assistant__panel{position:relative;inset:auto;z-index:1;width:100%;max-width:none;flex:1 1 auto;height:var(--bombyx-assistant-viewport-height,100vh);min-height:0;max-height:none;border:0;border-radius:0;box-shadow:none;opacity:1;pointer-events:auto;transform:none;transition:none}.bombyx-assistant--frame[data-window-mode] .bombyx-assistant__panel{width:100%;max-width:none;height:var(--bombyx-assistant-viewport-height,100vh);max-height:none;border-radius:0}.bombyx-assistant--frame .bombyx-assistant__launcher{display:none}.bombyx-assistant--frame .bombyx-assistant__messages{min-height:0}.bombyx-assistant--inline .bombyx-assistant__messages{flex:0 1 auto;min-height:0;max-height:min(480px, calc(var(--bombyx-assistant-viewport-height, 100vh) - 260px))}.bombyx-assistant__header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;background:var(--bombyx-assistant-accent);color:var(--bombyx-assistant-accent-text);font-weight:700}.bombyx-assistant__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bombyx-assistant__window-controls{display:inline-flex;align-items:center;gap:8px}.bombyx-assistant__icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;border:0;border-radius:999px;background:rgb(255 255 255 / .16);color:var(--bombyx-assistant-accent-text);padding:0;cursor:pointer}.bombyx-assistant__icon-button:hover,.bombyx-assistant__icon-button:focus-visible{background:rgb(255 255 255 / .24)}.bombyx-assistant__icon-button:focus-visible,.bombyx-assistant__new-chat-actions button:focus-visible,.bombyx-assistant__form textarea:focus,.bombyx-assistant__send-button:focus-visible,.bombyx-assistant__feedback button:focus-visible{outline:2px solid color-mix(in srgb,var(--bombyx-assistant-accent-text) 86%,transparent);outline-offset:2px}.bombyx-assistant__icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.bombyx-assistant__footer-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;white-space:nowrap}.bombyx-assistant__new-chat-overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;padding:18px;background:rgb(15 23 42 / .34)}.bombyx-assistant__new-chat-overlay[hidden]{display:none}.bombyx-assistant__new-chat-dialog{width:min(300px, 100%);padding:18px;border:1px solid #d1d5db;border-radius:10px;background:var(--bombyx-assistant-background);color:var(--bombyx-assistant-text);box-shadow:0 12px 30px rgb(15 23 42 / .22);font-weight:500}.bombyx-assistant__new-chat-dialog h2{margin:0 0 8px;color:var(--bombyx-assistant-text);font:700 18px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0}.bombyx-assistant__new-chat-dialog p{margin:0 0 16px;color:color-mix(in srgb,var(--bombyx-assistant-text) 76%,transparent);font:500 13px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.bombyx-assistant__new-chat-actions{display:flex;justify-content:flex-end;gap:8px}.bombyx-assistant__new-chat-actions button{border:1px solid #cbd5e1;border-radius:999px;padding:8px 12px;font:700 13px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}.bombyx-assistant__new-chat-cancel{background:#fff0;color:var(--bombyx-assistant-text)}.bombyx-assistant__new-chat-confirm{border:1px solid var(--bombyx-assistant-accent);background:var(--bombyx-assistant-accent);color:var(--bombyx-assistant-accent-text)}.bombyx-assistant__messages{flex:1 1 0%;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px;background:color-mix(in srgb,var(--bombyx-assistant-background) 82%,#f8fafc)}.bombyx-assistant__bubble{width:fit-content;max-width:88%;margin:0 0 10px;padding:10px 12px;border-radius:12px;background:var(--bombyx-assistant-background);border:1px solid #e5e7eb}.bombyx-assistant__bubble--user{margin-left:auto;background:color-mix(in srgb,var(--bombyx-assistant-accent) 35%,transparent);color:var(--bombyx-assistant-text);border-color:color-mix(in srgb,var(--bombyx-assistant-accent) 22%,transparent)}.bombyx-assistant__working-bubble{position:relative;overflow:hidden;background:color-mix(in srgb,var(--bombyx-assistant-background) 92%,#f8fafc)}.bombyx-assistant__working-row{display:flex;align-items:center;gap:10px}.bombyx-assistant__working-indicator{display:inline-flex;flex:0 0 auto;gap:3px;align-items:center;color:var(--bombyx-assistant-accent)}.bombyx-assistant__working-dot{width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.35;animation:bombyx-assistant-working-pulse 1.2s ease-in-out infinite}.bombyx-assistant__working-dot:nth-child(2){animation-delay:.15s}.bombyx-assistant__working-dot:nth-child(3){animation-delay:.3s}.bombyx-assistant__working-copy{display:grid;gap:3px;min-width:0}.bombyx-assistant__working-status{color:#123047;font-weight:700}.bombyx-assistant__working-subline{color:#475569;font-size:13px;line-height:1.4}.bombyx-assistant__working-subline[hidden]{display:none}.bombyx-assistant__answer p{margin:0 0 10px}.bombyx-assistant__answer p:last-child,.bombyx-assistant__answer ul:last-child{margin-bottom:0}.bombyx-assistant__answer ul{margin:0 0 10px;padding-left:18px}.bombyx-assistant__answer li+li{margin-top:5px}.bombyx-assistant__answer a{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;overflow-wrap:anywhere}.bombyx-assistant__answer a:hover,.bombyx-assistant__answer a:focus{text-decoration-thickness:2px}.bombyx-assistant__refs{margin-top:8px;color:#64748b;font-size:12px}.bombyx-assistant__message-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:14px;font-size:12px}.bombyx-assistant__source-links{position:relative;margin-left:auto}.bombyx-assistant__source-links-label{display:inline-flex;align-items:center;gap:6px;color:#123047;cursor:pointer;font-weight:800;letter-spacing:.02em;list-style:none;text-transform:uppercase}.bombyx-assistant__source-links-label::-webkit-details-marker{display:none}.bombyx-assistant__source-links-label::after{content:"▾";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:#94a3b8;color:#fff;font-size:11px;line-height:1}.bombyx-assistant__source-links[open] .bombyx-assistant__source-links-label::after{content:"▴"}.bombyx-assistant__source-links-menu{position:absolute;right:0;bottom:calc(100% + 8px);z-index:3;display:grid;gap:6px;width:min(260px, calc(100vw - 64px));max-height:190px;overflow:auto;padding:10px;border:1px solid #cbd5e1;border-radius:8px;background:var(--bombyx-assistant-background);box-shadow:0 14px 32px rgb(15 23 42 / .18)}.bombyx-assistant__source-links:not([open]) .bombyx-assistant__source-links-menu{display:none}.bombyx-assistant__source-links-menu a{border:1px solid #cbd5e1;border-radius:6px;color:var(--bombyx-assistant-text);padding:7px 9px;text-decoration:none;overflow-wrap:anywhere}.bombyx-assistant__source-links-menu a:hover,.bombyx-assistant__source-links-menu a:focus{border-color:var(--bombyx-assistant-accent);color:var(--bombyx-assistant-accent)}.bombyx-assistant__feedback{display:flex;align-items:center;gap:10px}.bombyx-assistant__lead-card{box-sizing:border-box;width:calc(100% - 24px);margin:8px 12px 10px;padding:14px 16px;border:1px solid rgb(15 23 42 / .12);border-radius:12px;background:color-mix(in srgb,var(--bombyx-assistant-background) 94%,var(--bombyx-assistant-accent) 6%);box-shadow:0 6px 18px rgb(15 23 42 / .07)}.bombyx-assistant--lead-capture-active .bombyx-assistant__form{display:none}.bombyx-assistant--feedback-active .bombyx-assistant__form{display:none}.bombyx-assistant__lead-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 4px}.bombyx-assistant__lead-card-title{flex:1 1 auto;color:var(--bombyx-assistant-text);font-size:14px;font-weight:700;line-height:1.3;margin:0}.bombyx-assistant__lead-dismiss{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;min-width:34px;min-height:34px;margin:-8px -8px 0 0;border:0;border-radius:999px;background:rgb(15 23 42 / .06);color:var(--bombyx-assistant-text);cursor:pointer}.bombyx-assistant__lead-dismiss:hover,.bombyx-assistant__lead-dismiss:focus-visible{background:rgb(15 23 42 / .08);color:var(--bombyx-assistant-text);outline:none}.bombyx-assistant__lead-dismiss svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.bombyx-assistant__lead-card-description{color:color-mix(in srgb,var(--bombyx-assistant-text) 72%,transparent);font-size:12px;line-height:1.35;margin:0 0 10px}.bombyx-assistant__lead-field{display:block;margin:0 0 8px}.bombyx-assistant__lead-label{display:block;color:var(--bombyx-assistant-text);font-size:11px;font-weight:700;margin:0 0 4px}.bombyx-assistant__lead-input{box-sizing:border-box;width:100%;min-height:36px;border:1px solid rgb(15 23 42 / .18);border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:13px;padding:8px 10px}.bombyx-assistant__lead-input:focus{border-color:var(--bombyx-assistant-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--bombyx-assistant-accent) 18%,transparent);outline:none}.bombyx-assistant__lead-input[aria-invalid="true"]{border-color:#dc2626}.bombyx-assistant__lead-error{display:block;min-height:14px;color:#b91c1c;font-size:11px;line-height:1.35;margin-top:3px}.bombyx-assistant__lead-submit{width:100%;min-height:36px;border:0;border-radius:8px;background:var(--bombyx-assistant-accent);color:var(--bombyx-assistant-accent-text);cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:8px 12px}.bombyx-assistant__lead-submit:hover,.bombyx-assistant__lead-submit:focus{filter:brightness(.96)}.bombyx-assistant__lead-submit:disabled{cursor:wait;opacity:.72}@keyframes bombyx-assistant-working-pulse{0%,100%{opacity:.35}50%{opacity:1}}.bombyx-assistant__send-button{display:inline-flex;align-items:center;justify-content:center;grid-column:3 / 4;grid-row:2 / 3;z-index:2;align-self:end;justify-self:end;margin-right:4px;margin-bottom:3px;width:56px;height:56px;border:0;border-radius:999px;background:#fff0;color:#4b5563;padding:0;font:600 13px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}.bombyx-assistant__send-button[hidden]{display:none}.bombyx-assistant__send-button svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.bombyx-assistant__feedback button{width:30px;height:30px;border:0;border-radius:8px;background:#fff0;color:#4b5563;padding:0;cursor:pointer}.bombyx-assistant__feedback button svg{display:block;width:18px;height:18px;margin:auto;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bombyx-assistant__feedback button:hover,.bombyx-assistant__feedback button:focus{background:#fff0;color:#111827}.bombyx-assistant__feedback button[aria-pressed="true"]{background:#f3f4f6;color:#111827}.bombyx-assistant__feedback button:disabled{cursor:default;opacity:.72}.bombyx-assistant__feedback-card{box-sizing:border-box;flex:0 0 calc(100% - 24px);width:calc(100% - 24px);margin:8px 12px 10px;padding:14px 16px;border:1px solid rgb(15 23 42 / .12);border-radius:12px;background:color-mix(in srgb,var(--bombyx-assistant-background) 94%,var(--bombyx-assistant-accent) 6%);box-shadow:0 6px 18px rgb(15 23 42 / .07);transition:opacity .22s ease,transform .22s ease}.bombyx-assistant__feedback-card--dismissing{opacity:0;transform:translateY(4px)}.bombyx-assistant__feedback-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 4px}.bombyx-assistant__feedback-card-title{flex:1 1 auto;color:var(--bombyx-assistant-text);font-size:14px;font-weight:700;line-height:1.3;margin:0}.bombyx-assistant__feedback-card-close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;min-width:34px;min-height:34px;margin:-8px -8px 0 0;border:0;border-radius:999px;background:rgb(15 23 42 / .06);color:var(--bombyx-assistant-text);cursor:pointer}.bombyx-assistant__feedback-card-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.bombyx-assistant__feedback-card-description{color:color-mix(in srgb,var(--bombyx-assistant-text) 72%,transparent);font-size:12px;line-height:1.35;margin:0 0 10px}.bombyx-assistant__feedback-card-options{display:grid;gap:8px}.bombyx-assistant__feedback-card-option{width:100%;min-height:40px;border:1px solid rgb(15 23 42 / .12);border-radius:8px;background:rgb(255 255 255 / .72);color:var(--bombyx-assistant-text);cursor:pointer;font:inherit;font-size:13px;font-weight:600;line-height:1.25;padding:9px 11px;text-align:left}.bombyx-assistant__feedback-card-option:hover,.bombyx-assistant__feedback-card-option:focus-visible{background:#fff;border-color:color-mix(in srgb,var(--bombyx-assistant-accent) 44%,rgb(15 23 42 / .12))}.bombyx-assistant__feedback-card-other{display:grid;gap:6px;margin-top:10px}.bombyx-assistant__feedback-card-other[hidden]{display:none}.bombyx-assistant__feedback-card-label{color:var(--bombyx-assistant-text);font-size:11px;font-weight:700}.bombyx-assistant__feedback-card-textarea{box-sizing:border-box;width:100%;min-height:72px;border:1px solid rgb(15 23 42 / .18);border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:13px;line-height:1.35;padding:8px 10px;resize:vertical}.bombyx-assistant__feedback-card-submit{justify-self:start;min-height:36px;border:0;border-radius:8px;background:var(--bombyx-assistant-accent);color:var(--bombyx-assistant-accent-text);cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:8px 13px}.bombyx-assistant__feedback-card-error,.bombyx-assistant__feedback-card-status{font-size:11px;line-height:1.35;margin:8px 0 0}.bombyx-assistant__feedback-card-error{color:#b91c1c}.bombyx-assistant__feedback-card-status{color:color-mix(in srgb,var(--bombyx-assistant-text) 72%,transparent)}.bombyx-assistant__feedback-summary{box-sizing:border-box;flex:0 0 calc(100% - 24px);width:calc(100% - 24px);margin:0 12px 10px;padding:9px 11px;border:1px solid rgb(15 23 42 / .1);border-radius:10px;background:rgb(15 23 42 / .04);color:color-mix(in srgb,var(--bombyx-assistant-text) 78%,transparent);font-size:12px;line-height:1.35}.bombyx-assistant__feedback-card button:disabled,.bombyx-assistant__feedback-card textarea:disabled{cursor:default;opacity:.72}.bombyx-assistant__feedback-card-close:hover,.bombyx-assistant__feedback-card-close:focus-visible{background:rgb(15 23 42 / .08)}.bombyx-assistant__feedback-card-close:focus-visible,.bombyx-assistant__feedback-card-option:focus-visible,.bombyx-assistant__feedback-card-submit:focus-visible,.bombyx-assistant__feedback-card-textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--bombyx-assistant-accent-text) 86%,transparent);outline-offset:2px}.bombyx-assistant__feedback-card-textarea:focus-visible{border-color:var(--bombyx-assistant-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--bombyx-assistant-accent) 18%,transparent)}.bombyx-assistant__feedback-card-textarea[aria-invalid="true"]{border-color:#dc2626}.bombyx-assistant__form{display:grid;flex:0 0 auto;margin-top:auto;gap:10px;padding:12px 12px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #e5e7eb;background:var(--bombyx-assistant-background)}.bombyx-assistant__form--dragover{background:color-mix(in srgb,var(--bombyx-assistant-background) 88%,var(--bombyx-assistant-accent) 12%)}.bombyx-assistant__attachment-tray{display:flex;flex-wrap:wrap;gap:8px}.bombyx-assistant__attachment-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;border:1px solid #cbd5e1;border-radius:999px;padding:5px 8px 5px 10px;color:#334155;font-size:12px;overflow-wrap:anywhere}.bombyx-assistant__attachment-remove{width:22px;height:22px;border:0;border-radius:999px;background:#e2e8f0;color:#0f172a;cursor:pointer;font:700 16px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.bombyx-assistant__attachment-preview{position:relative;width:58px;height:58px;flex:0 0 auto;overflow:hidden;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc}.bombyx-assistant__attachment-preview-image{display:block;width:100%;height:100%;object-fit:cover}.bombyx-assistant__attachment-preview-remove{position:absolute;top:3px;right:3px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:0;border-radius:999px;background:rgb(15 23 42 / .78);color:#fff;cursor:pointer;font:700 14px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.bombyx-assistant__attachment-preview-spinner{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:rgb(15 23 42 / .34)}.bombyx-assistant__attachment-preview-spinner::after{content:"";width:20px;height:20px;border:2px solid rgb(255 255 255 / .55);border-top-color:#fff;border-radius:999px;animation:bombyx-assistant-attachment-spin .8s linear infinite}.bombyx-assistant__attachment-preview-status{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.bombyx-assistant__attachment-preview[data-status="sending"] .bombyx-assistant__attachment-preview-spinner{display:flex}.bombyx-assistant__attachment-preview[data-status="sent"]::after,.bombyx-assistant__attachment-preview[data-status="error"]::after{position:absolute;right:4px;bottom:4px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;color:#fff;font:700 12px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.bombyx-assistant__attachment-preview[data-status="sent"]::after{content:"OK";background:rgb(22 163 74 / .95);font-size:8px}.bombyx-assistant__attachment-preview[data-status="error"]::after{content:"!";background:rgb(220 38 38 / .95)}.bombyx-assistant__bubble-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.bombyx-assistant__attachment-preview--bubble{width:64px;height:64px;border-color:rgb(15 23 42 / .18)}.bombyx-assistant__attachment-preview--bubble .bombyx-assistant__attachment-preview-remove{display:none}@keyframes bombyx-assistant-attachment-spin{to{transform:rotate(360deg)}}.bombyx-assistant__attachment-error{color:#b42318;font-size:12px;line-height:1.35}.bombyx-assistant__input-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:end;gap:8px}.bombyx-assistant__input-row--dictation-active{grid-template-columns:minmax(0,1fr);grid-template-rows:auto;gap:0}.bombyx-assistant__input-row--dictation-active>textarea,.bombyx-assistant__input-row--dictation-active .bombyx-assistant__send-button,.bombyx-assistant__input-row--dictation-active .bombyx-assistant__dictation-button{display:none!important}.bombyx-assistant__input-row--dictation-active>.bombyx-assistant__attach-button{display:inline-flex!important;grid-column:1 / -1;grid-row:1 / 2;align-self:center;justify-self:start;margin:0 0 0 4px;z-index:4}.bombyx-assistant__input-row--dictation-active .bombyx-assistant__dictation{grid-column:1 / -1;grid-row:1 / 2;width:100%;min-width:0;justify-content:stretch;margin:0;transform:none}.bombyx-assistant__input-row--dictation-active .bombyx-assistant__dictation-recorder{width:100%;justify-content:flex-start;min-height:64px;padding-left:64px}.bombyx-assistant__form textarea{grid-column:1 / -1;grid-row:1 / 3;min-width:0;min-height:58px;max-height:132px;border:1px solid #cbd5e1;border-radius:8px;padding:13px 60px 62px 16px;font:inherit;line-height:1.4;resize:none;overflow-y:hidden}.bombyx-assistant__attach-button{display:inline-flex;align-items:center;justify-content:center;grid-column:1 / 2;grid-row:2 / 3;z-index:2;align-self:end;justify-self:start;margin-left:4px;margin-bottom:3px;width:56px;height:56px;border:0;border-radius:999px;background:#fff0;color:#4b5563;padding:0;cursor:pointer;font:500 34px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.bombyx-assistant__disclosure{position:relative;display:inline-flex;flex-wrap:nowrap;align-items:center;flex:1 1 auto;gap:4px 6px;color:#667085;font-size:11px;line-height:1.35;min-width:0}.bombyx-assistant__disclosure-tooltip-wrap{position:relative;display:inline-flex}.bombyx-assistant__form .bombyx-assistant__disclosure-info{display:inline-flex;align-items:center;justify-content:center;flex:0 0 12px;width:12px;height:12px;min-width:12px;min-height:12px;padding:0;border:1px solid #98a2b3;border-radius:999px;background:#fff!important;color:#667085!important;cursor:help;box-shadow:none!important;font:700 8px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;appearance:none;-webkit-appearance:none;vertical-align:middle}.bombyx-assistant__form .bombyx-assistant__disclosure-info:hover,.bombyx-assistant__form .bombyx-assistant__disclosure-info:focus-visible{border-color:#667085;background:#fff!important;color:#667085!important}.bombyx-assistant__disclosure-tooltip{position:absolute;left:50%;right:auto;bottom:calc(100% + 8px);z-index:20;width:min(280px, calc(100vw - 24px));max-width:calc(100vw - 24px);padding:9px 10px;border:1px solid #d8d2c4;border-radius:6px;box-sizing:border-box;background:#fff;color:#172033;box-shadow:0 12px 28px rgb(15 23 42 / .16);font-size:12px;font-weight:650;line-height:1.35;overflow-wrap:anywhere;white-space:normal;text-align:left;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%);transition:opacity .12s ease,visibility .12s ease}.bombyx-assistant__disclosure-tooltip-wrap:hover .bombyx-assistant__disclosure-tooltip,.bombyx-assistant__disclosure-tooltip-wrap:focus-within .bombyx-assistant__disclosure-tooltip{opacity:1;visibility:visible}.bombyx-assistant__form small{color:#64748b;display:inline-flex;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;min-width:0;font-size:11px;line-height:1.35;white-space:nowrap}.bombyx-assistant__form small a{color:inherit;text-decoration:underline;text-underline-offset:2px}.bombyx-assistant__dictation{display:inline-flex;grid-column:3 / 4;grid-row:2 / 3;z-index:2;align-items:center;align-self:end;justify-self:end;margin-right:4px;margin-bottom:3px;gap:6px}.bombyx-assistant__dictation--with-submit{transform:translateX(-60px)}.bombyx-assistant__dictation-button,.bombyx-assistant__dictation-accept,.bombyx-assistant__dictation-cancel{display:inline-flex;align-items:center;justify-content:center;width:56px;min-width:56px;height:56px;min-height:56px;border:0;border-radius:999px;background:#fff0;color:#4b5563;cursor:pointer;padding:0}.bombyx-assistant__dictation-button svg,.bombyx-assistant__dictation-accept svg,.bombyx-assistant__dictation-cancel svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.bombyx-assistant__dictation-recorder{display:inline-flex;align-items:center;gap:8px;box-sizing:border-box;width:100%;max-width:100%;min-width:0;min-height:56px;padding:4px 6px 4px 12px;border:1px solid color-mix(in srgb,var(--bombyx-assistant-accent) 32%,#cbd5e1);border-radius:999px;background:color-mix(in srgb,var(--bombyx-assistant-background) 92%,var(--bombyx-assistant-accent) 8%)}.bombyx-assistant__dictation-recorder[hidden]{display:none}.bombyx-assistant__dictation-bars{display:inline-flex;align-items:center;justify-content:stretch;flex:1 1 auto;min-width:0;position:relative;gap:clamp(2px, .8vw, 4px);height:46px;color:var(--bombyx-assistant-accent);overflow:hidden}.bombyx-assistant__dictation-timer,.bombyx-assistant__dictation-cancel,.bombyx-assistant__dictation-accept,.bombyx-assistant__dictation-spinner{flex:0 0 auto}.bombyx-assistant__dictation-bars::before{content:"";position:absolute;left:0;right:0;top:50%;height:4px;transform:translateY(-50%);border-radius:999px;background-image:radial-gradient(circle,currentColor 1.4px,transparent 1.7px);background-size:8px 4px;background-repeat:repeat-x;background-position:left center;opacity:.32}.bombyx-assistant__dictation-bars span{position:relative;z-index:1;flex:1 1 0%;max-width:5px;min-width:2px;height:var(--bombyx-dictation-bar-height,18px);border-radius:999px;background:currentColor;transform-origin:center;opacity:0;transform:scaleY(.18);animation:bombyx-assistant-dictation-arrive .42s ease-out forwards,bombyx-assistant-dictation-pulse 1.05s ease-in-out infinite;animation-delay:var(--bombyx-dictation-bar-delay,0s),calc(var(--bombyx-dictation-bar-delay, 0s) + .42s)}@keyframes bombyx-assistant-dictation-arrive{from{opacity:0;transform:translateX(10px) scaleY(.18)}to{opacity:.8;transform:translateX(0) scaleY(.65)}}@keyframes bombyx-assistant-dictation-pulse{0%,100%{transform:scaleY(.48);opacity:.62}50%{transform:scaleY(1);opacity:1}}.bombyx-assistant__dictation-timer{margin-left:auto;min-width:34px;color:#475569;font-size:12px;font-weight:800}.bombyx-assistant__dictation-accept{color:#4b5563}.bombyx-assistant__dictation-cancel{color:#4b5563}.bombyx-assistant__dictation-spinner{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;min-width:56px;height:56px;min-height:56px;color:#4b5563}.bombyx-assistant__dictation-spinner[hidden]{display:none}.bombyx-assistant__dictation-spinner::before{content:"";width:22px;height:22px;border:2px solid color-mix(in srgb,currentColor 24%,transparent);border-top-color:currentColor;border-radius:999px;animation:bombyx-assistant-attachment-spin .8s linear infinite}.bombyx-assistant__dictation-status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.bombyx-assistant-editor-preview .bombyx-assistant__panel{height:auto;max-height:none}.bombyx-assistant-editor-preview .bombyx-assistant__messages{max-height:none}@media (max-width:1199px) and (min-width:768px){.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame) .bombyx-assistant__panel{top:var(--bombyx-assistant-floating-top);right:var(--bombyx-assistant-floating-right);bottom:auto;width:min(460px, calc(100vw - 32px));height:min(720px, calc(var(--bombyx-assistant-viewport-height, 100vh) - 32px));max-height:calc(var(--bombyx-assistant-viewport-height, 100vh) - 32px);border:1px solid #d1d5db;border-radius:var(--bombyx-assistant-radius);box-shadow:0 20px 50px rgb(15 23 42 / .25);transform-origin:top right}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame)[data-window-mode="fullscreen"] .bombyx-assistant__panel{inset:0;width:100vw;height:var(--bombyx-assistant-viewport-height,100vh);max-height:none;border:0;border-radius:0;box-shadow:none;transform-origin:center}}@media (max-width:767px){.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame) .bombyx-assistant__panel{inset:0;width:100vw;height:var(--bombyx-assistant-viewport-height,100vh);max-height:none;border:0;border-radius:0;box-shadow:none;transform-origin:center}.bombyx-assistant__form textarea,.bombyx-assistant__lead-input{font-size:16px}}@media (max-width:600px){.bombyx-assistant--inline{margin:18px 0}.bombyx-assistant--inline .bombyx-assistant__panel{height:auto;max-height:none}.bombyx-assistant--inline .bombyx-assistant__messages{max-height:calc(var(--bombyx-assistant-viewport-height, 100vh) - 220px)}.bombyx-assistant__lead-card,.bombyx-assistant__feedback-card{width:calc(100% - 24px);margin:10px 12px;padding:16px}.bombyx-assistant__icon-button{width:40px;height:40px;min-width:40px;min-height:40px}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame)[data-mobile-mode="fullscreen"][data-window-mode="fullscreen"] .bombyx-assistant__panel{inset:0;width:100vw;height:var(--bombyx-assistant-viewport-height,100vh);max-height:none;border-radius:0}}@media (max-width:420px){.bombyx-assistant__form textarea{padding:13px 60px 62px 16px}}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame)[data-window-mode="fullscreen"] .bombyx-assistant__panel{inset:0;width:100vw;height:var(--bombyx-assistant-viewport-height,100vh);max-height:none;border:0;border-radius:0;box-shadow:none;transform-origin:center}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame)[data-window-mode="fullscreen"].bombyx-assistant--open::before{content:"";position:fixed;inset:0;z-index:2147483646;background:var(--bombyx-assistant-background)}@media (min-width:768px){.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame)[data-window-mode="fullscreen"] .bombyx-assistant__panel{left:0;right:0;width:min(100vw, var(--bombyx-assistant-fullscreen-page-max-width, 768px));max-width:var(--bombyx-assistant-fullscreen-page-max-width,768px);margin-left:auto;margin-right:auto}.bombyx-assistant--frame[data-window-mode="fullscreen"]{justify-content:center}.bombyx-assistant--frame[data-window-mode="fullscreen"] .bombyx-assistant__panel{width:min(100%, var(--bombyx-assistant-fullscreen-page-max-width, 768px));max-width:var(--bombyx-assistant-fullscreen-page-max-width,768px)}}@media (prefers-reduced-motion:reduce){.bombyx-assistant__launcher,.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame) .bombyx-assistant__panel{transition:none}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--open) .bombyx-assistant__launcher{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.bombyx-assistant:not(.bombyx-assistant--inline).bombyx-assistant--open .bombyx-assistant__launcher{opacity:0;pointer-events:none;transform:translateY(8px) scale(.92)}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame).bombyx-assistant--open .bombyx-assistant__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.bombyx-assistant:not(.bombyx-assistant--inline):not(.bombyx-assistant--frame).bombyx-assistant--open[data-window-mode="sidecar"] .bombyx-assistant__panel{transform:translateX(0)}.bombyx-assistant__working-dot{animation:none;opacity:.7}.bombyx-assistant__dictation-bars span{animation:none;opacity:.75}}