.modal-overlay.svelte-32v57s{position:fixed;inset:0;z-index:var(--z-modal, 70);background:#0206178c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center}@media(min-width:768px){.modal-overlay.svelte-32v57s{align-items:center;padding:1.5rem}}.modal-panel.svelte-32v57s{position:relative;width:100%;max-height:92vh;background:var(--glass-bg-elevated);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:1.25rem 1.25rem 0 0;box-shadow:var(--shadow-3);display:flex;flex-direction:column;overflow:hidden;will-change:transform,opacity;padding-bottom:env(safe-area-inset-bottom,0px)}@media(min-width:768px){.modal-panel.svelte-32v57s{border-radius:var(--radius-expressive);max-height:88vh;padding-bottom:0}}.modal-panel.fullscreen-mobile.svelte-32v57s{position:fixed;inset:0;width:100%;height:100%;max-height:100%;border-radius:0;border:none;padding-bottom:env(safe-area-inset-bottom,0px)}.modal-panel.fullscreen-mobile.svelte-32v57s .modal-body:where(.svelte-32v57s){flex:1;overflow-y:auto;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.modal-panel.fullscreen-mobile.svelte-32v57s .modal-header:where(.svelte-32v57s){padding:.75rem 1rem;border-bottom:1px solid var(--glass-border);background:var(--color-surface);position:sticky;top:0;z-index:10}@media(min-width:768px){.modal-panel.fullscreen-mobile.svelte-32v57s{position:relative;inset:auto;height:auto;max-height:88vh;border-radius:var(--radius-expressive);border:1px solid var(--glass-border);padding-bottom:0}.modal-panel.fullscreen-mobile.svelte-32v57s .modal-accent-bar:where(.svelte-32v57s){display:block}.modal-panel.fullscreen-mobile.svelte-32v57s .modal-header:where(.svelte-32v57s){position:static;background:transparent;border-bottom:none;padding:1.25rem 1.5rem 0}.modal-panel.fullscreen-mobile.svelte-32v57s .modal-body:where(.svelte-32v57s){padding:1rem 1.5rem 1.5rem;overflow-y:auto}}.modal-accent-bar.svelte-32v57s{display:none}@media(min-width:768px){.modal-accent-bar.svelte-32v57s{display:block;height:3px;background:var(--gradient-accent);flex-shrink:0;border-radius:var(--radius-expressive) var(--radius-expressive) 0 0}}.modal-drag-handle.svelte-32v57s{display:flex;justify-content:center;padding:.65rem 0 .4rem;cursor:grab;flex-shrink:0}.modal-drag-handle.svelte-32v57s:active{cursor:grabbing}.modal-drag-handle-bar.svelte-32v57s{width:2.25rem;height:.22rem;border-radius:var(--radius-pill);background:var(--glass-border)}@media(min-width:768px){.modal-drag-handle.svelte-32v57s{display:none}}.modal-header.svelte-32v57s{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) var(--space-6) 0;flex-shrink:0}@media(min-width:768px){.modal-header.svelte-32v57s{padding:var(--space-5) var(--space-6) 0}}.modal-title.svelte-32v57s{margin:0;font-size:var(--text-title);font-weight:var(--text-title-weight);color:var(--color-text);letter-spacing:var(--text-title-spacing);line-height:1.3}.modal-close.svelte-32v57s{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:var(--radius-productive);border:1px solid var(--glass-border);background:transparent;color:var(--color-text-muted);cursor:pointer;transition:background var(--duration-fast) var(--ease-productive),border-color var(--duration-fast) var(--ease-productive),color var(--duration-fast) var(--ease-productive)}.modal-close.svelte-32v57s:hover{background:#6366f114;border-color:#6366f140;color:var(--color-accent)}.modal-body.svelte-32v57s{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--space-4) var(--space-5) var(--space-6)}@media(min-width:768px){.modal-body.svelte-32v57s{padding:var(--space-5) var(--space-6) var(--space-6)}}.nd-modal-overlay.svelte-32v57s{background:#0f172a80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.nd-modal-panel.svelte-32v57s{background:var(--bg-1, var(--color-surface));border:1px solid var(--border-1, var(--glass-border));box-shadow:var(--shadow-3);backdrop-filter:none;-webkit-backdrop-filter:none}@media(min-width:768px){.nd-modal-panel.svelte-32v57s{border-radius:var(--radius-expressive-hover, 18px)}}.nd-modal-header.svelte-32v57s{gap:12px;padding:20px 24px 12px;border-bottom:1px solid var(--border-1, var(--glass-border))}@media(min-width:768px){.nd-modal-header.svelte-32v57s{padding:20px 24px 12px}}.nd-modal-header.svelte-32v57s .modal-header-end:where(.svelte-32v57s){display:inline-flex;align-items:center;flex-shrink:0;margin-left:auto}.nd-modal-body.svelte-32v57s{padding:20px 24px}@media(min-width:768px){.nd-modal-body.svelte-32v57s{padding:20px 24px 24px}}.nd-modal-panel.fullscreen-mobile.svelte-32v57s .modal-header:where(.svelte-32v57s){background:var(--bg-1, var(--color-surface))}@media(prefers-reduced-motion:reduce){.nd-modal-panel.svelte-32v57s{transition:none!important}}@media(min-width:768px){.modal-overlay--side-sheet.svelte-32v57s{align-items:stretch;justify-content:flex-end;padding:0}.modal-panel--side-sheet.svelte-32v57s{width:min(560px,100vw);max-width:100vw;max-height:100vh;height:100vh;border-radius:0;border:none;border-left:1px solid var(--border-1, var(--glass-border));box-shadow:0 1px #fff9 inset,-24px 0 64px #0f172a2e,-8px 0 24px #0f172a14;padding-bottom:0}.modal-panel--side-sheet-wide.svelte-32v57s{width:min(720px,100vw)}html.dark .modal-panel--side-sheet.svelte-32v57s{box-shadow:0 1px #a5b4fc14 inset,-24px 0 64px #0009,-8px 0 24px #0006}.modal-panel--side-sheet.svelte-32v57s .modal-header--side-sheet:where(.svelte-32v57s){position:sticky;top:0;z-index:5;background:var(--bg-1, var(--color-surface));padding:18px 20px 14px;border-bottom:1px solid var(--border-1, var(--glass-border))}}.modal-header-text.svelte-32v57s{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.modal-eyebrow.svelte-32v57s{font:500 11px var(--font-mono, ui-monospace, monospace);color:var(--color-text-muted, #64748b);letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px}.modal-subtitle.svelte-32v57s{font:400 13px var(--font-sans, system-ui, sans-serif);color:var(--color-text-muted, #64748b);line-height:1.4}.modal-footer.svelte-32v57s{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:14px 20px;border-top:1px solid var(--border-1, var(--glass-border));background:var(--bg-1, var(--color-surface))}.nd-modal-footer.svelte-32v57s{padding:14px 24px}@media(min-width:768px){.modal-panel--side-sheet.svelte-32v57s .modal-footer:where(.svelte-32v57s){position:sticky;bottom:0;z-index:5}}@media(min-width:768px){.modal-panel--side-sheet.svelte-32v57s .modal-body:where(.svelte-32v57s){padding:20px 24px}}
