.ai-coach-view{position:fixed;inset:0;width:100%;height:100%;background:#000;z-index:49;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 250ms var(--ease-out),visibility 250ms}.ai-coach-view.active{opacity:1;visibility:visible;pointer-events:auto;z-index:50}.ai-coach-header{position:fixed;top:0;left:0;right:0;z-index:51;display:flex;align-items:center;justify-content:space-between;padding:var(--safe-top) 16px 12px;background:#000;border-bottom:1px solid rgba(255,255,255,.06);transform:translateY(var(--ai-coach-header-translate,0))}.ai-coach-header h1{position:absolute;left:50%;transform:translateX(-50%);font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--text);margin:0;white-space:nowrap}.ai-coach-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:var(--text);padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:50%}.ai-coach-back svg{width:22px;height:22px;stroke-width:1.75}.ai-coach-chat{position:fixed;top:var(--ai-coach-header-height,44px);left:0;right:0;bottom:auto;height:var(--ai-coach-chat-height,calc(100vh - var(--ai-coach-header-height,44px) - var(--ai-coach-input-height,80px)));overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;display:flex;flex-direction:column;gap:12px;background:#000;z-index:50;transform:translateY(var(--ai-coach-chat-translate,0))}.ai-coach-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;color:var(--muted);text-align:center}.ai-coach-empty svg{width:56px;height:56px;stroke-width:1.75;margin-bottom:4px;color:var(--accent)}.ai-coach-empty-title{font-size:1rem;font-weight:600;color:var(--text);margin:0}.ai-coach-empty-suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;width:100%}.ai-coach-empty-tip{font-size:.8rem;color:var(--muted);margin:0;max-width:280px;line-height:1.5}.ai-coach-messages{display:flex;flex-direction:column;gap:12px;width:100%;padding-bottom:12px}.ai-coach-message{display:flex;flex-direction:column;gap:4px;max-width:85%;min-width:0}.ai-coach-message-ai{align-self:flex-start}.ai-coach-message-user{align-self:flex-end;align-items:flex-end}.ai-coach-message-label{font-size:.75rem;color:var(--muted);margin-bottom:2px}.ai-coach-message-text{display:inline-block;padding:12px 14px;border-radius:18px;font-size:.9rem;line-height:1.5;color:var(--text);word-break:break-word;max-width:100%}.ai-coach-message-ai .ai-coach-message-text{background:var(--card-elevated);border-bottom-left-radius:4px}.ai-coach-message-user .ai-coach-message-text{background:var(--accent);color:#000;border-bottom-right-radius:4px}.ai-coach-profile-card{background:var(--card)!important;color:var(--text)!important;border-bottom-right-radius:4px}.ai-coach-profile-card-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:var(--accent);margin-bottom:12px}.ai-coach-profile-card-title svg{width:20px;height:20px;stroke-width:1.75}.ai-coach-profile-card-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:.9rem}.ai-coach-profile-card-row:last-child{border-bottom:none}.ai-coach-profile-card-label{color:var(--muted)}.ai-coach-profile-card-value{font-weight:600;text-align:right}.ai-coach-loading{min-width:60px;min-height:36px;display:flex;align-items:center;justify-content:center}.ai-coach-typing-dots{display:flex;gap:6px}.ai-coach-typing-dots span{width:8px;height:8px;background:var(--muted);border-radius:50%;animation:aiTyping 1.4s infinite ease-in-out both}.ai-coach-typing-dots span:first-child{animation-delay:-.32s}.ai-coach-typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes aiTyping{0%,100%,80%{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes ai-confirm-in{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.ai-coach-error{background:rgba(255,69,58,.1)!important;color:#ff453a!important;border-bottom-left-radius:4px}.ai-coach-error-text{margin-bottom:10px}.ai-coach-retry-btn{height:36px;padding:0 18px;background:rgba(255,69,58,.2);border:none;border-radius:12px;color:#ff453a;font-size:.85rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.ai-coach-input-area{position:fixed;left:0;right:0;bottom:0;z-index:52;padding:10px 16px calc(8px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.06);background:#000;transform:translateZ(0)}.ai-coach-staging{margin-bottom:10px}.ai-coach-staging-card{display:flex;align-items:center;gap:10px;background:var(--card);border-radius:12px;padding:10px 12px;border:1px solid var(--accent)}.ai-coach-staging-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(0,200,150,.15);border-radius:8px;color:var(--accent)}.ai-coach-staging-icon svg{width:20px;height:20px;stroke-width:1.75}.ai-coach-staging-info{flex:1;display:flex;flex-direction:column;gap:2px}.ai-coach-staging-name{font-size:.95rem;font-weight:700;color:var(--text)}.ai-coach-staging-meta{font-size:.75rem;color:var(--muted)}.ai-coach-staging-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent}.ai-coach-staging-remove svg{width:20px;height:20px;stroke-width:1.75}.ai-coach-quick-suggestions{display:flex;gap:8px;overflow-x:auto;margin-bottom:10px;padding-bottom:4px;scrollbar-width:none}.ai-coach-quick-suggestions::-webkit-scrollbar{display:none}.ai-coach-quick-chip{flex-shrink:0;height:36px;padding:0 14px;background:rgba(255,255,255,.08);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.85rem;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .2s var(--ease-out),border-color .2s var(--ease-out)}.ai-coach-quick-chip:active{background:rgba(255,255,255,.15);border-color:var(--accent)}.ai-coach-input-bar{display:flex;align-items:center;gap:10px;background:var(--card);border-radius:14px;padding:8px}.ai-coach-profile-btn{flex-shrink:0;height:36px;display:flex;align-items:center;gap:6px;padding:0 10px;background:var(--card-elevated);border:none;border-radius:10px;color:var(--accent);font-size:.75rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.ai-coach-profile-btn svg{width:16px;height:16px;stroke-width:1.75}.ai-coach-input-wrap{flex:1;display:flex;align-items:center;min-height:40px;max-height:160px;background:0 0;border-radius:12px;overflow:hidden}.ai-coach-input{flex:1;width:100%;min-height:40px;max-height:120px;background:0 0;border:none;color:var(--text);font-size:.95rem;line-height:20px;padding:10px 0;outline:0;resize:none;overflow-y:auto;transition:height .2s var(--ease-out);box-sizing:border-box;font-family:inherit}.ai-coach-input::placeholder{color:var(--muted)}.ai-coach-send{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent);border:none;border-radius:50%;color:#000;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 150ms var(--ease-out),opacity .2s var(--ease-out)}.ai-coach-send:disabled{opacity:.4;cursor:not-allowed}.ai-coach-send svg{width:24px;height:24px;stroke-width:1.75}.profile-picker-modal{display:none;position:fixed;inset:0;z-index:250;align-items:flex-end;justify-content:center}.profile-picker-modal.open{display:flex}.profile-picker-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);opacity:0;transition:opacity .2s var(--ease-out)}.profile-picker-modal.open .profile-picker-backdrop{opacity:1}.profile-picker-sheet{position:relative;width:100%;max-height:80vh;background:var(--card);border-radius:16px 16px 0 0;padding:16px 16px calc(16px + var(--safe-bottom));display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s var(--ease-apple)}.profile-picker-modal.open .profile-picker-sheet{transform:translateY(0)}.profile-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.profile-picker-header h3{font-size:1.2rem;font-weight:700;color:var(--text);margin:0}.profile-picker-close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--card-elevated);border:none;border-radius:50%;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent}.profile-picker-close svg{width:16px;height:16px;stroke-width:1.75}.profile-picker-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.profile-picker-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 0;color:var(--muted);text-align:center}.profile-picker-empty svg{width:48px;height:48px;stroke-width:1.75}.profile-picker-option{display:flex;align-items:center;gap:12px;background:var(--card);border-radius:16px;padding:14px;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid var(--border);transition:border-color .2s var(--ease-out),background .2s var(--ease-out)}.profile-picker-option.active{border:2px solid var(--accent);background:rgba(0,200,150,.08);padding:13px}.profile-picker-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(0,200,150,.15);border-radius:50%;color:var(--accent);flex-shrink:0}.profile-picker-avatar svg{width:24px;height:24px;stroke-width:1.75}.profile-picker-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.profile-picker-name{font-size:1rem;font-weight:700;color:var(--text)}.profile-picker-meta{font-size:.8rem;color:var(--muted)}.profile-picker-goals{display:flex;gap:6px;flex-wrap:wrap}.profile-picker-goal{font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:12px;background:rgba(0,200,150,.15);color:var(--accent)}.profile-picker-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:transparent;background:0 0;border:2px solid var(--border);flex-shrink:0;transition:background .2s var(--ease-out),color .2s var(--ease-out),border-color .2s var(--ease-out)}.profile-picker-option.active .profile-picker-check{background:var(--accent);border-color:var(--accent);color:#000}.profile-picker-check svg{width:16px;height:16px;stroke-width:1.75;opacity:0;transform:scale(0);transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}.profile-picker-option.active .profile-picker-check svg{opacity:1;transform:scale(1)}.profile-picker-confirm{width:100%;height:52px;background:var(--accent);color:#000;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent}.ai-coach-confirm-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.ai-coach-confirm-modal.hidden{display:none}.ai-coach-confirm-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.ai-coach-confirm-sheet{position:relative;width:100%;max-width:320px;background:var(--card);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 24px 70px rgba(0,0,0,.55);animation:ai-confirm-in .3s var(--ease-out) forwards}.ai-coach-confirm-header h3{margin:0;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text);text-align:center}.ai-coach-confirm-body{font-size:.95rem;line-height:1.5;color:var(--text)}.ai-coach-confirm-body p{margin:0}.ai-coach-confirm-body strong{color:var(--accent)}.ai-coach-confirm-warning{margin-top:12px;padding:10px 12px;background:rgba(255,200,0,.12);border-radius:10px;font-size:.85rem;color:#fc0}.ai-coach-confirm-edit{display:flex;flex-direction:column;gap:12px;background:var(--card-elevated);border-radius:16px;padding:16px}.ai-coach-confirm-edit-profile{width:100%;height:48px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:var(--card-elevated);color:var(--text);font-size:.95rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background 150ms var(--ease-out)}.ai-coach-confirm-edit-profile:active{background:rgba(255,255,255,.08)}.ai-coach-confirm-label{font-size:.85rem;color:var(--text-secondary)}.ai-coach-confirm-input{width:100%;height:46px;padding:0 14px;background:var(--card);border:1px solid rgba(255,255,255,.12);border-radius:12px;color:var(--text);font-size:.95rem;outline:0;box-sizing:border-box;-webkit-appearance:none}.ai-coach-confirm-input:focus{border-color:var(--accent)}.ai-coach-confirm-input::placeholder{color:rgba(255,255,255,.35)}.ai-coach-confirm-actions{display:flex;gap:12px}.ai-coach-confirm-cancel,.ai-coach-confirm-ok{flex:1;height:52px;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent}.ai-coach-confirm-cancel{background:var(--card-elevated);color:var(--text)}.ai-coach-confirm-ok{background:var(--accent);color:#000}