.fg-modal.svelte-ta60gp{z-index:var(--fg-z-modal,900);box-sizing:border-box;justify-content:center;align-items:center;min-width:0;padding:1.5rem;display:flex;position:fixed;inset:0}.fg-modal__scrim.svelte-ta60gp{background:var(--fg-overlay,#0f172a73);cursor:pointer;animation:svelte-ta60gp-fg-fade .18s var(--fg-ease-out,cubic-bezier(.16, 1, .3, 1));border:0;position:absolute;inset:0}.fg-modal__panel.svelte-ta60gp{background:var(--fg-surface,#fff);border:1px solid var(--fg-border,#e2e8f0);border-radius:var(--fg-radius-xl,.75rem);width:100%;min-height:0;max-height:min(85vh,56rem);box-shadow:var(--fg-shadow-xl,0 16px 40px #18181b1a);animation:svelte-ta60gp-fg-pop .22s var(--fg-ease-out,cubic-bezier(.16, 1, .3, 1));flex-direction:column;display:flex;position:relative;overflow:hidden}.fg-modal__panel--sm.svelte-ta60gp{max-width:28rem}.fg-modal__panel--md.svelte-ta60gp{max-width:36rem}.fg-modal__panel--lg.svelte-ta60gp{max-width:48rem}.fg-modal__panel--xl.svelte-ta60gp{max-width:64rem}.fg-modal__head.svelte-ta60gp{border-bottom:1px solid var(--fg-border);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.1rem 1.25rem .85rem;display:flex}.fg-modal__headings.svelte-ta60gp{min-width:0}.fg-modal__title.svelte-ta60gp{font-size:var(--fg-text-lg,1.125rem);letter-spacing:-.018em;color:var(--fg-text);margin:0;font-weight:600}.fg-modal__subtitle.svelte-ta60gp{font-size:var(--fg-text-sm,.875rem);color:var(--fg-text-muted);margin:.2rem 0 0;line-height:1.45}.fg-modal__close.svelte-ta60gp{width:2rem;height:2rem;color:var(--fg-text-muted);border-radius:var(--fg-radius-md);cursor:pointer;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.fg-modal__close.svelte-ta60gp:hover{background:var(--fg-surface-sunken,#f8fafc);color:var(--fg-text);border-color:var(--fg-border)}.fg-modal__body.svelte-ta60gp{-webkit-overflow-scrolling:touch;flex:auto;min-width:0;min-height:0;padding:1.1rem 1.25rem;overflow:hidden auto}.fg-modal__foot.svelte-ta60gp{border-top:1px solid var(--fg-border);background:var(--fg-surface-sunken,#f8fafc);justify-content:flex-end;gap:.5rem;padding:.85rem 1.25rem;display:flex}@keyframes svelte-ta60gp-fg-fade{0%{opacity:0}to{opacity:1}}@keyframes svelte-ta60gp-fg-pop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.fg-modal__scrim.svelte-ta60gp,.fg-modal__panel.svelte-ta60gp{animation:none}}@media (width<=640px){.fg-modal.svelte-ta60gp{align-items:flex-end;padding:0}.fg-modal__panel.svelte-ta60gp{border-radius:1rem 1rem 0 0;min-height:0;max-height:min(92vh,56rem)}.fg-modal__foot.svelte-ta60gp{padding-bottom:max(.85rem, calc(.85rem + env(safe-area-inset-bottom,0px)));flex-direction:column;align-items:stretch;gap:.5rem}.fg-modal__foot.svelte-ta60gp .fg-btn{justify-content:center;width:100%}}.fg-fld.svelte-1fhe13u{flex-direction:column;gap:.3rem;min-width:0;display:flex}.fg-fld--wide.svelte-1fhe13u{grid-column:1/-1}.fg-fld__label.svelte-1fhe13u{font-size:var(--fg-text-sm);color:var(--fg-text);font-weight:500}.fg-fld__req.svelte-1fhe13u{color:var(--fg-danger,#991b1b);margin-left:.15rem}.fg-fld__hint.svelte-1fhe13u{font-size:var(--fg-text-xs);color:var(--fg-text-muted)}.fg-fld__err.svelte-1fhe13u{font-size:var(--fg-text-xs);color:var(--fg-danger,#991b1b)}.fg-fld input[type=text],.fg-fld input[type=number],.fg-fld input[type=url],.fg-fld input:not([type]),.fg-fld textarea,.fg-fld select{border:1px solid var(--fg-border);border-radius:var(--fg-radius-md);background:var(--fg-surface);width:100%;color:var(--fg-text);font:inherit;padding:.55rem .75rem;line-height:1.4;transition:border-color .12s,box-shadow .12s}.fg-fld input:focus-visible,.fg-fld textarea:focus-visible,.fg-fld select:focus-visible{border-color:var(--fg-accent,#3f3f46);box-shadow:var(--fg-focus-ring,0 0 0 3px #27272a1a);outline:none}.fg-fld input::placeholder,.fg-fld textarea::placeholder{color:var(--fg-text-subtle,#94a3b8)}
