@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap";:root{--layout-max-width-desktop: 1200px;--color-brand-primary: #005a9c;--color-brand-secondary: #007acc;--color-accent: #ffc20e;--color-neutral-100: #ffffff;--color-neutral-200: #f4f4f4;--color-neutral-300: #d1d1d1;--color-neutral-400: #8f8f8f;--color-neutral-500: #4b4b4b;--color-neutral-600: #000000;--color-alert-error: #d32f2f;--color-alert-success: #388e3c;--color-alert-warning: #f57c00;--color-alert-info: #1976d2;--font-family-headings: "Inter", sans-serif;--font-family-body: "Inter", sans-serif;--font-size-display-lg: 48px;--font-size-display-md: 36px;--font-size-heading-lg: 32px;--font-size-heading-md: 24px;--font-size-heading-sm: 20px;--font-size-body-lg: 18px;--font-size-body: 16px;--font-size-small: 14px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--line-height-body: 24px;--line-height-heading-md: 32px;--line-height-small: 20px;--spacing-xxs: 4px;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--radius-none: 0px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--elevation-card: 0 1px 3px rgba(0, 0, 0, .12);--elevation-modal: 0 4px 12px rgba(0, 0, 0, .15);--elevation-dropdown: 0 2px 8px rgba(0, 0, 0, .14);--elevation-card-modern: 0 18px 50px rgba(12, 22, 45, .08);--elevation-floating: 0 24px 70px rgba(12, 22, 45, .14);--elevation-hero: 0 30px 90px rgba(12, 22, 45, .12);--elevation-action: 0 14px 30px rgba(0, 90, 156, .24);--border-width-thin: 1px;--border-width-default: 2px;--border-style: solid;--color-bg-default: var(--color-neutral-100);--color-bg-muted: var(--color-neutral-200);--color-text-primary: #07111f;--color-text-secondary: #697586;--color-text-secondary-strong: #4b5565;--color-border: var(--color-neutral-300);--color-border-subtle: rgba(7, 17, 31, .1);--color-btn-primary-bg: var(--color-brand-primary);--color-btn-primary-text: var(--color-neutral-100);--color-btn-secondary-bg: var(--color-brand-secondary);--color-btn-secondary-text: var(--color-neutral-100);--color-brand-orange-500: #e95b2b;--color-btn-accent-bg: var(--color-brand-orange-500);--color-btn-accent-text: var(--color-neutral-100);--color-control-track: var(--color-neutral-200);--color-brand-lavender-500: #f4f7fb;--color-surface-page: #eef4fb;--color-surface-soft: #f7f9fc;--color-surface-glass: rgba(255, 255, 255, .78);--color-surface-glass-strong: rgba(255, 255, 255, .9)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-family-body);font-size:var(--font-size-body);line-height:var(--line-height-body);font-weight:var(--font-weight-regular);color:var(--color-text-primary);background:var(--color-surface-page);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-family-headings);color:var(--color-text-primary)}p{margin:0}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{display:block;max-width:100%}::selection{background:#007acc2e}.topnav.svelte-11zhvzk{width:100%;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(30,64,175,.16);background:#f5f9ffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.inner.svelte-11zhvzk{height:85px;width:min(100% - 48px,1180px);margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.logoLink.svelte-11zhvzk{display:inline-flex;align-items:center;text-decoration:none}.logoImg.svelte-11zhvzk{height:55px;width:auto;display:block}.navLink.svelte-11zhvzk{text-decoration:none}.desktopNav.svelte-11zhvzk{display:flex;align-items:center;justify-content:center;gap:40px;font-size:16px}.navLink.svelte-11zhvzk{color:#475569;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;transition:color .16s ease}.navLink.svelte-11zhvzk:hover{color:#1e3a8a}.navLink.active.svelte-11zhvzk{color:#1e3a8a;font-weight:700}.actionsSlot.svelte-11zhvzk{display:flex;align-items:center;justify-self:end}.userMenu.svelte-11zhvzk{display:inline-flex;align-items:center;gap:var(--spacing-sm);position:relative}.identityBlock.svelte-11zhvzk{display:grid;justify-items:end;gap:1px}.businessName.svelte-11zhvzk{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-family-body);font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:var(--font-weight-bold);color:var(--color-text-primary)}.signInLink.svelte-11zhvzk{text-decoration:none}.signInLink.svelte-11zhvzk:focus-visible{outline:var(--border-width-thin) var(--border-style)}.userIconButton.svelte-11zhvzk{height:44px;width:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-neutral-100);border:var(--border-width-thin) var(--border-style) var(--color-border-subtle);color:var(--color-text-primary);cursor:pointer;position:relative;box-shadow:0 12px 24px #0c162d14;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.userIconButton.svelte-11zhvzk:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px #0c162d1f;border-color:#005a9c47}.userIconButton.svelte-11zhvzk:active:not(:disabled){transform:translateY(1px)}.userIconButton.adminOutline.svelte-11zhvzk .userIcon:where(.svelte-11zhvzk){color:var(--color-alert-error)}.userIconButton.svelte-11zhvzk:focus-visible,.navLink.svelte-11zhvzk:focus-visible{outline:var(--border-width-thin) var(--border-style) var(--color-brand-primary);outline-offset:var(--spacing-xxs)}.userIconButton.svelte-11zhvzk:disabled{opacity:.6;cursor:not-allowed}.userIcon.svelte-11zhvzk{width:20px;height:20px}.hamburgerIcon.svelte-11zhvzk{width:22px;height:22px}.dropdown.svelte-11zhvzk{position:absolute;top:calc(100% + var(--spacing-sm));right:0;background:var(--color-bg-default);border:var(--border-width-thin) var(--border-style) var(--color-border-subtle);border-radius:var(--radius-lg);box-shadow:var(--elevation-floating);padding:var(--spacing-xs);min-width:180px;z-index:10}.dropdownItem.svelte-11zhvzk{width:100%;height:42px;padding:0 var(--spacing-sm);border:0;border-radius:var(--radius-md);background:transparent;color:var(--color-text-primary);font-family:var(--font-family-body);font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:var(--font-weight-medium);text-align:left;cursor:pointer}.dropdownItem.svelte-11zhvzk:hover{background:var(--color-surface-soft)}.dropdownItem.danger.svelte-11zhvzk{color:var(--color-alert-error)}.mobileOnly.svelte-11zhvzk{display:none}.desktopOnly.svelte-11zhvzk{display:block}.mobileDrawer.svelte-11zhvzk{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;background:#fffffff5;border:1px solid rgba(30,64,175,.16);border-radius:14px;box-shadow:0 16px 30px #0c162d24;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:8px;display:grid;gap:4px;z-index:20;animation:svelte-11zhvzk-mobileDrawerIn .18s ease-out}.mobileDrawerItem.svelte-11zhvzk{text-decoration:none;color:#475569;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;padding:10px 12px;border-radius:10px}.mobileDrawerItem.svelte-11zhvzk:hover{background:#1e40af14;color:#1e3a8a}.mobileDrawerItem.active.svelte-11zhvzk{color:#1e3a8a;background:#1e40af1a}.globalProgressWrap.svelte-11zhvzk{position:fixed;top:var(--spacing-sm);left:50%;transform:translate(-50%);z-index:1100;width:min(560px,calc(100% - (var(--spacing-xl) * 2)));display:grid;gap:var(--spacing-xxs);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-lg);border:var(--border-width-thin) var(--border-style) rgba(233,91,43,.34);background:var(--color-surface-glass-strong);box-shadow:var(--elevation-floating);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:svelte-11zhvzk-slideInTop .22s ease-out}.globalProgressTextRow.svelte-11zhvzk{display:inline-flex;align-items:center;gap:var(--spacing-xs)}.globalProgressText.svelte-11zhvzk{font-family:var(--font-family-body);font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:var(--font-weight-medium);color:var(--color-text-primary);flex:1}.globalProgressBar.svelte-11zhvzk{width:100%;height:8px;accent-color:var(--color-brand-orange-500)}.progressClose.svelte-11zhvzk{height:28px;min-width:28px;padding:0;border-radius:999px;border:var(--border-width-thin) var(--border-style) rgba(233,91,43,.36);background:var(--color-bg-default);color:var(--color-brand-orange-500);font-family:var(--font-family-body);font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:var(--font-weight-medium);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.spinner.svelte-11zhvzk{width:14px;height:14px;border:2px solid rgba(230,115,0,.35);border-top-color:var(--color-brand-orange-500);border-radius:999px;animation:svelte-11zhvzk-spin .8s linear infinite;flex:0 0 auto}@keyframes svelte-11zhvzk-spin{to{transform:rotate(360deg)}}@keyframes svelte-11zhvzk-slideInTop{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}@keyframes svelte-11zhvzk-mobileDrawerIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.subnav.svelte-11zhvzk{width:100%;background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid rgba(30,64,175,.1)}.subnavInner.svelte-11zhvzk{height:56px;width:min(100% - 48px,1180px);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:20px}.subnavLogoLink.svelte-11zhvzk{display:inline-flex;align-items:center;text-decoration:none;flex:0 0 auto}.subnavLogoImg.svelte-11zhvzk{height:20px;width:auto;display:block}.subnavNav.svelte-11zhvzk{display:flex;align-items:center;justify-content:center;gap:28px;overflow-x:auto;white-space:nowrap;width:auto;flex:0 1 auto}.subNavLink.svelte-11zhvzk{text-decoration:none;color:#475569;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;transition:color .16s ease;padding:2px 0}.subNavLink.svelte-11zhvzk:hover{color:#1e3a8a}.subNavLink.active.svelte-11zhvzk{color:#1e3a8a;font-weight:700}.subNavLink.svelte-11zhvzk:focus-visible{outline:var(--border-width-thin) var(--border-style) var(--color-brand-primary);outline-offset:var(--spacing-xxs)}@media(max-width:980px){.desktopNav.svelte-11zhvzk{display:none}.mobileOnly.svelte-11zhvzk{display:inline-flex}.desktopOnly.svelte-11zhvzk{display:none}.inner.svelte-11zhvzk{height:82px;width:min(100% - 32px,1180px);grid-template-columns:auto 1fr auto}.logoImg.svelte-11zhvzk{height:46px}.identityBlock.svelte-11zhvzk,.subnav.svelte-11zhvzk{display:none}}.content.svelte-12qhfyh{padding-right:var(--spacing-xl);padding-bottom:var(--spacing-xl);padding-left:var(--spacing-xl);background:var(--color-bg-default);display:grid;justify-items:center}.contentInner.svelte-12qhfyh{width:100%;max-width:var(--layout-max-width-desktop)}
