/* Critical presentation for crawlable template HTML shown during app startup. */
[data-static-seo-fallback].template-prerender {
  display: block;
  min-height: 100vh;
  margin: 0;
  padding: 0 24px 72px;
  color: #111632;
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}

.template-prerender *,
.template-prerender *::before,
.template-prerender *::after {
  box-sizing: border-box;
}

.template-prerender__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, 100%);
  min-height: 68px;
  margin: 20px auto 0;
  padding: 12px 22px;
  border: 1px solid #e6e8f0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(17, 22, 50, 0.1);
}

.template-prerender__header a {
  color: #30364a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.template-prerender__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111632 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

.template-prerender__brand span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #5745ef;
  font-size: 15px;
  font-weight: 900;
}

.template-prerender article,
.template-prerender__listing {
  width: min(980px, 100%);
  margin: 0 auto;
}

.template-prerender__hero {
  width: min(980px, 100%);
  margin: 0 auto 42px;
  padding: 92px 24px 58px;
  text-align: center;
}

.template-prerender__eyebrow {
  margin: 0 0 16px !important;
  color: #5745ef !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.template-prerender__hero h1 {
  max-width: 820px;
  margin: 0 auto 18px;
  color: #111632;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.template-prerender__hero > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: #596174;
  font-size: 18px;
  line-height: 1.65;
}

.template-prerender__intro {
  margin: 0 0 36px;
  padding: 24px 28px;
  border: 1px solid #e5e7ef;
  border-radius: 8px;
  background: #f7f7fc;
  color: #3d4558;
  font-size: 17px;
  line-height: 1.7;
}

.template-prerender article > h2 {
  margin: 48px 0 20px;
  color: #111632;
  font-size: 28px;
  line-height: 1.2;
}

.template-prerender article > section:not(.template-prerender__hero) {
  margin: 0 0 18px;
  padding: 28px;
  border: 1px solid #e5e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 22, 50, 0.06);
}

.template-prerender article section h3 {
  margin: 0 0 9px;
  color: #111632;
  font-size: 20px;
  line-height: 1.35;
}

.template-prerender article p,
.template-prerender article li {
  color: #4f5668;
  font-size: 16px;
  line-height: 1.7;
}

.template-prerender article p {
  margin: 10px 0;
}

.template-prerender article ol,
.template-prerender article ul {
  padding-left: 24px;
}

.template-prerender article .ph {
  padding: 2px 5px;
  border-radius: 4px;
  color: #4938d4;
  background: #eeecff;
  font-weight: 700;
}

.template-prerender__listing ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.template-prerender__listing a {
  display: flex;
  min-height: 86px;
  align-items: center;
  padding: 20px;
  border: 1px solid #e5e7ef;
  border-radius: 8px;
  color: #111632;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 22, 50, 0.05);
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

@media (max-width: 760px) {
  [data-static-seo-fallback].template-prerender {
    padding: 0 14px 48px;
  }

  .template-prerender__header {
    min-height: 58px;
    margin-top: 10px;
    padding: 9px 14px;
  }

  .template-prerender__brand {
    font-size: 18px !important;
  }

  .template-prerender__brand span {
    width: 32px;
    height: 32px;
  }

  .template-prerender__header > a:last-child {
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .template-prerender__hero {
    margin-bottom: 22px;
    padding: 64px 8px 34px;
  }

  .template-prerender__hero h1 {
    font-size: 38px;
  }

  .template-prerender__hero > p:last-child {
    font-size: 16px;
  }

  .template-prerender__intro,
  .template-prerender article > section:not(.template-prerender__hero) {
    padding: 20px;
  }

  .template-prerender__listing ul {
    grid-template-columns: 1fr;
  }
}
