*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  color: #FFFFFFD1;
  font-family: 'RobotoSlab', serif;
  font-size: 17px;
  line-height: 1.7em;
  background-color: #0B1129;
  background-attachment: fixed;
  background-image: radial-gradient(36rem 24rem at 88% -4%, #EABF4926 0%, transparent 70%),radial-gradient(60rem 40rem at 50% -12%, #3B5BDB40 0%, transparent 65%),radial-gradient(46rem 30rem at 4% 108%, #5C7CFA1F 0%, transparent 72%),linear-gradient(180deg, #0E1836 0%, #0B1129 58%, #080D20 100%);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
  background-size: 620px 620px;
  background-image: radial-gradient(1px 1px at 12% 18%, #FFFFFFCC, transparent),radial-gradient(1px 1px at 27% 62%, #FFFFFF80, transparent),radial-gradient(2px 2px at 41% 9%, #FFFFFF99, transparent),radial-gradient(1px 1px at 55% 44%, #FFFFFF66, transparent),radial-gradient(1px 1px at 68% 77%, #FFFFFFB3, transparent),radial-gradient(2px 2px at 79% 27%, #A8BCFFB3, transparent),radial-gradient(1px 1px at 88% 55%, #FFFFFF8C, transparent),radial-gradient(1px 1px at 94% 88%, #FFFFFF73, transparent),radial-gradient(1px 1px at 6% 84%, #EABF4999, transparent),radial-gradient(1px 1px at 35% 95%, #FFFFFF59, transparent);
  mask-image: linear-gradient(180deg, #000 0%, #000 35%, transparent 85%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 35%, transparent 85%);
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  pointer-events: none;
  background-image: url(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"));
  background-size: 180px 180px;
}
body > main, body > footer {
  position: relative;
  z-index: 1;
}
h1, h2, h3 {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.12em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.4rem, 1.5rem + 3.2vw, 3.9rem);
  letter-spacing: -1.5px;
}
h2 {
  font-size: clamp(1.65rem, 1.3rem + 1.4vw, 2.2rem);
  letter-spacing: -0.5px;
}
h3 {
  font-size: 1.25rem;
}
p {
  margin: 0;
  text-wrap: pretty;
}
a {
  color: #A8BCFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
}
img {
  height: auto;
  max-width: 100%;
}
a:focus-visible, button:focus-visible, input:focus-visible {
  border-radius: 9px;
  outline-color: #A8BCFF;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
}
.container {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.prose {
  max-width: 68ch;
}
.prose p + p {
  margin-top: 14px;
}
.lead {
  color: #FFFFFF9E;
  font-size: clamp(1.05rem, 1rem + 0.4vw, 1.25rem);
  line-height: 1.6em;
}
.eyebrow {
  margin-bottom: 14px;
  color: #8FA5FB;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.4em;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .gradient-text {
    padding-bottom: 0.08em;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(120deg, #FFFFFF 0%, #FFFFFF 35%, #A8BCFF 75%, #8FA5FB 100%);
    -webkit-background-clip: text;
  }
}
.card, .panel {
  padding: clamp(22px, 1rem + 2vw, 38px);
  border: solid #FFFFFF29 1px;
  border-radius: 20px;
  box-shadow: inset 0 1px #FFFFFF1F, 0 24px 60px -34px #000000BF;
  background-image: linear-gradient(160deg, #FFFFFF14 0%, #FFFFFF08 55%, #FFFFFF05 100%);
}
.panel {
  border-radius: 28px;
}
.skip-link {
  position: absolute;
  top: 0px;
  left: -9999px;
  z-index: 100;
  padding: 8px 16px;
  border-radius: 12px;
  color: #FFFFFF;
  background-color: #3B5BDB;
}
.skip-link:focus {
  position: absolute;
  top: 12px;
  left: 12px;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.cta {
  display: flex;
  position: relative;
  padding: clamp(32px, 2rem + 3vw, 60px);
  border: solid #FFFFFF38 1px;
  overflow: hidden;
  box-shadow: inset 0 1px #FFFFFF1F, 0 24px 60px -34px #000000BF, 0 0 80px -10px #3B5BDB66;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  text-align: center;
  background-image: radial-gradient(80% 120% at 50% 0%, #3B5BDB4D 0%, transparent 70%),linear-gradient(160deg, #FFFFFF14 0%, #FFFFFF08 55%, #FFFFFF05 100%);
}
.cta .lead {
  max-width: 46em;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #A8BCFFB3 50%, transparent);
}
.dodo-calculator {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.dodo-calculator label {
  display: block;
  margin-bottom: 4px;
  color: #FFFFFF9E;
  font-size: 0.9rem;
}
.dodo-calculator .dodo-quickpicks-label {
  margin-bottom: 4px;
  color: #8FA5FB;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.dodo-calculator .dodo-quickpicks-row {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 88px);
  gap: 4px;
}
.dodo-calculator .dodo-quickpick {
  display: flex;
  aspect-ratio: 1;
  padding: 6px;
  border: solid #FFFFFF29 1px;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3px;
  color: #FFFFFFD1;
  text-align: center;
  background-color: #FFFFFF12;
}
.dodo-calculator .dodo-quickpick:hover {
  border: solid #FFFFFF38 1px;
  box-shadow: inset 0 1px #FFFFFF2E, 0 30px 70px -30px #000000D9;
}
.dodo-calculator .dodo-quickpick-emoji {
  font-size: 1.3rem;
  line-height: 1em;
}
.dodo-calculator .dodo-quickpick-name {
  color: #FFFFFF9E;
  font-size: 0.66rem;
  line-height: 1.2em;
}
.dodo-calculator .dodo-quickpick-count {
  color: #A8BCFF;
  font-size: 0.72rem;
  font-weight: 700;
}
.dodo-calculator .dodo-date-button {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: solid #FFFFFF29 1px;
  border-radius: 12px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: left;
  font-size: 1rem;
  background-color: #FFFFFF12;
}
.dodo-calculator .dodo-date-button:hover {
  border: solid #FFFFFF38 1px;
}
.dodo-calculator .dodo-advanced-toggle {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  color: #A8BCFF;
  font-size: 0.92rem;
  background-color: transparent;
}
.dodo-calculator .dodo-advanced-toggle:hover {
  color: #FFFFFF;
}
.dodo-calculator .dodo-calendar {
  max-width: 280px;
  padding: 8px;
  margin-top: 8px;
  border: solid #FFFFFF29 1px;
  border-radius: 14px;
  background-color: #FFFFFF0F;
}
.dodo-calculator .dodo-calendar .dodo-calendar-header {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
}
.dodo-calculator .dodo-calendar .dodo-calendar-month {
  margin: 0;
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 700;
}
.dodo-calculator .dodo-calendar .dodo-calendar-nav {
  display: flex;
  width: 24px;
  height: 24px;
  border: solid #FFFFFF29 1px;
  border-radius: 999px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.9rem;
  background-color: #FFFFFF12;
}
.dodo-calculator .dodo-calendar .dodo-calendar-nav:hover {
  background-color: #FFFFFF17;
}
.dodo-calculator .dodo-calendar .dodo-calendar-weekdays {
  display: grid;
  margin-bottom: 4px;
  grid-template-columns: repeat(7, 1.0fr);
  color: #FFFFFF73;
  text-align: center;
  font-size: 0.65rem;
}
.dodo-calculator .dodo-calendar .dodo-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1.0fr);
  gap: 2px;
}
.dodo-calculator .dodo-calendar .dodo-calendar-day {
  display: flex;
  aspect-ratio: 1;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 150ms ease;
  justify-content: center;
  align-items: center;
  color: #FFFFFFD1;
  font-size: 0.75rem;
  background-color: transparent;
}
.dodo-calculator .dodo-calendar .dodo-calendar-day:hover {
  background-color: #FFFFFF17;
}
.dodo-calculator .dodo-calendar .dodo-calendar-day.today {
  color: #A8BCFF;
  font-weight: 700;
}
.dodo-calculator .dodo-calendar .dodo-calendar-day.selected {
  color: #FFFFFF;
  background-color: #3B5BDB;
}
.dodo-result {
  padding-top: 20px;
  margin-top: 8px;
  border-top-style: solid;
  border-top-color: #FFFFFF29;
  border-top-width: 1px;
  text-align: center;
}
.dodo-result .dodo-result-number {
  color: #FFFFFF;
  font-size: clamp(2.6rem, 2rem + 3vw, 4.2rem);
  font-weight: 700;
  line-height: 1.1em;
}
.dodo-result .dodo-result-label {
  color: #FFFFFFD1;
  font-size: 1.1rem;
}
.dodo-result .dodo-result-days {
  margin-top: 4px;
  color: #FFFFFF73;
  font-size: 0.9rem;
}
.moon-phase {
  display: inline-flex;
  padding: 7px 16px;
  border: solid #FFFFFF29 1px;
  border-radius: 999px;
  box-shadow: inset 0 1px #FFFFFF1F, 0 0 24px -6px #EABF4959;
  backdrop-filter: blur(6px);
  align-items: center;
  column-gap: 8px;
  color: #FFFFFFD1;
  font-size: 0.92rem;
  line-height: 1.4em;
  background-color: #FFFFFF0F;
  -webkit-backdrop-filter: blur(6px);
}
.moon-phase .moon-glyph {
  font-size: 1.15rem;
  line-height: 1em;
}
.moon-phase .moon-label {
  color: #FFFFFF73;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.social-links {
  display: flex;
  padding: 0;
  margin: 0;
  column-gap: 10px;
  list-style-type: none;
}
.social-links a {
  display: flex;
  width: 40px;
  height: 40px;
  border: solid #FFFFFF29 1px;
  border-radius: 999px;
  transition: background-color 200ms ease, transform 200ms ease;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF0F;
}
.social-links a:hover {
  transform: translateY(-2px);
  background-color: #FFFFFF17;
}
.social-links img {
  width: 22px;
  height: 22px;
  opacity: 0.8;
}
.social-links a:hover img {
  opacity: 1.0;
}
.store-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.store-links a {
  display: inline-flex;
  border-radius: 12px;
  transition: transform 200ms ease, filter 200ms ease;
}
.store-links a:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 18px #00000073);
}
.store-links img {
  width: auto;
  height: 48px;
}
footer {
  padding-top: 48px;
  padding-bottom: 28px;
  border-top-style: solid;
  border-top-color: #FFFFFF29;
  border-top-width: 1px;
  color: #FFFFFF73;
  font-size: 0.9rem;
  background-image: linear-gradient(180deg, transparent 0%, #00000040 100%);
}
footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 28px;
}
footer .footer-brand {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
footer .footer-name {
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 700;
}
footer .footer-tagline {
  max-width: 30em;
  color: #FFFFFF9E;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 8px;
  text-align: right;
}
footer ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  column-gap: 20px;
  list-style-type: none;
}
footer .copyright {
  padding-top: 14px;
  margin-top: 28px;
  border-top-style: solid;
  border-top-color: #FFFFFF14;
  border-top-width: 1px;
  color: #FFFFFF73;
  font-size: 0.82rem;
}
@media screen and (max-width: 850px) {
  footer .footer-inner, .footer-brand, .footer-links {
    align-items: center;
    text-align: center;
  }
  footer .footer-inner {
    flex-direction: column;
  }
  footer ul {
    justify-content: center;
  }
  footer .copyright {
    text-align: center;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 14px;
  padding-bottom: 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(180deg, #0B1129E6 0%, #0B1129A6 100%);
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent, #FFFFFF2E 20%, #FFFFFF2E 80%, transparent) 1;
}
header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
header .brand {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.3px;
}
header .brand .brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  box-shadow: inset -5px 2px #EABF49, 0 0 14px -2px #EABF4980;
  transition: box-shadow 240ms ease;
  flex: none;
}
header .brand:hover .brand-mark {
  box-shadow: inset -3px 1px #EABF49, 0 0 18px #EABF49A6;
}
header .nav-links {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4px;
  list-style-type: none;
}
header nav a {
  display: block;
  position: relative;
  padding: 7px 12px;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease;
  color: #FFFFFF9E;
  font-size: 0.95rem;
}
header nav a:hover {
  color: #FFFFFF;
  background-color: #FFFFFF0F;
}
header nav a.active {
  color: #FFFFFF;
  background-color: #FFFFFF12;
}
header nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 0 8px #A8BCFF;
  transform: translateX(-50%);
  background-color: #A8BCFF;
}
header nav a.lang {
  border: solid #FFFFFF29 1px;
  color: #FFFFFF9E;
  background-color: #FFFFFF12;
}
header nav a.lang:hover {
  color: #FFFFFF;
  background-color: #FFFFFF17;
}
main {
  display: block;
  padding-bottom: 48px;
}
section.band {
  padding: clamp(48px, 5vw, 88px) 0;
}
section.band.page-head {
  padding-top: clamp(36px, 4vw, 64px);
}
section.band.page-head + section.band {
  padding-top: clamp(28px, 3vw, 44px);
}
section.band.page-head .lead {
  margin-top: 14px;
}
.calculator-head .dodo-calculator {
  max-width: 640px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}
.faq-list {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1.0fr));
  gap: 20px;
}
.faq-item {
  transition: border-color 240ms ease, box-shadow 240ms ease;
}
.faq-item:hover {
  border: solid #FFFFFF38 1px;
  box-shadow: inset 0 1px #FFFFFF2E, 0 30px 70px -30px #000000D9;
}
.faq-item h2 {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.35em;
}
.faq-item p {
  color: #FFFFFF9E;
  font-size: 0.98rem;
}
.faq-list {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1.0fr));
  gap: 20px;
}
.faq-item {
  transition: border-color 240ms ease, box-shadow 240ms ease;
}
.faq-item:hover {
  border: solid #FFFFFF38 1px;
  box-shadow: inset 0 1px #FFFFFF2E, 0 30px 70px -30px #000000D9;
}
.faq-item h2 {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.35em;
}
.faq-item p {
  color: #FFFFFF9E;
  font-size: 0.98rem;
}
section.band.feature {
  padding: clamp(36px, 3.5vw, 60px) 0;
}
.feature .feature-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
.feature .feature-art {
  display: flex;
  position: relative;
  justify-content: center;
  flex-shrink: 0;
}
.feature .feature-art::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 150%;
  height: 110%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle, #3B5BDB4D 0%, transparent 65%);
}
.feature .feature-shot {
  width: 100%;
  height: auto;
  max-width: 260px;
  border: solid #FFFFFF38 1px;
  border-radius: 20px;
  box-shadow: inset 0 1px #FFFFFF29, 0 26px 50px -22px #000000B3;
  transition: transform 320ms ease, box-shadow 320ms ease;
  transform: rotate(-2.5deg);
}
.feature.reversed .feature-shot {
  transform: rotate(2.5deg);
}
.feature .feature-shot:hover, &.reversed .feature-shot:hover {
  box-shadow: inset 0 1px #FFFFFF29, 0 36px 60px -24px #000000CC;
  transform: rotate(0deg) translateY(-6px);
}
.feature .feature-copy {
  flex-grow: 1;
}
.feature .feature-index {
  margin-bottom: 8px;
  opacity: 0.75;
  color: #8FA5FB;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.feature .lead {
  margin-top: 14px;
  color: #8FA5FB;
}
.feature .feature-body {
  margin-top: 14px;
  color: #FFFFFF9E;
}
.feature.reversed .feature-inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .feature .feature-inner, .feature.reversed .feature-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.hero .hero-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.hero .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 20px;
}
.hero .tagline {
  max-width: 26em;
}
.hero .hero-art {
  display: flex;
  position: relative;
  justify-content: center;
  flex-shrink: 0;
}
.hero .hero-art::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: -1;
  width: 128%;
  height: 110%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(closest-side, #EABF4933 0%, #3B5BDB3D 45%, transparent 72%);
}
.hero .hero-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  filter: drop-shadow(0 30px 40px #00000073);
  animation: hero-float 7s ease-in-out infinite;
}
@keyframes hero-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.story .story-inner {
  display: flex;
  max-width: 720px;
  flex-direction: column;
  row-gap: 20px;
}
.story .story-card {
  position: relative;
  transition: border-color 240ms ease, box-shadow 240ms ease;
}
.story .story-card:hover {
  border: solid #FFFFFF38 1px;
  box-shadow: inset 0 1px #FFFFFF2E, 0 30px 70px -30px #000000D9;
}
.story .story-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.4rem, 1.2rem + 0.9vw, 1.85rem);
}
.story .story-card .prose {
  color: #FFFFFF9E;
  max-width: none;
}
@media screen and (max-width: 850px) {
  .hero .hero-inner {
    flex-direction: column-reverse;
    text-align: center;
  }
  .hero .hero-copy {
    align-items: center;
  }
  .hero .store-links, .moon-phase {
    justify-content: center;
  }
}
.dateline {
  margin-top: 14px;
  color: #FFFFFF73;
  font-size: 0.9rem;
}
.legal-sheet {
  max-width: 780px;
}
.legal-sheet .prose {
  color: #FFFFFF9E;
  max-width: none;
}
.legal-sheet h2 {
  margin-top: 28px;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 1.25rem;
}
.legal-sheet h2:first-child {
  margin-top: 0;
}
.cycles-hero-row {
  display: flex;
  margin-top: 20px;
  align-items: start;
  gap: 48px;
}
.cycles-hero-row > * {
  min-width: 0;
}
.cycles-hero-row .cycles-lead {
  flex-grow: 4;
}
.cycles-hero-row .cycles-table-col {
  flex-grow: 6;
}
section.band.page-head .cycles-hero-row .cycles-lead {
  margin-top: 0;
}
.cycles-table-heading {
  margin-bottom: 8px;
  color: #FFFFFF9E;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.table-scroll {
  border: solid #FFFFFF29 1px;
  border-radius: 14px;
  overflow-x: auto;
}
.sleep-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 340px;
}
.sleep-table th, td {
  padding: 8px 14px;
  text-align: start;
  font-size: 0.86rem;
}
.sleep-table thead th {
  padding: 8px 14px;
  color: #FFFFFF73;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  white-space: nowrap;
}
.sleep-table tbody tr {
  border-top: 1px solid #FFFFFF0F;
}
.sleep-table tbody th {
  color: #FFFFFFD1;
  font-weight: 500;
  white-space: nowrap;
}
.sleep-table td {
  color: #FFFFFF9E;
}
.sleep-table .num {
  text-align: end;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.sleep-table td.num:first-of-type {
  color: #A8BCFF;
  font-weight: 600;
}
.footnote {
  margin-top: 14px;
  color: #FFFFFF73;
  font-size: 0.85rem;
  line-height: 1.6em;
}
@media screen and (max-width: 850px) {
  .cycles-hero-row {
    flex-direction: column;
    gap: 20px;
  }
}
.tool-panel {
  display: flex;
  padding: clamp(28px, 1.8rem + 2.5vw, 52px);
  border: solid #FFFFFF38 1px;
  box-shadow: inset 0 1px #FFFFFF1F, 0 24px 60px -34px #000000BF, 0 0 80px -10px #3B5BDB66;
  flex-direction: column;
  row-gap: 20px;
  background-image: radial-gradient(90% 130% at 0% 0%, #3B5BDB40 0%, transparent 70%),linear-gradient(160deg, #FFFFFF14 0%, #FFFFFF08 55%, #FFFFFF05 100%);
}
.tool-panel .lead {
  max-width: 46em;
}
.tool-points {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  row-gap: 8px;
  list-style-type: none;
}
.tool-points li {
  position: relative;
  padding-left: 26px;
  color: #FFFFFFD1;
}
.tool-points li::before {
  content: ""✓"";
  position: absolute;
  left: 0;
  color: #A8BCFF;
  font-weight: bold;
}
.source-list {
  display: flex;
  padding: 0;
  margin-top: 20px;
  flex-direction: column;
  row-gap: 14px;
  list-style-type: none;
}
.source-link {
  display: flex;
  padding: 14px 20px;
  transition: border-color 240ms ease, box-shadow 240ms ease;
  flex-direction: column;
  row-gap: 4px;
  text-decoration: none;
}
.source-link:hover {
  border: solid #FFFFFF38 1px;
  box-shadow: inset 0 1px #FFFFFF2E, 0 30px 70px -30px #000000D9;
}
.source-link .source-name {
  color: #FFFFFF;
  font-weight: 600;
}
.source-link .source-detail {
  color: #FFFFFF9E;
  font-size: 0.9rem;
  line-height: 1.5em;
}