.drill-modal.svelte-ineitg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px;animation:svelte-ineitg-drill-modal-in .2s ease-out}.drill-modal__backdrop.svelte-ineitg{position:absolute;top:0;right:0;bottom:0;left:0;background:oklch(from var(--bg-body) l c h / .8);backdrop-filter:blur(16px) saturate(70%);-webkit-backdrop-filter:blur(16px) saturate(70%)}.drill-modal__content.svelte-ineitg{position:relative;width:min(100%,640px);max-height:calc(100vh - 48px);overflow-y:auto;scrollbar-width:thin;animation:svelte-ineitg-drill-modal-up .32s var(--ease-out-1, cubic-bezier(.16, 1, .3, 1))}@keyframes svelte-ineitg-drill-modal-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-ineitg-drill-modal-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.drill-modal.svelte-ineitg,.drill-modal__content.svelte-ineitg{animation:none}}
