.coach-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.coach-popup{background:white;padding:20px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);width:100%;max-width:420px;max-height:calc(100vh - 2rem);overflow-y:auto}.coach-popup h3{margin-top:0}.coach-popup ul{padding-left:20px;margin:8px 0}.coach-close{margin-top:12px;padding:8px 12px;border:none;border-radius:8px;background:linear-gradient(90deg,#fcd5ce,#fff1e6);font-weight:600}.coach-btn,.coach-close{color:#5a4a3f;cursor:pointer}.coach-btn{margin-left:8px;background:none;border:none;font-weight:700}.coach-btn:hover{text-decoration:underline}@media (max-width:480px){.coach-popup-overlay{align-items:flex-start}}