.wake-indicator.active.svelte-12e97l9{color:var(--accent)}.companion-stats-trigger{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%;height:34px;padding:0 8px;border:0;border-radius:8px;background:transparent;color:var(--text-secondary);font:inherit;font-size:13px;cursor:pointer}.companion-stats-trigger:hover,.companion-stats-trigger[data-state=open]{background:var(--bg-secondary);color:var(--text-primary)}.trigger-name.svelte-6e6366{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mood-icon.svelte-6e6366{display:flex;flex-shrink:0}.companion-stats-trigger>svg{flex-shrink:0}.companion-stats-popover{z-index:1300;display:flex;flex-direction:column;width:min(360px,calc(100vw - 24px));max-height:min(620px,var(--bits-popover-content-available-height));overflow:hidden;outline:none}.stats-header.svelte-6e6366{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--border-light)}.stats-header.svelte-6e6366>div:where(.svelte-6e6366){min-width:0}h3.svelte-6e6366{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);font-size:15px;font-weight:500}.stats-header.svelte-6e6366 p:where(.svelte-6e6366){margin:3px 0 0;font-size:12px;color:var(--text-secondary)}.stats-close{display:grid;place-items:center;flex-shrink:0;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer}.stats-close:hover{background:var(--bg-secondary)}.stats-body.svelte-6e6366{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 16px}.stats-body.svelte-6e6366:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}footer.svelte-6e6366{flex-shrink:0;border-top:1px solid var(--border-light)}footer.svelte-6e6366 a:where(.svelte-6e6366){display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:var(--text-secondary);text-decoration:none;font-size:13px}footer.svelte-6e6366 a:where(.svelte-6e6366):hover{background:var(--bg-secondary);color:var(--text-primary)}@media(pointer:coarse){.companion-stats-trigger,.stats-close{min-height:44px}.stats-close{min-width:44px}}.visualizer-container.svelte-r5ppeh{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;padding:.625rem .5rem;min-height:24px;overflow:hidden}.bars.svelte-r5ppeh{display:flex;align-items:center;gap:3px;flex-shrink:0}.bar.svelte-r5ppeh{width:3px;background:var(--accent);border-radius:1.5px;transition:height .08s ease-out;animation:svelte-r5ppeh-pulse .5s ease-in-out infinite alternate}@keyframes svelte-r5ppeh-pulse{0%{opacity:.7}to{opacity:1}}.transcript.svelte-r5ppeh{flex:1;min-width:0;color:var(--color-neutral-800);font-size:1rem;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transcript.placeholder.svelte-r5ppeh{color:var(--color-neutral-500)}.chat-input.svelte-j7h4bp,.chat-form.svelte-j7h4bp{flex:1;min-width:0}.pending-row.svelte-j7h4bp{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;padding:0 .5rem}.pending-chip.svelte-j7h4bp{position:relative;width:56px;height:56px;cursor:pointer;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.pending-chip.svelte-j7h4bp:hover{transform:translateY(-2px);z-index:2}.pending-chip.svelte-j7h4bp img:where(.svelte-j7h4bp){width:100%;height:100%;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}.pending-chip.svelte-j7h4bp:hover img:where(.svelte-j7h4bp){border-color:var(--accent);box-shadow:var(--shadow-glow)}.remove-chip.svelte-j7h4bp{position:absolute;top:-5px;right:-5px;width:19px;height:19px;border:2px solid var(--bg-primary);border-radius:var(--control-radius, var(--radius-md));background:var(--color-error);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:var(--shadow-sm);opacity:0;transform:scale(.4);transition:opacity .16s ease,transform .22s cubic-bezier(.34,1.56,.64,1)}.pending-chip.svelte-j7h4bp:hover .remove-chip:where(.svelte-j7h4bp){opacity:1;transform:scale(1)}.remove-chip.svelte-j7h4bp:hover{transform:scale(1.2)}.input-wrapper.svelte-j7h4bp{display:flex;align-items:center;gap:.5rem;background:var(--bg-primary);border:1px solid var(--border-subtle);backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:var(--radius-lg);padding:.5rem;height:60px;box-shadow:var(--shadow-xs);transition:box-shadow .2s}.input-wrapper.svelte-j7h4bp:focus-within{box-shadow:0 0 0 3px var(--accent-muted),var(--shadow-glow)}.input-wrapper.recording.svelte-j7h4bp{box-shadow:0 0 0 3px var(--accent-muted),var(--shadow-glow)}.input-wrapper.transcribing.svelte-j7h4bp{box-shadow:0 0 0 3px var(--accent-muted),var(--shadow-md)}.stacked.svelte-j7h4bp .input-wrapper:where(.svelte-j7h4bp){border-radius:var(--radius-xl);border:1px solid var(--border-subtle);box-shadow:none;height:auto;min-height:116px;min-width:0;gap:.25rem;padding:.5rem;backdrop-filter:none;-webkit-backdrop-filter:none}.stacked.svelte-j7h4bp .input-wrapper:where(.svelte-j7h4bp):not(.recording):not(.transcribing){display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;grid-template-areas:"message message message message" "stats attach voice send"}.stats-slot.svelte-j7h4bp{grid-area:stats;min-width:0}.stacked.svelte-j7h4bp .attach-btn:where(.svelte-j7h4bp){grid-area:attach;justify-self:start}.stacked.svelte-j7h4bp .voice-btn:where(.svelte-j7h4bp){grid-area:voice}.stacked.svelte-j7h4bp .send-btn:where(.svelte-j7h4bp){grid-area:send}.stacked.svelte-j7h4bp .input-wrapper:where(.svelte-j7h4bp):focus-within,.stacked.svelte-j7h4bp .input-wrapper.recording:where(.svelte-j7h4bp),.stacked.svelte-j7h4bp .input-wrapper.transcribing:where(.svelte-j7h4bp){border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-muted)}.stacked.svelte-j7h4bp .pending-row:where(.svelte-j7h4bp){margin-bottom:.35rem;padding:0 .25rem}.transcribing-label.svelte-j7h4bp{flex:1;padding:.625rem .5rem;font-size:.9rem;color:var(--text-tertiary);font-style:italic}textarea.svelte-j7h4bp{flex:1;min-width:0;padding:.625rem .5rem;border:none;background:transparent;color:var(--text-primary);font-size:1rem;resize:none;outline:none;font-family:inherit;line-height:1.5;height:calc(1.5em + 1rem);white-space:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}textarea.svelte-j7h4bp::-webkit-scrollbar{display:none}.stacked.svelte-j7h4bp textarea:where(.svelte-j7h4bp){grid-area:message;width:100%;font-size:1rem;padding:.375rem .5rem;height:64px;white-space:pre-wrap;overflow-wrap:anywhere;overflow-y:auto;scrollbar-width:thin}textarea.svelte-j7h4bp::placeholder{color:var(--text-tertiary)}textarea[readonly].svelte-j7h4bp{opacity:.5;cursor:not-allowed}.mic-btn.svelte-j7h4bp{width:44px;height:44px;border:none;border-radius:var(--control-radius, var(--radius-md));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,box-shadow .2s,transform .15s;flex-shrink:0;position:relative;background:transparent;color:var(--text-tertiary)}.stacked.svelte-j7h4bp .mic-btn:where(.svelte-j7h4bp){width:34px;height:34px}.stacked.svelte-j7h4bp .pending-chip:where(.svelte-j7h4bp){width:44px;height:44px}.mic-btn.svelte-j7h4bp:hover:not(:disabled){color:var(--text-primary);background:var(--bg-tertiary)}.mic-btn.svelte-j7h4bp:active:not(:disabled){transform:scale(.94)}.mic-btn.vision-off.svelte-j7h4bp{opacity:.45}.mic-btn.recording.svelte-j7h4bp{background:var(--accent);color:var(--accent-contrast);animation:svelte-j7h4bp-recording-pulse 1.6s ease-in-out infinite}.mic-btn.recording.svelte-j7h4bp:hover{background:var(--accent-hover)}.mic-btn.recording.svelte-j7h4bp:disabled{opacity:.7;cursor:wait;animation:none}@keyframes svelte-j7h4bp-recording-pulse{0%,to{box-shadow:0 0 0 0 var(--accent-muted)}50%{box-shadow:0 0 0 6px transparent}}.send-btn.svelte-j7h4bp{background:var(--accent);color:var(--text-on-accent, white)}.send-btn.svelte-j7h4bp:hover:not(:disabled){background:var(--accent-hover);color:var(--text-on-accent, white)}.send-btn.svelte-j7h4bp:disabled{opacity:.4;cursor:default}.mic-btn.svelte-j7h4bp:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pending-chip.svelte-j7h4bp:focus-within .remove-chip:where(.svelte-j7h4bp){opacity:1;transform:scale(1)}@media(pointer:coarse){.remove-chip.svelte-j7h4bp{opacity:1;transform:scale(1)}.stacked.svelte-j7h4bp .mic-btn:where(.svelte-j7h4bp){width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.mic-btn.recording.svelte-j7h4bp{animation:none}}.vision-hint.svelte-enzsed{position:fixed;top:calc(1.25rem + env(safe-area-inset-top,0));left:50%;display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;max-width:min(420px,90vw);background:var(--accent);color:var(--accent-contrast);border-radius:var(--radius-lg);font-size:.82rem;font-weight:600;line-height:1.35;z-index:50;box-shadow:var(--shadow-lg);animation:svelte-enzsed-hintDrop .35s cubic-bezier(.16,1,.3,1) both}.vision-hint.svelte-enzsed svg{flex-shrink:0}@keyframes svelte-enzsed-hintDrop{0%{transform:translate(-50%,-16px) scale(.96);opacity:0}to{transform:translate(-50%) scale(1);opacity:1}}.privacy-notice.svelte-enzsed{position:fixed;top:calc(1.25rem + env(safe-area-inset-top,0));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.6rem;padding:.7rem .75rem .7rem 1rem;max-width:min(460px,92vw);background:var(--bg-primary);color:var(--text-primary);border-radius:var(--radius-lg);font-size:.8rem;font-weight:500;line-height:1.35;z-index:60;box-shadow:var(--shadow-lg);animation:svelte-enzsed-hintDrop .35s cubic-bezier(.16,1,.3,1) both}.privacy-notice.svelte-enzsed svg{flex-shrink:0;opacity:.65}@media(prefers-reduced-motion:reduce){.vision-hint.svelte-enzsed,.privacy-notice.svelte-enzsed{animation:none}}.privacy-ack.svelte-enzsed{flex-shrink:0;border:none;border-radius:var(--control-radius);padding:.35rem .85rem;font-size:.78rem;font-weight:600;color:var(--accent-contrast);background:var(--accent);cursor:pointer;transition:background .15s ease}.privacy-ack.svelte-enzsed:hover{background:var(--accent-hover)}.drop-zone.svelte-enzsed{position:absolute;left:1rem;right:1rem;top:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:52px;border-radius:var(--control-radius);background:var(--accent-subtle);border:2px dashed var(--accent);color:var(--accent);font-size:.95rem;font-weight:600;box-shadow:var(--shadow-sm);z-index:5;pointer-events:none;overflow:hidden;animation:svelte-enzsed-dropPop .34s cubic-bezier(.34,1.56,.64,1) both}.drop-zone.svelte-enzsed svg{animation:svelte-enzsed-dropIcon .9s ease-in-out infinite}@keyframes svelte-enzsed-dropPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes svelte-enzsed-dropIcon{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(-6deg)}}.bottom-chat-bar.svelte-enzsed{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);width:100%;max-width:600px;padding:0 1rem;z-index:40}.bottom-chat-bar.overlay.svelte-enzsed{position:fixed}.bottom-chat-bar.align-left.svelte-enzsed{left:0;transform:none}.bottom-chat-bar.align-right.svelte-enzsed{left:auto;right:0;transform:none}.bar-row.svelte-enzsed{display:flex;align-items:flex-end;gap:.5rem}.stt-error.svelte-enzsed{position:fixed;top:4.5rem;left:50%;transform:translate(-50%);display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;width:fit-content;max-width:600px;background:var(--color-error);border:1px solid transparent;border-radius:var(--radius-lg);color:#fff;font-size:.875rem;cursor:pointer;z-index:50;animation:svelte-enzsed-slideDownShake .5s ease-out;box-shadow:var(--shadow-lg)}@keyframes svelte-enzsed-slideDownShake{0%{opacity:0;transform:translate(-50%) translateY(-8px)}30%{opacity:1;transform:translate(-50%) translateY(0)}45%{transform:translate(calc(-50% + 6px)) translateY(0)}60%{transform:translate(calc(-50% - 5px)) translateY(0)}75%{transform:translate(calc(-50% + 3px)) translateY(0)}90%{transform:translate(calc(-50% - 2px)) translateY(0)}to{transform:translate(-50%) translateY(0)}}.stt-error.svelte-enzsed span:where(.svelte-enzsed){flex:1;word-wrap:break-word}.dismiss-btn.svelte-enzsed{background:#fff3;border:none;padding:.25rem;border-radius:var(--radius-sm);cursor:pointer;color:#fff;opacity:.9;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.dismiss-btn.svelte-enzsed:hover{opacity:1;background:#ffffff4d}@media(max-width:640px){.bottom-chat-bar.svelte-enzsed{bottom:1rem;max-width:none;padding:0 .75rem}.stt-error.svelte-enzsed{width:fit-content;max-width:calc(100vw - 1.5rem)}}.speech-bubble-container.svelte-1gqcr07{position:fixed;z-index:50;pointer-events:none;transition:top .1s ease-out,left .1s ease-out}.speech-bubble.svelte-1gqcr07{position:relative;max-width:280px;min-width:60px;max-height:120px;overflow:hidden;background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);pointer-events:auto;cursor:pointer;transition:transform .15s ease-out,box-shadow .15s ease-out}.speech-bubble.svelte-1gqcr07:hover{transform:scale(1.02) translateY(-1px);box-shadow:var(--shadow-lg)}.speech-bubble-content.svelte-1gqcr07{max-height:120px;overflow-y:auto;padding:.75rem 1rem}.speech-bubble-content.svelte-1gqcr07::-webkit-scrollbar{width:6px}.speech-bubble-content.svelte-1gqcr07::-webkit-scrollbar-track{background:transparent;margin:4px 0}.speech-bubble-content.svelte-1gqcr07::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}.speech-bubble-content.svelte-1gqcr07::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.bubble-tail.svelte-1gqcr07{position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:10px solid var(--bg-secondary)}.speech-bubble-container.docked.svelte-1gqcr07{inset:auto auto 108px 50%;transform:translate(-50%);transition:none;width:max-content;max-width:min(86%,340px)}.docked.svelte-1gqcr07 .speech-bubble:where(.svelte-1gqcr07){max-width:100%;max-height:150px}.docked.svelte-1gqcr07 .speech-bubble-content:where(.svelte-1gqcr07){max-height:150px}.bubble-tail-down.svelte-1gqcr07{left:50%;top:auto;bottom:-8px;transform:translate(-50%);border-top:10px solid var(--bg-secondary);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:none}.message.svelte-1gqcr07{margin:0;font-size:.8125rem;line-height:1.5;word-wrap:break-word;color:var(--text-primary)}.thinking-row.svelte-1gqcr07{display:flex;align-items:center;padding:.125rem 0}@media(max-width:640px){.speech-bubble.svelte-1gqcr07{max-width:220px}}.choices-container.svelte-qbj4nx{display:flex;flex-direction:column;gap:.625rem}.choice-btn.svelte-qbj4nx{display:flex;text-align:left;white-space:normal;animation:svelte-qbj4nx-slideIn .3s ease-out backwards}@keyframes svelte-qbj4nx-slideIn{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.choice-number.svelte-qbj4nx{background:var(--control-selected);display:grid;place-items:center;width:24px;height:24px;flex-shrink:0;border:1px solid var(--border-light);border-radius:4px;font-size:12px;color:var(--text-secondary)}.choice-text.svelte-qbj4nx{flex:1;line-height:1.5;font-size:14px}@media(prefers-reduced-motion:reduce){.choice-btn.svelte-qbj4nx{animation:none}}.scene-overlay.svelte-2pgy22{position:fixed;inset:0;background:#1c2b3347;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000}.scene-overlay.overlay.svelte-2pgy22{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.scene-container.svelte-2pgy22{position:relative;background:var(--bg-primary);border-radius:var(--radius-xl);max-width:500px;width:90%;max-height:80vh;overflow:hidden;box-shadow:var(--shadow-xl)}.scene-header.svelte-2pgy22{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary)}.event-title.svelte-2pgy22{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;color:var(--accent)}.close-btn.floating.svelte-2pgy22{position:absolute;top:.75rem;right:.75rem}.scene-content.svelte-2pgy22{padding:1.5rem;overflow-y:auto;max-height:calc(80vh - 60px)}.intro-text.svelte-2pgy22,.outro-text.svelte-2pgy22{font-style:italic;color:var(--text-secondary);text-align:center;line-height:1.7;margin-bottom:1.25rem}.speaker-name.svelte-2pgy22{display:inline-flex;align-items:center;gap:.375rem;color:var(--accent);font-weight:600;font-size:.8rem;margin-bottom:.5rem;padding:.25rem .625rem;background:var(--accent-muted);border-radius:var(--radius-full)}.dialogue-text.svelte-2pgy22{color:var(--text-primary);font-size:1rem;line-height:1.7;margin-bottom:1.25rem}.your-choice.svelte-2pgy22{background:var(--bg-secondary);border-left:3px solid var(--accent);padding:.75rem 1rem;margin-bottom:1.25rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.choice-label.svelte-2pgy22{font-size:12px;color:var(--text-secondary)}.choice-text.svelte-2pgy22{color:var(--text-primary);margin:.25rem 0 0}.hint.svelte-2pgy22{text-align:center;color:var(--text-tertiary);font-size:.7rem;margin-top:1rem}
