.vote-slider.svelte-aehuqb{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:100%}.labels-row.svelte-aehuqb{display:flex;width:100%;justify-content:space-between;align-items:center;padding:0 2px}.end-label.svelte-aehuqb{font-size:.7rem;font-weight:600;color:var(--text-secondary)}.end-label.left.svelte-aehuqb{color:var(--color-contra)}.end-label.center.svelte-aehuqb{color:var(--color-neutro-dark)}.end-label.right.svelte-aehuqb{color:var(--color-favor)}.slider-row.svelte-aehuqb{display:flex;width:100%;justify-content:space-between;position:relative;padding:0 4px}.track-bg.svelte-aehuqb{position:absolute;top:50%;left:20px;right:20px;height:4px;margin-top:-2px;border-radius:2px;overflow:hidden;background:var(--border)}.track-fill.svelte-aehuqb{position:absolute;inset:0;background:linear-gradient(to right,var(--color-contra),var(--color-contra-leve),#d4d4d4,var(--color-favor-leve),var(--color-favor));opacity:.4}.pos-btn.svelte-aehuqb{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px 0;position:relative;z-index:1;width:44px}.dot.svelte-aehuqb{width:18px;height:18px;border-radius:50%;border:2.5px solid var(--dot-color, var(--border));background:var(--bg-card);transition:all .15s ease;flex-shrink:0;will-change:transform}.pos-btn.endpoint.svelte-aehuqb .dot:where(.svelte-aehuqb){width:24px;height:24px;border-width:3px}.pos-btn.svelte-aehuqb:hover .dot:where(.svelte-aehuqb){transform:scale(1.15)}.pos-btn.active.svelte-aehuqb .dot:where(.svelte-aehuqb){background:var(--dot-color);border-color:var(--dot-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--dot-color) 20%,transparent);transform:scale(1.2)}.pos-btn.active.endpoint.svelte-aehuqb .dot:where(.svelte-aehuqb){transform:scale(1.25)}.compact.svelte-aehuqb .dot:where(.svelte-aehuqb){width:14px;height:14px;border-width:2px}.compact.svelte-aehuqb .pos-btn.endpoint:where(.svelte-aehuqb) .dot:where(.svelte-aehuqb){width:18px;height:18px;border-width:2.5px}.compact.svelte-aehuqb .pos-btn:where(.svelte-aehuqb){width:36px}.compact.svelte-aehuqb .end-label:where(.svelte-aehuqb){font-size:.6rem}.compact.svelte-aehuqb .track-bg:where(.svelte-aehuqb){left:14px;right:14px;height:3px;margin-top:-1.5px}.compact.svelte-aehuqb .slider-row:where(.svelte-aehuqb){padding:0 2px}.compact.svelte-aehuqb .labels-row:where(.svelte-aehuqb){padding:0}@media(max-width:480px){.pos-btn.svelte-aehuqb{width:48px}.dot.svelte-aehuqb{width:24px;height:24px}.pos-btn.endpoint.svelte-aehuqb .dot:where(.svelte-aehuqb){width:30px;height:30px}}.chat-inline-btn.svelte-zsv8oa{display:flex;align-items:center;gap:.4rem;background:none;border:1px solid var(--border);border-radius:8px;padding:.4rem .75rem;color:var(--link);font-size:.8rem;font-weight:600;cursor:pointer;margin-top:.75rem;transition:border-color .2s,background .2s}.chat-inline-btn.svelte-zsv8oa:hover{border-color:var(--link);background:color-mix(in srgb,var(--link) 5%,transparent)}.chat-fab.svelte-zsv8oa{position:fixed;bottom:1.5rem;right:1.5rem;height:44px;padding:0 1rem;border-radius:22px;background:var(--link);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #2563eb66;transition:transform .2s,background .2s;z-index:1000}.fab-label.svelte-zsv8oa{font-size:.8rem;font-weight:600;white-space:nowrap}.chat-fab.svelte-zsv8oa:hover{transform:scale(1.03);background:var(--link-hover)}.chat-fab.open.svelte-zsv8oa{padding:0;width:44px;border-radius:50%;background:#64748b;box-shadow:0 4px 12px #64748b66}.chat-backdrop.svelte-zsv8oa{position:fixed;inset:0;background:#0000004d;z-index:1001;border:none;cursor:default;padding:0;margin:0;width:100%;height:100%}.chat-modal.svelte-zsv8oa{position:fixed;bottom:5rem;right:1.5rem;width:400px;max-height:550px;background:var(--bg-card);border:1px solid var(--border);border-radius:0;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:1002;overflow:hidden}@media(min-width:481px)and (max-width:1024px){.chat-modal.svelte-zsv8oa{width:calc(100vw - 3rem);max-width:500px}}@media(min-width:481px){.chat-modal.expanded.svelte-zsv8oa{width:700px;max-height:80vh;bottom:50%;right:50%;transform:translate(50%,50%);border-radius:20px}}@media(max-width:480px){.chat-modal.svelte-zsv8oa{inset:0;width:100%;max-height:100%;border-radius:0}.chat-fab.svelte-zsv8oa{bottom:1rem;right:1rem}}.chat-header.svelte-zsv8oa{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-page)}.chat-title.svelte-zsv8oa{display:flex;align-items:center;gap:.5rem;min-width:0}.chat-icon.svelte-zsv8oa{color:var(--link);flex-shrink:0;display:flex}.chat-prop-title.svelte-zsv8oa{font-size:.8rem;font-weight:600;color:var(--text-primary);white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.chat-header-actions.svelte-zsv8oa{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.chat-expand.svelte-zsv8oa{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;display:none;border-radius:4px}.chat-expand.svelte-zsv8oa:hover{color:var(--text-primary);background:var(--border)}@media(min-width:481px){.chat-expand.svelte-zsv8oa{display:flex}}.chat-close.svelte-zsv8oa{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;display:flex;flex-shrink:0;border-radius:4px}.chat-close.svelte-zsv8oa:hover{color:var(--text-primary);background:var(--border)}.chat-messages.svelte-zsv8oa{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:200px}.chat-empty.svelte-zsv8oa{text-align:center;color:var(--text-secondary);padding:1rem 0}.chat-empty.svelte-zsv8oa p:where(.svelte-zsv8oa){font-size:.85rem;margin-bottom:1rem}.suggestions.svelte-zsv8oa{display:flex;flex-direction:column;gap:.4rem}.suggestion.svelte-zsv8oa{background:var(--bg-page);border:1px solid var(--border);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;color:var(--link);cursor:pointer;text-align:left;transition:border-color .2s}.suggestion.svelte-zsv8oa:hover{border-color:var(--link)}.chat-msg.svelte-zsv8oa{max-width:85%}.chat-msg.user.svelte-zsv8oa{align-self:flex-end}.chat-msg.assistant.svelte-zsv8oa{align-self:flex-start}.msg-content.svelte-zsv8oa{padding:.6rem .9rem;border-radius:0;font-size:.85rem;line-height:1.5;word-break:break-word}.user.svelte-zsv8oa .msg-content:where(.svelte-zsv8oa){white-space:pre-wrap;background:var(--link);color:#fff;border-bottom-right-radius:4px}.assistant.svelte-zsv8oa .msg-content:where(.svelte-zsv8oa){background:var(--bg-page);color:var(--text-primary);border:1px solid var(--border);border-bottom-left-radius:4px}.msg-content.markdown.svelte-zsv8oa p{margin:0 0 .5em}.msg-content.markdown.svelte-zsv8oa p:last-child{margin-bottom:0}.msg-content.markdown.svelte-zsv8oa ul,.msg-content.markdown.svelte-zsv8oa ol{margin:.3em 0;padding-left:1.4em}.msg-content.markdown.svelte-zsv8oa li{margin:.15em 0}.msg-content.markdown.svelte-zsv8oa strong{font-weight:700}.msg-content.markdown.svelte-zsv8oa em{font-style:italic}.msg-content.markdown.svelte-zsv8oa code{background:var(--color-code-bg);padding:.1em .3em;border-radius:3px;font-size:.8em}.msg-content.markdown.svelte-zsv8oa a{color:var(--link);text-decoration:underline}.msg-content.markdown.svelte-zsv8oa h1,.msg-content.markdown.svelte-zsv8oa h2,.msg-content.markdown.svelte-zsv8oa h3{font-size:.9rem;font-weight:700;margin:.5em 0 .25em}.msg-content.markdown.svelte-zsv8oa blockquote{border-left:3px solid var(--border);margin:.3em 0;padding-left:.6em;color:var(--text-secondary)}.chat-error.svelte-zsv8oa{font-size:.8rem;color:var(--color-contra);text-align:center;padding:.5rem}.typing-indicator.svelte-zsv8oa{display:flex;gap:4px;padding:.75rem 1rem;background:var(--bg-page);border:1px solid var(--border);border-radius:0 0 0 4px}.typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa){width:6px;height:6px;border-radius:50%;background:var(--text-secondary);animation:svelte-zsv8oa-typing 1.2s ease-in-out infinite}.typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(2){animation-delay:.2s}.typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(3){animation-delay:.4s}@keyframes svelte-zsv8oa-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-input-area.svelte-zsv8oa{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--bg-page)}.chat-input.svelte-zsv8oa{flex:1;padding:.6rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-primary);font-size:.85rem;outline:none;transition:border-color .2s}.chat-input.svelte-zsv8oa:focus{border-color:var(--link)}.chat-input.svelte-zsv8oa:disabled{opacity:.6}.chat-send.svelte-zsv8oa{width:38px;height:38px;border-radius:8px;background:var(--link);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.chat-send.svelte-zsv8oa:hover:not(:disabled){background:var(--link-hover)}.chat-send.svelte-zsv8oa:disabled{opacity:.4;cursor:default}
