.input-bar.svelte-189swg{position:relative;width:100%;margin-bottom:12px;margin-top:8px;background:linear-gradient(180deg,transparent 0%,var(--surface-0, #f6f1eb) 100%)}@media (max-width: 824px){.input-bar.svelte-189swg{margin:0 -1rem!important;width:calc(100% - 2rem);padding:18px 1rem;box-sizing:border-box}}.input-bar.svelte-189swg .input-row:where(.svelte-189swg){display:flex;align-items:flex-end;gap:var(--split-gap, 8px);width:100%;max-width:640px;margin:0 auto;position:relative}@media (max-width: 824px){.input-bar.svelte-189swg .input-row:where(.svelte-189swg){gap:6px;max-width:none;padding:0}}.input-bar.svelte-189swg .textarea-wrapper:where(.svelte-189swg){position:relative;flex:1 1 auto}.input-bar.svelte-189swg .textarea-wrapper:where(.svelte-189swg) textarea:where(.svelte-189swg){width:100%;background:transparent;color:var(--text-primary, #1b191e);border-radius:1px;min-height:96px;padding:20px;max-height:200px;resize:none;overflow-y:hidden;box-sizing:border-box;font:inherit;display:block;border:none;outline:none;box-shadow:0 2px 8px var(--shadow-input, rgba(0, 0, 0, .08));caret-color:var(--text-primary, #1b191e);transition:box-shadow .2s,background .2s}.input-bar.svelte-189swg .textarea-wrapper:where(.svelte-189swg) textarea:where(.svelte-189swg)::placeholder{color:var(--text-muted, #6b7280);opacity:1}@media (min-width: 600px){.input-bar.svelte-189swg .textarea-wrapper:where(.svelte-189swg) textarea:where(.svelte-189swg):focus{box-shadow:0 0 0 2px #4073c589,0 2px 8px var(--shadow-input, rgba(0, 0, 0, .08))}}@media (max-width: 824px){.input-bar.svelte-189swg .textarea-wrapper:where(.svelte-189swg) textarea:where(.svelte-189swg){padding:16px;background:var(--input-bg, #29252f);min-height:unset;border-radius:36px}}.input-bar.svelte-189swg .submit-btn:where(.svelte-189swg){flex:0 0 auto;width:44px;height:44px;aspect-ratio:1/1;border-radius:50%;background:#432390;border:none;cursor:pointer;font:inherit;color:#f0c5ff;display:inline-flex;align-items:center;justify-content:center;color:var(--btn-on-4, #202024);transition:background .2s,transform .05s ease-in-out;align-self:flex-end}.input-bar.svelte-189swg .submit-btn:where(.svelte-189swg):hover{background:#7051ae;border-color:#f0c5ff;transform:translateY(-1px) scale(1.015);box-shadow:0 6px 18px #7051ae59}.input-bar.svelte-189swg .submit-btn:where(.svelte-189swg):active{transform:translateY(1px)}.input-bar.svelte-189swg .submit-btn:where(.svelte-189swg):focus{outline:0px solid var(--focus-ring, var(--border-main, #6c63ff));outline-offset:2px}.input-bar.svelte-189swg .submit-btn:where(.svelte-189swg):disabled{opacity:.6;cursor:default;transform:none}@media (max-width: 824px){.input-bar.svelte-189swg .submit-btn:where(.svelte-189swg){width:52.6px;height:52.6px}}@media (max-width: 600px){.input-bar.svelte-189swg{margin:0}}.message-content.svelte-18w2t8m{display:block;font-size:18px;font-weight:300;line-height:25px;word-break:break-word;overflow-x:hidden}.message-content.is-streaming.svelte-18w2t8m{white-space:pre-wrap}.streaming-text.svelte-18w2t8m,.streaming-token.svelte-18w2t8m{display:inline}.streaming-token.token-animate.svelte-18w2t8m{animation:svelte-18w2t8m-wordFade .22s cubic-bezier(0,0,.2,1) forwards}.streaming-token.pending.svelte-18w2t8m{opacity:0}@keyframes svelte-18w2t8m-wordFade{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}.message-content.svelte-18w2t8m pre{overflow-x:auto;padding:.75rem;border-radius:.5rem;background:#111318}.message-content.svelte-18w2t8m code{white-space:pre}.animate-pulse.svelte-18w2t8m{animation:svelte-18w2t8m-pulse 1s infinite}@keyframes svelte-18w2t8m-pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.incoming-row.svelte-1o2k67z{display:flex;justify-content:flex-start;align-items:flex-start;gap:0px;margin-bottom:16px;width:100%}.message-column.svelte-1o2k67z{flex:1;display:flex;flex-direction:column;align-items:flex-start!important;gap:8px;min-width:0}.bubble.svelte-1o2k67z{flex:initial;width:fit-content;min-width:0;text-align:left!important;max-width:100%}.debug-block.svelte-1o2k67z{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:8px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;color:#c8d0e0;overflow-x:auto;max-width:100%}.debug-label.svelte-1o2k67z{text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:#8f9bb3;display:inline-block;margin-bottom:4px}.debug-block.svelte-1o2k67z pre:where(.svelte-1o2k67z){margin:0;white-space:pre-wrap;word-break:break-word}.typing-bubble.svelte-1o2k67z{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--bg-incoming-message, #ffffff);border-radius:1rem;padding:.6rem 1.15rem;min-width:56px}.typing-bubble.svelte-1o2k67z .dot:where(.svelte-1o2k67z){width:8px;height:8px;border-radius:50%;background:var(--text-primary, #1b191e);opacity:.35;animation:svelte-1o2k67z-typing-bounce 1.2s infinite ease-in-out}.typing-bubble.svelte-1o2k67z .dot:where(.svelte-1o2k67z):nth-child(2){animation-delay:.2s}.typing-bubble.svelte-1o2k67z .dot:where(.svelte-1o2k67z):nth-child(3){animation-delay:.4s}@keyframes svelte-1o2k67z-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:.9}}@media (max-width: 823px){.incoming-row.svelte-1o2k67z{flex-wrap:nowrap}.message-column.svelte-1o2k67z{flex:1 1 auto;width:100%}.bubble.svelte-1o2k67z{flex:1 1 100%;max-width:100%;margin-left:0}}.bubble.svelte-1o2k67z .message-content p:first-of-type{margin-top:0}.feedback.svelte-iwwqyd{display:flex;gap:0px;margin-top:-8px}.feedback[data-compact=true].svelte-iwwqyd{gap:6px}.btn.svelte-iwwqyd{background:transparent;color:var(--text-primary, #eaeaea);border-radius:8px;padding:6px 10px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:.75;width:32px;height:32px;border:none}.actions.svelte-iwwqyd .btn:where(.svelte-iwwqyd){width:unset}.btn.svelte-iwwqyd:hover{background:#ffffff1f}.btn.svelte-iwwqyd:disabled{opacity:.6;cursor:not-allowed}.btn[aria-pressed=true].svelte-iwwqyd{box-shadow:0 0 0 2px #6c63ff59 inset}.thumbs.svelte-iwwqyd,.report.svelte-iwwqyd{min-width:36px}.inline-form.svelte-iwwqyd{margin-top:8px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md, 10px);background:transparent}.inline-form.svelte-iwwqyd h4:where(.svelte-iwwqyd){margin:6px 0 12px;font-size:.9rem;font-weight:500;color:#eaeaf6}.inline-form.svelte-iwwqyd textarea:where(.svelte-iwwqyd){width:calc(100% - 32px);margin:auto;color:#eaeaeafa;background:#fff0;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:10px;font-size:16px;font-family:sans-serif;resize:vertical}.inline-form.svelte-iwwqyd textarea:where(.svelte-iwwqyd):focus{outline:none;box-shadow:0 0 0 2px #6c6c7333}.inline-form.svelte-iwwqyd .actions:where(.svelte-iwwqyd){display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.btn.secondary.svelte-iwwqyd{background:transparent}.btn.primary.svelte-iwwqyd{background:var(--primary-color, #eaeaea);color:var(--surface-0, #000);border-color:transparent}.messages.svelte-b9nrt4{flex:1;position:relative;min-height:0;height:100%;overflow-y:auto;padding:1rem;padding-bottom:clamp(7rem,22vh,12rem);scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;max-width:calc(100vw - 80px);width:100%;z-index:99;display:flex;flex-direction:column;align-items:stretch}@media (max-width: 823px){.messages.svelte-b9nrt4{max-width:100vw;padding-left:1.3px;padding-right:1.3px;padding-top:1rem;background:transparent;overflow-y:auto;overflow-x:hidden}}.chat-root[data-embedded="1"] .messages.svelte-b9nrt4{padding-bottom:1.25rem}.load-sentinel.svelte-b9nrt4{position:absolute;top:0;left:0;width:1px;height:0;pointer-events:none}.messages.svelte-b9nrt4::-webkit-scrollbar{width:0;background:transparent}@media (hover: hover) and (pointer: fine){.ai-block.svelte-b9nrt4 .feedback-bar:where(.svelte-b9nrt4){opacity:0;pointer-events:none;transition:opacity .12s ease-in-out}.ai-block.svelte-b9nrt4:hover .feedback-bar:where(.svelte-b9nrt4),.ai-block.svelte-b9nrt4 .feedback-bar:where(.svelte-b9nrt4):focus-within{opacity:1;pointer-events:auto}}.ai-block.svelte-b9nrt4{position:relative;display:flex;flex-direction:column;gap:.25rem;width:100%}.ai-block.svelte-b9nrt4 .feedback-bar:where(.svelte-b9nrt4){display:flex;align-items:center;gap:.25rem}@media (max-width: 823px){.ai-block.svelte-b9nrt4 .feedback-bar:where(.svelte-b9nrt4){display:none!important}}.sheet-backdrop.svelte-b9nrt4{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:3000}.sheet.svelte-b9nrt4{position:fixed;left:0;right:0;bottom:0;background:var(--surface-1);border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -8px 24px #00000059;padding:12px 16px 20px;z-index:3001}.sheet-handle.svelte-b9nrt4{width:36px;height:4px;border-radius:999px;background:#3a3e45;margin:6px auto 10px}.sheet-title.svelte-b9nrt4{text-align:center;font-weight:700;margin-bottom:10px;-webkit-user-select:none;user-select:none;color:var(--text-primary)}.sheet-content.svelte-b9nrt4{display:flex;flex-direction:column;gap:8px}.sheet-content.svelte-b9nrt4 button{width:100%;min-height:44px}.sheet-cancel.svelte-b9nrt4{margin-top:6px;width:100%;min-height:44px;border:1px solid var(--border-main);background:transparent;color:var(--text-primary);border-radius:10px}.chat-root.svelte-knkpgg{display:flex;flex-direction:column;min-height:0;height:100%;width:100%;background:transparent;box-sizing:border-box}.chat-container.svelte-knkpgg{display:flex;flex-direction:column;height:100%;width:100%;max-width:768px;margin:0 auto;min-height:0}.chat-scroll.svelte-knkpgg{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;background:transparent;width:100%}.chat-root.svelte-knkpgg:not([data-embedded="1"]) .chat-container:where(.svelte-knkpgg){height:100svh}@media (max-width: 823px){.chat-container.svelte-knkpgg{max-width:none;width:100%;margin:0;padding-left:max(0px,env(safe-area-inset-left,0px));padding-right:max(0px,env(safe-area-inset-right,0px))}}.header-bar.svelte-1ez0ngj{text-align:center;height:clamp(56px,9vh,96px);max-height:clamp(56px,9vh,96px);box-sizing:border-box}@media (max-width: 600px){.header-bar.svelte-1ez0ngj{height:auto;max-height:none}}@media (max-width: 823px){.chat-responsive.svelte-1ez0ngj{padding-top:64px!important;padding-left:0!important;padding-right:0!important}}
