.coach-chat{padding:24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;margin-bottom:20px}.chat-intro h2{font-size:30px;line-height:1.1;margin:5px 0 10px}.chat-intro p{color:var(--muted)}.chat-suggestions{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.chat-suggestions button{background:#08130f;border:1px solid var(--line);border-radius:99px;padding:8px 11px;color:var(--muted);cursor:pointer}.chat-suggestions button:hover{color:var(--text);border-color:var(--green)}.chat-window{background:#08130f;border:1px solid var(--line);border-radius:14px;padding:14px}.chat-status{font-size:11px;color:var(--orange);margin-bottom:8px}.chat-status.live{color:var(--green)}.chat-messages{min-height:150px;max-height:330px;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:4px}.chat-message{max-width:88%;padding:10px 12px;border-radius:13px;background:#13251f;white-space:pre-wrap}.chat-message.user{align-self:flex-end;background:#214a3d}.chat-message.error{color:var(--orange)}#chat-form{margin-top:10px;border-top:1px solid var(--line);padding-top:10px}#chat-form label{position:absolute;left:-9999px}#chat-form>div{display:flex;gap:8px}#chat-input{flex:1;min-width:0;background:#0d1b17;border:1px solid var(--line);border-radius:11px;color:var(--text);padding:11px 12px;font:inherit}#chat-send{border:0;border-radius:11px;background:var(--green);color:#06110d;padding:0 17px;font-weight:850;cursor:pointer}#chat-send:disabled,#chat-input:disabled{opacity:.45;cursor:not-allowed}#chat-form small{display:block;color:var(--muted);margin-top:7px}@media(max-width:900px){.coach-chat{grid-template-columns:1fr}}@media(max-width:620px){.coach-chat{padding:17px}.chat-intro h2{font-size:25px}.chat-suggestions{display:none}.chat-message{max-width:94%}}
