.hm-backdrop{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000009e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:hm-tlo .22s ease both}.hm{width:100%;max-height:90vh;overflow-y:auto;padding:22px;border-radius:var(--r-modal);background:var(--surface);border:var(--bw-hairline) solid var(--border-strong);box-shadow:0 20px 60px #0009;animation:hm-wejscie .28s cubic-bezier(.34,1.4,.64,1) both}.hm:focus{outline:none}.hm.hm-xs{max-width:380px}.hm.hm-sm{max-width:420px}.hm.hm-md{max-width:460px}.hm.hm-lg{max-width:520px}.hm.hm-pinned{padding:0;display:flex;flex-direction:column;max-height:92vh;overflow:visible}@keyframes hm-tlo{0%{opacity:0}to{opacity:1}}@keyframes hm-wejscie{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hm,.hm-backdrop{animation:none}}.hm-actions{display:flex;gap:8px;margin-top:20px}.hm-actions>.btn{flex:1 1}@media (max-width:560px){.hm{padding:18px;border-radius:var(--r-xxl)}}