@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/assets/ibm-plex-sans-latin-wght-normal.woff2") format("woff2");
}

:root {
  color-scheme: light;
  font-family: "IBM Plex Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #f5f7f4;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: #161a17;
  background: #f5f7f4;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:focus-visible {
  outline: 3px solid #4e6e0d;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  color: #161a17;
  background: #c3f05a;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  border-bottom: 1px solid #d6ded7;
  background: rgb(245 247 244 / 94%);
}

.nav-shell,
.footer-shell,
.section-shell {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  width: fit-content;
  color: #161a17;
  font-size: 17px;
  font-weight: 760;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.nav-shell nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.nav-shell nav a {
  color: #4e5a53;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.nav-shell nav a:hover {
  color: #161a17;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button-primary {
  border-color: #172019;
  color: #ffffff;
  background: #172019;
}

.button-primary:hover {
  border-color: #253128;
  background: #253128;
}

.button-cta::after {
  content: "\2192";
  display: inline-block;
  margin-left: 3px;
  color: #c3f05a;
  font-size: 17px;
  font-weight: 500;
  line-height: 0;
}

.button-cta:hover::after {
  transform: translateX(2px);
}

.button-secondary {
  border-color: #c8d0c9;
  color: #161a17;
  background: #ffffff;
}

.button-secondary:hover {
  border-color: #89968e;
}

.nav-signin {
  justify-self: end;
}

main {
  min-height: calc(100vh - 147px);
}

.hero {
  display: grid;
  place-items: center;
  min-height: 650px;
  padding: 72px 24px 86px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(760px, 100%);
  text-align: center;
}

.hero-title {
  max-width: 760px;
  margin: 0 0 16px;
  color: #161a17;
  font-size: 38px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.3;
}

.platform-note {
  margin: 0 0 32px;
  color: #6a766f;
  font-size: 15px;
  line-height: 1.5;
}

.page-hero {
  max-width: 820px;
  padding-top: 110px;
  padding-bottom: 120px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #4e6e0d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 58px;
  font-weight: 770;
  letter-spacing: 0;
  line-height: 1.08;
}

.page-hero > p:not(.eyebrow):not(.quiet-note) {
  max-width: 700px;
  margin: 26px 0 34px;
  color: #4e5a53;
  font-size: 20px;
  line-height: 1.6;
}

.page-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.quiet-note {
  margin-top: 24px;
  color: #6a766f;
  font-size: 14px;
  line-height: 1.6;
}

.legal-hero {
  padding-bottom: 70px;
}

.legal-copy {
  max-width: 820px;
  padding-bottom: 110px;
}

.legal-copy h2 {
  margin: 46px 0 12px;
  font-size: 24px;
  letter-spacing: 0;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p,
.legal-copy li {
  color: #4e5a53;
  font-size: 16px;
  line-height: 1.75;
}

.legal-copy ul,
.legal-copy ol {
  padding-left: 22px;
}

.status-page {
  min-height: 100vh;
  background: #f5f7f4;
}

.status-main {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr;
  padding: 28px clamp(24px, 5vw, 64px);
}

.status-brand {
  width: fit-content;
  color: #172019;
  font-size: 18px;
  font-weight: 650;
  text-decoration: none;
}

.status-state {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 14px;
  padding-bottom: 72px;
}

.status-state h1 {
  margin: 0;
  color: #172019;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 560;
  letter-spacing: 0;
}

.status-indicator {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2f9e44;
  box-shadow: 0 0 0 5px rgb(47 158 68 / 12%);
}

.status-state--disruption .status-indicator {
  background: #d94841;
  box-shadow: 0 0 0 5px rgb(217 72 65 / 12%);
}

.not-found {
  min-height: 560px;
}

.site-footer {
  border-top: 1px solid #d6ded7;
  color: #6a766f;
  background: #f5f7f4;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 24px;
  font-size: 13px;
}

.footer-shell nav {
  display: flex;
  gap: 22px;
}

.footer-shell a {
  text-decoration: none;
}

.footer-shell a:hover {
  color: #161a17;
}

@media (max-width: 700px) {
  .nav-shell,
  .footer-shell,
  .section-shell {
    width: min(100% - 32px, 1080px);
  }

  .nav-shell {
    grid-template-columns: auto 1fr auto;
    min-height: 68px;
    gap: 14px;
  }

  .brand {
    gap: 7px;
    font-size: 15px;
  }

  .nav-shell nav {
    justify-content: flex-start;
    gap: 16px;
  }

  .nav-shell nav a {
    font-size: 13px;
  }

  .nav-signin {
    min-height: 40px;
    padding: 0 13px;
  }

  .hero {
    min-height: 600px;
    padding: 64px 16px 76px;
  }

  .hero-title {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1.32;
  }

  .platform-note {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .page-hero {
    padding-top: 78px;
    padding-bottom: 86px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero > p:not(.eyebrow):not(.quiet-note) {
    font-size: 18px;
  }

  .footer-shell {
    min-height: 84px;
  }
}

@media (max-width: 390px) {
  .nav-shell {
    gap: 10px;
  }

  .brand {
    font-size: 14px;
  }

  .brand img {
    width: 27px;
    height: 27px;
  }

  .nav-shell nav {
    gap: 9px;
  }

  .nav-shell nav a {
    font-size: 11px;
  }

  .button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-shell {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
