dialog.svelte-l0h20k{min-width:var(--modal-min-width);max-width:var(--modal-max-width);height:var(--modal-height);margin:auto;border:none;padding:0;border-radius:var(--default-border-radius);color:var(--text-primary);max-height:calc(100vh - 2rem);overflow:hidden}dialog.svelte-l0h20k::backdrop{background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}dialog[open].svelte-l0h20k{animation:svelte-l0h20k-zoom .2s cubic-bezier(.16,1,.3,1)}dialog[open].svelte-l0h20k::backdrop{animation:svelte-l0h20k-fade .2s ease-out}@keyframes svelte-l0h20k-zoom{0%{transform:scale(.95) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes svelte-l0h20k-fade{0%{opacity:0}to{opacity:1}}.modal.svelte-l0h20k{display:flex;flex-direction:column;background:var(--neutral-1);height:100%;max-height:calc(100vh - 2rem);min-height:0}.full-height.svelte-l0h20k{height:calc(100vh - 2rem)}header.svelte-l0h20k{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--neutral-4)}.modal-title.svelte-l0h20k{display:flex;align-items:flex-start;gap:var(--space-3)}.title-content.svelte-l0h20k{display:flex;flex-direction:column;gap:var(--space-1)}.title-content.svelte-l0h20k h2:where(.svelte-l0h20k){margin:0;font-size:var(--font-sizes-lg);font-weight:var(--font-weights-semibold);color:var(--text-primary);line-height:var(--line-heights-tight)}.title-content.svelte-l0h20k p:where(.svelte-l0h20k){margin:0;font-size:var(--font-sizes-sm);color:var(--text-secondary);line-height:var(--line-heights-normal)}.subheader.svelte-l0h20k{padding:var(--space-4) var(--space-6);background:var(--grey-1);border-bottom:1px solid var(--grey-4)}.body.svelte-l0h20k{flex:1;padding:var(--space-6);min-height:0;overflow:auto}footer.svelte-l0h20k{padding:var(--space-4) var(--space-6);background:var(--neutral-2);border-top:1px solid var(--neutral-4)}@media (max-width: 640px){dialog.svelte-l0h20k{width:calc(100vw - 2rem);margin:1rem}header.svelte-l0h20k,.subheader.svelte-l0h20k,.body.svelte-l0h20k,footer.svelte-l0h20k{padding:var(--space-4)}}
