/* ============ MY COACH ============ */
.my-coach-form{max-width:640px;margin:0 auto 40px;display:flex;flex-direction:column;gap:12px}
.my-coach-form textarea{
  width:100%;padding:14px 16px;border-radius:var(--radius-sm);background:rgba(255,255,255,.04);
  border:1px solid var(--border);color:var(--text);font-family:"Inter",sans-serif;font-size:14px;resize:vertical;
}
.my-coach-form textarea:focus{outline:none;border-color:var(--green)}
.my-coach-form textarea::placeholder{color:var(--muted-2)}
.my-coach-subhead{font-family:"Plus Jakarta Sans",sans-serif;font-weight:700;font-size:16px;margin:0 0 16px;text-align:center}
.my-coach-list{display:flex;flex-direction:column;gap:12px;max-width:640px;margin:0 auto}
.my-coach-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 20px}
.my-coach-question{font-size:14px;color:var(--text);line-height:1.6;margin-bottom:8px}
.my-coach-answer{font-size:13px;color:var(--green-2);line-height:1.6;background:rgba(34,197,94,.08);border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:8px}
.my-coach-answer[hidden],.my-coach-pending[hidden]{display:none}
.my-coach-pending{font-size:12.5px;color:var(--muted-2);font-style:italic;margin-bottom:8px}
.my-coach-date{font-size:11px;color:var(--muted-2)}
