@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nunito+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:light;--fm-color-blue: #a7c7e7;--fm-color-purple: #c9b7e8;--fm-color-mint: #cdefe3;--fm-color-peach: #f7d9c4;--fm-color-charcoal: #2e2e2e;--fm-color-gray-600: #6e6e6e;--fm-color-gray-300: #dadada;--fm-color-gray-100: #f5f5f5;--fm-color-white: #fff;--fm-color-success: #a8e6a3;--fm-color-warning: #ffe8a3;--fm-color-error: #f5a3a3;--fm-color-blue-hover: #94b8dc;--fm-color-blue-active: #80a8d0;--fm-color-purple-hover: #b9a4dd;--fm-color-purple-active: #a890d1;--fm-color-focus: #365f89;--fm-color-background: var(--fm-color-gray-100);--fm-color-surface: var(--fm-color-white);--fm-color-text: var(--fm-color-charcoal);--fm-color-text-muted: var(--fm-color-gray-600);--fm-color-border: var(--fm-color-gray-300);--fm-color-border-strong: #a8a8a8;--fm-color-disabled-bg: #ededed;--fm-color-disabled-text: #757575;--fm-color-overlay: rgb(46 46 46 / 48%);--fm-color-success-surface: #eaf8e8;--fm-color-success-text: #265d2b;--fm-color-warning-surface: #fff7d8;--fm-color-warning-text: #654f00;--fm-color-error-surface: #fdeaea;--fm-color-error-text: #812f2f;--fm-font-primary: "Inter", system-ui, sans-serif;--fm-font-secondary: "Nunito Sans", system-ui, sans-serif;--fm-font-size-h1: 2rem;--fm-font-size-h2: 1.5rem;--fm-font-size-h3: 1.25rem;--fm-font-size-body: 1rem;--fm-font-size-small: .875rem;--fm-font-size-label: .75rem;--fm-font-weight-regular: 400;--fm-font-weight-medium: 500;--fm-font-weight-semibold: 600;--fm-font-weight-bold: 700;--fm-line-height-heading: 1.2;--fm-line-height-body: 1.5;--fm-space-1: .25rem;--fm-space-2: .5rem;--fm-space-3: 1rem;--fm-space-4: 1.5rem;--fm-space-5: 2rem;--fm-space-6: 3rem;--fm-radius-small: .5rem;--fm-radius-medium: .75rem;--fm-radius-large: 1rem;--fm-radius-pill: 9999px;--fm-shadow-small: 0 2px 4px rgb(0 0 0 / 8%);--fm-shadow-medium: 0 4px 12px rgb(0 0 0 / 12%);--fm-shadow-large: 0 8px 24px rgb(0 0 0 / 16%);--fm-shadow-focus: 0 0 0 3px rgb(54 95 137 / 30%);--fm-layout-gutter: 1rem;--fm-layout-max-width: 60rem;--fm-control-height: 2.75rem;--fm-duration: .2s;--fm-easing: cubic-bezier(.2, 0, 0, 1);--fm-z-overlay: 900;--fm-z-modal: 1000}*,*:before,*:after{box-sizing:border-box}html{background:var(--fm-color-background);color:var(--fm-color-text);font-family:var(--fm-font-primary);line-height:var(--fm-line-height-body)}body{min-width:20rem;min-height:100vh;margin:0}button,input,select,textarea{color:inherit;font:inherit}:where(a,button,input,select,textarea,[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--fm-color-focus);outline-offset:3px;box-shadow:var(--fm-shadow-focus)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.button.svelte-19qr03c{display:inline-flex;min-width:2.75rem;min-height:var(--fm-control-height);align-items:center;justify-content:center;gap:var(--fm-space-2);padding:.75rem 1.25rem;border:1px solid transparent;border-radius:var(--fm-radius-small);font-size:var(--fm-font-size-small);font-weight:var(--fm-font-weight-semibold);line-height:1.25;transition:background var(--fm-duration) var(--fm-easing),box-shadow var(--fm-duration) var(--fm-easing),transform .12s var(--fm-easing);cursor:pointer}.button.svelte-19qr03c:hover:not(:disabled){box-shadow:var(--fm-shadow-small)}.button.svelte-19qr03c:active:not(:disabled){transform:translateY(1px);box-shadow:none}.button.svelte-19qr03c:disabled{border-color:var(--fm-color-border);background:var(--fm-color-disabled-bg);color:var(--fm-color-disabled-text);cursor:not-allowed}.button--primary.svelte-19qr03c{background:var(--fm-color-blue)}.button--primary.svelte-19qr03c:hover:not(:disabled){background:var(--fm-color-blue-hover)}.button--primary.svelte-19qr03c:active:not(:disabled){background:var(--fm-color-blue-active)}.button--secondary.svelte-19qr03c{border-color:var(--fm-color-purple-active);background:var(--fm-color-purple)}.button--secondary.svelte-19qr03c:hover:not(:disabled){background:var(--fm-color-purple-hover)}.button--ghost.svelte-19qr03c{background:transparent}.button--ghost.svelte-19qr03c:hover:not(:disabled){background:var(--fm-color-gray-100)}.button--danger.svelte-19qr03c{border-color:var(--fm-color-error);background:var(--fm-color-error-surface);color:var(--fm-color-error-text)}.spinner.svelte-19qr03c{width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:svelte-19qr03c-spin .7s linear infinite}@keyframes svelte-19qr03c-spin{to{transform:rotate(360deg)}}.field.svelte-ajwbz1{display:flex;flex-direction:column;gap:var(--fm-space-2)}label.svelte-ajwbz1{font-size:var(--fm-font-size-label);font-weight:var(--fm-font-weight-semibold)}input.svelte-ajwbz1{width:100%;min-height:var(--fm-control-height);padding:.75rem 1rem;border:1px solid var(--fm-color-border);border-radius:var(--fm-radius-small);background:var(--fm-color-white)}input.svelte-ajwbz1:hover:not(:disabled){border-color:var(--fm-color-border-strong)}input[aria-invalid=true].svelte-ajwbz1{border-color:var(--fm-color-error-text)}input.svelte-ajwbz1:disabled{background:var(--fm-color-disabled-bg);color:var(--fm-color-disabled-text)}small.svelte-ajwbz1{color:var(--fm-color-text-muted)}.error.svelte-ajwbz1{color:var(--fm-color-error-text)}.field.svelte-3kedyg{display:flex;flex-direction:column;gap:var(--fm-space-2)}label.svelte-3kedyg{font-size:var(--fm-font-size-label);font-weight:var(--fm-font-weight-semibold)}select.svelte-3kedyg{width:100%;min-height:var(--fm-control-height);padding:.75rem 1rem;border:1px solid var(--fm-color-border);border-radius:var(--fm-radius-small);background:var(--fm-color-white)}select[aria-invalid=true].svelte-3kedyg{border-color:var(--fm-color-error-text)}select.svelte-3kedyg:disabled{background:var(--fm-color-disabled-bg);color:var(--fm-color-disabled-text)}small.svelte-3kedyg{color:var(--fm-color-text-muted)}.error.svelte-3kedyg{color:var(--fm-color-error-text)}.choice.svelte-15bl7j{display:inline-flex;min-height:2.75rem;align-items:center;gap:var(--fm-space-2);cursor:pointer}.choice.svelte-15bl7j:has(input:where(.svelte-15bl7j):disabled){cursor:not-allowed}.choice.svelte-15bl7j span:where(.svelte-15bl7j){display:flex;flex-direction:column}.choice.svelte-15bl7j strong:where(.svelte-15bl7j){font-weight:var(--fm-font-weight-medium)}small.svelte-15bl7j{color:var(--fm-color-text-muted)}input.svelte-15bl7j{width:1.25rem;height:1.25rem;margin:0;accent-color:var(--fm-color-focus)}.card.svelte-10ddqlu{width:100%;padding:var(--fm-space-4);border:1px solid var(--fm-color-border);border-radius:var(--fm-radius-medium);background:var(--fm-color-white);box-shadow:var(--fm-shadow-small);color:inherit;font:inherit;text-align:inherit}.card--section.svelte-10ddqlu{box-shadow:none}.card--interactive.svelte-10ddqlu{cursor:pointer;transition:transform var(--fm-duration) var(--fm-easing),box-shadow var(--fm-duration) var(--fm-easing)}.card--interactive.svelte-10ddqlu:hover:not(:disabled){transform:translateY(-2px);border-color:var(--fm-color-blue);box-shadow:var(--fm-shadow-medium)}.selected.svelte-10ddqlu{border-color:var(--fm-color-focus);background:#edf5fc}.card.svelte-10ddqlu:disabled{color:var(--fm-color-disabled-text);cursor:not-allowed;opacity:.7}@media(max-width:30rem){.card.svelte-10ddqlu{padding:var(--fm-space-3)}}dialog.svelte-lcbtnt{width:min(calc(100% - 2rem),35rem);max-height:calc(100vh - 2rem);padding:0;border:1px solid var(--fm-color-border);border-radius:var(--fm-radius-large);background:var(--fm-color-white);box-shadow:var(--fm-shadow-large)}dialog.svelte-lcbtnt::backdrop{background:var(--fm-color-overlay)}section.svelte-lcbtnt{padding:var(--fm-space-5)}header.svelte-lcbtnt,footer.svelte-lcbtnt{display:flex;align-items:center;gap:var(--fm-space-3)}header.svelte-lcbtnt{justify-content:space-between;margin-bottom:var(--fm-space-4)}h2.svelte-lcbtnt{margin:0;font-family:var(--fm-font-secondary);font-size:var(--fm-font-size-h2)}.close.svelte-lcbtnt{width:2.75rem;height:2.75rem;border:0;border-radius:var(--fm-radius-small);background:transparent;font-size:1.5rem;cursor:pointer}.close.svelte-lcbtnt:hover{background:var(--fm-color-gray-100)}footer.svelte-lcbtnt{justify-content:flex-end;margin-top:var(--fm-space-5)}dialog.side.svelte-lcbtnt{width:min(100%,30rem);height:100%;max-height:100%;margin:0 0 0 auto;border-radius:var(--fm-radius-large) 0 0 var(--fm-radius-large)}@media(max-width:30rem){section.svelte-lcbtnt{padding:var(--fm-space-4)}dialog.side.svelte-lcbtnt{width:100%;border-radius:0}}.tag.svelte-2lnbsk{display:inline-flex;min-height:1.75rem;align-items:center;gap:var(--fm-space-1);padding:var(--fm-space-1) var(--fm-space-2);border-radius:var(--fm-radius-pill);font-size:var(--fm-font-size-label);font-weight:var(--fm-font-weight-semibold)}.tag--mint.svelte-2lnbsk{background:var(--fm-color-mint)}.tag--peach.svelte-2lnbsk{background:var(--fm-color-peach)}.tag--category.svelte-2lnbsk{background:var(--fm-color-purple)}button.svelte-2lnbsk{width:1.5rem;height:1.5rem;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}button.svelte-2lnbsk:hover{background:#2e2e2e1a}.feedback.svelte-1luebs1{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--fm-space-3);padding:var(--fm-space-3);border:1px solid;border-radius:var(--fm-radius-medium)}.feedback--success.svelte-1luebs1{border-color:var(--fm-color-success);background:var(--fm-color-success-surface);color:var(--fm-color-success-text)}.feedback--warning.svelte-1luebs1{border-color:var(--fm-color-warning);background:var(--fm-color-warning-surface);color:var(--fm-color-warning-text)}.feedback--error.svelte-1luebs1{border-color:var(--fm-color-error);background:var(--fm-color-error-surface);color:var(--fm-color-error-text)}button.svelte-1luebs1{border:0;background:transparent;color:inherit;font-size:1.25rem;cursor:pointer}.wrap.svelte-14eqkwp{display:inline-flex}.spinner.svelte-14eqkwp{display:inline-block;border:3px solid var(--fm-color-gray-300);border-right-color:var(--fm-color-focus);border-radius:50%;animation:svelte-14eqkwp-spin .7s linear infinite}.spinner--small.svelte-14eqkwp{width:1rem;height:1rem;border-width:2px}.spinner--medium.svelte-14eqkwp{width:1.5rem;height:1.5rem}.spinner--large.svelte-14eqkwp{width:2rem;height:2rem}.sr.svelte-14eqkwp{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}@keyframes svelte-14eqkwp-spin{to{transform:rotate(360deg)}}section.svelte-ju94g0,.list.svelte-ju94g0{display:flex;flex-direction:column;gap:var(--fm-space-3)}h2.svelte-ju94g0{margin:0;font:var(--fm-font-weight-bold) var(--fm-font-size-h2)/1.2 var(--fm-font-secondary)}.zone.svelte-ju94g0{display:flex;min-height:20rem;align-items:center;justify-content:center;flex-direction:column;gap:var(--fm-space-3);padding:var(--fm-space-5);border:2px dashed var(--fm-color-blue);border-radius:var(--fm-radius-large);background:var(--fm-color-white);text-align:center;cursor:pointer}.zone.svelte-ju94g0:hover,.zone.dragging.svelte-ju94g0{border-color:var(--fm-color-focus);background:#f1f7fc}.zone[aria-disabled=true].svelte-ju94g0{cursor:not-allowed;opacity:.65}.upload.svelte-ju94g0{display:grid;width:3rem;height:3rem;place-items:center;border-radius:50%;background:var(--fm-color-mint);font-size:1.75rem}.choose-action.svelte-ju94g0{display:inline-flex;min-height:var(--fm-control-height);align-items:center;justify-content:center;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:var(--fm-radius-small);background:var(--fm-color-blue);color:var(--fm-color-text)!important;font-weight:var(--fm-font-weight-semibold)}.zone.svelte-ju94g0 small:where(.svelte-ju94g0),.zone.svelte-ju94g0>span:where(.svelte-ju94g0),.selected.svelte-ju94g0 span:where(.svelte-ju94g0){color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}.selected.svelte-ju94g0{display:flex;align-items:center;justify-content:space-between;gap:var(--fm-space-3);padding:var(--fm-space-3);border:1px solid var(--fm-color-border);border-radius:var(--fm-radius-medium);background:var(--fm-color-white)}.selected.svelte-ju94g0 div:where(.svelte-ju94g0){display:flex;min-width:0;flex-direction:column}.selected.svelte-ju94g0 strong:where(.svelte-ju94g0){overflow:hidden;text-overflow:ellipsis}.hidden.svelte-ju94g0{position:absolute;width:1px;height:1px;opacity:0}@media(max-width:30rem){.selected.svelte-ju94g0{align-items:stretch;flex-direction:column}.zone.svelte-ju94g0{min-height:16rem;padding:var(--fm-space-4)}}h2.svelte-5pxia9{margin:0 0 var(--fm-space-2);font:var(--fm-font-weight-bold) var(--fm-font-size-h2)/1.2 var(--fm-font-secondary)}p.svelte-5pxia9{margin:0 0 var(--fm-space-4);color:var(--fm-color-text-muted)}.details.svelte-5pxia9{display:flex;justify-content:space-between;gap:var(--fm-space-3);margin-top:var(--fm-space-3);font-size:var(--fm-font-size-small)}.details.svelte-5pxia9 strong:where(.svelte-5pxia9){color:var(--fm-color-success-text)}section.svelte-1h6tn3r{display:flex;flex-direction:column;gap:var(--fm-space-3);padding:var(--fm-space-5);border:1px solid var(--fm-color-border);border-radius:var(--fm-radius-large);background:var(--fm-color-white);box-shadow:var(--fm-shadow-small)}.heading.svelte-1h6tn3r,.heading.svelte-1h6tn3r>div:where(.svelte-1h6tn3r){display:flex;align-items:center;justify-content:space-between;gap:var(--fm-space-3)}h2.svelte-1h6tn3r{margin:0;font:var(--fm-font-weight-bold) var(--fm-font-size-h2)/1.2 var(--fm-font-secondary)}.track.svelte-1h6tn3r{height:.75rem;border-radius:var(--fm-radius-pill);background:var(--fm-color-gray-300);overflow:hidden}.track.svelte-1h6tn3r span:where(.svelte-1h6tn3r){display:block;height:100%;border-radius:inherit;background:var(--fm-color-blue-active);transition:width .3s var(--fm-easing)}section.svelte-k7y762{display:flex;align-items:center;flex-direction:column;gap:var(--fm-space-3);text-align:center}h2.svelte-k7y762{margin:0;font:var(--fm-font-weight-bold) var(--fm-font-size-h2)/1.2 var(--fm-font-secondary)}.check.svelte-k7y762{display:grid;width:3rem;height:3rem;place-items:center;border-radius:50%;background:var(--fm-color-success);font-size:1.5rem}.output.svelte-k7y762{display:flex;min-width:min(32rem,calc(100vw - 4rem));align-items:center;justify-content:space-between;gap:var(--fm-space-4);text-align:left}.output.svelte-k7y762>div:where(.svelte-k7y762){display:flex;min-width:0;flex-direction:column}.output.svelte-k7y762 strong:where(.svelte-k7y762){overflow:hidden;text-overflow:ellipsis}.output.svelte-k7y762 span:where(.svelte-k7y762),small.svelte-k7y762{color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}@media(max-width:30rem){.output.svelte-k7y762{min-width:0;align-items:stretch;flex-direction:column}}.gate.svelte-1c51mdj{display:flex;align-items:center;flex-direction:column;gap:var(--fm-space-3);text-align:center}.spark.svelte-1c51mdj{display:grid;width:3rem;height:3rem;place-items:center;border-radius:50%;background:var(--fm-color-purple);font-size:1.5rem}p.svelte-1c51mdj{margin:0;color:var(--fm-color-text-muted)}ul.svelte-1c51mdj{align-self:stretch;margin:0;padding-left:var(--fm-space-5);text-align:left}li.svelte-1c51mdj{margin-block:var(--fm-space-2)}.consent.svelte-1c51mdj{width:100%;font-size:var(--fm-font-size-small);color:var(--fm-color-text-muted);text-align:left}.consent.svelte-1c51mdj span:where(.svelte-1c51mdj){display:block;margin-top:var(--fm-space-1)}.consent.svelte-1c51mdj a:where(.svelte-1c51mdj){color:var(--fm-color-text);font-weight:var(--fm-font-weight-semibold)}.activation.svelte-1c51mdj{display:grid;width:100%;gap:var(--fm-space-3);padding-top:var(--fm-space-3);border-top:1px solid var(--fm-color-border);text-align:left}.dashboard.svelte-1j66khi{display:flex;flex-direction:column;gap:var(--fm-space-4)}.heading.svelte-1j66khi,.summary.svelte-1j66khi,.slot.svelte-1j66khi{display:flex;align-items:center;justify-content:space-between;gap:var(--fm-space-4)}.heading.svelte-1j66khi>div:where(.svelte-1j66khi){min-width:0}.eyebrow.svelte-1j66khi{margin:0;color:var(--fm-color-text-muted);font-size:var(--fm-font-size-label);font-weight:var(--fm-font-weight-semibold);text-transform:uppercase;letter-spacing:.08em}h1.svelte-1j66khi{margin:var(--fm-space-1) 0 var(--fm-space-2);font:var(--fm-font-weight-bold) var(--fm-font-size-h1)/1.2 var(--fm-font-secondary)}.heading.svelte-1j66khi p:where(.svelte-1j66khi):last-child{margin:0;color:var(--fm-color-text-muted)}.summary.svelte-1j66khi>div:where(.svelte-1j66khi),.device.svelte-1j66khi{display:flex;min-width:0;flex-direction:column;gap:var(--fm-space-1)}.summary.svelte-1j66khi span:where(.svelte-1j66khi),.device.svelte-1j66khi span:where(.svelte-1j66khi),.device.svelte-1j66khi small:where(.svelte-1j66khi){color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}.summary.svelte-1j66khi strong:where(.svelte-1j66khi),.device.svelte-1j66khi strong:where(.svelte-1j66khi){overflow:hidden;text-overflow:ellipsis}.slots.svelte-1j66khi{display:grid;gap:var(--fm-space-3)}.slot.svelte-1j66khi{min-height:4.5rem}.device-icon.svelte-1j66khi{display:grid;width:2.5rem;height:2.5rem;flex:none;place-items:center;border-radius:50%;background:var(--fm-color-mint);font-weight:var(--fm-font-weight-bold)}.device-icon.empty.svelte-1j66khi{background:var(--fm-color-gray-100);color:var(--fm-color-text-muted)}.device.svelte-1j66khi{margin-right:auto}.loading.svelte-1j66khi{display:flex;align-items:center;justify-content:center;gap:var(--fm-space-2);padding:var(--fm-space-6);color:var(--fm-color-text-muted)}@media(max-width:36rem){.heading.svelte-1j66khi,.summary.svelte-1j66khi,.slot.svelte-1j66khi{align-items:stretch;flex-direction:column}.slot.svelte-1j66khi .device-icon:where(.svelte-1j66khi){align-self:flex-start}.slot.svelte-1j66khi button{width:100%}}.legal.svelte-169cvpp{display:flex;max-width:48rem;margin-inline:auto;flex-direction:column;gap:var(--fm-space-4)}.legal.svelte-169cvpp>a:where(.svelte-169cvpp){align-self:flex-start;color:var(--fm-color-text);font-weight:var(--fm-font-weight-semibold)}header.svelte-169cvpp p:where(.svelte-169cvpp),header.svelte-169cvpp h1:where(.svelte-169cvpp),header.svelte-169cvpp span:where(.svelte-169cvpp){margin:0}header.svelte-169cvpp{display:flex;flex-direction:column;gap:var(--fm-space-1)}header.svelte-169cvpp p:where(.svelte-169cvpp),header.svelte-169cvpp span:where(.svelte-169cvpp){color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}h1.svelte-169cvpp{font:var(--fm-font-weight-bold) var(--fm-font-size-h1)/1.2 var(--fm-font-secondary)}.legal h2{margin:var(--fm-space-5) 0 var(--fm-space-2);font:var(--fm-font-weight-bold) var(--fm-font-size-h3)/1.2 var(--fm-font-secondary)}.legal h2:first-child{margin-top:0}.legal p{line-height:1.65}.legal a{color:var(--fm-color-text);font-weight:var(--fm-font-weight-semibold)}.complete.svelte-wxr6if{display:flex;max-width:40rem;margin-inline:auto;align-items:center;flex-direction:column;gap:var(--fm-space-3);text-align:center}.mark.svelte-wxr6if{display:grid;width:4rem;height:4rem;place-items:center;border-radius:50%;background:var(--fm-color-success);font-size:2rem}.eyebrow.svelte-wxr6if{margin:0;color:var(--fm-color-text-muted);font-size:var(--fm-font-size-label);font-weight:var(--fm-font-weight-semibold);text-transform:uppercase;letter-spacing:.08em}h1.svelte-wxr6if{margin:0;font:var(--fm-font-weight-bold) var(--fm-font-size-h1)/1.2 var(--fm-font-secondary)}h2.svelte-wxr6if{margin:0 0 var(--fm-space-3);font:var(--fm-font-weight-bold) var(--fm-font-size-h3)/1.2 var(--fm-font-secondary)}ol.svelte-wxr6if{margin:0;padding-left:var(--fm-space-5);text-align:left}li.svelte-wxr6if+li:where(.svelte-wxr6if){margin-top:var(--fm-space-2)}.actions.svelte-wxr6if{display:flex;gap:var(--fm-space-2)}.help.svelte-wxr6if{margin:0;color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}.help.svelte-wxr6if a:where(.svelte-wxr6if){color:var(--fm-color-text);font-weight:var(--fm-font-weight-semibold)}@media(max-width:30rem){.actions.svelte-wxr6if{width:100%;flex-direction:column-reverse}.actions.svelte-wxr6if button{width:100%}}.suite-header.svelte-7kjx90{border-bottom:1px solid rgb(218 218 218 / 70%);background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.inner.svelte-7kjx90{display:grid;width:min(calc(100% - 2rem),var(--fm-layout-max-width));min-height:4.75rem;margin-inline:auto;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--fm-space-4)}.brand.svelte-7kjx90{display:flex;align-items:center;gap:var(--fm-space-2);color:inherit;font-family:var(--fm-font-secondary);font-size:1.125rem;text-decoration:none;white-space:nowrap}.brand.svelte-7kjx90>span:where(.svelte-7kjx90):first-child{display:grid;width:2rem;height:2rem;place-items:center;border-radius:var(--fm-radius-small);background:var(--fm-color-blue)}.products.svelte-7kjx90{display:flex;justify-content:center;gap:var(--fm-space-1)}.products.svelte-7kjx90 a:where(.svelte-7kjx90){display:flex;min-height:2.75rem;align-items:center;gap:var(--fm-space-1);padding:var(--fm-space-2);border-radius:var(--fm-radius-small);color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small);text-decoration:none}.products.svelte-7kjx90 a:where(.svelte-7kjx90):hover{background:var(--fm-color-gray-100);color:var(--fm-color-text)}.products.svelte-7kjx90 a[aria-current=page]:where(.svelte-7kjx90){background:var(--fm-color-mint);color:var(--fm-color-text);font-weight:var(--fm-font-weight-semibold)}.products.svelte-7kjx90 small:where(.svelte-7kjx90){font-size:.625rem;color:var(--fm-color-text-muted)}.actions.svelte-7kjx90{display:flex;align-items:center;gap:var(--fm-space-2)}.help.svelte-7kjx90{color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}.license.svelte-7kjx90{display:flex;min-height:2.75rem;align-items:center;gap:var(--fm-space-2);padding:var(--fm-space-1) var(--fm-space-2);border:1px solid var(--fm-color-border);border-radius:var(--fm-radius-small);background:var(--fm-color-white);color:var(--fm-color-text);font:inherit;cursor:pointer}.license.svelte-7kjx90:hover{border-color:var(--fm-color-blue);box-shadow:var(--fm-shadow-small)}.license.svelte-7kjx90>span:where(.svelte-7kjx90){font-size:var(--fm-font-size-label);font-weight:var(--fm-font-weight-semibold)}@media(max-width:48rem){.inner.svelte-7kjx90{grid-template-columns:1fr auto}.products.svelte-7kjx90{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding-bottom:var(--fm-space-2)}.products.svelte-7kjx90 a:where(.svelte-7kjx90){flex:0 0 auto}.products.svelte-7kjx90 small:where(.svelte-7kjx90),.help.svelte-7kjx90,.actions.svelte-7kjx90 .button,.license.svelte-7kjx90>span:where(.svelte-7kjx90){display:none}}@media(max-width:22rem){.inner.svelte-7kjx90{width:min(calc(100% - 1rem),var(--fm-layout-max-width));gap:var(--fm-space-2)}.brand.svelte-7kjx90{font-size:1rem}.products.svelte-7kjx90 a:where(.svelte-7kjx90){padding-inline:var(--fm-space-1)}}body{background:linear-gradient(180deg,#f1f7fc 0,var(--fm-color-background) 22rem);color:var(--fm-color-text)}.skip.svelte-13zv0lp{position:fixed;z-index:10;top:var(--fm-space-2);left:var(--fm-space-2);padding:var(--fm-space-2) var(--fm-space-3);border-radius:var(--fm-radius-small);background:var(--fm-color-charcoal);color:var(--fm-color-white);transform:translateY(-200%)}.skip.svelte-13zv0lp:focus{transform:none}main.svelte-13zv0lp,footer.svelte-13zv0lp{width:min(calc(100% - 2rem),var(--fm-layout-max-width));margin-inline:auto}footer.svelte-13zv0lp nav:where(.svelte-13zv0lp){display:flex;align-items:center;gap:var(--fm-space-3)}footer.svelte-13zv0lp nav:where(.svelte-13zv0lp) a:where(.svelte-13zv0lp){color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}main.svelte-13zv0lp{display:flex;min-height:calc(100vh - 9rem);flex-direction:column;gap:var(--fm-space-4);padding-block:var(--fm-space-6)}.hero.svelte-13zv0lp{text-align:center}.hero.svelte-13zv0lp h1:where(.svelte-13zv0lp){margin:0 0 var(--fm-space-2);font:var(--fm-font-weight-bold) var(--fm-font-size-h1)/1.2 var(--fm-font-secondary)}.hero.svelte-13zv0lp p:where(.svelte-13zv0lp){margin:0 0 var(--fm-space-3);color:var(--fm-color-text-muted)}.usage.svelte-13zv0lp{display:inline-flex;padding:var(--fm-space-1) var(--fm-space-2);border-radius:var(--fm-radius-pill);background:var(--fm-color-mint);font-size:var(--fm-font-size-label);font-weight:var(--fm-font-weight-semibold)}.usage.empty.svelte-13zv0lp{background:var(--fm-color-warning)}.actions.svelte-13zv0lp{display:flex;justify-content:flex-end;gap:var(--fm-space-2)}.actions.centered.svelte-13zv0lp{justify-content:center}.privacy.svelte-13zv0lp{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--fm-space-2);padding:var(--fm-space-3);border-radius:var(--fm-radius-medium);background:var(--fm-color-mint);font-size:var(--fm-font-size-small)}footer.svelte-13zv0lp{display:flex;justify-content:space-between;gap:var(--fm-space-3);padding-block:var(--fm-space-4);color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}@media(max-width:38rem){main.svelte-13zv0lp{padding-block:var(--fm-space-5)}.actions.svelte-13zv0lp{align-items:stretch;flex-direction:column-reverse}footer.svelte-13zv0lp{flex-direction:column}}.merge-hint.svelte-13zv0lp{margin:calc(var(--fm-space-2) * -1) 0 0;text-align:right;color:var(--fm-color-text-muted);font-size:var(--fm-font-size-small)}
