.fx-modal-overlay{z-index:1100;-webkit-backdrop-filter:blur(12px);background:#01010bd9;justify-content:center;align-items:center;padding:1rem;animation:.25s both fx-modal-fade;display:flex;position:fixed;inset:0}.fx-modal-card{-webkit-backdrop-filter:blur(18px);background:#04040ef0;flex-direction:column;width:100%;max-width:28rem;max-height:calc(100dvh - 2rem);animation:.3s cubic-bezier(.22,1,.36,1) both fx-modal-rise;display:flex;position:relative;box-shadow:0 24px 80px #07ebfd12,0 8px 40px #9d5cff1f,0 18px 54px #00000080}.fx-modal-card:before{content:"";-webkit-mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none;z-index:2;background:linear-gradient(135deg,#07ebfd80,#9d5cff66 35%,#ff5edb73 70%,#5eff8b66);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.fx-modal-scroll{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto}.fx-modal-scroll::-webkit-scrollbar{display:none}.fx-modal-overlay[data-state=closing]{animation:.2s reverse both fx-modal-fade}.fx-modal-overlay[data-state=closing] .fx-modal-card{animation:.2s reverse both fx-modal-rise}@keyframes fx-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes fx-modal-rise{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fx-modal-overlay,.fx-modal-overlay[data-state=closing],.fx-modal-card,.fx-modal-overlay[data-state=closing] .fx-modal-card{animation:none}}