#coach-widget-root{position:relative;isolation:isolate}.coach-bubble{position:fixed;bottom:1.5rem;right:1.5rem;z-index:60;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;border:none;background:var(--color-brand-primary);color:#fff;box-shadow:0 4px 16px #0003;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.coach-bubble:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.coach-bubble:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:3px}.coach-bubble__icon--close,.coach-bubble[aria-expanded=true] .coach-bubble__icon--chat{display:none}.coach-bubble[aria-expanded=true] .coach-bubble__icon--close{display:block}body.coach-widget-open .jump-to-recipe{display:none}body.has-recipe-sticky-cta .coach-bubble{bottom:6.5rem}@media(max-width:640px){body.has-recipe-sticky-cta .coach-bubble{bottom:6rem}}.coach-overlay{position:fixed;inset:0;z-index:55;background:#14120f73;backdrop-filter:blur(1px)}.coach-panel{position:fixed;z-index:61;display:flex;flex-direction:column;background:var(--color-brand-surface);color:var(--color-brand-text);box-shadow:0 20px 50px #00000040;overflow:hidden;right:1.5rem;bottom:5.5rem;width:380px;max-width:calc(100vw - 3rem);height:560px;max-height:75vh;border-radius:1.5rem}@media(max-width:640px){.coach-panel{right:0;left:0;bottom:0;width:100%;max-width:none;height:auto;max-height:80vh;border-radius:1.25rem 1.25rem 0 0}}.coach-panel__header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border-bottom:1px solid var(--color-brand-border);background:var(--color-brand-surface);flex-shrink:0}.coach-panel__title{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;margin:0}.coach-panel__close{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border:none;border-radius:9999px;background:transparent;color:var(--color-brand-text-muted);cursor:pointer}.coach-panel__close:hover{background:var(--color-brand-surface-muted);color:var(--color-brand-primary)}.coach-panel__close:focus-visible,.coach-panel__toggle:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.coach-panel__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:var(--color-brand-bg)}.coach-disclaimer{border-radius:1rem;background:#ffffffb3;padding:.75rem .9rem;text-align:center;font-size:.7rem;line-height:1.5;color:var(--color-brand-text-muted)}.coach-panel__controls{border-top:1px solid var(--color-brand-border);background:var(--color-brand-surface);padding:.75rem 1rem;flex-shrink:0}.coach-panel__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 1rem .75rem;font-size:.68rem;color:var(--color-brand-text-muted);background:var(--color-brand-surface);flex-shrink:0}.coach-panel__footer a{color:var(--color-brand-text-muted);text-decoration:underline}.coach-panel__footer a:hover{color:var(--color-brand-primary)}body.coach-widget-open{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.coach-msg{display:flex;flex-direction:column}.coach-msg--user{align-items:flex-end}.coach-msg--assistant{align-items:flex-start}.coach-msg__bubble{max-width:88%;border-radius:1.1rem;padding:.65rem .9rem;font-size:.85rem;line-height:1.5;box-shadow:0 1px 4px #0000000f}.coach-msg__bubble--user{background:var(--color-brand-primary);color:#fff;border-bottom-right-radius:.35rem;margin:0}.coach-msg--assistant .coach-msg__bubble{background:var(--color-brand-surface);color:var(--color-brand-text);border-bottom-left-radius:.35rem}.coach-msg__bubble--error{background:#ffffffd9;font-style:italic;color:var(--color-brand-text-muted);margin:0}.coach-msg__label{margin:0 0 .25rem;font-size:.7rem;font-weight:600;color:var(--color-brand-primary)}.coach-msg__bubble p{margin:0 0 .4rem}.coach-msg__bubble p:last-child{margin-bottom:0}.coach-msg__medical-note{margin-top:.5rem!important;font-size:.68rem;color:var(--color-brand-text-muted)}.coach-msg__sources{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-brand-border);font-size:.7rem;color:var(--color-brand-text-muted)}.coach-msg__recipes{margin-top:.4rem;display:flex;flex-direction:column;gap:.25rem}.coach-msg__recipes a{font-size:.8rem;font-weight:600;color:var(--color-brand-primary)}.coach-msg__recipes a span{font-weight:400;color:var(--color-brand-text-muted)}.coach-msg__followups{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;margin-top:.4rem;width:100%}.coach-chip{border:none;border-radius:9999px;background:var(--color-brand-surface-muted);color:var(--color-brand-text);font-size:.72rem;font-weight:500;padding:.4rem .8rem;cursor:pointer}.coach-chip:hover{background:var(--color-brand-border-muted)}.coach-typing{display:flex;gap:.25rem;padding:.75rem 1rem}.coach-typing span{width:.4rem;height:.4rem;border-radius:9999px;background:var(--color-brand-text-muted);opacity:.6;animation:coach-bounce 1.1s infinite}.coach-typing span:nth-child(2){animation-delay:.15s}.coach-typing span:nth-child(3){animation-delay:.3s}@keyframes coach-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}.coach-input-form{display:flex;flex-direction:column;gap:.3rem}.coach-input-row{display:flex;align-items:center;gap:.5rem}.coach-input-field{flex:1;border:1px solid var(--color-brand-border);border-radius:9999px;background:var(--color-brand-bg);padding:.6rem 1rem;font-size:.85rem;color:var(--color-brand-text);outline:none}.coach-input-field:focus-visible{border-color:var(--color-brand-primary)}.coach-send-btn{flex-shrink:0;width:2.4rem;height:2.4rem;border:none;border-radius:9999px;background:var(--color-brand-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.coach-send-btn:hover{background:var(--color-brand-primary-hover)}.coach-send-btn:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.coach-input-count{align-self:flex-end;font-size:.68rem;color:var(--color-brand-text-muted)}.coach-gate-card,.coach-upgrade-card{border-radius:1rem;background:var(--color-brand-bg);padding:.9rem 1rem}.coach-gate-card h3,.coach-upgrade-card h3{margin:0 0 .4rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;color:var(--color-brand-text)}.coach-gate-card p{margin:0 0 .6rem;font-size:.75rem;line-height:1.5;color:var(--color-brand-text-muted)}.coach-gate-card input[type=email]{width:100%;border:1px solid var(--color-brand-border);border-radius:9999px;background:#fff;padding:.55rem .9rem;font-size:.82rem;color:var(--color-brand-text);outline:none;box-sizing:border-box;margin-bottom:.5rem}.coach-gate-card input[type=email]:focus-visible{border-color:var(--color-brand-primary)}.coach-gate-consent{display:flex;align-items:flex-start;gap:.4rem;font-size:.7rem;line-height:1.4;color:var(--color-brand-text-muted);margin-bottom:.5rem}.coach-gate-consent input{margin-top:.15rem}.coach-gate-consent a{color:var(--color-brand-text-muted);text-decoration:underline}.coach-gate-error{color:#b3261e;font-size:.72rem;margin:0 0 .5rem}.coach-gate-submit,.coach-upgrade-cta{display:block;width:100%;text-align:center;border:none;border-radius:9999px;background:var(--color-brand-primary);color:#fff;font-size:.82rem;font-weight:600;padding:.6rem 1rem;cursor:pointer;text-decoration:none;box-sizing:border-box}.coach-gate-submit:hover,.coach-upgrade-cta:hover{background:var(--color-brand-primary-hover)}.coach-gate-submit:disabled{opacity:.6;cursor:default}.coach-upgrade-card ul{margin:0 0 .6rem;padding:0 0 0 1.1rem;font-size:.78rem;line-height:1.5;color:var(--color-brand-text)}.coach-upgrade-card li{margin-bottom:.2rem}.coach-upgrade-price{margin:0 0 .6rem;font-size:.75rem;font-weight:600;color:var(--color-brand-text)}
