.patient-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(20,16,34,.45);display:flex;justify-content:center;align-items:center;z-index:1100;padding:16px}.patient-modal{background:#f5f5f8;width:min(760px,100%);max-height:92vh;border-radius:12px;box-shadow:0 20px 45px rgba(16,8,32,.24);overflow:hidden;display:flex;flex-direction:column}.patient-modal-header{background:linear-gradient(90deg,#7a57f2,#7d59dc);color:#ffffff;padding:14px 18px;display:flex;align-items:center;justify-content:space-between}.patient-modal-header h5{margin:0}.patient-close{border:none;background:transparent;color:rgba(255,255,255,.9);font-size:16px;line-height:1;cursor:pointer;padding:0}.patient-modal-body{padding:22px 28px 16px;overflow-y:auto}.patient-desc{margin:0;color:#3d3d3d;font-size:16px}.patient-create-btn{border:none;border-radius:7px;background:#7a57f2;color:#ffffff;font-size:16px;padding:10px 22px;margin:18px auto 20px;display:flex;align-items:center;justify-content:center;gap:12px;min-width:250px}.patient-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;color:#4f4f4f;font-size:16px;margin-bottom:18px}.patient-divider:after,.patient-divider:before{content:"";height:2px;background:#7a57f2}.patient-list{max-height:370px;overflow-y:auto;padding-right:4px}.patient-item{border:2px solid #7a57f2;background:#ffffff;padding:16px 18px;border-radius:8px;margin-bottom:14px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;display:flex;align-items:center;gap:14px}.patient-item:hover{background:#faf7ff}.patient-item.active{background:#f4edff;box-shadow:inset 0 0 0 1px rgba(122,87,242,.2)}.patient-item input[type=radio]{width:22px;height:22px;margin:0;accent-color:#7a57f2;flex:0 0 auto}.patient-name{color:#313131;font-size:14px;font-weight:600}.patient-modal-footer{margin-top:auto;background:#ececf0;border-top:1px solid rgba(0,0,0,.05);padding:18px 28px;display:flex;justify-content:flex-end;gap:14px}.patient-cancel-btn,.patient-proceed-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;min-width:150px;padding:10px 18px;font-size:14px;font-weight:700;border:2px solid transparent}.patient-cancel-btn{background:#d9f2ff;color:#1a9ae8;border-color:#1a9ae8}.patient-proceed-btn{background:#9f7ff2;color:#ffffff}.patient-proceed-btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.patient-desc{font-size:14px}.patient-create-btn{min-width:100%;font-size:14px}.patient-divider{font-size:17px}.patient-name{font-size:12px}.patient-cancel-btn,.patient-proceed-btn{min-width:120px;font-size:16px}}