@font-face {
  font-family: "TRC Shell Inter";
  src: url("/assets/site-media/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --trc-shell-blue: #29b0e5;
  --trc-shell-green: #8fc23e;
  --trc-shell-line: rgba(255, 255, 255, 0.13);
}

.trc-source-header-hidden,
.trc-source-footer-hidden,
body.trc-shared-shell-home .trc-layout-15f63py-container {
  display: none !important;
}

trc-site-header,
trc-site-footer {
  display: block;
}

body.trc-shared-shell-page trc-site-header {
  height: 112px;
}

body.trc-shared-shell-home trc-site-header {
  height: 0;
}

#__trc-layout-badge-container,
a[href*="buy.polar.sh"] {
  display: none !important;
}

.trc-global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  min-height: 112px;
  padding: 20px 48px;
  box-sizing: border-box;
  color: #fff;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.trc-page-scrolled .trc-global-header {
  background: transparent;
  box-shadow: inset 0 -1px rgba(74, 188, 183, 0.18), 0 12px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.trc-global-header-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.trc-global-brand {
  position: relative;
  display: block;
  width: 204px;
  height: 72px;
  overflow: hidden;
  text-decoration: none;
  transition: width 380ms cubic-bezier(0.22, 1, 0.36, 1), height 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trc-global-logo,
.trc-global-mark {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  object-fit: contain;
  object-position: left center;
  transform: translateY(-50%);
}

.trc-global-logo {
  width: 204px;
  height: 72px;
  opacity: 1;
  transition: opacity 180ms ease 120ms, transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trc-global-mark {
  width: 54px;
  height: 54px;
  opacity: 0;
  transform: translateY(-50%) scale(0.72) rotate(-7deg);
  transition: opacity 160ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trc-page-scrolled .trc-global-brand {
  width: 54px;
  height: 54px;
}

.trc-page-scrolled .trc-global-logo {
  opacity: 0;
  transform: translateY(-50%) translateX(-14px) scaleX(0.82);
  transition-delay: 0ms;
}

.trc-page-scrolled .trc-global-mark {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(0);
  transition-delay: 120ms;
}

.trc-global-nav {
  position: absolute;
  top: 10px;
  left: 518px;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 6px;
  border: 0;
  border-radius: 999px;
  background: #080808;
  box-shadow:
    -1px 4px 10px rgba(0, 0, 0, 0.15),
    -3px 18px 18px rgba(0, 0, 0, 0.13),
    -6px 40px 24px rgba(0, 0, 0, 0.08),
    -10px 71px 29px rgba(0, 0, 0, 0.02),
    -16px 110px 31px rgba(0, 0, 0, 0);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.trc-global-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 344px;
  max-width: calc(100% - 106px);
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0), #d9d9d9 49.54%, rgba(217, 217, 217, 0));
  transform: translateX(-50%);
  pointer-events: none;
}

.trc-global-nav a,
.trc-mobile-nav a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.66);
  font: 400 16px/1.5 "TRC Shell Inter", Inter, "Inter Placeholder", Arial, sans-serif;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.trc-global-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  white-space: nowrap;
}

.trc-home-icon {
  flex: 0 0 auto;
}

.trc-global-nav a:hover,
.trc-global-nav a:focus-visible,
.trc-global-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.trc-global-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 174.453125px;
  height: 46px;
  min-height: 46px;
  margin-left: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: #111;
  background: linear-gradient(180deg, #fff 0%, #ededed 52%, #e0e0e0 100%);
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.2),
    0 10px 10px rgba(0, 0, 0, 0.17),
    0 22px 13px rgba(0, 0, 0, 0.1),
    0 40px 16px rgba(0, 0, 0, 0.03),
    0 62px 17px rgba(0, 0, 0, 0);
  font: 400 16px/1.4 "TRC Shell Inter", Inter, "Inter Placeholder", Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.trc-global-cta p {
  margin: 0;
  color: inherit;
  font: inherit;
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.trc-global-cta:link,
.trc-global-cta:visited {
  color: #111;
}

.trc-global-cta:hover,
.trc-global-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 3px 7px rgba(0, 0, 0, 0.22),
    0 12px 13px rgba(0, 0, 0, 0.18),
    0 24px 15px rgba(0, 0, 0, 0.11),
    0 42px 18px rgba(0, 0, 0, 0.04);
}

.trc-menu-toggle,
.trc-mobile-nav {
  display: none;
}

.trc-shared-footer {
  display: block !important;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 54px 24px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #777;
  background: #000;
  font: 400 14px/1.5 "TRC Shell Inter", Inter, "Inter Placeholder", Arial, sans-serif;
}

.trc-footer-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(150px, 0.7fr));
  gap: 46px;
}

.trc-footer-brand img {
  display: block;
  width: 178px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.trc-footer-brand p {
  max-width: 440px;
  margin: 16px 0 0;
  color: #8d8d8d;
  line-height: 1.6;
}

.trc-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.trc-footer-links strong {
  margin-bottom: 4px;
  color: #eee;
  font-weight: 500;
}

.trc-footer-links a {
  color: #888;
  text-decoration: none;
  transition: color 180ms ease;
}

.trc-footer-links a:hover,
.trc-footer-links a:focus-visible {
  color: #fff;
}

.trc-footer-bottom {
  width: min(100%, 1180px);
  margin: 44px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #666;
  text-align: center;
}

@media (max-width: 1439.98px) {
  body.trc-shared-shell-page trc-site-header {
    height: 88px;
  }

  .trc-global-header,
  .trc-global-header-inner {
    min-height: 88px;
  }

  .trc-global-header {
    padding: 0;
  }

  .trc-global-header-inner {
    width: 100%;
    max-width: none;
    padding: 8px 30px;
    box-sizing: border-box;
  }

  .trc-global-nav,
  .trc-global-cta {
    display: none;
  }

  .trc-menu-toggle {
    margin-left: auto;
    display: grid;
    place-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }

  .trc-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .trc-menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .trc-menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .trc-mobile-nav {
    position: absolute;
    top: 125px;
    left: 50%;
    width: min(100%, 406px);
    height: 354px;
    margin: 0;
    padding: 30px 6px;
    border: 0;
    border-radius: 16px;
    background: #080808;
    box-shadow: none;
    box-sizing: border-box;
    transform: translateX(-50%);
  }

  .trc-mobile-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--trc-shell-line);
    border-radius: inherit;
    pointer-events: none;
  }

  .trc-mobile-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .trc-mobile-nav a:not(.trc-mobile-cta) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 16px;
    box-sizing: border-box;
  }

  .trc-mobile-nav a:hover,
  .trc-mobile-nav a:focus-visible,
  .trc-mobile-nav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  .trc-mobile-nav .trc-mobile-cta {
    display: inline-flex;
    width: 174.453125px;
    height: 38px;
    min-height: 38px;
    margin: 0;
    padding: 6px 24px;
  }
}

@media (max-width: 809.98px) {
  body.trc-shared-shell-page trc-site-header {
    height: 76px;
  }

  .trc-global-header,
  .trc-global-header-inner {
    min-height: 76px;
  }

  .trc-global-header-inner {
    padding: 8px 16px;
  }

  .trc-global-brand,
  .trc-global-logo {
    width: 160px;
    height: 60px;
  }

  .trc-mobile-nav {
    top: 113px;
  }
}

@media (max-width: 720px) {
  .trc-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trc-global-header *,
  .trc-global-header *::before,
  .trc-global-header *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
