.coach{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:calc(150px + env(safe-area-inset-bottom));z-index:39}
.coach__launcher{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--surface-2,#17191e);color:var(--text,#faf6ed);border:1px solid var(--gold,#d6b975);border-radius:36px;padding:4px 4px 7px;box-shadow:0 6px 20px #0004;cursor:pointer;min-width:66px}
.coach__launcher[hidden]{display:none}.coach__launcher img{border-radius:50%;object-fit:cover}.coach__label{font-family:inherit;font-size:11px;font-weight:600;line-height:1.3}.coach[data-state=speaking] .coach__launcher{border-color:#84cbb7}
.coach__dialog{position:fixed;inset:auto 18px calc(100px + env(safe-area-inset-bottom)) auto;width:min(360px,calc(100vw - 28px));max-height:calc(100dvh - 130px);overflow:auto;margin:0;padding:24px;border:1px solid #cbb47b66;border-radius:24px;background:#191c22;color:#f5f1e8;box-shadow:0 24px 80px #0008;font-family:inherit}
.coach__dialog::backdrop{background:#080b1270}.coach__head{display:flex;align-items:center;gap:14px}.coach__head img{border-radius:20px;flex:none}.coach__head h2{font-size:21px;line-height:1.4;margin:3px 0}.coach__head p{color:#b7babf;font-size:12px;margin:0}.coach__eyebrow{font-size:10px;font-weight:700;letter-spacing:1px;color:#dbbf7c}
.coach__close{align-self:flex-start;flex:none;margin-left:auto;border:0;background:transparent;color:#c8c9cd;font-size:28px;width:36px;height:36px;cursor:pointer}.coach__intro{font-size:14px;color:#c6c8ce;line-height:1.8;margin:24px 0 16px}.coach__actions{display:grid;gap:8px}.coach__actions button{display:flex;align-items:center;justify-content:space-between;text-align:left;width:100%;min-height:48px;padding:12px 14px;border:1px solid #ffffff16;border-radius:12px;background:#242831;color:#f4f0e8;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.coach__actions span{font-size:11px;color:#bdc0c6;font-weight:400}
.coach__form{margin-top:24px}.coach__form label{font-size:13px;font-weight:600;display:block;margin-bottom:9px}.coach__form textarea{display:block;box-sizing:border-box;resize:vertical;width:100%;padding:12px;background:#101318;border:1px solid #ffffff24;border-radius:12px;color:#fff;font-family:inherit;font-size:16px;line-height:1.5;min-height:80px;margin-bottom:12px}.coach__hint{font-size:11px;line-height:1.6;color:#a9aeb8;margin:10px 0 0}.coach button:focus-visible,.coach textarea:focus-visible{outline:3px solid #e1c481;outline-offset:3px}
@media(min-width:1000px){.coach{right:28px;bottom:108px}.coach__dialog{right:28px;bottom:110px}}
@media(max-width:400px){.coach{right:10px;bottom:calc(147px + env(safe-area-inset-bottom))}.coach__launcher img{width:48px;height:48px}.coach__launcher{min-width:58px}.coach__dialog{right:14px;padding:20px}.coach__head{gap:10px}.coach__head h2{font-size:19px}}
@media(prefers-reduced-motion:reduce){.coach *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
