@font-face {
  font-family: "SF Pro Text";
  src: url("/fonts/sf-pro/SF-Pro-Text-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("/fonts/sf-pro/SF-Pro-Text-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("/fonts/sf-pro/SF-Pro-Text-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("/fonts/sf-pro/SF-Pro-Text-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/sf-pro/SF-Pro-Display-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/sf-pro/SF-Pro-Display-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/sf-pro/SF-Pro-Display-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/sf-pro/SF-Pro-Display-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("/fonts/onest/Onest-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope/Manrope-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/noto-sans/NotoSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/noto-sans/NotoSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/noto-sans/NotoSans-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/noto-sans/NotoSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-display: "SF Pro Display", "SF Pro Text", "Manrope", "Noto Sans", ui-sans-serif, system-ui, sans-serif;
  --font-sans: "SF Pro Text", "SF Pro Display", "Onest", "Noto Sans", ui-rounded, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-accent: "SF Pro Text", "SF Pro Display", "Manrope", "Onest", "Noto Sans", ui-sans-serif, system-ui, sans-serif;

  --baby-powder: #FFFCF7;
  --night: #090C08;
  --celtic-blue: #1E70D6;

  --root-bg: var(--baby-powder);
  --root-fg: var(--night);
  --root-muted: rgba(9, 12, 8, 0.58);
  --root-header-bg: rgba(255, 252, 247, 0.82);
  --root-header-border: rgba(9, 12, 8, 0.10);
  --root-header-shadow: 0 10px 30px rgba(9, 12, 8, 0.06);
  --root-nav-hover: rgba(30, 112, 214, 0.10);
  --root-focus: rgba(30, 112, 214, 0.38);
  --root-store-bg: #FFFFFF;
  --root-store-fg: #090C08;
  --root-store-border: rgba(9, 12, 8, 0.12);
  --root-header-height: 68px;
  --root-header-safe-area-top: env(safe-area-inset-top, 0px);
  --root-header-total-height: calc(var(--root-header-height) + var(--root-header-safe-area-top));
  --root-menu-bg: var(--root-bg);
  --root-menu-border: rgba(9, 12, 8, 0.10);
  --root-menu-link: rgba(9, 12, 8, 0.84);
}

@media (prefers-color-scheme: dark) {
  :root {
    --root-bg: var(--night);
    --root-fg: var(--baby-powder);
    --root-muted: rgba(255, 252, 247, 0.60);
    --root-header-bg: rgba(9, 12, 8, 0.74);
    --root-header-border: rgba(255, 252, 247, 0.10);
    --root-header-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    --root-nav-hover: rgba(255, 252, 247, 0.08);
    --root-focus: rgba(40, 123, 224, 0.58);
    --root-store-bg: #FFFCF7;
    --root-store-fg: #090C08;
    --root-store-border: rgba(255, 252, 247, 0.16);
    --root-menu-bg: var(--root-bg);
    --root-menu-border: rgba(255, 252, 247, 0.10);
    --root-menu-link: rgba(255, 252, 247, 0.92);
  }
}

body.root-site-menu-lock {
  overflow: hidden;
}

.public-site-with-header {
  padding-top: var(--root-header-total-height);
}

.root-site-header *,
.root-site-header *::before,
.root-site-header *::after {
  box-sizing: border-box;
}

.root-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid var(--root-header-border);
  background: var(--root-header-bg);
  box-shadow: var(--root-header-shadow);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.root-site-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  width: min(100%, 1180px);
  min-height: var(--root-header-total-height);
  margin: 0 auto;
  padding: var(--root-header-safe-area-top) max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left));
}

.root-site-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  min-width: 0;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  outline: none;
}

.root-site-brand-icon {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  flex: 0 0 auto;
  box-shadow: 0 6px 18px rgba(9, 12, 8, 0.16);
}

.root-site-wordmark {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--root-fg);
  white-space: nowrap;
}

.root-site-sections {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.root-site-section-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--root-muted);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  outline: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.root-site-section-link:hover {
  background: var(--root-nav-hover);
  color: var(--root-fg);
}

.root-site-header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.root-site-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--root-store-border);
  border-radius: 12px;
  background: var(--root-store-bg);
  color: var(--root-store-fg);
  box-shadow: 0 10px 24px rgba(9, 12, 8, 0.12);
  text-decoration: none;
  outline: none;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.root-site-store-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(9, 12, 8, 0.16);
  border-color: rgba(30, 112, 214, 0.30);
}

.root-site-store-icon {
  width: 18px;
  height: 22px;
  fill: currentColor;
}

.root-site-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--root-muted);
  cursor: pointer;
  outline: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.root-site-menu-button:hover {
  background: var(--root-nav-hover);
  color: var(--root-fg);
}

.root-site-menu-line {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.root-site-shell--menu-open .root-site-menu-button {
  color: var(--root-fg);
}

.root-site-shell--menu-open .root-site-menu-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.root-site-shell--menu-open .root-site-menu-line:nth-child(2) {
  opacity: 0;
}

.root-site-shell--menu-open .root-site-menu-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.root-site-brand:focus-visible,
.root-site-section-link:focus-visible,
.root-site-store-link:focus-visible,
.root-site-menu-button:focus-visible,
.root-site-menu-link:focus-visible,
.root-site-menu-download:focus-visible {
  outline: 3px solid var(--root-focus);
  outline-offset: 3px;
}

.root-site-menu {
  position: fixed;
  top: var(--root-header-total-height);
  right: 0;
  left: 0;
  z-index: 19;
  max-height: calc(100vh - var(--root-header-total-height));
  max-height: calc(100svh - var(--root-header-total-height));
  overflow-y: auto;
  border-bottom: 1px solid var(--root-menu-border);
  background: var(--root-menu-bg);
  box-shadow: 0 24px 60px rgba(9, 12, 8, 0.16);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.root-site-menu[hidden] {
  display: none;
}

@media (min-width: 761px) {
  .root-site-menu {
    display: none;
  }
}

.root-site-menu-inner {
  display: grid;
  align-content: start;
  gap: 28px;
  width: min(100%, 1180px);
  min-height: calc(100vh - var(--root-header-total-height));
  min-height: calc(100svh - var(--root-header-total-height));
  margin: 0 auto;
  padding: 32px max(28px, env(safe-area-inset-right)) 36px max(28px, env(safe-area-inset-left));
}

.root-site-menu-links {
  display: grid;
  gap: 22px;
}

.root-site-menu-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  border-radius: 14px;
  color: var(--root-menu-link);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  outline: none;
}

.root-site-menu-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  margin-top: 4px;
  border-radius: 18px;
  background: var(--root-store-bg);
  color: var(--root-store-fg);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(9, 12, 8, 0.14);
  outline: none;
}

.root-site-menu-download-icon {
  width: 20px;
  height: 24px;
  fill: currentColor;
}

.root-site-footer {
  padding: 76px max(20px, env(safe-area-inset-right)) 80px max(20px, env(safe-area-inset-left));
  border-top: 1px solid var(--root-feature-border, var(--root-header-border));
  background: var(--root-bg);
  color: var(--root-fg);
}

.root-site-footer-inner {
  display: grid;
  grid-template-columns: minmax(190px, 360px) minmax(360px, 680px);
  gap: 40px clamp(80px, 10vw, 180px);
  align-items: start;
  justify-content: space-between;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.root-site-footer-brand {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.root-site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  text-decoration: none;
}

.root-site-footer-brand p {
  max-width: 430px;
  margin: 0;
  color: var(--root-muted);
  font-size: 13px;
  line-height: 1.45;
}

.root-site-footer-copyright {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}

.root-site-footer-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 28px;
  align-items: start;
  justify-self: end;
  width: min(100%, 680px);
}

.root-site-footer-group {
  display: grid;
  gap: 13px;
}

.root-site-footer-group-title {
  margin: 0;
  color: var(--root-fg);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.root-site-footer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.root-site-footer-link {
  display: inline-flex;
  width: fit-content;
  color: var(--root-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.root-site-footer-link:hover,
.root-site-footer-link:focus-visible {
  color: var(--root-fg);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.root-site-footer-divider {
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  background: var(--root-feature-border, var(--root-header-border));
}

.root-site-footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.root-site-footer-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--root-store-border);
  border-radius: 14px;
  background: var(--root-store-bg);
  color: var(--root-store-fg);
  box-shadow: 0 14px 34px rgba(9, 12, 8, 0.10);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.root-site-footer-store:hover,
.root-site-footer-store:focus-visible {
  border-color: var(--celtic-blue);
  box-shadow: 0 18px 44px rgba(30, 112, 214, 0.18);
  transform: translateY(-1px);
}

.root-site-footer-store-icon {
  width: 13px;
  height: 17px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .root-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 44px;
    justify-items: start;
    text-align: left;
  }

  .root-site-footer-brand {
    justify-items: start;
  }

  .root-site-footer-directory {
    justify-self: start;
    width: 100%;
  }
}

@media (max-width: 760px) {
  :root {
    --root-header-height: 64px;
  }

  .root-site-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .root-site-sections--desktop {
    display: none;
  }

  .root-site-header-actions {
    gap: 8px;
  }

  .root-site-menu-button {
    display: inline-flex;
  }

  .root-site-shell--menu-open .root-site-store-link {
    display: none;
  }

  .root-site-wordmark {
    font-size: 23px;
  }

  .root-site-brand-icon {
    width: 32px;
    height: 32px;
  }

  .root-site-footer {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .root-site-footer-inner {
    gap: 34px;
  }

  .root-site-footer-directory {
    grid-template-columns: 1fr;
  }

  .root-site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .root-site-footer-group {
    gap: 11px;
  }
}

@media (min-width: 421px) and (max-width: 760px) {
  .root-site-footer {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .root-site-footer-link {
    font-size: 13px;
  }
}
