.shared-modal-layer{z-index:1500;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a66;place-items:center;padding:20px;animation:.16s ease-out shared-modal-fade-in;display:grid;position:fixed;inset:0}.shared-modal{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;width:min(680px,100%);max-height:min(780px,100dvh - 40px);animation:.19s cubic-bezier(.2,.8,.2,1) shared-modal-enter;display:grid;overflow:hidden;box-shadow:0 28px 80px #0f172a38}.shared-modal-header{border-bottom:1px solid #e5eaf2;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px 17px;display:flex}.shared-modal-header h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:900}.shared-modal-header p{color:#64748b;text-wrap:pretty;margin:5px 0 0;font-size:12px;font-weight:650;line-height:1.5}.shared-modal-header>button{color:#53657d;cursor:pointer;background:#fff;border:1px solid #dfe7f0;border-radius:8px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.shared-modal-header>button:hover:not(:disabled){color:#2563eb;background:#f5f9ff;border-color:#bfd2ef}.shared-modal-header>button:focus-visible{outline-offset:2px;outline:3px solid #2563eb33}.shared-modal-header>button:disabled{opacity:.52;cursor:not-allowed}.shared-modal-body{min-height:0;padding:20px 22px 22px;overflow-y:auto}.shared-modal-footer{background:#fbfdff;border-top:1px solid #e5eaf2;justify-content:flex-end;align-items:center;gap:10px;padding:14px 22px;display:flex}@keyframes shared-modal-fade-in{0%{opacity:0}}@keyframes shared-modal-enter{0%{opacity:.74;transform:translateY(10px)scale(.985)}}@media (width<=640px){.shared-modal-layer{align-items:end;padding:0}.shared-modal{border-radius:16px 16px 0 0;width:100%;max-height:92dvh}.shared-modal-header,.shared-modal-body,.shared-modal-footer{padding-left:16px;padding-right:16px}}@media (prefers-reduced-motion:reduce){.shared-modal-layer,.shared-modal{animation-duration:.01ms}}
