
.feedback-floating{position:fixed;right:18px;bottom:18px;z-index:2500;border:0;border-radius:999px;padding:11px 17px;background:#172033;color:#fff;font-weight:800;box-shadow:0 12px 34px rgba(15,23,42,.22);cursor:pointer}.feedback-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.48);display:none;place-items:center;padding:18px;z-index:4000}.feedback-modal-backdrop.open{display:grid}.feedback-modal{width:min(560px,100%);background:#fff;color:#172033;border-radius:22px;padding:23px;box-shadow:0 28px 90px rgba(0,0,0,.24)}.feedback-modal-head{display:flex;justify-content:space-between;gap:16px;align-items:start}.feedback-modal-head h2{margin:0;font-size:23px}.feedback-modal-head p{margin:4px 0 0;color:#667085}.feedback-close{border:1px solid #dfe5ef;background:#fff;border-radius:10px;width:38px;height:38px;font-size:23px;cursor:pointer}.feedback-step{margin-top:20px}.feedback-step h3{font-size:15px;margin:0 0 10px}.feedback-choice-row,.feedback-reasons{display:flex;gap:9px;flex-wrap:wrap}.feedback-choice,.feedback-reason{border:1px solid #dfe5ef;background:#f7f9fc;color:#172033;border-radius:12px;padding:10px 13px;cursor:pointer}.feedback-choice.selected,.feedback-reason.selected{border-color:#4f5bd5;background:#eef0ff;color:#3842b5}.feedback-comment{width:100%;min-height:92px;border:1px solid #dfe5ef;border-radius:12px;padding:11px;resize:vertical;font:inherit}.feedback-privacy{font-size:12px;color:#667085;margin:6px 0 0}.feedback-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.feedback-cancel,.feedback-submit{border:0;border-radius:11px;padding:10px 15px;font-weight:800;cursor:pointer}.feedback-cancel{background:#edf1f6;color:#172033}.feedback-submit{background:#4656d8;color:#fff}.feedback-submit:disabled{opacity:.45;cursor:not-allowed}.feedback-toast{position:fixed;left:50%;bottom:22px;transform:translate(-50%,18px);opacity:0;z-index:5000;background:#172033;color:#fff;border-radius:12px;padding:10px 15px;transition:.2s;pointer-events:none}.feedback-toast.show{opacity:1;transform:translate(-50%,0)}.feedback-inline{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:13px;color:#667085;font-size:12px}.feedback-inline button{border:1px solid #dfe5ef;background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;color:#4656d8}@media(max-width:600px){.feedback-floating{right:12px;bottom:12px}.feedback-modal{padding:19px}.feedback-choice,.feedback-reason{flex:1 1 auto}}
