:root {
  --ath-manual-navy: #0b2035;
  --ath-manual-navy-2: #123f61;
  --ath-manual-ink: #172536;
  --ath-manual-muted: #68788b;
  --ath-manual-line: #dce5ed;
  --ath-manual-soft: #f3f7fa;
  --ath-manual-gold: #cfa556;
  --ath-manual-gold-soft: #f7f0df;
  --ath-manual-white: #fff;
  --ath-manual-focus: #3578b8;
  --ath-manual-shell: 1240px;
}

body.ath-manual-site {
  background: #eef3f7;
  color: var(--ath-manual-ink);
}

body.ath-manual-site #header .header-main {
  background: linear-gradient(112deg, #071a2d, #0c2943 52%, #123f61) !important;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.1);
}

body.ath-manual-site #header .header-bottom {
  border-bottom: 1px solid rgba(207, 165, 86, 0.23);
  background: #071724 !important;
}

.ath-manual-shell {
  width: min(calc(100% - 38px), var(--ath-manual-shell));
  margin-inline: auto;
}

.ath-manual-breadcrumbs {
  padding: 20px 0;
}

.ath-manual-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ath-manual-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #7a8998;
  font-size: 11px;
  font-weight: 700;
}

.ath-manual-breadcrumbs li:not(:last-child)::after {
  color: #a9b4bf;
  content: "/";
}

.ath-manual-breadcrumbs a {
  color: inherit;
}

.ath-manual-breadcrumbs a:hover {
  color: var(--ath-manual-navy-2);
}

.ath-manual-hub__hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(50px, 7vw, 88px);
  background:
    radial-gradient(circle at 12% 18%, rgba(207, 165, 86, 0.17), transparent 26rem),
    radial-gradient(circle at 86% 8%, rgba(45, 113, 153, 0.26), transparent 33rem),
    linear-gradient(145deg, #07141b, #0b202c 55%, #0d2d3d);
  color: #fff;
}

.ath-manual-hub__hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.ath-manual-hub__hero .ath-manual-shell {
  position: relative;
  z-index: 1;
}

.ath-manual-hub__hero .ath-manual-breadcrumbs,
.ath-manual-hub__hero .ath-manual-breadcrumbs a {
  color: #9cadb6;
}

.ath-manual-hub__hero-copy {
  max-width: 780px;
  padding: clamp(30px, 5vw, 68px) 0 34px;
}

.ath-manual-hub__hero-copy > span,
.ath-manual-eyebrow,
.ath-manual-content-heading span,
.ath-manual-section-heading small,
.ath-manual-group__heading small {
  color: var(--ath-manual-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
}

.ath-manual-hub__hero h1 {
  margin: 12px 0 14px;
  color: #f2f5f6;
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .98;
}

.ath-manual-hub__hero-copy p {
  margin: 0;
  color: #aebbc2;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.ath-manual-search {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  max-width: 860px;
  padding: 10px 10px 10px 20px;
  border: 1px solid rgba(207, 165, 86, .28);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.ath-manual-search svg {
  width: 22px;
  fill: none;
  stroke: #637689;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.ath-manual-search input {
  height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ath-manual-ink);
  font-size: 15px;
}

.ath-manual-search input:focus {
  box-shadow: none;
}

.ath-manual-search button,
.ath-manual-button {
  min-height: 44px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #d1dce6;
  border-radius: 9px;
  background: #fff;
  color: var(--ath-manual-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 42px;
  text-transform: uppercase;
}

.ath-manual-search button,
.ath-manual-button--primary {
  border-color: var(--ath-manual-navy);
  background: linear-gradient(135deg, var(--ath-manual-navy-2), var(--ath-manual-navy));
  color: #fff;
}

.ath-manual-search button:hover,
.ath-manual-button--primary:hover {
  background: linear-gradient(135deg, #175174, #0b2035);
  color: #fff;
}

.ath-manual-live-results {
  position: absolute;
  z-index: 10;
  width: min(860px, calc(100% - 38px));
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #d5e0e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(4, 16, 27, .26);
  color: var(--ath-manual-ink);
}

.ath-manual-live-results a {
  display: block;
  padding: 15px 18px;
  border-bottom: 1px solid #edf1f4;
  color: inherit;
}

.ath-manual-live-results a:hover {
  background: var(--ath-manual-soft);
}

.ath-manual-live-results small {
  display: block;
  margin-bottom: 3px;
  color: var(--ath-manual-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ath-manual-live-results strong {
  display: block;
  font-size: 14px;
}

.ath-manual-hub__content {
  min-height: 50vh;
  padding: clamp(48px, 6vw, 80px) 0 90px;
}

.ath-manual-content-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.ath-manual-content-heading h2,
.ath-manual-section-heading h2,
.ath-manual-group__heading h2 {
  margin: 6px 0 0;
  color: var(--ath-manual-navy);
  font-size: clamp(27px, 3.2vw, 39px);
  font-weight: 790;
  letter-spacing: -.035em;
}

.ath-manual-content-heading p {
  max-width: 480px;
  margin: 0;
  color: var(--ath-manual-muted);
  font-size: 13px;
  line-height: 1.7;
}

.ath-manual-group-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 52px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ath-manual-group-tabs a {
  flex: none;
  padding: 10px 15px;
  border: 1px solid #d6e0e8;
  border-radius: 999px;
  background: #fff;
  color: #5b6d7f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ath-manual-group-tabs a:hover,
.ath-manual-group-tabs a.is-active {
  border-color: var(--ath-manual-navy);
  background: var(--ath-manual-navy);
  color: #fff;
}

.ath-manual-group {
  margin-bottom: 68px;
  scroll-margin-top: 80px;
}

.ath-manual-group__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.ath-manual-group__heading > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(207, 165, 86, .34);
  border-radius: 14px;
  background: var(--ath-manual-gold-soft);
  color: #8a6324;
  font-size: 18px;
  font-weight: 800;
}

.ath-manual-group__heading h2 {
  font-size: 27px;
}

.ath-manual-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ath-manual-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(11, 32, 53, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(17, 38, 61, .07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ath-manual-card:hover {
  transform: translateY(-3px);
  border-color: rgba(207, 165, 86, .42);
  box-shadow: 0 24px 58px rgba(17, 38, 61, .12);
}

.ath-manual-card__media {
  display: grid;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, #f2f4f3, #dde4e3 72%);
}

.ath-manual-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ath-manual-card__media span {
  color: var(--ath-manual-navy);
  font-size: 25px;
  font-weight: 800;
}

.ath-manual-card__body {
  position: relative;
  padding: 18px 18px 17px;
}

.ath-manual-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #8a99a7;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ath-manual-card h3 {
  margin: 7px 0 6px;
  font-size: 17px;
  line-height: 1.3;
}

.ath-manual-card h3 a {
  color: var(--ath-manual-navy);
}

.ath-manual-card p {
  margin: 0 0 13px;
  color: var(--ath-manual-muted);
  font-size: 11px;
  line-height: 1.55;
}

.ath-manual-card__link {
  color: var(--ath-manual-navy-2);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ath-manual-search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.ath-manual-search-result {
  padding: 22px;
  border: 1px solid var(--ath-manual-line);
  border-radius: 16px;
  background: #fff;
}

.ath-manual-search-result > span {
  color: var(--ath-manual-gold);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.ath-manual-search-result h3 {
  margin: 5px 0 8px;
  font-size: 18px;
}

.ath-manual-search-result h3 a {
  color: var(--ath-manual-navy);
}

.ath-manual-search-result p,
.ath-manual-empty {
  margin: 0;
  color: var(--ath-manual-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ath-manual-single {
  min-height: 70vh;
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 8% 5%, rgba(207, 165, 86, .09), transparent 26rem),
    #f1f5f8;
}

.ath-manual-plugin-header {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  margin: 12px 0 36px;
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(207, 165, 86, .18);
  border-radius: 25px;
  background:
    radial-gradient(circle at 90% 10%, rgba(42, 100, 132, .34), transparent 30rem),
    linear-gradient(145deg, #07141b, #0d222d 58%, #0c2a39);
  box-shadow: 0 28px 70px rgba(8, 26, 39, .18);
}

.ath-manual-plugin-header__icon {
  display: grid;
  width: 170px;
  height: 170px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(207, 165, 86, .3);
  border-radius: 28px;
  background: radial-gradient(circle at 50% 42%, #f1f3f2, #dce3e2 74%);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}

.ath-manual-plugin-header__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ath-manual-plugin-header__icon span {
  color: var(--ath-manual-navy);
  font-size: 48px;
  font-weight: 850;
}

.ath-manual-plugin-header h1 {
  margin: 8px 0 9px;
  color: #f0f4f5;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 810;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.ath-manual-plugin-header__content > p {
  max-width: 750px;
  margin: 0 0 18px;
  color: #aebac0;
  font-size: 15px;
  line-height: 1.7;
}

.ath-manual-badges,
.ath-manual-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ath-manual-badges > span,
.ath-manual-article__meta span,
.ath-manual-status {
  padding: 6px 9px;
  border: 1px solid rgba(207, 165, 86, .22);
  border-radius: 999px;
  background: rgba(207, 165, 86, .07);
  color: #c9b281;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ath-manual-status--current {
  border-color: rgba(65, 164, 121, .28) !important;
  background: rgba(65, 164, 121, .09) !important;
  color: #7fd0aa !important;
}

.ath-manual-status--needs-review,
.ath-manual-status--outdated {
  border-color: rgba(205, 148, 50, .3) !important;
  background: rgba(205, 148, 50, .1) !important;
  color: #c28b2f !important;
}

.ath-manual-plugin-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 21px;
}

.ath-manual-plugin-header__actions .ath-manual-button:not(.ath-manual-button--primary) {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .05);
  color: #d7e0e4;
}

.ath-manual-root-layout,
.ath-manual-article-layout {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.ath-manual-article-layout {
  grid-template-columns: 230px minmax(0, 1fr) 190px;
  margin-top: 14px;
}

.ath-manual-sidebar {
  position: sticky;
  top: 22px;
  max-height: calc(100vh - 44px);
  padding: 17px;
  overflow-y: auto;
  border: 1px solid var(--ath-manual-line);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 42px rgba(17, 38, 61, .06);
}

.ath-manual-sidebar__home {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5ebf0;
  color: var(--ath-manual-navy);
  font-size: 13px;
}

.ath-manual-sidebar__home > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  background: var(--ath-manual-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ath-manual-sidebar__plugin {
  padding: 17px 0 8px;
}

.ath-manual-sidebar__plugin small {
  display: block;
  margin-bottom: 7px;
  color: #98a5b1;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.ath-manual-sidebar__plugin a {
  display: block;
  width: 100%;
  padding: 9px 12px 9px 15px;
  box-sizing: border-box;
  border-left: 3px solid transparent;
  border-radius: 8px;
  color: var(--ath-manual-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.ath-manual-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ath-manual-sidebar ul ul {
  margin-left: 9px;
  padding-left: 10px;
  border-left: 1px solid #e0e7ed;
}

.ath-manual-sidebar li {
  margin: 1px 0;
}

.ath-manual-sidebar li a {
  display: block;
  width: 100%;
  padding: 9px 12px 9px 15px;
  box-sizing: border-box;
  border-left: 3px solid transparent;
  border-radius: 8px;
  color: #607184;
  font-size: 11px;
  line-height: 1.35;
}

.ath-manual-sidebar a:hover,
.ath-manual-sidebar a.is-current {
  background: #edf3f7;
  color: var(--ath-manual-navy-2);
}

.ath-manual-sidebar a.is-current {
  border-left-color: var(--ath-manual-gold);
  box-shadow: none;
  font-weight: 800;
}

.ath-manual-sidebar-toggle {
  display: none;
}

.ath-manual-root-copy,
.ath-manual-article {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(11, 32, 53, .09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 38, 61, .08);
}

.ath-manual-root-copy > :first-child,
.ath-manual-article__body > :first-child {
  margin-top: 0;
}

.ath-manual-root-copy h2,
.ath-manual-article__body h2 {
  margin: 42px 0 14px;
  scroll-margin-top: 28px;
  color: var(--ath-manual-navy);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 790;
  letter-spacing: -.025em;
}

.ath-manual-root-copy h3,
.ath-manual-article__body h3 {
  margin: 29px 0 10px;
  scroll-margin-top: 28px;
  color: #263b50;
  font-size: 20px;
}

.ath-manual-root-copy p,
.ath-manual-root-copy li,
.ath-manual-article__body p,
.ath-manual-article__body li {
  color: #4f6275;
  font-size: 15px;
  line-height: 1.78;
}

.ath-manual-root-copy a,
.ath-manual-article__body a {
  color: #146292;
  text-decoration: underline;
  text-decoration-color: rgba(20, 98, 146, .28);
  text-underline-offset: 3px;
}

.ath-manual-root-copy img,
.ath-manual-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.ath-manual-root-copy table,
.ath-manual-article__body table {
  display: table;
  width: 100%;
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid #d8e2ea;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
}

.ath-manual-root-copy th,
.ath-manual-article__body th {
  padding: 12px 14px;
  border-bottom: 1px solid #d8e2ea;
  background: #edf3f7;
  color: #506174;
  font-size: 11px;
  text-align: left;
}

.ath-manual-root-copy td,
.ath-manual-article__body td {
  padding: 13px 14px;
  border-bottom: 1px solid #e5ebf0;
  color: #536579;
  font-size: 13px;
  vertical-align: top;
}

/* Flatsome removes horizontal padding from first/last table cells. Manual
   tables need their own protected content gutter on every column. */
body.ath-manual-site .ath-manual-root-copy table th,
body.ath-manual-site .ath-manual-root-copy table td,
body.ath-manual-site .ath-manual-article__body table th,
body.ath-manual-site .ath-manual-article__body table td {
  padding: 14px 18px !important;
  box-sizing: border-box;
}

body.ath-manual-site .ath-manual-root-copy table th:first-child,
body.ath-manual-site .ath-manual-root-copy table td:first-child,
body.ath-manual-site .ath-manual-article__body table th:first-child,
body.ath-manual-site .ath-manual-article__body table td:first-child {
  padding-left: 20px !important;
}

body.ath-manual-site .ath-manual-root-copy table th:last-child,
body.ath-manual-site .ath-manual-root-copy table td:last-child,
body.ath-manual-site .ath-manual-article__body table th:last-child,
body.ath-manual-site .ath-manual-article__body table td:last-child {
  padding-right: 20px !important;
}

.ath-manual-article__header {
  margin: calc(clamp(28px, 4vw, 48px) * -1) calc(clamp(28px, 4vw, 48px) * -1) 34px;
  padding: clamp(34px, 5vw, 58px) clamp(28px, 4vw, 48px) 33px;
  border-bottom: 1px solid #e0e8ee;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(circle at 92% 0, rgba(207, 165, 86, .12), transparent 25rem),
    linear-gradient(145deg, #f6f9fb, #fff);
}

.ath-manual-article__header > span {
  color: var(--ath-manual-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ath-manual-article__header h1 {
  margin: 8px 0 11px;
  color: var(--ath-manual-navy);
  font-size: clamp(34px, 4.6vw, 50px);
  font-weight: 810;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.ath-manual-article__header > p {
  max-width: 760px;
  margin: 0 0 17px;
  color: var(--ath-manual-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ath-manual-article__meta span {
  border-color: #dbe4eb;
  background: #fff;
  color: #748494;
}

.ath-manual-toc {
  position: sticky;
  top: 22px;
  padding: 15px 0 15px 16px;
  border-left: 1px solid #d6e0e8;
}

.ath-manual-toc > strong {
  color: var(--ath-manual-navy);
  font-size: 11px;
  text-transform: uppercase;
}

.ath-manual-toc ol {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.ath-manual-toc li {
  margin: 0;
}

.ath-manual-toc li.level-3 {
  padding-left: 9px;
}

.ath-manual-toc a {
  display: block;
  padding: 6px 0;
  color: #718191;
  font-size: 10px;
  line-height: 1.4;
}

.ath-manual-toc a:hover,
.ath-manual-toc a.is-active {
  color: var(--ath-manual-navy-2);
  font-weight: 800;
}

.ath-callout {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid #cfdeea;
  border-left: 4px solid #4b8fbd;
  border-radius: 11px;
  background: #f1f7fb;
}

.ath-callout--tip {
  border-color: #cce3d6;
  border-left-color: #3c9a69;
  background: #f1f9f4;
}

.ath-callout--warning {
  border-color: #ecd8aa;
  border-left-color: #cc9130;
  background: #fcf8ee;
}

.ath-callout--important {
  border-color: #e5c9cd;
  border-left-color: #bc4c57;
  background: #fbf2f3;
}

.ath-callout__title {
  display: block;
  margin-bottom: 4px;
  color: var(--ath-manual-navy);
  font-size: 10px;
  letter-spacing: .1em;
}

.ath-callout__body > :last-child {
  margin-bottom: 0;
}

.ath-manual-checklist {
  display: grid;
  gap: 8px;
  margin: 18px 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
}

.ath-manual-checklist li {
  margin: 0 !important;
  padding: 11px 14px;
  border: 1px solid #dce6ed;
  border-radius: 9px;
  background: #f7fafc;
  color: #40566a;
}

.ath-manual-use-case {
  margin: 18px 0;
  padding: 19px 21px;
  border: 1px solid #dce5ed;
  border-radius: 12px;
  background: linear-gradient(145deg, #f8fafc, #fff);
}

.ath-manual-use-case h3 {
  margin-top: 0;
}

.ath-manual-use-case > :last-child {
  margin-bottom: 0;
}

.ath-release-timeline {
  display: grid;
  gap: 0;
  margin: 24px 0;
}

.ath-release-entry {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 14px;
}

.ath-release-entry__rail {
  position: relative;
  display: flex;
  justify-content: center;
}

.ath-release-entry__rail::after {
  position: absolute;
  top: 17px;
  bottom: -17px;
  width: 2px;
  background: #dce5ed;
  content: "";
}

.ath-release-entry:last-child .ath-release-entry__rail::after {
  display: none;
}

.ath-release-entry__rail span {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #8b9ba8;
  box-shadow: 0 0 0 2px #c9d4dd;
}

.ath-release-entry.is-latest .ath-release-entry__rail span {
  background: var(--ath-manual-gold);
  box-shadow: 0 0 0 3px rgba(207, 165, 86, .24);
}

.ath-release-entry__card {
  margin-bottom: 18px;
  padding: 20px 22px;
  border: 1px solid #dce5ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 38, 61, .055);
}

.ath-release-entry.is-latest .ath-release-entry__card {
  border-color: rgba(207, 165, 86, .4);
  background: linear-gradient(145deg, #fffdf8, #fff);
}

.ath-release-entry__card header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 9px;
}

.ath-release-entry__card small {
  color: var(--ath-manual-gold-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.ath-release-entry__card h3 {
  margin: 3px 0 0;
  font-size: 20px;
}

.ath-release-entry__card h3 a {
  color: var(--ath-manual-navy);
}

.ath-release-entry__card time {
  flex: none;
  padding: 6px 9px;
  border: 1px solid #dde5eb;
  border-radius: 999px;
  color: #71808e;
  font-size: 9px;
  font-weight: 800;
}

.ath-release-entry__card p,
.ath-release-entry__card li {
  color: #586b7e;
  font-size: 12px;
  line-height: 1.65;
}

.ath-release-entry__card ul {
  margin: 12px 0;
}

.ath-release-entry__link,
.ath-release-back a,
.ath-product-updates__all a {
  color: var(--ath-manual-navy-2);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ath-release-highlights {
  margin: 0 0 30px;
  padding: 22px 24px;
  border: 1px solid rgba(207, 165, 86, .36);
  border-radius: 13px;
  background: var(--ath-manual-gold-soft);
}

.ath-release-highlights h2 {
  margin-top: 0;
  font-size: 22px;
}

.ath-release-back {
  margin: 38px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e1e8ee;
}

.ath-product-updates > header {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

.ath-product-updates > header small {
  color: var(--ath-product-gold, #cfa556);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ath-product-updates > header h2 {
  margin: 6px 0 8px;
  color: var(--ath-product-navy, #0b2035);
  font-size: clamp(28px, 4vw, 40px);
}

.ath-product-updates > header p {
  margin: 0;
  color: #68788b;
  font-size: 13px;
}

.ath-product-updates .ath-release-timeline {
  max-width: 920px;
  margin-inline: auto;
}

.ath-product-updates__all {
  text-align: center;
}

.ath-key,
.ath-manual-article kbd,
.ath-manual-root-copy kbd {
  display: inline-block;
  min-width: 25px;
  padding: 2px 7px;
  border: 1px solid #bcc8d1;
  border-bottom-width: 2px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 0 #fff inset;
  color: #34475a;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.ath-manual-prev-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #e0e8ee;
}

.ath-manual-prev-next a {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #dbe4eb;
  border-radius: 11px;
  color: var(--ath-manual-navy);
}

.ath-manual-prev-next a.next {
  text-align: right;
}

.ath-manual-prev-next small {
  margin-bottom: 4px;
  color: #8896a3;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.ath-manual-prev-next strong {
  font-size: 12px;
}

.ath-manual-sections {
  margin-top: 48px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(11, 32, 53, .09);
  border-radius: 21px;
  background: #fff;
}

.ath-manual-section-heading {
  margin-bottom: 23px;
}

.ath-manual-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ath-manual-section-grid article {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: start;
  padding: 17px;
  border: 1px solid #e0e7ed;
  border-radius: 13px;
  background: #fbfcfd;
}

.ath-manual-section-grid article > span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 9px;
  background: var(--ath-manual-navy);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.ath-manual-section-grid h3 {
  margin: 0 0 4px;
  font-size: 14px;
}

.ath-manual-section-grid h3 a {
  color: var(--ath-manual-navy);
}

.ath-manual-section-grid p {
  margin: 0;
  color: var(--ath-manual-muted);
  font-size: 10px;
  line-height: 1.55;
}

.ath-manual-section-grid article > a {
  color: var(--ath-manual-gold);
  font-size: 18px;
}

.ath-product-manual-cta {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin: 16px 0 4px;
  padding: 13px 15px;
  border: 1px solid rgba(207, 165, 86, .34);
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(207, 165, 86, .09), rgba(255, 255, 255, .025));
  color: #e9eff1 !important;
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ath-product-manual-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(224, 185, 105, .65);
  background: linear-gradient(135deg, rgba(207, 165, 86, .15), rgba(255, 255, 255, .045));
}

.ath-product-manual-cta > span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(207, 165, 86, .35);
  border-radius: 10px;
  background: rgba(207, 165, 86, .1);
  color: #e3c582;
  font-size: 18px;
  font-weight: 800;
}

.ath-product-manual-cta strong,
.ath-product-manual-cta small {
  display: block;
}

.ath-product-manual-cta strong {
  color: #ecf1f2;
  font-size: 10px;
  letter-spacing: .08em;
}

.ath-product-manual-cta small {
  margin-top: 2px;
  color: #8fa0aa;
  font-size: 9px;
}

.ath-product-manual-cta > b {
  color: #d8b66e;
  font-size: 17px;
}

.ath-manual-search button:focus-visible,
.ath-manual-button:focus-visible,
.ath-manual-sidebar a:focus-visible,
.ath-manual-toc a:focus-visible,
.ath-product-manual-cta:focus-visible {
  outline: 3px solid rgba(53, 120, 184, .35);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .ath-manual-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ath-manual-article-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .ath-manual-toc {
    display: none;
  }
}

@media (max-width: 849px) {
  .ath-manual-root-layout,
  .ath-manual-article-layout {
    display: block;
  }

  .ath-manual-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    margin: 0 0 12px;
    padding: 0 15px;
    border: 1px solid #d8e2ea;
    border-radius: 10px;
    background: #fff;
    color: var(--ath-manual-navy);
    font-size: 11px;
    font-weight: 800;
  }

  .ath-manual-sidebar {
    position: static;
    display: none;
    max-height: 64vh;
    margin-bottom: 14px;
  }

  .ath-manual-sidebar.is-open {
    display: block;
  }

  .ath-manual-plugin-header {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .ath-manual-plugin-header__icon {
    width: 125px;
    height: 125px;
    border-radius: 21px;
  }

  .ath-manual-root-copy,
  .ath-manual-article {
    border-radius: 16px;
  }
}

@media (max-width: 649px) {
  .ath-manual-shell {
    width: min(calc(100% - 24px), var(--ath-manual-shell));
  }

  .ath-manual-hub__hero {
    padding-bottom: 44px;
  }

  .ath-manual-hub__hero-copy {
    padding-top: 28px;
  }

  .ath-manual-search {
    grid-template-columns: 22px minmax(0, 1fr);
    padding-right: 16px;
  }

  .ath-manual-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ath-manual-content-heading {
    display: block;
  }

  .ath-manual-content-heading p {
    margin-top: 12px;
  }

  .ath-manual-card-grid,
  .ath-manual-search-results,
  .ath-manual-section-grid {
    grid-template-columns: 1fr;
  }

  .ath-manual-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .ath-manual-plugin-header {
    display: block;
    padding: 27px 23px 30px;
  }

  .ath-manual-plugin-header__icon {
    width: 90px;
    height: 90px;
    margin-bottom: 23px;
    border-radius: 18px;
  }

  .ath-manual-plugin-header h1 {
    font-size: 36px;
  }

  .ath-manual-plugin-header__actions,
  .ath-manual-plugin-header__actions .ath-manual-button {
    width: 100%;
  }

  .ath-manual-button {
    text-align: center;
  }

  .ath-manual-root-copy,
  .ath-manual-article {
    padding: 25px 19px;
  }

  .ath-manual-article__header {
    margin: -25px -19px 27px;
    padding: 34px 19px 27px;
  }

  .ath-manual-article__header h1 {
    font-size: 34px;
  }

  .ath-manual-root-copy table,
  .ath-manual-article__body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .ath-manual-prev-next {
    grid-template-columns: 1fr;
  }

  .ath-manual-sections {
    padding: 26px 18px;
  }

  .ath-release-entry {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
  }

  .ath-release-entry__card {
    padding: 17px 16px;
  }

  .ath-release-entry__card header {
    display: block;
  }

  .ath-release-entry__card time {
    display: inline-block;
    margin-top: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ath-manual-card,
  .ath-product-manual-cta {
    transition: none;
  }
}
