@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/Geist-Variable.2ffebe993e96.woff2") format("woff2");
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:root,
html[data-theme="light"] {
  color-scheme: light;
  --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --brand: #0b4da8;
  --brand-strong: #073b83;
  --ink: #071d3b;
  --text: #163653;
  --muted: #49637f;
  --canvas: #edf5fb;
  --surface: #f8fbfe;
  --surface-subtle: #e6f0f8;
  --surface-raised: #ffffff;
  --control: #f8fbff;
  --control-hover: #e4eff9;
  --border: #bdcedf;
  --link: #084797;
  --selection: #c7dcfa;
  --selection-text: #0d2b54;
  --focus: #805d00;
  /* Opaque fallbacks ship first; capable browsers opt into translucency below. */
  --header-background: var(--surface-raised);
  --header-text: #071d3b;
  --header-muted: #415c78;
  --header-active: #071d3b;
  --header-control-hover: rgba(218, 235, 248, .72);
  --overlay-scrim: rgba(9, 22, 39, 0.42);
  --shadow-color: rgba(13, 41, 78, 0.2);
  --route-accent: #243b5a;
  --ambient-blue: rgba(58, 151, 232, .18);
  --ambient-cyan: rgba(69, 220, 218, .12);
  --ambient-prism: rgba(227, 90, 190, .08);
  --glass-fill: var(--surface-raised);
  --glass-fill-strong: var(--surface-raised);
  --glass-reading-fill: var(--surface-raised);
  --liquid-glass-lens-tint: rgba(244, 251, 255, .84);
  --liquid-glass-reading-fill: var(--glass-reading-fill);
  --liquid-glass-edge-cool: rgba(57, 171, 255, .24);
  --liquid-glass-edge-warm: rgba(255, 116, 205, .1);
  --liquid-glass-center-veil: rgba(255, 255, 255, .34);
  --glass-edge: rgba(255, 255, 255, .9);
  --glass-line: rgba(63, 105, 145, .26);
  --glass-highlight: rgba(255, 255, 255, .98);
  --glass-refraction: rgba(48, 168, 244, .18);
  --glass-prism: rgba(224, 76, 177, .08);
  --glass-depth: rgba(7, 38, 77, .18);
  --liquid-glass-fallback-filter: blur(6px) saturate(128%) brightness(1.02);
  --glass-filter: blur(8px) saturate(132%);
  --glass-filter-compact: var(--liquid-glass-fallback-filter);
  --glass-shadow: 0 18px 48px rgba(18, 55, 91, .18), 0 3px 10px rgba(18, 55, 91, .1), inset 0 1px 0 rgba(255, 255, 255, .96);
  --glass-shadow-compact: 0 9px 26px rgba(18, 55, 91, .16), 0 2px 6px rgba(18, 55, 91, .09), inset 0 1px 0 rgba(255, 255, 255, .94);
  --liquid-glass-optic-layer: radial-gradient(88% 34% at 9% -9%, var(--glass-highlight) 0 4%, rgba(255, 255, 255, .42) 28%, transparent 72%), radial-gradient(68% 34% at 106% 110%, var(--liquid-glass-edge-cool), transparent 72%), radial-gradient(58% 30% at -8% 106%, var(--liquid-glass-edge-warm), transparent 74%), radial-gradient(136% 112% at 50% 50%, var(--liquid-glass-center-veil) 0 35%, transparent 76%);
  --liquid-glass-specular-rim: linear-gradient(112deg, color-mix(in srgb, var(--glass-highlight) 82%, transparent), transparent 28% 70%, color-mix(in srgb, var(--liquid-glass-edge-warm) 68%, transparent));
  --glass-optic-layer: var(--liquid-glass-optic-layer);
  --glass-specular-layer: var(--liquid-glass-specular-rim);
  --glass-lens: var(--glass-optic-layer);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --brand: #b8d4ff;
  --brand-strong: #d2e3ff;
  --ink: #f7fbff;
  --text: #e3edf7;
  --muted: #b0bfd0;
  --canvas: #05080d;
  --surface: #0a1018;
  --surface-subtle: #111a25;
  --surface-raised: #15202d;
  --control: #121c27;
  --control-hover: #1c2a39;
  --border: #35485c;
  --link: #b8d4ff;
  --selection: #244f8f;
  --selection-text: #ffffff;
  --focus: #ffd43b;
  --header-background: var(--surface-raised);
  --header-text: #ffffff;
  --header-muted: #bdc9d6;
  --header-active: #ffffff;
  --header-control-hover: rgba(40, 57, 76, .72);
  --overlay-scrim: rgba(0, 0, 0, 0.68);
  --shadow-color: rgba(0, 0, 0, 0.72);
  --route-accent: #c6d8ef;
  --ambient-blue: rgba(40, 122, 214, .2);
  --ambient-cyan: rgba(36, 190, 196, .1);
  --ambient-prism: rgba(213, 69, 169, .09);
  --glass-fill: var(--surface-raised);
  --glass-fill-strong: var(--surface-raised);
  --glass-reading-fill: var(--surface-raised);
  --liquid-glass-lens-tint: rgba(7, 15, 25, .82);
  --liquid-glass-reading-fill: var(--glass-reading-fill);
  --liquid-glass-edge-cool: rgba(91, 190, 255, .28);
  --liquid-glass-edge-warm: rgba(255, 128, 209, .12);
  --liquid-glass-center-veil: rgba(4, 9, 16, .32);
  --glass-edge: rgba(217, 236, 255, .22);
  --glass-line: rgba(177, 205, 234, .2);
  --glass-highlight: rgba(255, 255, 255, .3);
  --glass-refraction: rgba(67, 176, 255, .22);
  --glass-prism: rgba(255, 103, 203, .1);
  --glass-depth: rgba(0, 0, 0, .52);
  --liquid-glass-fallback-filter: blur(6px) saturate(124%) brightness(.88);
  --glass-filter: blur(8px) saturate(128%);
  --glass-filter-compact: var(--liquid-glass-fallback-filter);
  --glass-shadow: 0 20px 54px rgba(0, 0, 0, .56), 0 3px 10px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .2);
  --glass-shadow-compact: 0 10px 28px rgba(0, 0, 0, .5), 0 2px 7px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .18);
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  :root,
  html[data-theme="light"] {
    --header-background: rgba(248, 252, 255, .94);
    --glass-fill: rgba(247, 252, 255, .84);
    --glass-fill-strong: rgba(252, 254, 255, .96);
    --glass-reading-fill: rgba(252, 254, 255, .98);
  }

  html[data-theme="dark"] {
    --header-background: rgba(5, 9, 15, .94);
    --glass-fill: rgba(10, 18, 29, .82);
    --glass-fill-strong: rgba(13, 22, 34, .96);
    --glass-reading-fill: rgba(13, 22, 34, .98);
  }
}

.liquidGlassReading {
  background: var(--liquid-glass-reading-fill);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--text);
  text-shadow: none;
}

@media (max-width: 720px), (pointer: coarse), (update: slow), (prefers-reduced-transparency: reduce) {
  :root,
  html[data-theme="light"],
  html[data-theme="dark"] {
    --header-background: var(--glass-reading-fill);
    --glass-fill: var(--glass-reading-fill);
    --glass-fill-strong: var(--glass-reading-fill);
  }
}

.themeToggle {
  display: inline-flex;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--header-text);
  cursor: pointer;
  touch-action: manipulation;
}

@media (hover: hover) and (pointer: fine) {
  .themeToggle:hover {
    background: var(--header-control-hover);
  }
}

.themeToggle:active {
  transform: translateY(1px);
}

.themeToggle:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -3px;
}

.themeToggle svg {
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.languageSwitcher {
  position: relative;
  display: flex;
  width: 44px;
  flex: 0 0 44px;
  align-items: center;
}

.languageSwitcherLink {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  place-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--header-text);
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 140ms ease-out, box-shadow 140ms ease-out, transform 120ms ease-out;
}

.languageFlagFrame {
  position: relative;
  display: inline-grid;
  width: 20px;
  height: 12px;
  flex: 0 0 20px;
  place-items: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 10px;
  box-shadow: none;
  forced-color-adjust: none;
}

.languageFlag {
  display: none;
}

.languageFlagFrame.is-gb {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2030%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22r%22%3E%3Crect%20width%3D%2260%22%20height%3D%2230%22%20rx%3D%223%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22d%22%3E%3Cpath%20d%3D%22M30%2015h30v15zv15H0zH0V0zV0h30z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23r)%22%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M0%200h60v30H0z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%20d%3D%22M0%200l60%2030M60%200%200%2030%22%2F%3E%3Cpath%20clip-path%3D%22url(%23d)%22%20stroke%3D%22%23C8102E%22%20stroke-width%3D%224%22%20d%3D%22M0%200l60%2030M60%200%200%2030%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20d%3D%22M30%200v30M0%2015h60%22%2F%3E%3Cpath%20stroke%3D%22%23C8102E%22%20stroke-width%3D%226%22%20d%3D%22M30%200v30M0%2015h60%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%22.375%22%20y%3D%22.375%22%20width%3D%2259.25%22%20height%3D%2229.25%22%20rx%3D%222.625%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-opacity%3D%22.22%22%20stroke-width%3D%22.75%22%2F%3E%3C%2Fsvg%3E");
}

.languageFlagFrame.is-sv {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2010%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2216%22%20height%3D%2210%22%20rx%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%23006AA7%22%20d%3D%22M0%200h16v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23FECC02%22%20d%3D%22M5%200h2v10H5zM0%204h16v2H0z%22%2F%3E%3C%2Fg%3E%3Crect%20x%3D%22.25%22%20y%3D%22.25%22%20width%3D%2215.5%22%20height%3D%229.5%22%20rx%3D%22.75%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-opacity%3D%22.22%22%20stroke-width%3D%22.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 16px 10px;
}

@media (hover: hover) and (pointer: fine) {
  .languageSwitcherLink:hover {
    background: var(--header-control-hover);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--glass-highlight) 72%, transparent);
  }

}

.languageSwitcherLink:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -3px;
}

.languageSwitcherLink:active {
  transform: translateY(1px);
}

.headerNavScroll {
  display: contents;
}

.headerNavScrollButton {
  display: none;
}

@media (max-width: 760px) {
  .headerNavScroll {
    position: relative;
    display: flex;
    width: 0;
    min-width: 0;
    height: 48px;
    flex: 1 1 0;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    isolation: isolate;
  }

  .headerNavScroll > :is(.appTabs, .serviceTabs) {
    width: 100%;
    height: 48px;
    flex: 1 1 auto;
  }

  .headerNavScrollButton {
    appearance: none;
    position: absolute;
    z-index: 4;
    top: 2px;
    width: 52px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    place-items: center;
    background: transparent;
    color: var(--header-active);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 120ms ease-out, visibility 0s linear 120ms;
  }

  .headerNavScrollButton--left {
    left: 0;
    padding-right: 10px;
    background: linear-gradient(to left, transparent 0%, var(--header-background) 46%, var(--header-background) 100%);
  }

  .headerNavScrollButton--right {
    right: 0;
    padding-left: 10px;
    background: linear-gradient(to right, transparent 0%, var(--header-background) 46%, var(--header-background) 100%);
  }

  .headerNavScrollButton--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .headerNavScrollIcon {
    display: block;
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 1px 5px color-mix(in srgb, var(--header-active) 34%, transparent));
    pointer-events: none;
  }

  .headerNavScrollButton:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: -3px;
  }
}

.themeIconSun {
  display: none;
}

html[data-theme="dark"] .themeIconSun {
  display: block;
}

html[data-theme="dark"] .themeIconMoon {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .themeToggle:active,
  .languageSwitcherLink:active {
    transform: none;
  }

  .languageSwitcherLink {
    transition: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .languageSwitcherLink {
    border: 1px solid var(--border);
    background: var(--control);
  }
}

@media (forced-colors: active) {
  .themeToggle,
  .languageSwitcherLink {
    border: 2px solid ButtonText;
    background: Canvas;
    color: ButtonText;
  }
}

.analyticsConsent {
  position: fixed;
  z-index: 20000;
  inset-inline: max(12px, env(safe-area-inset-left)) max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  display: flex;
  width: min(760px, calc(100% - 24px));
  box-sizing: border-box;
  max-height: min(70vh, 560px);
  max-height: min(70dvh, 560px);
  margin-inline: auto;
  padding: 16px;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--glass-line);
  border-radius: 16px;
  background: var(--glass-reading-fill);
  color: var(--text);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow: auto;
  overscroll-behavior: contain;
}

.analyticsConsent[hidden] {
  display: none;
}

.analyticsConsentCopy {
  min-width: 0;
}

.analyticsConsentCopy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.25;
}

.analyticsConsentCopy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.analyticsConsentCopy a,
.analyticsSettingsLink {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.analyticsConsentActions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
}

.analyticsConsentActions button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-color: color-mix(in srgb, var(--ink) 42%, var(--surface-raised));
  border-radius: var(--radius-md);
  background: var(--control);
  color: var(--ink);
  font: 600 0.9rem/1 var(--font-sans);
  cursor: pointer;
  touch-action: manipulation;
}

@media (hover: hover) and (pointer: fine) {
  .analyticsConsentActions button:hover {
    background: var(--control-hover);
  }
}

.analyticsConsentActions button:focus-visible,
.analyticsSettingsLink:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.analyticsSettingsLink {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 640px) {
  .analyticsConsent {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .analyticsConsentActions {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analyticsConsentActions button {
    min-width: 0;
    line-height: 1.2;
    white-space: normal;
  }

  .analyticsConsentClose {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .analyticsConsentActions {
    grid-template-columns: minmax(0, 1fr);
  }

  .analyticsConsentClose {
    grid-column: auto;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .analyticsConsent {
    background: var(--glass-reading-fill);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (max-width: 720px), (pointer: coarse), (update: slow) {
  .analyticsConsent {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (max-width: 360px) {
  .analyticsConsentActions {
    grid-template-columns: 1fr;
  }

  .analyticsConsentClose {
    grid-column: auto;
  }
}

@media (forced-colors: active) {
  .analyticsConsent,
  .analyticsConsentActions button {
    border-color: CanvasText;
  }
}
