.coach-page.svelte-10rzx{display:flex;flex-direction:column;height:calc(100vh - var(--bottom-nav-height) - env(safe-area-inset-bottom));max-width:var(--app-max-width);margin:0 auto;background:var(--color-bg)}.coach-header.svelte-10rzx{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) var(--space-4) var(--space-2);border-bottom:1px solid var(--color-border)}.coach-header.svelte-10rzx h1:where(.svelte-10rzx){margin:0;font-size:var(--text-xl)}.messages.svelte-10rzx{flex:1;min-height:0;overflow-y:auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.welcome.svelte-10rzx{text-align:center;padding:var(--space-8) var(--space-4);color:var(--color-text-muted, #6b7280)}.welcome-icon.svelte-10rzx{font-size:40px}.welcome-title.svelte-10rzx{font-weight:600;color:var(--color-text);margin-top:var(--space-3)}.welcome-text.svelte-10rzx{font-size:13px;line-height:1.6;margin-top:var(--space-2)}.msg.svelte-10rzx{display:flex;flex-direction:column;gap:6px;max-width:86%}.msg.user.svelte-10rzx{align-self:flex-end;align-items:flex-end}.msg.assistant.svelte-10rzx{align-self:flex-start;align-items:flex-start}.bubble.svelte-10rzx{padding:10px 14px;border-radius:16px;line-height:1.4;white-space:pre-wrap;word-wrap:break-word;font-size:15px}.user.svelte-10rzx .bubble:where(.svelte-10rzx){background:var(--color-primary, #4f46e5);color:#fff;border-bottom-right-radius:4px}.assistant.svelte-10rzx .bubble:where(.svelte-10rzx){background:var(--color-surface, #fff);border:1px solid var(--color-border, #e5e7eb);color:var(--color-text);border-bottom-left-radius:4px}.bubble.pending.svelte-10rzx{display:inline-flex;align-items:center;gap:8px}.thinking.svelte-10rzx{font-size:13px;color:var(--color-text-muted, #6b7280);font-variant-numeric:tabular-nums}.typing.svelte-10rzx{display:inline-flex;align-items:center;gap:4px}.typing.svelte-10rzx span:where(.svelte-10rzx){width:7px;height:7px;border-radius:50%;background:var(--color-primary, #4f46e5);opacity:.4;animation:svelte-10rzx-typing-bounce 1.2s infinite ease-in-out}.typing.svelte-10rzx span:where(.svelte-10rzx):nth-child(2){animation-delay:.18s}.typing.svelte-10rzx span:where(.svelte-10rzx):nth-child(3){animation-delay:.36s}@keyframes svelte-10rzx-typing-bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}.msg.error.svelte-10rzx .bubble:where(.svelte-10rzx){background:var(--color-status-bad-soft, #fef2f2);color:var(--color-status-bad, #991b1b);border-color:#fecaca}.actions-trace.svelte-10rzx{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px;font-size:12px;color:var(--color-text-muted, #6b7280)}.actions-trace.svelte-10rzx li:where(.svelte-10rzx){display:flex;gap:6px;align-items:baseline}.action-dot.svelte-10rzx{font-weight:700}.actions-trace.svelte-10rzx .ok:where(.svelte-10rzx) .action-dot:where(.svelte-10rzx){color:#16a34a}.actions-trace.svelte-10rzx .bad:where(.svelte-10rzx) .action-dot:where(.svelte-10rzx){color:#dc2626}.composer.svelte-10rzx{border-top:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #fff);padding:var(--space-2) var(--space-3)}.interim.svelte-10rzx{font-size:12px;color:var(--color-text-muted, #6b7280);padding:0 4px 4px;font-style:italic}.composer-row.svelte-10rzx{display:flex;align-items:flex-end;gap:6px}.composer-row.svelte-10rzx textarea:where(.svelte-10rzx){flex:1;resize:none;min-height:40px;max-height:140px;padding:8px 12px;border:1px solid var(--color-border-strong, #d1d5db);border-radius:10px;font-size:16px;line-height:1.4;background:var(--color-surface);color:var(--color-text)}.composer-row.svelte-10rzx textarea:where(.svelte-10rzx):focus{outline:none;border-color:var(--color-primary, #4f46e5);box-shadow:0 0 0 3px #4f46e52e}.btn-voice.svelte-10rzx{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border-strong, #d1d5db);background:var(--color-surface, #fff);font-size:18px;cursor:pointer}.btn-voice.listening.svelte-10rzx{background:var(--color-status-bad, #dc2626);border-color:var(--color-status-bad, #dc2626);color:#fff;animation:svelte-10rzx-pulse 1.2s infinite}@keyframes svelte-10rzx-pulse{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 8px #dc262600}}.btn-send.svelte-10rzx{flex-shrink:0;padding:10px 16px;border-radius:10px;background:var(--color-primary, #4f46e5);color:#fff;font-weight:600;border:0;cursor:pointer;min-height:40px}.btn-send.svelte-10rzx:disabled{opacity:.5;cursor:not-allowed}.btn-send[aria-busy=true].svelte-10rzx{opacity:1}.spinner.svelte-10rzx{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:svelte-10rzx-spin .7s linear infinite;vertical-align:middle}@keyframes svelte-10rzx-spin{to{transform:rotate(360deg)}}.btn-link.svelte-10rzx{background:none;border:0;color:var(--color-text-muted, #6b7280);font-size:12px;cursor:pointer}.btn-link.svelte-10rzx:disabled{opacity:.4;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.typing.svelte-10rzx span:where(.svelte-10rzx),.spinner.svelte-10rzx,.btn-voice.listening.svelte-10rzx{animation:none}.typing.svelte-10rzx span:where(.svelte-10rzx){opacity:.6}}
