@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/inter-700.woff2") format("woff2");
}

:root {
  --athena-teal: #006876;
}

.section.header.athena-secondary-hero {
  height: 50vh;
  min-height: 30rem;
}

.athena-secondary-hero .heading-wrap {
  max-width: 50rem;
}

.athena-brand-mark {
  align-items: baseline;
  color: inherit;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.athena-brand-dot {
  color: var(--athena-teal);
}

.footer-logo .athena-brand-mark--full {
  font-size: clamp(4rem, 7vw, 7rem);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.hero-top-logo-img .athena-brand-mark--full {
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.athena-stack-console-viewport {
  max-width: 100%;
  overflow: hidden;
}

.footer-grid-left--wordmark-only {
  align-items: center;
  justify-content: center;
}

.footer-grid-left--wordmark-only .footer-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: none;
  text-align: center;
  width: 100%;
}

.footer-company-contact {
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.footer-company-contact .footer-link {
  width: fit-content;
}

.athena-hero-top--balanced {
  align-items: center;
}

.athena-integration-mark {
  align-items: center;
  display: inline-flex;
  flex: none;
  gap: 0.65rem;
  white-space: nowrap;
}

.athena-integration-mark svg {
  display: block;
  flex: none;
  height: 1.35rem;
  width: 1.35rem;
}

.athena-integration-mark span {
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-s);
}

.partner-logo-image .athena-integration-mark span {
  display: none;
}

.athena-secondary-hero .pixel-box-color {
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.athena-secondary-hero .pixel-box-color.is-athena-active {
  opacity: 1 !important;
}

.athena-console-stage {
  --athena-grid-line: color-mix(in srgb, var(--athena-teal) 15%, transparent);
  background-color: var(--_color---neutral--grey-02);
  background-image:
    linear-gradient(var(--athena-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--athena-grid-line) 1px, transparent 1px);
  background-size: 2rem 2rem;
  border-top: 1px solid var(--_color---neutral--grey-04);
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  padding: clamp(1rem, 4vw, 4rem);
}

.athena-console-viewport {
  background: white;
  border: 1px solid var(--_color---neutral--grey-09);
  box-shadow: 0 1.5rem 4rem color-mix(in srgb, #141414 16%, transparent);
  margin: 0 auto;
  max-width: 80rem;
  overflow: hidden;
  position: relative;
}

.athena-console-frame {
  border: 0;
  display: block;
  height: 900px;
  transform-origin: left top;
  width: 1440px;
}

.athena-section-layout {
  display: flex;
  flex-direction: column;
  gap: var(--_spacing---medium);
  padding-block: var(--_spacing---large);
}

.athena-heading-grid {
  align-items: end;
  display: grid;
  gap: var(--_spacing---medium);
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
}

.athena-heading-grid > p {
  color: var(--_color---neutral--grey-07);
  font-size: var(--font-size--body-l);
  line-height: var(--line-height--height-xl);
  margin: 0;
  max-width: 38rem;
}

.athena-outcome-grid,
.athena-deployment-facts {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-outcome-card,
.athena-deployment-facts article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 18rem;
  padding: 1.5rem;
}

.athena-outcome-card h3,
.athena-outcome-card p,
.athena-deployment-facts p {
  margin: 0;
}

.athena-outcome-card h3 {
  margin-top: auto;
}

.athena-outcome-card p,
.athena-deployment-facts p,
.athena-card-copy p,
.athena-flow-node p,
.athena-proof-grid p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
}

.athena-card-number,
.athena-card-role,
.athena-process-index,
.athena-flow-node-top,
.athena-deployment-facts span,
.athena-proof-receipt,
.athena-integration-list small {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-system-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athena-system-card {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-rows: auto 15rem minmax(15rem, 1fr);
  min-height: 37rem;
  outline: none;
}

.athena-card-top,
.athena-flow-node-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 3.25rem;
  padding: 0.75rem 1.5rem;
}

.athena-card-role {
  text-align: right;
}

.athena-graphic-window {
  align-items: center;
  background-color: var(--_color---neutral--grey-02);
  background-image:
    linear-gradient(var(--_color---neutral--grey-04) 1px, transparent 1px),
    linear-gradient(90deg, var(--_color---neutral--grey-04) 1px, transparent 1px);
  background-size: 1.5rem 1.5rem;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}

.athena-graphic {
  color: var(--_color---neutral--grey-07);
  height: 100%;
  transition: color 180ms ease, transform 180ms ease;
  width: 100%;
}

.athena-graphic-accent-fill {
  fill: currentColor;
  stroke: none;
}

.athena-system-card:is(:hover, :focus, :focus-within) .athena-graphic,
.athena-process-card:is(:hover, :focus, :focus-within) .athena-graphic {
  color: var(--athena-teal);
  transform: translateY(-2px);
}

.athena-system-card:focus-visible,
.athena-process-card:focus-visible {
  box-shadow: inset 0 0 0 2px var(--athena-teal);
}

.athena-card-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
}

.athena-card-copy p,
.athena-card-title {
  margin: 0;
}

.athena-card-title {
  font-size: var(--font-size--title-l);
  line-height: var(--line-height--height-l);
}

.athena-text-link {
  border-bottom: 1px solid currentColor;
  color: var(--_color---neutral--grey-09);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  margin-top: auto;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}

.athena-system-links,
.athena-solution-links,
.athena-job-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.athena-system-links,
.athena-job-links {
  margin-top: auto;
}

.athena-system-links .athena-text-link,
.athena-solution-links .athena-text-link,
.athena-job-links .athena-text-link {
  margin-top: 0;
}

.athena-process-section {
  background: var(--_color---neutral--grey-02);
}

.athena-process-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-process-card {
  background: var(--_color---neutral--grey-01);
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-rows: 3rem 12rem minmax(12rem, 1fr);
  min-height: 29rem;
  outline: none;
}

.athena-process-index {
  align-items: center;
  display: flex;
  padding-inline: 1.5rem;
}

.athena-flow-track {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athena-flow-node {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  min-height: 21rem;
  padding: 0 1.5rem 1.5rem;
}

.athena-flow-node h3 {
  margin-top: 3.5rem;
}

.athena-flow-node p {
  margin-bottom: 0;
}

.athena-boundary-note {
  border-left: 3px solid var(--athena-teal);
  color: var(--_color---neutral--grey-07);
  margin: 0;
  max-width: 58rem;
  padding: 1rem 1.25rem;
}

.athena-boundary-note strong {
  color: var(--_color---neutral--grey-09);
}

.athena-proof-section {
  --_color---neutral--grey-04: #3d3d3d;
  --_color---neutral--grey-07: #adadad;
  --_color---neutral--grey-09: #f7f7f7;
  background: #141414;
  color: #f7f7f7;
}

.athena-proof-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athena-proof-grid article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  min-height: 17rem;
  padding: 1.5rem;
}

.athena-proof-receipt {
  border: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.athena-proof-receipt span {
  border-right: 1px solid var(--_color---neutral--grey-04);
  color: #f7f7f7;
  padding: 1.25rem 0.75rem;
  text-align: center;
}

.athena-proof-receipt span:first-child {
  color: #8bd3dc;
}

.athena-proof-receipt span:last-child {
  border-right: 0;
}

.athena-integration-list {
  border: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athena-integration-list > span {
  align-items: center;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  font-size: var(--font-size--title-s);
  gap: 0.5rem;
  justify-content: center;
  min-height: 8rem;
  text-align: center;
}

.athena-integration-list small {
  font-size: 0.625rem;
}

.athena-deployment-facts article {
  min-height: 14rem;
}

.athena-deployment-facts strong {
  font-size: var(--font-size--title-s);
  margin-top: auto;
}

.athena-product-faq {
  display: block;
  margin-top: var(--_spacing---small);
  width: 100%;
}

.athena-solution-lanes {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athena-solution-lanes article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  min-height: 23rem;
  padding: 1.5rem;
}

.athena-solution-lanes article > span {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
}

.athena-solution-lanes h3 {
  margin: auto 0 1rem;
}

.athena-solution-lanes p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
  margin: 0;
  max-width: 34rem;
}

.athena-solution-journey[data-athena-solutions-section="continuous-security"] {
  background: var(--_color---neutral--grey-02);
}

.athena-solution-visual {
  border: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(0, 1.2fr);
}

.athena-solution-visual > .athena-graphic-window {
  border: 0;
  border-right: 1px solid var(--_color---neutral--grey-04);
  min-height: 31rem;
}

.athena-solution-journey .athena-graphic {
  color: var(--_color---neutral--grey-07);
}

.athena-solution-journey:is(:hover, :focus-within) .athena-graphic {
  color: var(--athena-teal);
  transform: translateY(-2px);
}

.athena-solution-visual ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.athena-solution-visual li {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  min-height: 10.25rem;
  padding: 1.25rem;
}

.athena-solution-visual li > span {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
}

.athena-solution-visual li strong {
  display: block;
  font-size: var(--font-size--title-s);
  margin-bottom: 0.5rem;
}

.athena-solution-visual li p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-l);
  margin: 0;
}

.athena-job-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-job-card {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-rows: 3.5rem 1fr;
  min-height: 20rem;
}

.athena-job-card > .athena-card-number {
  align-items: center;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  padding-inline: 1.5rem;
}

.athena-authority-questions {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-authority-questions > span {
  align-items: center;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  font-size: var(--font-size--title-s);
  gap: 1rem;
  min-height: 7rem;
  padding: 1.25rem;
}

.athena-authority-questions small {
  color: #8bd3dc;
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
}

.athena-solutions-trust {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athena-solutions-trust a {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 15rem;
  padding: 1.5rem;
}

.athena-solutions-trust a > span {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-solutions-trust a > span:last-child {
  color: var(--_color---neutral--grey-09);
  margin-top: auto;
}

.athena-solutions-trust strong {
  font-size: var(--font-size--title-m);
  line-height: var(--line-height--height-l);
  max-width: 30rem;
}

.athena-solutions-faq {
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athena-solutions-faq .faq-item {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-left: 1px solid var(--_color---neutral--grey-04);
  padding: 1.5rem;
}

.athena-solutions-faq .faq-item:nth-child(even) {
  border-right: 1px solid var(--_color---neutral--grey-04);
}

.athena-solutions-faq summary {
  cursor: pointer;
  display: grid;
  font-size: var(--font-size--title-s);
  gap: 1rem;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  list-style: none;
}

.athena-solutions-faq summary span {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
}

.athena-solutions-faq p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
  margin: 1rem 0 0 4.5rem;
}

.docs-main[data-platform-slug] .docs-content-maxwidth,
.docs-main:has(.athena-platform-join) .docs-content-maxwidth {
  max-width: 50rem;
}

.docs-main[data-platform-slug] .docs_richtext h1,
.docs-main:has(.athena-platform-join) .docs_richtext h1 {
  font-size: var(--font-size--h3);
  line-height: var(--line-height--height-s);
  margin-top: 0;
}

.docs-main[data-platform-slug] .docs_richtext h2 {
  border-top: 1px solid var(--_color---neutral--grey-04);
  font-size: var(--font-size--h5);
  margin-top: 3rem;
  padding-top: 2rem;
}

.docs-main[data-platform-slug] .docs_richtext p {
  font-size: var(--font-size--body-l);
  line-height: var(--line-height--height-xl);
}

.docs-main .athena-doc-boundary {
  border-left: 3px solid var(--athena-teal);
  color: var(--_color---neutral--grey-09);
  padding: 1rem 1.25rem;
}

.athena-platform-join {
  border: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}

.athena-platform-join > span,
.athena-doc-pagination span {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-platform-join > div {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-platform-join strong {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  font-size: var(--font-size--body-s);
  padding: 1rem;
  text-align: center;
}

.athena-platform-join p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
  margin: 0;
  max-width: 44rem;
}

.athena-doc-pagination {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athena-doc-pagination a {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 7rem;
  padding: 1.25rem;
}

.athena-doc-pagination a:last-child {
  text-align: right;
}

.athena-doc-pagination strong {
  font-size: var(--font-size--title-s);
}

.docs-menu-item[aria-current="page"] {
  border-left-color: var(--athena-teal);
  color: var(--athena-teal);
}

.docs-main[data-platform-overview="true"] {
  gap: 0;
  padding: 0;
}

.athena-platform-overview-section {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: var(--_spacing---small);
  padding: var(--_spacing---small);
}

.athena-platform-capability-grid,
.athena-platform-record-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athena-platform-capability {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  min-height: 31rem;
  padding: 1.25rem;
}

.athena-platform-capability > span,
.athena-platform-record-grid article > span,
.athena-platform-journey > li > span,
.athena-doc-output-grid article > span,
.athena-doc-mechanisms article > span,
.athena-doc-system,
.athena-doc-example-grid article > span,
.athena-doc-connection article > span,
.athena-doc-proof > span,
.athena-doc-limit > span {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-platform-capability .athena-graphic-window {
  height: 13rem;
  margin: 1rem 0 1.5rem;
}

.athena-platform-capability h3,
.athena-platform-capability p {
  margin: 0 0 0.75rem;
}

.athena-platform-capability p,
.athena-platform-record-grid p,
.athena-platform-journey p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
}

.athena-platform-capability .athena-system-links {
  margin-top: auto;
}

.athena-platform-capability:is(:hover, :focus-within) .athena-ui-fragment,
.athena-platform-journey > li:hover .athena-ui-fragment {
  box-shadow: inset 0 0 0 1px var(--athena-teal);
  transform: translateY(-2px);
}

.athena-platform-capability:is(:hover, :focus-within) .athena-ui-fragment-bar,
.athena-platform-journey > li:hover .athena-ui-fragment-bar {
  background: var(--athena-teal);
}

.athena-platform-journey {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.athena-platform-journey > li {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  padding: 1rem;
}

.athena-platform-journey .athena-graphic-window {
  height: 10rem;
  margin: 1rem 0;
}

.athena-platform-journey h3,
.athena-platform-journey p {
  margin: 0 0 0.75rem;
}

.athena-platform-record-key {
  align-items: center;
  background: #171717;
  color: #f7f7f7;
  display: flex;
  font-family: var(--font-family--font-mono);
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.athena-platform-record-key span {
  color: #9ccbd1;
  text-transform: uppercase;
}

.athena-platform-record-grid article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  min-height: 12rem;
  padding: 1.25rem;
}

.athena-platform-record-grid h3,
.athena-platform-record-grid p {
  margin: 0.75rem 0 0;
}

.athena-platform-documents-section .docs-card-grid {
  margin-top: 0;
}

.athena-platform-documents-section .document-card {
  height: 100%;
}

.athena-platform-documents-section .document-card-icon .athena-mini-icon {
  height: 2.25rem;
  stroke-width: 1.4;
  width: 2.25rem;
}

.athena-document-job {
  color: var(--_color---neutral--grey-09);
  font-size: var(--font-size--title-s);
  line-height: var(--line-height--height-l);
  margin: 0 0 1.5rem;
}

.athena-platform-documents-section .document-card-title {
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-s);
  text-transform: uppercase;
}

.athena-platform-trust-links {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.athena-platform-trust-links a {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: 10rem;
  padding: 1.25rem;
}

.athena-platform-trust-links span {
  color: var(--_color---neutral--grey-07);
}

.athena-platform-trust-links strong {
  font-size: var(--font-size--title-s);
  margin-top: auto;
}

.docs-main[data-platform-slug] .docs-content-maxwidth {
  max-width: 62rem;
}

.athena-platform-document > section {
  border-top: 1px solid var(--_color---neutral--grey-04);
  padding-block: 2.5rem;
  scroll-margin-top: 6rem;
}

.athena-platform-document > section:first-child {
  border-top: 0;
  padding-top: 0;
}

.docs-main[data-platform-slug] .athena-platform-document h1 {
  font-size: var(--font-size--h4);
  margin: 1rem 0 1.5rem;
  max-width: 52rem;
}

.docs-main[data-platform-slug] .athena-platform-document h2 {
  border-top: 0;
  margin: 0 0 1.5rem;
  padding-top: 0;
}

.docs-main[data-platform-slug] .athena-platform-document h3,
.docs-main[data-platform-slug] .athena-platform-document p {
  margin-top: 0;
}

.athena-doc-toc {
  border: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  margin-top: 2rem;
}

.athena-doc-toc > span {
  background: #171717;
  color: #f7f7f7;
  font-family: var(--font-family--font-mono);
  padding: 1rem;
  text-transform: uppercase;
}

.athena-doc-toc > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-doc-toc a {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-left: 1px solid var(--_color---neutral--grey-04);
  color: var(--_color---neutral--grey-08);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  padding: 1rem;
  text-transform: uppercase;
}

.athena-doc-toc a[aria-current="location"] {
  background: rgb(0 104 118 / 10%);
  color: var(--athena-teal);
}

.athena-doc-example-grid,
.athena-doc-output-grid,
.athena-doc-connection {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-doc-example-grid article,
.athena-doc-output-grid article,
.athena-doc-connection article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  min-height: 12rem;
  padding: 1.25rem;
}

.athena-doc-example-grid p,
.athena-doc-output-grid p,
.athena-doc-connection p,
.athena-doc-mechanisms p,
.athena-doc-steps p {
  color: var(--_color---neutral--grey-07);
  font-size: var(--font-size--body-m) !important;
  line-height: var(--line-height--height-xl) !important;
  margin: 0.75rem 0 0 !important;
}

.athena-doc-output-grid h3 {
  font-size: var(--font-size--title-s);
  margin: 1rem 0 0 !important;
}

.athena-doc-steps {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  list-style: none;
  margin: 0;
  padding: 0;
}

.athena-doc-steps li {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 3rem minmax(0, 1fr);
  padding: 1.25rem;
}

.athena-doc-steps li > span {
  color: var(--athena-teal);
  font-family: var(--font-family--font-mono);
}

.athena-doc-steps h3,
.athena-doc-mechanisms h3 {
  font-size: var(--font-size--title-s) !important;
  margin: 0 !important;
}

.athena-doc-mechanisms {
  border: 1px solid var(--_color---neutral--grey-04);
}

.athena-doc-mechanisms article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  gap: 1rem;
  grid-template-columns: 5rem minmax(12rem, 0.7fr) minmax(0, 1.3fr);
  padding: 1.25rem;
}

.athena-doc-mechanisms article:last-child {
  border-bottom: 0;
}

.athena-doc-proof,
.athena-doc-limit {
  border: 1px solid var(--_color---neutral--grey-04);
  padding: 1.5rem;
}

.athena-doc-proof {
  border-left: 3px solid var(--athena-teal);
}

.athena-doc-limit {
  background: var(--_color---neutral--grey-02);
  border-left: 3px solid #171717;
}

.athena-doc-proof p,
.athena-doc-limit p {
  color: var(--_color---neutral--grey-09) !important;
  margin: 0.75rem 0 0 !important;
}

.athena-doc-related {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-doc-related a {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 9rem;
  padding: 1.25rem;
}

.athena-doc-related a > span {
  color: var(--_color---neutral--grey-07);
}

.athena-doc-related a > strong {
  margin-top: auto;
}

.athena-doc-related a.is-primary {
  background: #171717;
  color: #f7f7f7;
}

.athena-doc-related a.is-primary > span {
  color: #b8b8b8;
}

.athena-contact-context,
.athena-contact-preview-notice {
  border: 1px solid var(--_color---neutral--grey-04);
  color: var(--_color---neutral--grey-07);
  font-family: Geist Mono, monospace;
  font-size: 0.6875rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.athena-contact-context {
  background: rgba(0, 104, 118, 0.08);
  border-left: 0.1875rem solid #006876;
  color: var(--_color---neutral--grey-09);
  margin-bottom: 1rem;
  padding: 0.75rem 0.875rem;
}

.athena-contact-preview-notice {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.athena-trust-explorer {
  border: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
}

.athena-trust-tabs {
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
}

.athena-trust-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  color: var(--_color---neutral--grey-07);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 1rem;
  grid-template-columns: 3rem minmax(0, 1fr);
  min-height: 5rem;
  padding: 1rem 1.25rem;
  text-align: left;
}

.athena-trust-tabs button span {
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
}

.athena-trust-tabs button[aria-selected="true"] {
  background: var(--_color---neutral--grey-09);
  color: var(--_color---neutral--grey-01);
}

.athena-trust-tabs button:focus-visible {
  box-shadow: inset 0 0 0 2px var(--athena-teal);
  outline: 0;
}

.athena-trust-panels {
  min-height: 25rem;
}

.athena-trust-panels article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 2rem;
}

.athena-trust-panels article[hidden] {
  display: none;
}

.athena-trust-panels article > span {
  color: var(--athena-teal);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-trust-panels h3,
.athena-trust-panels p {
  margin: 0;
}

.athena-trust-panels p {
  color: var(--_color---neutral--grey-07);
  font-size: var(--font-size--body-l);
  line-height: var(--line-height--height-xl);
  max-width: 42rem;
}

.athena-trust-panels article > div {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: auto;
}

.athena-trust-panels strong {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  font-size: var(--font-size--body-s);
  padding: 1rem;
}

.athena-trust-record-section {
  background: var(--_color---neutral--grey-02);
}

.athena-record-visual {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-record-key,
.athena-record-visual article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  min-height: 12rem;
  padding: 1.25rem;
}

.athena-record-key {
  background: var(--athena-teal);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.athena-record-key span,
.athena-record-visual article > span,
.athena-verify-steps article > span,
.athena-trust-deployment article > span {
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-record-key strong {
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--title-m);
}

.athena-record-visual h3 {
  margin: 3rem 0 0.5rem;
}

.athena-record-visual p {
  color: var(--_color---neutral--grey-07);
  margin: 0;
}

.athena-verify-steps {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-verify-steps article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  min-height: 18rem;
  padding: 1.5rem;
}

.athena-verify-steps h3 {
  margin-top: 4rem;
}

.athena-verify-steps p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
}

.athena-verifier-line {
  align-items: center;
  background: #141414;
  color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  gap: 1.25rem;
  padding: 1.25rem;
}

.athena-verifier-line code {
  color: #8bd3dc;
  margin-right: auto;
}

.athena-trust-deployment {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-trust-deployment article {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-height: 15rem;
  padding: 1.5rem;
}

.athena-trust-deployment strong {
  font-size: var(--font-size--title-s);
  margin-top: auto;
}

.athena-assurance-table {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
}

.athena-assurance-table > div {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: minmax(12rem, 0.8fr) minmax(9rem, 0.45fr) minmax(0, 1.4fr);
}

.athena-assurance-table > div > * {
  border-right: 1px solid var(--_color---neutral--grey-04);
  margin: 0;
  padding: 1rem 1.25rem;
}

.athena-assurance-table span[role="cell"] {
  color: var(--athena-teal);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-assurance-table p {
  color: var(--_color---neutral--grey-07);
}

.athena-assurance-head {
  background: var(--_color---neutral--grey-02);
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-trust-faq {
  border-top: 1px solid var(--_color---neutral--grey-04);
}

.athena-trust-faq .faq-item {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
}

.athena-trust-faq summary {
  cursor: pointer;
  display: grid;
  font-size: var(--font-size--title-s);
  gap: 1rem;
  grid-template-columns: 4rem minmax(0, 1fr);
  list-style: none;
  padding: 1.5rem;
}

.athena-trust-faq summary span {
  color: var(--_color---neutral--grey-07);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
}

.athena-trust-faq p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
  margin: 0;
  padding: 0 1.5rem 1.5rem 5.5rem;
}

[data-athena-pricing-section="plans"] .price-grid {
  align-items: stretch;
}

[data-athena-pricing-section="plans"] .price-card-bottom {
  justify-content: flex-end;
  min-height: 7rem;
}

.athena-pricing-guarantees {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athena-pricing-guarantee {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  min-height: 17rem;
  padding: 1.5rem;
}

.athena-pricing-guarantee > span,
.athena-pricing-fit-card > span,
.athena-pricing-enterprise-fact > span {
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  text-transform: uppercase;
}

.athena-pricing-guarantee h3 {
  margin-top: auto;
}

.athena-pricing-guarantee p,
.athena-pricing-fit-card p {
  color: var(--_color---neutral--grey-07);
  line-height: var(--line-height--height-xl);
  margin-bottom: 0;
}

.athena-pricing-fit-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-pricing-fit-card {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 25rem;
  padding: 1.5rem;
}

.athena-pricing-fit-card h3 {
  margin: 3rem 0 0;
}

.athena-pricing-fit-card strong {
  font-size: var(--font-size--title-s);
  line-height: var(--line-height--height-m);
}

.athena-pricing-fit-card .athena-text-link {
  margin-top: auto;
}

.athena-pricing-fit-card:is(:hover, :focus-within) {
  box-shadow: inset 0 0 0 1px var(--athena-teal);
}

.athena-pricing-fit-card:is(:hover, :focus-within) h3 {
  color: var(--athena-teal);
}

.athena-pricing-enterprise-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.athena-pricing-enterprise-fact {
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 4rem;
  min-height: 17rem;
  padding: 1.5rem;
}

.athena-pricing-enterprise-fact > span {
  color: #8bd3dc;
}

.athena-pricing-enterprise-fact strong {
  font-size: var(--font-size--title-s);
  line-height: var(--line-height--height-m);
  margin-top: auto;
}

.athena-pricing-enterprise-links {
  border: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.athena-pricing-enterprise-links a {
  border-right: 1px solid var(--_color---neutral--grey-04);
  color: #f7f7f7;
  font-family: var(--font-family--font-mono);
  padding: 1.25rem;
  text-transform: uppercase;
}

.athena-pricing-enterprise-links a:last-child {
  border-right: 0;
}

/* Athena product UI scenes. These use the template's existing type, hairlines,
   monochrome palette and graph-paper grammar rather than introducing a second
   visual system. */
.athena-ui-scene-wrap {
  container-type: inline-size;
  min-width: 0;
  width: 100%;
}

.athena-ui-scene {
  --athena-ui-line: #d7d7d7;
  --athena-ui-muted: #737373;
  --athena-ui-paper: #fbfbfb;
  background: var(--athena-ui-paper);
  border: 1px solid #171717;
  color: #171717;
  display: grid;
  font-family: var(--font-family--font-primary);
  grid-template-rows: 2.25rem minmax(0, 1fr) 2rem;
  min-height: 27rem;
  overflow: hidden;
  position: relative;
}

.athena-ui-scene::before {
  background-image: radial-gradient(circle, #d3d3d3 1px, transparent 1px);
  background-size: 0.75rem 0.75rem;
  content: "";
  inset: 2.25rem 0 2rem;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.athena-ui-chrome,
.athena-ui-status {
  align-items: center;
  background: #171717;
  color: #f7f7f7;
  display: grid;
  font-family: var(--font-family--font-mono);
  font-size: 0.625rem;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.04em;
  padding-inline: 0.75rem;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.athena-ui-chrome > :nth-child(2),
.athena-ui-status > :nth-child(2) {
  text-align: center;
}

.athena-ui-chrome > :last-child,
.athena-ui-status > :last-child {
  justify-self: end;
}

.athena-ui-brand b {
  color: var(--athena-teal);
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: -0.03em;
}

.athena-ui-live {
  align-items: center;
  display: inline-flex;
  gap: 0.375rem;
}

.athena-ui-live i {
  background: #8bd3dc;
  border-radius: 50%;
  box-shadow: 0 0 0 0.1875rem rgb(0 104 118 / 30%);
  height: 0.375rem;
  width: 0.375rem;
}

.athena-ui-body {
  display: grid;
  grid-template-columns: minmax(6.75rem, 0.78fr) minmax(0, 3.5fr) minmax(7.25rem, 0.9fr);
  min-height: 0;
  position: relative;
  z-index: 1;
}

.athena-ui-sidebar,
.athena-ui-activity {
  background: rgb(247 247 247 / 94%);
  display: flex;
  flex-direction: column;
  font-family: var(--font-family--font-mono);
  font-size: 0.625rem;
  min-width: 0;
  padding: 0.75rem;
  text-transform: uppercase;
}

.athena-ui-sidebar {
  border-right: 1px solid var(--athena-ui-line);
  gap: 0.25rem;
}

.athena-ui-sidebar > span {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 0.5rem;
}

.athena-ui-sidebar > span.is-active {
  background: #171717;
  color: #f7f7f7;
}

.athena-ui-sidebar small {
  color: #8e8e8e;
  font-size: 0.5625rem;
}

.athena-ui-activity {
  border-left: 1px solid var(--athena-ui-line);
  gap: 0;
}

.athena-ui-activity > small {
  color: var(--athena-ui-muted);
  margin-bottom: 1rem;
}

.athena-ui-activity > span {
  border-bottom: 1px solid var(--athena-ui-line);
  line-height: 1.35;
  padding-block: 0.75rem;
}

.athena-ui-activity > span::before {
  background: #a9a9a9;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.3125rem;
  margin-right: 0.375rem;
  vertical-align: 0.0625rem;
  width: 0.3125rem;
}

.athena-ui-activity > span.is-teal {
  color: var(--athena-teal);
}

.athena-ui-activity > span.is-teal::before {
  background: var(--athena-teal);
}

.athena-ui-body > main {
  background: rgb(255 255 255 / 92%);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(0.75rem, 2.2cqw, 1.5rem);
}

.athena-ui-body > main > header {
  align-items: flex-start;
  border-bottom: 1px solid var(--athena-ui-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.athena-ui-body small {
  color: var(--athena-ui-muted);
  font-family: var(--font-family--font-mono);
  font-size: 0.5625rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.athena-ui-body h3 {
  font-family: var(--font-family--font-primary);
  font-size: clamp(0.9375rem, 2.3cqw, 1.35rem);
  line-height: 1.12;
  margin: 0.375rem 0 0;
}

.athena-ui-chip {
  background: #e9f4f5;
  border: 1px solid #9ec6ca;
  color: var(--athena-teal);
  flex: none;
  font-family: var(--font-family--font-mono);
  font-size: 0.5625rem;
  padding: 0.35rem 0.45rem;
}

.athena-ui-task-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.75rem;
}

.athena-ui-task-grid article,
.athena-ui-arguments,
.athena-ui-approval,
.athena-ui-finding,
.athena-ui-evidence-row {
  background: #f7f7f7;
  border: 1px solid var(--athena-ui-line);
}

.athena-ui-task-grid article {
  display: flex;
  flex-direction: column;
  min-height: 5.5rem;
  padding: 0.75rem;
}

.athena-ui-task-grid strong,
.athena-ui-arguments strong,
.athena-ui-approval strong,
.athena-ui-finding strong,
.athena-ui-evidence-row strong {
  font-size: clamp(0.6875rem, 1.65cqw, 0.875rem);
  line-height: 1.25;
  margin-top: auto;
}

.athena-ui-task-grid article > span,
.athena-ui-approval div > span,
.athena-ui-finding div > span {
  color: var(--athena-ui-muted);
  font-size: 0.625rem;
  line-height: 1.35;
  margin-top: 0.35rem;
}

.athena-ui-thread {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.athena-ui-thread > span {
  align-items: center;
  border-top: 1px solid var(--athena-ui-line);
  display: flex;
  font-size: 0.625rem;
  gap: 0.5rem;
  padding-block: 0.625rem;
}

.athena-ui-thread i {
  background: #9f9f9f;
  border-radius: 50%;
  height: 0.375rem;
  width: 0.375rem;
}

.athena-ui-thread .is-current {
  color: var(--athena-teal);
}

.athena-ui-thread .is-current i {
  background: var(--athena-teal);
  box-shadow: 0 0 0 0.1875rem rgb(0 104 118 / 16%);
}

.athena-ui-arguments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.75rem;
}

.athena-ui-arguments > span,
.athena-ui-evidence-row > span {
  border-right: 1px solid var(--athena-ui-line);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.75rem;
}

.athena-ui-arguments > span:last-child,
.athena-ui-evidence-row > span:last-child {
  border-right: 0;
}

.athena-ui-approval {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 0.75rem;
}

.athena-ui-approval > div:first-child {
  display: flex;
  flex-direction: column;
}

.athena-ui-actions {
  display: flex;
  gap: 0.375rem;
}

.athena-ui-actions button {
  background: transparent;
  border: 1px solid #171717;
  color: #171717;
  font-family: var(--font-family--font-mono);
  font-size: 0.5625rem;
  padding: 0.5rem 0.625rem;
  text-transform: uppercase;
}

.athena-ui-actions button.is-primary {
  background: var(--athena-teal);
  border-color: var(--athena-teal);
  color: white;
}

.athena-ui-attack-map {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  margin-block: auto;
  padding: 1rem 0;
}

.athena-ui-attack-map span {
  background: white;
  border: 1px solid var(--athena-ui-line);
  font-family: var(--font-family--font-mono);
  font-size: 0.5625rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

.athena-ui-attack-map i {
  border-top: 1px solid #8d8d8d;
  min-width: 0.5rem;
}

.athena-ui-attack-map .is-hit,
.athena-ui-attack-map .is-proof {
  border-color: var(--athena-teal);
  color: var(--athena-teal);
}

.athena-ui-finding {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: auto;
}

.athena-ui-finding > div:first-child {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}

.athena-ui-seal {
  align-items: center;
  background: #171717;
  color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.75rem;
}

.athena-ui-seal span,
.athena-ui-seal small {
  color: #a6cfd3;
  font-family: var(--font-family--font-mono);
  font-size: 0.5rem;
}

.athena-ui-seal strong {
  color: white;
  font-family: var(--font-family--font-mono);
  font-size: 0.625rem;
  margin-block: 0.35rem;
}

.athena-ui-codegraph {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  margin-block: auto;
  min-height: 7rem;
  position: relative;
}

.athena-ui-codegraph span {
  background: white;
  border: 1px solid var(--athena-ui-line);
  font-family: var(--font-family--font-mono);
  font-size: 0.5625rem;
  padding: 0.5rem;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.athena-ui-codegraph > i {
  border-top: 1px solid #8d8d8d;
}

.athena-ui-codegraph .is-cut {
  background: var(--athena-teal);
  border-color: var(--athena-teal);
  color: white;
}

.athena-ui-codegraph svg {
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.athena-ui-codegraph path {
  fill: none;
  opacity: 0.16;
  stroke: var(--athena-teal);
  stroke-width: 1.5;
}

.athena-ui-evidence-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: auto;
}

.athena-ui-status {
  background: #ededed;
  border-top: 1px solid var(--athena-ui-line);
  color: #555;
}

.athena-ui-status strong {
  color: #171717;
  font-weight: 500;
}

.athena-ui-scene:is(:hover, :focus-within) {
  box-shadow: inset 0 0 0 1px var(--athena-teal);
}

.athena-ui-scene:is(:hover, :focus-within) .athena-ui-chip {
  background: var(--athena-teal);
  color: white;
}

.athena-ui-scene-wrap--compact .athena-ui-scene {
  min-height: clamp(18rem, 35vw, 29rem);
}

.athena-ui-scene-wrap--compact .athena-ui-body {
  grid-template-columns: minmax(5.5rem, 0.75fr) minmax(0, 3.6fr) minmax(5.75rem, 0.8fr);
}

.athena-stack-console {
  max-width: 45rem;
  width: 100%;
}

.athena-stack-console--uncropped {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: visible;
}

.install-image .athena-stack-console--uncropped,
.install-image-mobile .athena-stack-console--uncropped {
  max-height: calc(80vh - 2rem);
}

.install-image .athena-stack-console--uncropped .athena-ui-scene,
.install-image-mobile .athena-stack-console--uncropped .athena-ui-scene {
  height: min(29rem, calc(80vh - 2rem));
  min-height: 0;
}

.install-image .athena-ui-scene,
.install-image-mobile .athena-ui-scene {
  box-shadow: 0 1.5rem 4rem rgb(20 20 20 / 14%);
}

.install-image-mobile {
  min-height: 27rem;
  padding: 1rem;
}

.athena-proof-card {
  display: grid;
  gap: 0.75rem;
  grid-template-rows: auto minmax(18rem, 1fr) auto;
  min-height: 38rem;
  padding: 1rem;
}

.athena-proof-card > .testimonial-video-tag {
  justify-self: end;
}

.athena-proof-scene {
  min-height: 0;
  overflow: hidden;
}

.athena-proof-scene .athena-ui-scene-wrap,
.athena-proof-scene .athena-ui-scene {
  height: 100%;
}

.athena-proof-scene .athena-ui-scene {
  min-height: 18rem;
}

.athena-proof-card > .testimonial-card {
  background: #f7f7f7;
  color: #171717;
  flex: none;
  gap: 0.75rem;
  min-height: 8rem;
  padding: 1rem;
}

.athena-proof-card .testimonial-card-text {
  font-size: var(--font-size--body-m);
  line-height: var(--line-height--height-l);
}

@container (max-width: 38rem) {
  .athena-ui-body {
    grid-template-columns: minmax(4.5rem, 0.7fr) minmax(0, 3.3fr);
  }

  .athena-ui-activity {
    display: none;
  }

  .athena-ui-sidebar,
  .athena-ui-body > main {
    padding: 0.625rem;
  }

  .athena-ui-task-grid,
  .athena-ui-arguments {
    grid-template-columns: 1fr;
  }

  .athena-ui-task-grid article:nth-child(2),
  .athena-ui-arguments > span:nth-child(2) {
    display: none;
  }
}

/* Canonical Athena mini console. The structure and tokens are derived from the
   real console preview, then namespaced so the purchased template stays intact. */
.athena-ui-scene {
  --athena-mini-canvas: #fafafa;
  --athena-mini-chrome: rgb(255 255 255 / 74%);
  --athena-mini-panel: #fff;
  --athena-mini-panel-2: #f0f1f3;
  --athena-mini-glass: rgb(255 255 255 / 68%);
  --athena-mini-glass-2: rgb(255 255 255 / 82%);
  --athena-mini-border: rgb(13 13 13 / 12%);
  --athena-mini-border-2: rgb(13 13 13 / 20%);
  --athena-mini-hairline: rgb(13 13 13 / 6%);
  --athena-mini-ink: #0d0d0d;
  --athena-mini-text-2: #555;
  --athena-mini-text-3: #858585;
  --athena-mini-text-4: #a7a7a7;
  --athena-mini-emerald: #167c50;
  --athena-mini-amber: #8f6410;
  --athena-mini-rose: #bd3550;
  --athena-mini-sky: #2b6ec0;
  background:
    radial-gradient(90% 60% at 85% -12%, #edf1f8 0%, transparent 60%),
    radial-gradient(85% 70% at -5% 112%, #eceff4 0%, transparent 55%),
    #f3f4f8;
  border: 1px solid var(--athena-mini-border-2);
  border-radius: 0.75rem;
  box-shadow: 0 0.4rem 1.5rem -0.625rem rgb(13 13 13 / 30%);
  color: var(--athena-mini-text-2);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.625rem, 1.18cqw, 0.84375rem);
  grid-template-rows: 2.75rem minmax(0, 1fr) 1.625rem;
  min-height: 27rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.athena-ui-scene::before {
  display: none;
}

.athena-mini-icon {
  display: block;
  fill: none;
  flex: none;
  height: 1rem;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 1rem;
}

.athena-mini-titlebar,
.athena-mini-status {
  align-items: center;
  backdrop-filter: saturate(185%) blur(1.375rem);
  background: var(--athena-mini-chrome);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 80%);
  display: flex;
  position: relative;
  z-index: 4;
}

.athena-mini-titlebar {
  border-bottom: 1px solid var(--athena-mini-border);
  gap: 0.625rem;
  padding-inline: 0.75rem;
}

.athena-mini-brand {
  align-items: center;
  display: flex;
  flex: none;
  gap: 0.5625rem;
}

.athena-mini-brand > span {
  align-items: center;
  background: var(--athena-mini-ink);
  border-radius: 0.4375rem;
  box-shadow: 0 1px 2px rgb(13 13 13 / 10%);
  color: white;
  display: flex;
  font-size: 0.75rem;
  font-weight: 800;
  height: 1.375rem;
  justify-content: center;
  width: 1.375rem;
}

.athena-mini-brand b,
.athena-mini-session b {
  color: var(--athena-mini-ink);
  font-weight: 650;
}

.athena-mini-divider {
  background: var(--athena-mini-border);
  height: 1.125rem;
  width: 1px;
}

.athena-mini-session {
  align-items: center;
  display: flex;
  gap: 0.375rem;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.athena-mini-session b,
.athena-mini-session span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.athena-mini-session span {
  color: var(--athena-mini-text-3);
}

.athena-mini-title-actions {
  align-items: center;
  display: flex;
  flex: none;
  gap: 0.5rem;
  margin-left: auto;
}

.athena-mini-pill {
  align-items: center;
  background: var(--athena-mini-panel);
  border: 1px solid var(--athena-mini-border);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.6875rem;
  gap: 0.35rem;
  height: 1.625rem;
  padding-inline: 0.625rem;
  white-space: nowrap;
}

.athena-mini-pill > i {
  background: var(--athena-mini-emerald);
  border-radius: 50%;
  height: 0.375rem;
  width: 0.375rem;
}

.athena-mini-pill .athena-mini-icon {
  height: 0.8125rem;
  width: 0.8125rem;
}

.athena-mini-ring {
  align-items: center;
  background: conic-gradient(var(--athena-teal) 0 62%, var(--athena-mini-emerald) 62% 78%, var(--athena-mini-amber) 78% 90%, var(--athena-mini-border-2) 90%);
  border-radius: 50%;
  display: flex;
  height: 1.625rem;
  justify-content: center;
  width: 1.625rem;
}

.athena-mini-ring i {
  align-items: center;
  background: var(--athena-mini-chrome);
  border-radius: 50%;
  display: flex;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  height: 1.125rem;
  justify-content: center;
  width: 1.125rem;
}

.athena-mini-presence {
  display: flex;
}

.athena-mini-presence i {
  align-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  height: 1.5rem;
  justify-content: center;
  margin-left: -0.4rem;
  width: 1.5rem;
}

.athena-mini-presence i:nth-child(1) { background: #c2410c; margin-left: 0; }
.athena-mini-presence i:nth-child(2) { background: #1d4ed8; }
.athena-mini-presence i:nth-child(3) { background: #6d28d9; }

.athena-mini-menu-icon {
  color: var(--athena-mini-text-3);
}

.athena-mini-avatar {
  align-items: center;
  background: #d4e7e9;
  border-radius: 50%;
  color: var(--athena-teal);
  display: flex;
  font-size: 0.625rem;
  font-weight: 700;
  height: 1.625rem;
  justify-content: center;
  width: 1.625rem;
}

.athena-mini-body {
  display: grid;
  grid-template-columns: clamp(8.75rem, 19cqw, 13.5rem) minmax(0, 1fr) clamp(9rem, 23cqw, 16.5rem);
  min-height: 0;
  overflow: hidden;
}

.athena-mini-sidebar,
.athena-mini-observation {
  backdrop-filter: saturate(185%) blur(1.375rem);
  background: var(--athena-mini-glass);
  min-width: 0;
  overflow: hidden;
}

.athena-mini-sidebar {
  border-right: 1px solid var(--athena-mini-border);
  display: flex;
  flex-direction: column;
}

.athena-mini-sidebar-top {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.625rem;
}

.athena-mini-new,
.athena-mini-search,
.athena-mini-navrow {
  align-items: center;
  border-radius: 0.4375rem;
  display: flex;
}

.athena-mini-new {
  background: var(--athena-teal);
  box-shadow: 0 1px 2px rgb(13 13 13 / 10%);
  color: white;
  font-weight: 600;
  gap: 0.5rem;
  height: 2.125rem;
  padding-inline: 0.625rem;
}

.athena-mini-search {
  background: var(--athena-mini-panel);
  border: 1px solid var(--athena-mini-border);
  color: var(--athena-mini-text-3);
  gap: 0.5rem;
  height: 2rem;
  padding-inline: 0.625rem;
}

.athena-mini-search kbd {
  border: 1px solid var(--athena-mini-border);
  border-radius: 0.25rem;
  font: 600 0.5rem "JetBrains Mono", monospace;
  margin-left: auto;
  padding: 0.05rem 0.3rem;
}

.athena-mini-nav {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0 0.5rem;
}

.athena-mini-label {
  color: var(--athena-mini-text-4);
  display: block;
  font: 600 0.59375rem "JetBrains Mono", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.athena-mini-nav > .athena-mini-label {
  padding: 0.75rem 0.5625rem 0.25rem;
}

.athena-mini-navrow {
  color: var(--athena-mini-text-2);
  font-size: 0.75rem;
  gap: 0.55rem;
  height: 1.9375rem;
  padding-inline: 0.5625rem;
}

.athena-mini-navrow .athena-mini-icon {
  color: var(--athena-mini-text-3);
  height: 0.9375rem;
  width: 0.9375rem;
}

.athena-mini-navrow em {
  background: var(--athena-mini-panel-2);
  border-radius: 999px;
  color: var(--athena-mini-text-4);
  font: 600 0.5625rem "JetBrains Mono", monospace;
  font-style: normal;
  margin-left: auto;
  padding-inline: 0.35rem;
}

.athena-mini-navrow em.is-alert {
  background: #f6eddc;
  color: var(--athena-mini-amber);
}

.athena-mini-navrow em.is-grade {
  background: #e4f0e9;
  color: var(--athena-mini-emerald);
}

.athena-mini-navrow.is-active {
  background: color-mix(in srgb, var(--athena-teal) 12%, transparent);
  color: #004d58;
  font-weight: 550;
}

.athena-mini-navrow.is-active .athena-mini-icon {
  color: var(--athena-teal);
}

.athena-mini-live {
  background: var(--athena-mini-emerald);
  border-radius: 50%;
  box-shadow: 0 0 0 0.1875rem rgb(22 124 80 / 16%);
  height: 0.375rem;
  margin-left: auto;
  width: 0.375rem;
}

.athena-mini-pinned {
  margin-top: auto;
  padding: 0.75rem 1rem;
}

.athena-mini-pinned > div,
.athena-mini-org {
  align-items: center;
  display: flex;
}

.athena-mini-pinned > div {
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.athena-mini-pinned > div > i {
  background: var(--athena-mini-sky);
  border-radius: 0.125rem;
  height: 0.4375rem;
  width: 0.4375rem;
}

.athena-mini-pinned span,
.athena-mini-org span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.athena-mini-pinned b,
.athena-mini-org b {
  color: var(--athena-mini-ink);
  font-size: 0.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.athena-mini-pinned small,
.athena-mini-org small {
  color: var(--athena-mini-text-4);
  font-size: 0.59375rem;
}

.athena-mini-org {
  border-top: 1px solid var(--athena-mini-border);
  gap: 0.5625rem;
  padding: 0.5rem 0.625rem;
}

.athena-mini-org > strong {
  align-items: center;
  background: #eee8f7;
  border-radius: 0.375rem;
  color: #5a48ad;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.athena-mini-main {
  background: transparent;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.athena-mini-tabs {
  align-items: end;
  display: flex;
  flex: none;
  gap: 0.125rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem 0;
}

.athena-mini-tab {
  align-items: center;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 0.4375rem 0.4375rem 0 0;
  color: var(--athena-mini-text-3);
  display: flex;
  font-size: 0.6875rem;
  gap: 0.4rem;
  height: 2rem;
  max-width: 10rem;
  padding-inline: 0.65rem;
  white-space: nowrap;
}

.athena-mini-tab span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.athena-mini-tab .athena-mini-icon {
  height: 0.75rem;
  width: 0.75rem;
}

.athena-mini-tab > i {
  color: var(--athena-mini-text-4);
  font-style: normal;
}

.athena-mini-tab.is-active {
  background: var(--athena-mini-panel);
  border-color: var(--athena-mini-border);
  box-shadow: 0 1px 2px rgb(13 13 13 / 10%);
  color: var(--athena-mini-ink);
}

.athena-mini-pane {
  backdrop-filter: saturate(185%) blur(1.375rem);
  background: var(--athena-mini-glass-2);
  border: 1px solid var(--athena-mini-border);
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 80%), 0 0.4rem 1.5rem -0.625rem rgb(13 13 13 / 30%);
  flex: 1;
  margin: 0 0.75rem 0.75rem;
  min-height: 0;
  overflow: auto;
}

.athena-mini-screen {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.5cqw, 1.1rem);
  margin-inline: auto;
  max-width: 45rem;
  min-height: 100%;
  padding: clamp(0.875rem, 2.3cqw, 1.625rem) clamp(0.875rem, 2.7cqw, 1.875rem);
}

.athena-mini-idrow {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.athena-mini-idrow h3,
.athena-mini-idrow h4,
.athena-mini-authority h4,
.athena-mini-finding h4 {
  color: var(--athena-mini-ink);
  margin: 0;
}

.athena-mini-idrow h3 {
  font: 600 clamp(0.875rem, 1.8cqw, 1.1875rem) "JetBrains Mono", monospace;
}

.athena-mini-idrow p,
.athena-mini-authority p,
.athena-mini-finding p,
.athena-mini-flow-note small {
  color: var(--athena-mini-text-3);
  font-size: 0.6875rem;
  line-height: 1.4;
  margin: 0.3rem 0 0;
}

.athena-mini-idrow p span {
  font-family: "JetBrains Mono", monospace;
}

.athena-mini-badge {
  align-items: center;
  border: 1px solid;
  border-radius: 999px;
  display: flex;
  flex: none;
  font-size: 0.625rem;
  font-weight: 600;
  gap: 0.35rem;
  height: 1.375rem;
  padding-inline: 0.6rem;
}

.athena-mini-badge > i {
  background: currentcolor;
  border-radius: 50%;
  height: 0.3rem;
  width: 0.3rem;
}

.athena-mini-badge.is-review { background: #eaf1fa; border-color: #aac7e6; color: var(--athena-mini-sky); }
.athena-mini-badge.is-amber { background: #f8f0e2; border-color: #d8bd84; color: var(--athena-mini-amber); }
.athena-mini-badge.is-live { background: #e5f1eb; border-color: #9bc7b2; color: var(--athena-mini-emerald); }

.athena-mini-bodybox,
.athena-mini-authority,
.athena-mini-objection,
.athena-mini-finding,
.athena-mini-flow-note {
  border: 1px solid var(--athena-mini-border);
  border-radius: 0.625rem;
}

.athena-mini-bodybox {
  background: var(--athena-mini-canvas);
  padding: 0.875rem;
}

.athena-mini-bodybox p {
  color: var(--athena-mini-ink);
  font-size: 0.75rem;
  line-height: 1.55;
  margin: 0;
}

.athena-mini-bodybox small {
  color: var(--athena-mini-text-3);
  display: block;
  font-size: 0.625rem;
  margin-top: 0.55rem;
}

.athena-mini-quorum > div {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.athena-mini-quorum > div b {
  font: 600 0.6875rem "JetBrains Mono", monospace;
}

.athena-mini-quorum > span {
  background: var(--athena-mini-panel-2);
  border-radius: 999px;
  display: block;
  height: 0.4375rem;
  margin-top: 0.5rem;
  overflow: hidden;
}

.athena-mini-quorum > span i {
  background: linear-gradient(90deg, var(--athena-mini-emerald), var(--athena-teal));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 50%;
}

.athena-mini-quorum p {
  color: var(--athena-mini-text-3);
  font-size: 0.625rem;
  margin: 0.45rem 0 0;
}

.athena-mini-quorum p b {
  color: var(--athena-mini-ink);
}

.athena-mini-objection {
  background: #fbf0f2;
  border-color: #e5b3bd;
  padding: 0.7rem 0.8rem;
}

.athena-mini-objection small {
  color: var(--athena-mini-rose);
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
}

.athena-mini-objection p {
  color: #8b3345;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin: 0.25rem 0 0;
}

.athena-mini-actions {
  align-items: center;
  border-top: 1px solid var(--athena-mini-border);
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.75rem;
}

.athena-mini-actions button {
  background: var(--athena-mini-panel);
  border: 1px solid var(--athena-mini-border);
  border-radius: 0.4375rem;
  color: var(--athena-mini-text-2);
  font: 600 0.6875rem "Inter", sans-serif;
  height: 1.875rem;
  padding-inline: 0.875rem;
}

.athena-mini-actions button.is-primary {
  background: var(--athena-teal);
  border-color: transparent;
  box-shadow: 0 0.375rem 1.125rem -0.5625rem rgb(0 104 118 / 60%);
  color: white;
}

.athena-mini-actions > small {
  align-items: center;
  color: var(--athena-mini-text-3);
  display: flex;
  font-size: 0.625rem;
  gap: 0.3rem;
  margin-left: auto;
}

.athena-mini-actions > small .athena-mini-icon {
  height: 0.75rem;
  width: 0.75rem;
}

.athena-mini-arguments,
.athena-mini-metrics {
  background: var(--athena-mini-canvas);
  border: 1px solid var(--athena-mini-border);
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.athena-mini-arguments > span,
.athena-mini-metrics > span {
  border-right: 1px solid var(--athena-mini-border);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.7rem;
}

.athena-mini-arguments > span:last-child,
.athena-mini-metrics > span:last-child {
  border-right: 0;
}

.athena-mini-arguments small,
.athena-mini-metrics small,
.athena-mini-scope small {
  color: var(--athena-mini-text-4);
  font: 600 0.5625rem "JetBrains Mono", monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.athena-mini-arguments b,
.athena-mini-metrics b,
.athena-mini-scope b {
  color: var(--athena-mini-ink);
  font-size: 0.6875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.athena-mini-authority {
  align-items: center;
  background: var(--athena-mini-panel);
  box-shadow: 0 0.375rem 1.5rem -0.75rem rgb(13 13 13 / 28%);
  display: flex;
  gap: 0.75rem;
  padding: 0.875rem;
}

.athena-mini-person {
  align-items: center;
  background: #d4e7e9;
  border-radius: 50%;
  color: var(--athena-teal);
  display: flex;
  flex: none;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}

.athena-mini-authority h4,
.athena-mini-finding h4 {
  font-size: 0.8125rem;
}

.athena-mini-grant {
  background: color-mix(in srgb, var(--athena-teal) 10%, white);
  border: 1px solid color-mix(in srgb, var(--athena-teal) 25%, white);
  border-radius: 999px;
  color: var(--athena-teal);
  font: 600 0.625rem "JetBrains Mono", monospace;
  margin-left: auto;
  padding: 0.25rem 0.5rem;
}

.athena-mini-scope {
  border: 1px solid var(--athena-mini-border);
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  overflow: hidden;
}

.athena-mini-scope > div,
.athena-mini-scope > strong {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: center;
  padding: 0.7rem;
}

.athena-mini-scope > div {
  border-right: 1px solid var(--athena-mini-border);
}

.athena-mini-scope > strong {
  align-items: center;
  background: #e5f1eb;
  color: var(--athena-mini-emerald);
  flex-direction: row;
  font-size: 0.625rem;
  white-space: nowrap;
}

.athena-mini-scope > strong .athena-mini-icon {
  height: 0.75rem;
  width: 0.75rem;
}

.athena-mini-killchain {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  margin-block: auto;
}

.athena-mini-killchain > span {
  background: var(--athena-mini-panel);
  border: 1px solid var(--athena-mini-border);
  border-radius: 0.4375rem;
  color: var(--athena-mini-text-2);
  display: flex;
  flex-direction: column;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.5rem 0.625rem;
}

.athena-mini-killchain > span small {
  color: var(--athena-mini-text-4);
  font-size: 0.5625rem;
  font-weight: 400;
}

.athena-mini-killchain > span.is-done,
.athena-mini-killchain > span.is-active {
  border-color: color-mix(in srgb, var(--athena-teal) 35%, white);
  color: var(--athena-teal);
}

.athena-mini-killchain > span.is-active {
  background: color-mix(in srgb, var(--athena-teal) 10%, white);
  box-shadow: 0 0.375rem 1.5rem -0.75rem rgb(0 104 118 / 40%);
}

.athena-mini-killchain > i {
  border-top: 1px solid var(--athena-mini-border-2);
}

.athena-mini-finding {
  align-items: center;
  background: var(--athena-mini-panel);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr auto;
  padding: 0.875rem;
}

.athena-mini-finding-icon {
  align-items: center;
  background: #fbf0f2;
  border-radius: 0.4375rem;
  color: var(--athena-mini-rose);
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}

.athena-mini-proof {
  align-items: center;
  background: var(--athena-mini-ink);
  border-radius: 0.4375rem;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 0.55rem 0.7rem;
}

.athena-mini-proof small,
.athena-mini-proof em {
  color: #a9ced2;
  font: 0.5rem "JetBrains Mono", monospace;
  font-style: normal;
  text-transform: uppercase;
}

.athena-mini-proof b {
  font: 600 0.625rem "JetBrains Mono", monospace;
  margin-block: 0.15rem;
  text-transform: uppercase;
}

.athena-mini-codegraph {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 8.5rem;
  position: relative;
}

.athena-mini-codegraph svg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.athena-mini-codegraph path {
  fill: none;
  opacity: 0.2;
  stroke: var(--athena-teal);
  stroke-width: 1.5;
}

.athena-mini-codegraph > span {
  background: var(--athena-mini-panel);
  border: 1px solid var(--athena-mini-border);
  border-radius: 0.4375rem;
  display: flex;
  flex-direction: column;
  justify-self: center;
  padding: 0.5rem;
  position: relative;
  z-index: 2;
}

.athena-mini-codegraph > span small {
  color: var(--athena-mini-text-4);
  font: 0.5rem "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.athena-mini-codegraph > span b {
  color: var(--athena-mini-ink);
  font: 600 0.625rem "JetBrains Mono", monospace;
}

.athena-mini-codegraph > span.is-cut {
  background: var(--athena-teal);
  border-color: var(--athena-teal);
  box-shadow: 0 0.375rem 1.5rem -0.75rem rgb(0 104 118 / 60%);
}

.athena-mini-codegraph > span.is-cut small,
.athena-mini-codegraph > span.is-cut b {
  color: white;
}

.athena-mini-flow-note {
  align-items: center;
  background: var(--athena-mini-panel);
  display: flex;
  gap: 0.75rem;
  padding: 0.7rem;
}

.athena-mini-flow-note > .athena-mini-icon {
  color: var(--athena-teal);
}

.athena-mini-flow-note span {
  display: flex;
  flex-direction: column;
}

.athena-mini-flow-note b {
  color: var(--athena-mini-ink);
  font-size: 0.6875rem;
}

.athena-mini-flow-note em {
  background: color-mix(in srgb, var(--athena-teal) 10%, white);
  border-radius: 999px;
  color: var(--athena-teal);
  font: 600 0.5625rem "JetBrains Mono", monospace;
  font-style: normal;
  margin-left: auto;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}

.athena-mini-observation {
  border-left: 1px solid var(--athena-mini-border);
  display: flex;
  flex-direction: column;
}

.athena-mini-observation-head {
  align-items: center;
  display: flex;
  padding: 0.75rem 0.875rem 0.5rem;
}

.athena-mini-observation-head > small {
  flex: 1;
}

.athena-mini-observation-head .athena-mini-icon {
  color: var(--athena-mini-text-3);
  height: 0.8125rem;
  width: 0.8125rem;
}

.athena-mini-segments {
  display: flex;
  gap: 0.125rem;
  padding: 0 0.75rem 0.375rem;
}

.athena-mini-segments span {
  border-radius: 0.4375rem;
  color: var(--athena-mini-text-3);
  flex: 1;
  font-size: 0.625rem;
  padding: 0.3rem;
  text-align: center;
}

.athena-mini-segments span.is-active {
  background: var(--athena-mini-panel);
  border: 1px solid var(--athena-mini-border);
  box-shadow: 0 1px 2px rgb(13 13 13 / 10%);
  color: var(--athena-mini-ink);
}

.athena-mini-feed {
  overflow: hidden;
  padding: 0.25rem 0.5rem;
}

.athena-mini-feed article {
  border-radius: 0.4375rem;
  padding: 0.55rem 0.625rem;
}

.athena-mini-feed article:nth-child(even) {
  background: rgb(255 255 255 / 45%);
}

.athena-mini-feed p {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.6875rem;
  gap: 0.2rem 0.35rem;
  line-height: 1.35;
  margin: 0;
}

.athena-mini-feed p b {
  color: var(--athena-mini-ink);
  font-weight: 550;
}

.athena-mini-feed p span {
  color: var(--athena-mini-text-3);
}

.athena-mini-feed p strong {
  color: var(--athena-teal);
  font: 500 0.625rem "JetBrains Mono", monospace;
}

.athena-mini-feed article > small {
  color: var(--athena-mini-text-4);
  display: block;
  font: 0.5625rem "JetBrains Mono", monospace;
  margin-top: 0.2rem;
}

.athena-mini-status {
  border-top: 1px solid var(--athena-mini-border);
  color: var(--athena-mini-text-3);
  font-size: 0.625rem;
  gap: 0.875rem;
  padding-inline: 0.75rem;
}

.athena-mini-status > span,
.athena-mini-status > div,
.athena-mini-status > div > span {
  align-items: center;
  display: flex;
  gap: 0.3rem;
  white-space: nowrap;
}

.athena-mini-status .athena-mini-icon {
  height: 0.75rem;
  width: 0.75rem;
}

.athena-mini-status > span:first-child,
.athena-mini-status b {
  color: var(--athena-mini-emerald);
}

.athena-mini-status > span:nth-child(2) {
  font-family: "JetBrains Mono", monospace;
}

.athena-mini-status > div {
  gap: 0.875rem;
  margin-left: auto;
}

.athena-ui-scene:is(:hover, :focus-within) {
  border-color: color-mix(in srgb, var(--athena-teal) 58%, white);
  box-shadow: 0 0.75rem 2.5rem -1rem rgb(0 104 118 / 35%);
}

.athena-ui-scene:is(:hover, :focus-within) .athena-ui-chip {
  filter: brightness(1.03);
}

.athena-ui-scene-wrap--compact .athena-ui-scene {
  min-height: clamp(20rem, 35vw, 29rem);
}

.athena-ui-scene-wrap--compact .athena-mini-screen {
  gap: clamp(0.5rem, 1.2cqw, 0.8rem);
  padding: clamp(0.7rem, 1.7cqw, 1.2rem);
}

@container (max-width: 55rem) {
  .athena-mini-title-actions .athena-mini-pill:nth-child(2),
  .athena-mini-presence,
  .athena-mini-menu-icon {
    display: none;
  }

  .athena-mini-body {
    grid-template-columns: clamp(8.5rem, 22cqw, 12.5rem) minmax(0, 1fr);
  }

  .athena-mini-observation {
    display: none;
  }
}

@container (max-width: 36rem) {
  .athena-mini-title-actions .athena-mini-pill,
  .athena-mini-ring,
  .athena-mini-session span,
  .athena-mini-status > span:nth-child(3),
  .athena-mini-status > div > span:first-child {
    display: none;
  }

  .athena-mini-body {
    grid-template-columns: 1fr;
  }

  .athena-mini-sidebar {
    display: none;
  }

  .athena-mini-screen {
    padding: 0.75rem;
  }

  .athena-mini-tab:nth-child(n + 3) {
    display: none;
  }

  .athena-mini-arguments,
  .athena-mini-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .athena-mini-arguments > span:nth-child(2),
  .athena-mini-metrics > span:nth-child(2) {
    display: none;
  }

  .athena-mini-killchain > span small,
  .athena-mini-actions > small,
  .athena-mini-flow-note small {
    display: none;
  }

  .athena-mini-finding {
    grid-template-columns: auto 1fr;
  }

  .athena-mini-proof {
    display: none;
  }
}

@container (max-width: 25rem) {
  .athena-mini-session,
  .athena-mini-titlebar > .athena-mini-divider,
  .athena-mini-objection,
  .athena-mini-quorum p,
  .athena-mini-scope > div:nth-child(2),
  .athena-mini-codegraph > span.is-path {
    display: none;
  }

  .athena-mini-scope {
    grid-template-columns: 1fr auto;
  }

  .athena-mini-codegraph {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .athena-mini-idrow p,
  .athena-mini-finding p {
    display: none;
  }
}

.athena-product-story {
  --athena-story-grid: color-mix(in srgb, var(--athena-teal) 14%, transparent);
  background-color: var(--_color---neutral--grey-02);
  background-image:
    linear-gradient(var(--athena-story-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--athena-story-grid) 1px, transparent 1px);
  background-size: 2rem 2rem;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  height: 320vh;
  position: relative;
}

.athena-product-story-stage {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 3vw, 3rem);
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr);
  height: 100vh;
  margin: 0 auto;
  max-width: 90rem;
  padding: clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
}

.athena-product-story-steps {
  background: var(--_color---neutral--grey-01);
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
}

.athena-product-story-steps button {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  color: var(--_color---neutral--grey-07);
  display: flex;
  flex-direction: column;
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  gap: 0.75rem;
  min-height: 6.5rem;
  padding: 1rem;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
  width: 100%;
}

.athena-product-story-steps button > span {
  color: var(--athena-teal);
}

.athena-product-story-steps button[aria-current="true"] {
  background: #171717;
  color: white;
}

.athena-product-story-viewport {
  height: min(80vh, 50rem);
  min-width: 0;
  position: relative;
  width: 100%;
}

.athena-product-story-state {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(0.75rem);
  visibility: hidden;
}

.athena-product-story-state[aria-current="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 2;
}

.athena-product-story-state > .athena-console-viewport,
.athena-product-story-state > .athena-ui-scene-wrap {
  margin: 0;
  max-height: 100%;
  max-width: none;
  width: 100%;
}

.athena-product-story-state .athena-ui-scene {
  min-height: min(72vh, 45rem);
}

.athena-product-story-state > .athena-console-viewport {
  box-shadow: 0 1.5rem 4rem rgb(20 20 20 / 16%);
}

.athena-home-product-story {
  height: 175vh;
}

.athena-home-product-story-stage {
  display: flex;
  justify-content: center;
  max-width: 90rem;
}

.athena-home-product-story .athena-product-story-viewport {
  height: min(78vh, 47rem);
  max-width: 80rem;
}

.athena-home-product-story .athena-product-story-state {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.athena-feature-explorer {
  --athena-feature-grid: color-mix(in srgb, var(--athena-teal) 14%, transparent);
  background-color: var(--_color---neutral--grey-02);
  background-image:
    linear-gradient(var(--athena-feature-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--athena-feature-grid) 1px, transparent 1px);
  background-size: 2rem 2rem;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  height: 360vh;
  position: relative;
}

.athena-feature-explorer-stage {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 3vw, 3rem);
  grid-template-columns: minmax(9rem, 0.22fr) minmax(0, 1fr);
  height: 100vh;
  margin: 0 auto;
  max-width: 90rem;
  padding: clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
}

.athena-feature-explorer-nav {
  background: var(--_color---neutral--grey-01);
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
}

.athena-feature-explorer-nav button {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  color: var(--_color---neutral--grey-07);
  display: flex;
  flex-direction: column;
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
  gap: 0.75rem;
  min-height: 6.5rem;
  padding: 1rem;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
  width: 100%;
}

.athena-feature-explorer-nav button span {
  color: var(--athena-teal);
}

.athena-feature-explorer-nav button[aria-current="true"] {
  background: #171717;
  color: white;
}

.athena-feature-explorer-viewport {
  height: min(82vh, 51rem);
  min-width: 0;
  position: relative;
}

.athena-feature-explorer-state {
  display: grid;
  gap: clamp(1rem, 2vw, 2rem);
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.75fr);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(0.75rem);
  visibility: hidden;
}

.athena-feature-explorer-state[aria-current="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 2;
}

.athena-feature-explorer-visual,
.athena-feature-explorer-visual > .athena-ui-scene-wrap {
  height: 100%;
  min-width: 0;
}

.athena-feature-explorer-visual .athena-ui-scene {
  height: 100%;
  min-height: 0;
}

.athena-feature-grid {
  border-left: 1px solid var(--_color---neutral--grey-04);
  border-top: 1px solid var(--_color---neutral--grey-04);
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  min-height: 0;
}

.athena-feature-card {
  background: color-mix(in srgb, white 96%, transparent);
  border-bottom: 1px solid var(--_color---neutral--grey-04);
  border-right: 1px solid var(--_color---neutral--grey-04);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  justify-content: center;
  min-height: 0;
  padding: clamp(1rem, 1.6vw, 1.5rem);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.athena-feature-card:hover {
  background: white;
  box-shadow: inset 0.25rem 0 0 var(--athena-teal);
  transform: translateX(0.2rem);
}

.athena-feature-card > span {
  color: var(--athena-teal);
  font-family: var(--font-family--font-mono);
  font-size: var(--font-size--body-xs);
}

.athena-feature-card h3,
.athena-feature-card p {
  margin: 0;
}

.athena-feature-card h3 {
  font-size: var(--font-size--title-s);
}

.athena-feature-card p {
  color: var(--_color---neutral--grey-07);
  font-size: var(--font-size--body-s);
  line-height: var(--line-height--height-l);
}

.athena-ui-fragment {
  background: #fbfbfb;
  border: 1px solid #171717;
  color: #171717;
  display: grid;
  font-family: var(--font-family--font-mono);
  grid-template-rows: 1.75rem minmax(0, 1fr);
  height: 100%;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.athena-ui-fragment-bar {
  align-items: center;
  background: #171717;
  color: #f7f7f7;
  display: grid;
  font-size: 0.5625rem;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem;
  letter-spacing: 0.04em;
  padding-inline: 0.625rem;
  text-transform: uppercase;
}

.athena-ui-fragment-bar > i {
  border-top: 1px solid #5c5c5c;
}

.athena-ui-fragment-bar > span:first-child::first-letter {
  color: #8bd3dc;
}

.athena-ui-fragment-canvas {
  background-image: radial-gradient(circle, #d2d2d2 1px, transparent 1px);
  background-size: 0.75rem 0.75rem;
  min-height: 0;
  overflow: hidden;
  padding: 0.875rem;
  position: relative;
}

.athena-system-card:is(:hover, :focus, :focus-within) .athena-ui-fragment,
.athena-process-card:is(:hover, :focus, :focus-within) .athena-ui-fragment {
  box-shadow: inset 0 0 0 1px var(--athena-teal);
  transform: translateY(-2px);
}

.athena-system-card:is(:hover, :focus, :focus-within) .athena-ui-fragment-bar,
.athena-process-card:is(:hover, :focus, :focus-within) .athena-ui-fragment-bar {
  background: var(--athena-teal);
}

.athena-fragment-causal,
.athena-fragment-boundary,
.athena-fragment-sentinel,
.athena-fragment-rewind,
.athena-process-propose,
.athena-process-execute,
.athena-process-record,
.athena-process-recover {
  height: 100%;
  position: relative;
}

.athena-fragment-path {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  inset: 37% 0 auto;
  position: absolute;
  z-index: 2;
}

.athena-fragment-path span,
.athena-fragment-path strong {
  background: white;
  border: 1px solid #a9a9a9;
  font-size: 0.5625rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

.athena-fragment-path strong {
  background: var(--athena-teal);
  border-color: var(--athena-teal);
  color: white;
}

.athena-fragment-path i {
  border-top: 1px solid #8e8e8e;
}

.athena-fragment-causal svg {
  inset: 0;
  position: absolute;
  width: 100%;
}

.athena-fragment-causal path {
  fill: none;
  opacity: 0.24;
  stroke: var(--athena-teal);
  stroke-width: 1.5;
}

.athena-fragment-proof {
  bottom: 0;
  display: flex;
  gap: 0.375rem;
  left: 0;
  position: absolute;
  right: 0;
}

.athena-fragment-proof span {
  background: white;
  border: 1px solid #d2d2d2;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 0.5rem;
  gap: 0.25rem;
  padding: 0.5rem;
}

.athena-fragment-proof b {
  color: var(--athena-teal);
  font-size: 0.625rem;
}

.athena-fragment-boundary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.athena-fragment-identity,
.athena-process-authorise {
  align-items: center;
  background: white;
  border: 1px solid #d2d2d2;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: auto 1fr auto;
  padding: 0.625rem;
}

.athena-fragment-avatar {
  align-items: center;
  background: #171717;
  color: white;
  display: inline-flex;
  font-size: 0.625rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.athena-fragment-identity > span:nth-child(2),
.athena-process-authorise > div {
  display: flex;
  flex-direction: column;
}

.athena-fragment-identity small,
.athena-fragment-kernel small,
.athena-fragment-result small,
.athena-process-propose small,
.athena-process-authorise small,
.athena-process-execute small {
  color: #777;
  font-size: 0.5rem;
}

.athena-fragment-identity b,
.athena-fragment-kernel strong,
.athena-fragment-result strong,
.athena-process-propose strong,
.athena-process-authorise strong,
.athena-process-execute strong {
  font-size: 0.625rem;
}

.athena-fragment-identity em,
.athena-process-authorise em,
.athena-process-propose em,
.athena-process-record em,
.athena-fragment-state em {
  color: var(--athena-teal);
  font-size: 0.5rem;
  font-style: normal;
}

.athena-fragment-scope {
  display: grid;
  gap: 0.375rem;
  grid-template-columns: 1fr 1fr;
}

.athena-fragment-scope span {
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
  font-size: 0.5rem;
  padding: 0.5rem;
}

.athena-fragment-kernel {
  background: #171717;
  color: white;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  overflow: hidden;
  padding: 0.625rem;
  position: relative;
}

.athena-fragment-kernel i {
  background: var(--athena-teal);
  bottom: 0;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 68%;
}

.athena-fragment-sentinel {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 5.5rem 1fr;
  grid-template-rows: 1fr auto;
}

.athena-fragment-radar {
  align-self: center;
  aspect-ratio: 1;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  grid-row: 1 / 3;
  position: relative;
}

.athena-fragment-radar::before,
.athena-fragment-radar::after {
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  content: "";
  inset: 25%;
  position: absolute;
}

.athena-fragment-radar::after {
  inset: 44%;
}

.athena-fragment-radar i {
  background: var(--athena-teal);
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: rotate(-38deg);
  transform-origin: left;
  width: 42%;
}

.athena-fragment-radar span {
  background: var(--athena-teal);
  border-radius: 50%;
  height: 0.375rem;
  position: absolute;
  right: 18%;
  top: 25%;
  width: 0.375rem;
}

.athena-fragment-radar b {
  bottom: 0.4rem;
  color: var(--athena-teal);
  font-size: 0.625rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.athena-fragment-sentinel ol {
  align-self: center;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.athena-fragment-sentinel li {
  background: var(--athena-teal);
  border: 1px solid var(--athena-teal);
  border-right: 0;
  color: white;
  font-size: 0.4375rem;
  font-weight: 700;
  padding: 0.375rem 0.25rem;
  text-align: center;
}

.athena-fragment-sentinel li:last-child {
  border-right: 1px solid #d2d2d2;
}

.athena-fragment-sentinel li.is-done,
.athena-fragment-sentinel li.is-active {
  color: white;
}

.athena-fragment-sentinel li.is-active {
  background: color-mix(in srgb, var(--athena-teal) 78%, white);
}

.athena-fragment-result {
  background: #171717;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  grid-column: 2;
  padding: 0.625rem;
}

.athena-fragment-rewind {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.athena-fragment-branch,
.athena-process-recover > div {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  margin-block: auto;
}

.athena-fragment-branch span,
.athena-process-recover span {
  align-items: center;
  background: white;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  display: flex;
  font-size: 0.5rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.athena-fragment-branch span.is-current,
.athena-process-recover span.is-current {
  background: var(--athena-teal);
  border-color: var(--athena-teal);
  color: white;
}

.athena-fragment-branch i,
.athena-process-recover i {
  border-top: 1px solid #8d8d8d;
}

.athena-fragment-state,
.athena-fragment-file {
  align-items: center;
  background: white;
  border: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.athena-fragment-state > span {
  display: flex;
  flex-direction: column;
}

.athena-fragment-file {
  background: #171717;
  color: white;
  font-size: 0.5rem;
}

.athena-fragment-file strong {
  color: #8bd3dc;
}

.athena-ui-fragment--process .athena-ui-fragment-canvas {
  padding: 0.75rem;
}

.athena-process-connect {
  align-items: center;
  display: grid;
  gap: 0.375rem;
  grid-template-columns: 1fr auto auto auto auto;
  height: 100%;
}

.athena-process-connect > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.athena-process-connect > div span {
  background: white;
  border: 1px solid #d2d2d2;
  font-size: 0.5rem;
  padding: 0.25rem;
}

.athena-process-connect > i {
  border-top: 1px solid #8d8d8d;
  width: 0.75rem;
}

.athena-process-connect > strong {
  align-items: center;
  background: #171717;
  color: white;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.athena-process-connect > em {
  color: var(--athena-teal);
  font-size: 0.4375rem;
  font-style: normal;
}

.athena-process-propose,
.athena-process-execute,
.athena-process-record,
.athena-process-recover {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.athena-process-propose > div,
.athena-process-execute > div {
  background: white;
  border: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  font-size: 0.5rem;
  padding: 0.375rem;
}

.athena-process-propose em,
.athena-process-execute > strong,
.athena-process-record em {
  margin-top: auto;
}

.athena-process-authorise {
  height: 100%;
}

.athena-process-authorise > div > span {
  color: #777;
  font-size: 0.5rem;
}

.athena-process-record ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.athena-process-record li {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  font-size: 0.5rem;
  justify-content: space-between;
  padding-block: 0.35rem;
}

.athena-process-record li b {
  color: var(--athena-teal);
}

.athena-process-recover > div {
  grid-template-columns: auto 1fr auto 1fr auto;
}

.athena-process-recover > strong {
  font-size: 0.5625rem;
  margin-top: auto;
}

.athena-process-recover button {
  background: var(--athena-teal);
  border: 0;
  color: white;
  font-family: var(--font-family--font-mono);
  font-size: 0.5rem;
  padding: 0.5rem;
}

.athena-pricing-principle {
  background: #f7f7f7;
  color: #171717;
  display: grid;
  gap: 0.875rem;
  grid-template-rows: auto minmax(15rem, 1fr) auto;
  min-height: 34rem;
  padding: 1rem;
}

.athena-pricing-principle .testimonial-card-top {
  align-items: flex-end;
}

.athena-pricing-principle .testimonial-card-bottom {
  align-items: flex-start;
  border-top: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

.athena-pricing-principle .testimonial-card-text {
  color: #171717;
  font-size: var(--font-size--body-m);
  line-height: var(--line-height--height-l);
  margin: 0;
}

.athena-pricing-graphic {
  background: white;
  border: 1px solid #171717;
  display: grid;
  font-family: var(--font-family--font-mono);
  grid-template-rows: 1.75rem 1fr;
  min-height: 15rem;
  overflow: hidden;
}

.athena-pricing-graphic-canvas {
  background-image: radial-gradient(circle, #d2d2d2 1px, transparent 1px);
  background-size: 0.75rem 0.75rem;
  min-height: 0;
  padding: 0.875rem;
}

.athena-price-fixed,
.athena-price-meter,
.athena-price-authority {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}

.athena-price-people {
  display: flex;
  gap: 0.375rem;
}

.athena-price-people > span {
  align-items: center;
  background: #171717;
  color: white;
  display: flex;
  font-size: 0.5625rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.athena-price-rail {
  align-items: center;
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(6, 1fr);
}

.athena-price-rail i {
  background: #d8d8d8;
  height: 0.25rem;
}

.athena-price-rail i:nth-child(-n + 3) {
  background: var(--athena-teal);
}

.athena-price-result {
  background: #171717;
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: auto;
  padding: 0.75rem;
}

.athena-price-result span,
.athena-price-result small {
  color: #9ecdd2;
  font-size: 0.5rem;
}

.athena-price-result strong {
  font-size: 1.5rem;
  grid-row: 1 / 3;
  grid-column: 2;
}

.athena-price-people-agents {
  align-items: stretch;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr auto 1fr;
  height: 100%;
  position: relative;
}

.athena-price-people-agents > div {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.athena-price-people-agents small {
  color: #777;
  font-size: 0.5rem;
  margin-bottom: 0.25rem;
}

.athena-price-people-agents > div > span {
  background: white;
  border: 1px solid #d2d2d2;
  display: flex;
  font-size: 0.5625rem;
  justify-content: space-between;
  padding: 0.5rem;
}

.athena-price-people-agents b {
  color: var(--athena-teal);
  font-size: 0.4375rem;
}

.athena-price-people-agents > i {
  border-left: 1px solid #bdbdbd;
}

.athena-price-people-agents > strong {
  background: var(--athena-teal);
  bottom: 0;
  color: white;
  font-size: 0.5625rem;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
}

.athena-price-meter > div {
  background: white;
  border: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.625rem;
}

.athena-price-meter small {
  color: #777;
  font-size: 0.5rem;
}

.athena-price-meter strong {
  font-size: 0.625rem;
}

.athena-price-meter i {
  background: #e3e3e3;
  display: block;
  height: 0.25rem;
}

.athena-price-meter i b {
  background: var(--athena-teal);
  display: block;
  height: 100%;
}

.athena-price-meter > span {
  background: #171717;
  color: white;
  font-size: 0.5rem;
  margin-top: auto;
  padding: 0.625rem;
  text-align: center;
}

.athena-price-authority .athena-fragment-identity {
  grid-template-columns: auto 1fr auto;
}

.athena-price-decision {
  background: white;
  border: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.625rem;
}

.athena-price-decision small {
  color: #777;
  font-size: 0.5rem;
}

.athena-price-decision strong {
  font-size: 0.625rem;
}

.athena-price-decision span {
  color: var(--athena-teal);
  font-size: 0.5rem;
}

.athena-price-receipt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: auto;
}

.athena-price-receipt span {
  background: #171717;
  border-right: 1px solid #575757;
  color: #f7f7f7;
  font-size: 0.4375rem;
  padding: 0.5rem 0.25rem;
  text-align: center;
  text-transform: uppercase;
}

.athena-price-receipt span:last-child {
  border-right: 0;
}

.athena-pricing-enterprise-links a:hover {
  background: var(--athena-teal);
}

.blog-tab-pane .blog-card-content-main {
  flex: 1;
}

.team-card .team-card-img {
  background: #141414;
  object-fit: contain;
  padding: clamp(2rem, 5vw, 5rem);
}

@media screen and (max-width: 991px) {
  .athena-heading-grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .athena-system-grid,
  .athena-process-grid,
  .athena-flow-track,
  .athena-proof-grid,
  .athena-integration-list,
  .athena-job-grid,
  .athena-authority-questions,
  .athena-pricing-guarantees,
  .athena-pricing-fit-grid,
  .athena-pricing-enterprise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .athena-solution-visual {
    grid-template-columns: 1fr;
  }

  .docs-main[data-platform-slug] .docs_richtext h1,
  .docs-main:has(.athena-platform-join) .docs_richtext h1 {
    font-size: var(--font-size--h4);
  }

  .athena-trust-explorer {
    grid-template-columns: 1fr;
  }

  .athena-trust-tabs {
    border-bottom: 1px solid var(--_color---neutral--grey-04);
    border-right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .athena-record-visual,
  .athena-verify-steps,
  .athena-trust-deployment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .athena-solution-visual > .athena-graphic-window {
    border-bottom: 1px solid var(--_color---neutral--grey-04);
    border-right: 0;
    min-height: 22rem;
  }

  .athena-proof-receipt {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .athena-proof-receipt span:nth-child(3) {
    border-right: 0;
  }

  .athena-proof-receipt span:nth-child(-n + 3) {
    border-bottom: 1px solid var(--_color---neutral--grey-04);
  }

  .athena-platform-join > div,
  .athena-doc-pagination {
    grid-template-columns: 1fr;
  }

  .athena-doc-pagination a:last-child {
    text-align: left;
  }

  .athena-assurance-table > div {
    grid-template-columns: 1fr;
  }

  .athena-assurance-head {
    display: none !important;
  }

  .athena-assurance-table > div > * {
    border-bottom: 1px solid var(--_color---neutral--grey-04);
  }

  .athena-trust-faq p {
    padding-left: 1.5rem;
  }

  .athena-product-story {
    height: auto;
    padding: var(--_spacing---medium) var(--_spacing---small);
  }

  .athena-product-story-stage {
    display: block;
    height: auto;
    max-width: 52rem;
    padding: 0;
    position: relative;
    top: auto;
  }

  .athena-product-story-steps {
    display: none;
  }

  .athena-product-story-viewport {
    height: auto;
  }

  .athena-product-story-state,
  .athena-product-story-state[aria-current="true"] {
    display: block;
    margin-bottom: var(--_spacing---small);
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: none;
    visibility: visible;
  }

  .athena-product-story-state:last-child {
    margin-bottom: 0;
  }

  .athena-product-story-state .athena-ui-scene {
    min-height: 34rem;
  }

  .athena-feature-explorer {
    height: auto;
    padding: var(--_spacing---medium) var(--_spacing---small);
  }

  .athena-feature-explorer-stage {
    display: block;
    height: auto;
    max-width: 52rem;
    padding: 0;
    position: relative;
    top: auto;
  }

  .athena-feature-explorer-nav {
    display: none;
  }

  .athena-feature-explorer-viewport {
    height: auto;
  }

  .athena-feature-explorer-state,
  .athena-feature-explorer-state[aria-current="true"] {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: var(--_spacing---small);
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: none;
    visibility: visible;
  }

  .athena-feature-explorer-state:last-child {
    margin-bottom: 0;
  }

  .athena-feature-explorer-visual .athena-ui-scene {
    min-height: 32rem;
  }

  .athena-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }

  .athena-feature-card {
    min-height: 14rem;
  }
}

@media screen and (max-width: 991px) {
  .section.header.athena-secondary-hero {
    height: 56vh;
    min-height: 28rem;
  }

  .athena-hero-top--balanced {
    align-items: flex-start;
  }

  .athena-home-product-story {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.header.athena-secondary-hero {
    height: 56vh;
    min-height: 28rem;
  }

  .athena-console-stage {
    padding: 1rem;
  }

  .athena-section-layout {
    gap: var(--_spacing---small);
    padding-block: var(--_spacing---medium);
  }

  .athena-outcome-grid,
  .athena-deployment-facts,
  .athena-system-grid,
  .athena-process-grid,
  .athena-flow-track,
  .athena-proof-grid,
  .athena-integration-list,
  .athena-product-faq-placeholder {
    grid-template-columns: 1fr;
  }

  .athena-solution-lanes,
  .athena-solution-visual ol,
  .athena-job-grid,
  .athena-authority-questions,
  .athena-solutions-trust,
  .athena-solutions-faq {
    grid-template-columns: 1fr;
  }

  .athena-solution-lanes article,
  .athena-job-card {
    min-height: 0;
  }

  .athena-system-card {
    grid-template-rows: auto 12rem auto;
    min-height: 0;
  }

  .athena-process-card {
    grid-template-rows: 3rem 11rem auto;
    min-height: 0;
  }

  .athena-flow-node,
  .athena-proof-grid article,
  .athena-outcome-card {
    min-height: 0;
  }

  .athena-proof-receipt {
    grid-template-columns: 1fr;
  }

  .athena-proof-receipt span,
  .athena-proof-receipt span:nth-child(3) {
    border-bottom: 1px solid var(--_color---neutral--grey-04);
    border-right: 0;
  }

  .athena-trust-tabs,
  .athena-trust-panels article > div,
  .athena-record-visual,
  .athena-verify-steps,
  .athena-trust-deployment {
    grid-template-columns: 1fr;
  }

  .athena-pricing-guarantees,
  .athena-pricing-fit-grid,
  .athena-pricing-enterprise-grid,
  .athena-pricing-enterprise-links {
    grid-template-columns: 1fr;
  }

  .athena-pricing-guarantee,
  .athena-pricing-fit-card,
  .athena-pricing-enterprise-fact {
    min-height: 0;
  }

  .athena-pricing-enterprise-links a {
    border-bottom: 1px solid var(--_color---neutral--grey-04);
    border-right: 0;
  }

  .athena-pricing-enterprise-links a:last-child {
    border-bottom: 0;
  }

  .athena-feature-grid {
    grid-template-columns: 1fr;
  }

  .athena-feature-card {
    min-height: 0;
  }

  .athena-feature-explorer-visual .athena-ui-scene {
    min-height: 26rem;
  }
}

@media screen and (max-width: 991px) {
  .athena-platform-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .athena-doc-toc {
    grid-template-columns: 1fr;
  }

  .athena-doc-toc > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .athena-doc-mechanisms article {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .athena-doc-mechanisms article p {
    grid-column: 2;
  }

  .athena-doc-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .athena-platform-overview-section {
    padding: 1rem;
  }

  .athena-platform-capability-grid,
  .athena-platform-record-grid,
  .athena-platform-journey,
  .athena-platform-trust-links,
  .athena-doc-example-grid,
  .athena-doc-output-grid,
  .athena-doc-connection,
  .athena-doc-related {
    grid-template-columns: 1fr;
  }

  .athena-platform-capability,
  .athena-platform-journey > li,
  .athena-platform-record-grid article,
  .athena-doc-example-grid article,
  .athena-doc-output-grid article,
  .athena-doc-connection article,
  .athena-doc-related a {
    min-height: 0;
  }

  .athena-doc-toc > div,
  .athena-doc-mechanisms article {
    grid-template-columns: 1fr;
  }

  .athena-doc-mechanisms article p {
    grid-column: 1;
  }

  .docs-main[data-platform-slug] .athena-platform-document h1 {
    font-size: var(--font-size--h5);
  }
}

@media (prefers-reduced-motion: reduce) {
  .athena-secondary-hero .pixel-box-color {
    transition: none;
  }

  .athena-ui-scene,
  .athena-ui-fragment,
  .athena-product-story-steps button,
  .athena-feature-explorer-nav button,
  .athena-feature-card {
    transition: none;
  }

  .athena-product-story,
  .athena-feature-explorer {
    height: auto;
    padding: var(--_spacing---medium) var(--_spacing---small);
  }

  .athena-product-story-stage,
  .athena-feature-explorer-stage {
    display: block;
    height: auto;
    max-width: 80rem;
    padding: 0;
    position: relative;
    top: auto;
  }

  .athena-product-story-steps,
  .athena-feature-explorer-nav {
    display: none;
  }

  .athena-product-story-viewport,
  .athena-feature-explorer-viewport {
    height: auto;
  }

  .athena-product-story-state,
  .athena-product-story-state[aria-current="true"] {
    display: block;
    margin-bottom: var(--_spacing---small);
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: none;
    visibility: visible;
  }

  .athena-product-story-state:last-child {
    margin-bottom: 0;
  }

  .athena-feature-explorer-state,
  .athena-feature-explorer-state[aria-current="true"] {
    display: grid;
    margin-bottom: var(--_spacing---small);
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transform: none;
    visibility: visible;
  }
}


/* --- Product FAQ: JS controls the answer height (Webflow IX2 is not bound to generated markup) --- */
.athena-product-faq .faq-answer-wrap{overflow:hidden;}
.athena-product-faq .faq-tab-link{cursor:pointer;}

/* --- Product integrations: icon tile with the name underneath --- */
.athena-integration-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#E0E0E0;border:1px solid #E0E0E0;margin:2.5rem 0;}
@media(max-width:767px){.athena-integration-grid{grid-template-columns:repeat(2,1fr);}}
.athena-integration-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;padding:1.75rem 1rem;background:#FFFFFF;text-align:center;}
.athena-integration-tile-logo{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#1A1A1A;}
.athena-integration-tile-logo svg{width:100%;height:100%;display:block;}
.athena-integration-tile-name{font-family:"Geist Mono",monospace;font-size:.8125rem;letter-spacing:-.01em;color:#1A1A1A;}
