/* myfl.uk unified visual system */
:root {
  --myfl-bg: #f6f6f3;
  --myfl-surface: #ffffff;
  --myfl-soft: #eeeeeb;
  --myfl-ink: #242521;
  --myfl-muted: #70726b;
  --myfl-line: #dedfd9;
  --myfl-accent: #5b52d6;
  --myfl-green: #237c50;
}

html { background: var(--myfl-bg) !important; }
body.myfl-unified {
  margin: 0 !important;
  background: var(--myfl-bg) !important;
  color: var(--myfl-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
body.myfl-unified * {
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
body.myfl-unified a { color: inherit; }
body.myfl-unified .mono,
body.myfl-unified code,
body.myfl-unified pre,
body.myfl-unified kbd { font-family: inherit !important; }

/* One shared navigation on every route. */
body.myfl-unified > .site-head { display: none !important; }
body.myfl-unified > header.wrap {
  display: block !important;
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 72px 0 28px !important;
}
body.myfl-unified > header.wrap h1 { margin-top: 16px !important; }
body.myfl-unified > header.wrap .lede { max-width: 720px !important; }
.myfl-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  width: 100% !important;
  height: 56px !important;
  background: rgba(246,246,243,.92) !important;
  border-bottom: 1px solid var(--myfl-line) !important;
  backdrop-filter: blur(14px) !important;
}
.myfl-nav-inner {
  width: min(1120px, calc(100% - 40px)) !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}
.myfl-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: var(--myfl-ink) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.myfl-mark {
  width: 25px !important;
  height: 25px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: var(--myfl-ink) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.myfl-nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.myfl-nav-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 5px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: var(--myfl-muted) !important;
  font: 600 12px/1.2 inherit !important;
  text-decoration: none !important;
}
.myfl-nav-links a:hover,
.myfl-nav-links a:focus-visible {
  color: var(--myfl-ink) !important;
  background: var(--myfl-soft) !important;
  border-color: var(--myfl-line) !important;
  outline: none !important;
}

/* Shared content frame. */
body.myfl-unified > main,
body.myfl-unified > .myfl-nav ~ main {
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 0 72px !important;
}
/* Older experiments use section/div/footer siblings rather than <main>. */
body.myfl-unified > section.frame,
body.myfl-unified > div.share,
body.myfl-unified > footer.wrap {
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.myfl-unified > section.frame {
  margin-top: 0 !important;
  padding: 0 0 56px !important;
}
body.myfl-unified > section.frame > *,
body.myfl-unified > div.share > * {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.myfl-unified > div.share { padding-bottom: 32px !important; }
body.myfl-unified > footer.wrap { padding-bottom: 40px !important; }
body.myfl-unified main > header.wrap { display: none !important; }
body.myfl-unified .hero {
  width: auto !important;
  max-width: 760px !important;
  margin: 0 !important;
  padding: 88px 0 56px !important;
  background: transparent !important;
}
body.myfl-unified .hero::before { opacity: .35 !important; }
body.myfl-unified h1,
body.myfl-unified h2,
body.myfl-unified h3,
body.myfl-unified h4 {
  color: var(--myfl-ink) !important;
  font-family: inherit !important;
  letter-spacing: -.045em !important;
}
body.myfl-unified h1 {
  max-width: 820px !important;
  font-size: clamp(36px, 6vw, 68px) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
}
body.myfl-unified h2 { font-size: clamp(24px, 3.2vw, 38px) !important; line-height: 1.08 !important; }
body.myfl-unified h3 { font-size: 18px !important; line-height: 1.2 !important; }
body.myfl-unified p { color: var(--myfl-muted) !important; }

/* Consistent surfaces, while retaining each experiment's content structure. */
body.myfl-unified .card,
body.myfl-unified .doc,
body.myfl-unified .roll,
body.myfl-unified .record,
body.myfl-unified .frame,
body.myfl-unified .about,
body.myfl-unified .body,
body.myfl-unified .note,
body.myfl-unified .form,
body.myfl-unified .cert,
body.myfl-unified .out,
body.myfl-unified .search-row,
body.myfl-unified .stat,
body.myfl-unified .kv,
body.myfl-unified table {
  border: 1px solid var(--myfl-line) !important;
  border-radius: 14px !important;
  background: var(--myfl-surface) !important;
  box-shadow: 0 8px 26px rgba(36,37,33,.045) !important;
}
body.myfl-unified .card { padding: 22px !important; }
body.myfl-unified .grid { gap: 16px !important; }
body.myfl-unified .tag,
body.myfl-unified .pill,
body.myfl-unified .ok,
body.myfl-unified .stamp {
  border-radius: 999px !important;
  font-family: inherit !important;
}
body.myfl-unified button,
body.myfl-unified .btn,
body.myfl-unified input,
body.myfl-unified textarea,
body.myfl-unified select {
  font-family: inherit !important;
}
body.myfl-unified button,
body.myfl-unified .btn {
  border-radius: 9px !important;
}
body.myfl-unified table { overflow: hidden !important; }
body.myfl-unified th { background: var(--myfl-soft) !important; }
body.myfl-unified footer {
  border-top: 1px solid var(--myfl-line) !important;
  background: transparent !important;
}

@media (max-width: 700px) {
  .myfl-nav { height: 52px !important; }
  .myfl-nav-inner { width: calc(100% - 28px) !important; gap: 8px !important; }
  .myfl-nav-links { gap: 0 !important; overflow-x: auto !important; scrollbar-width: none !important; }
  .myfl-nav-links::-webkit-scrollbar { display: none !important; }
  .myfl-nav-links a { padding: 5px 7px !important; font-size: 11px !important; }
  body.myfl-unified > main,
  body.myfl-unified > .myfl-nav ~ main,
  body.myfl-unified > section.frame,
  body.myfl-unified > div.share,
  body.myfl-unified > footer.wrap { width: calc(100% - 28px) !important; padding-bottom: 48px !important; }
  body.myfl-unified .hero { padding: 58px 0 38px !important; }
  body.myfl-unified h1 { font-size: clamp(34px, 11vw, 54px) !important; }
  body.myfl-unified .grid { grid-template-columns: 1fr !important; }
}

/* Homepage hero: a sky, a meadow and a glass version of the myfl mark. */
body.myfl-home {
  background: #2a8bc7 !important;
  overflow-x: hidden !important;
}
body.myfl-home > .myfl-nav {
  position: absolute !important;
  inset: 0 0 auto !important;
  height: 84px !important;
  background: linear-gradient(180deg, rgba(8, 55, 105, .28), transparent) !important;
  border-bottom-color: rgba(255, 255, 255, .16) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.myfl-home .myfl-nav-inner {
  width: min(1120px, calc(100% - 48px)) !important;
}
body.myfl-home .myfl-brand { color: #fff !important; }
body.myfl-home .myfl-mark {
  background: rgba(255, 255, 255, .18) !important;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34), 0 8px 22px rgba(7, 46, 87, .16) !important;
  color: #fff !important;
}
body.myfl-home .myfl-nav-links a { color: rgba(255, 255, 255, .86) !important; }
body.myfl-home .myfl-nav-links a:hover,
body.myfl-home .myfl-nav-links a:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, .14) !important;
  border-color: rgba(255, 255, 255, .24) !important;
}
body.myfl-home > main.myfl-home-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 72px !important;
}
body.myfl-home .myfl-home-main > .grid {
  width: min(1120px, calc(100% - 48px)) !important;
  margin: 64px auto 76px !important;
}
body.myfl-home .myfl-home-main > footer { color: var(--myfl-muted) !important; }

.myfl-hero {
  position: relative !important;
  isolation: isolate !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #2a8bc7 !important;
}
.myfl-hero-sky-layer,
.myfl-hero-sky,
.myfl-hero-cloud-layer,
.myfl-hero-landscape {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}
.myfl-hero-sky-layer { z-index: 0; overflow: hidden; }
.myfl-hero-sky {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  transform: scale(1.045) translate(-1.2%, -1%) !important;
  animation: myfl-sky-drift 24s ease-in-out infinite alternate !important;
}
.myfl-hero-sky-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 64% 82% at 15% 43%, rgba(3, 31, 67, .58), rgba(5, 53, 99, .3) 49%, transparent 79%),
    linear-gradient(90deg, rgba(3, 31, 67, .6), rgba(5, 52, 98, .36) 38%, rgba(14, 91, 151, .1) 67%, transparent 88%);
}
.myfl-hero-sky-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(5, 63, 118, .16), transparent 32%, rgba(7, 79, 127, .1) 70%, rgba(8, 57, 79, .36));
}
.myfl-hero-cloud-layer {
  overflow: hidden !important;
  mix-blend-mode: screen !important;
}
.myfl-hero-cloud {
  position: absolute !important;
  width: 30rem !important;
  max-width: none !important;
  height: auto !important;
  opacity: .28 !important;
  animation: myfl-cloud-drift 68s linear infinite !important;
}
.myfl-hero-cloud-main { top: 12%; right: -25rem; }
.myfl-hero-cloud-secondary {
  top: 29%;
  left: -24rem;
  opacity: .17 !important;
  transform: scaleX(-1);
  animation-duration: 82s !important;
  animation-direction: reverse !important;
}
.myfl-hero-landscape {
  inset: auto 0 0 !important;
  z-index: 8;
  height: min(52vw, 650px) !important;
  overflow: hidden !important;
}
.myfl-hero-landscape::after {
  content: "";
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7, 49, 53, .18));
}
.myfl-hero-landscape img {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: auto !important;
}
.myfl-hero-content {
  position: relative !important;
  z-index: 20 !important;
  width: min(1120px, calc(100% - 48px)) !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
  padding: clamp(142px, 19vh, 190px) 0 170px !important;
  display: flex !important;
  align-items: flex-start !important;
}
.myfl-hero-copy {
  max-width: 620px;
  margin-top: -26px;
  padding: 22px 28px 26px;
  border: 1px solid rgba(225, 248, 255, .18);
  border-radius: 28px;
  background: linear-gradient(105deg, rgba(2, 28, 59, .64), rgba(4, 48, 87, .42) 68%, rgba(4, 48, 87, .08));
  box-shadow: 0 18px 48px rgba(1, 25, 54, .18);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.myfl-unified .myfl-hero-kicker {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 24px !important;
  color: rgba(255, 255, 255, .84) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}
.myfl-unified .myfl-hero-kicker span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d2f3ff;
  box-shadow: 0 0 0 5px rgba(210, 243, 255, .18), 0 0 20px rgba(210, 243, 255, .72);
}
.myfl-unified .myfl-hero h1 {
  display: flex !important;
  flex-direction: column !important;
  max-width: 650px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(48px, 6vw, 78px) !important;
  font-weight: 700 !important;
  letter-spacing: -.055em !important;
  line-height: .99 !important;
  text-wrap: balance !important;
}
.myfl-unified .myfl-hero-accent { color: #fff !important; }
.myfl-unified .myfl-hero-body {
  max-width: 560px !important;
  margin: 28px 0 0 !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  letter-spacing: -.02em !important;
  line-height: 1.38 !important;
  text-wrap: pretty !important;
}
.myfl-unified .myfl-hero-proof {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 26px !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.myfl-proof-mark {
  display: inline-grid !important;
  width: 29px !important;
  height: 29px !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, .54) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .2) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35) !important;
}
.myfl-hero-actions {
  display: flex !important;
  width: min(100%, 470px) !important;
  gap: 14px !important;
  margin-top: 38px !important;
}
.myfl-hero-actions a {
  display: inline-flex !important;
  min-height: 48px !important;
  flex: 1 1 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
  text-decoration: none !important;
  transition: transform .16s ease, background .16s ease, border-color .16s ease !important;
}
.myfl-hero-actions a:hover,
.myfl-hero-actions a:focus-visible { transform: translateY(-2px); outline: none !important; }
.myfl-hero-primary { background: #fff !important; color: #0b4c77 !important; }
.myfl-hero-primary:hover,
.myfl-hero-primary:focus-visible { background: #effbff !important; }
.myfl-hero-secondary {
  border: 1px solid rgba(255, 255, 255, .36) !important;
  background: rgba(255, 255, 255, .2) !important;
  color: #fff !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
}
.myfl-hero-secondary:hover,
.myfl-hero-secondary:focus-visible { background: rgba(255, 255, 255, .3) !important; }
.myfl-unified .myfl-hero-follow {
  margin: 22px 0 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 13px !important;
}
.myfl-unified .myfl-hero-handle {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font: inherit !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, .44) !important;
  text-underline-offset: 3px !important;
  cursor: pointer !important;
}
.myfl-unified .myfl-hero-handle:hover { text-decoration-color: #fff !important; }
.myfl-unified .myfl-hero-follow .copied { color: rgba(255, 255, 255, .72) !important; }
.myfl-unified .myfl-hero-kicker,
.myfl-unified .myfl-hero h1,
.myfl-unified .myfl-hero-body,
.myfl-unified .myfl-hero-proof,
.myfl-unified .myfl-hero-follow {
  text-shadow: 0 2px 14px rgba(1, 25, 54, .56);
}
.myfl-hero-orbit {
  position: absolute !important;
  z-index: 11 !important;
  right: clamp(-3rem, 4vw, 4rem) !important;
  bottom: clamp(130px, 15vh, 180px) !important;
  width: clamp(260px, 32vw, 470px) !important;
  aspect-ratio: 1 !important;
  pointer-events: none !important;
}
.myfl-hero-orbit::before {
  content: "";
  position: absolute;
  inset: 1%;
  border: 1px solid rgba(229, 250, 255, .44);
  border-radius: 50%;
  transform: rotate(-22deg) scaleY(.72);
  box-shadow: 0 0 34px rgba(194, 239, 255, .24), inset 0 0 24px rgba(255, 255, 255, .12);
  animation: myfl-orbit-spin 18s linear infinite;
}
.myfl-hero-orbit::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(225, 249, 255, .2);
  border-radius: 50%;
  transform: rotate(48deg) scaleY(.76);
}
.myfl-hero-orbit-glow {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 249, 255, .38), rgba(168, 230, 255, .1) 42%, transparent 72%);
  filter: blur(24px);
  animation: myfl-glow-breathe 4.5s ease-in-out infinite alternate;
}
.myfl-glass-mark {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 20px 22px rgba(5, 59, 91, .22));
  animation: myfl-mark-float 6.5s ease-in-out infinite;
}
.myfl-hero-scroll {
  position: absolute !important;
  right: 50% !important;
  bottom: 24px !important;
  z-index: 25 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(255, 255, 255, .3) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .16) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transform: translateX(50%) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
}
.myfl-unified .myfl-hero-scroll span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1977ab;
  font-size: 17px;
  line-height: 1;
}
.myfl-hero-scroll:hover { background: rgba(255, 255, 255, .25) !important; }

@keyframes myfl-sky-drift {
  from { transform: scale(1.045) translate(-1.2%, -1%); }
  to { transform: scale(1.07) translate(1%, .5%); }
}
@keyframes myfl-cloud-drift {
  from { transform: translateX(0); }
  to { transform: translateX(-125vw); }
}
@keyframes myfl-mark-float {
  from { transform: translateY(5px) rotate(-1deg); }
  to { transform: translateY(-10px) rotate(1deg); }
}
@keyframes myfl-orbit-spin {
  from { transform: rotate(-22deg) scaleY(.72); }
  to { transform: rotate(338deg) scaleY(.72); }
}
@keyframes myfl-glow-breathe {
  from { opacity: .58; transform: scale(.95); }
  to { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 820px) {
  body.myfl-home > .myfl-nav { height: 58px !important; }
  body.myfl-home .myfl-nav-inner { width: calc(100% - 32px) !important; }
  body.myfl-home .myfl-home-main > .grid { width: calc(100% - 32px) !important; }
  .myfl-hero { min-height: max(720px, 100svh) !important; }
  .myfl-hero-content {
    width: calc(100% - 32px) !important;
    min-height: max(720px, 100svh) !important;
    padding-top: 112px !important;
    padding-bottom: 150px !important;
  }
  .myfl-hero-copy { max-width: 570px; }
  .myfl-unified .myfl-hero h1 { font-size: clamp(43px, 10vw, 64px) !important; }
  .myfl-unified .myfl-hero-body { max-width: 500px !important; font-size: 18px !important; }
  .myfl-hero-orbit {
    right: -72px !important;
    bottom: 76px !important;
    width: 260px !important;
    opacity: .55;
  }
  .myfl-hero-landscape { height: 58vw !important; min-height: 300px !important; }
  .myfl-hero-scroll { display: none !important; }
}
@media (max-width: 520px) {
  body.myfl-home .myfl-nav-links a { padding-inline: 6px !important; font-size: 10px !important; }
  .myfl-hero-content { padding-top: 104px !important; }
  .myfl-unified .myfl-hero-kicker { margin-bottom: 18px !important; font-size: 10px !important; letter-spacing: .09em !important; }
  .myfl-unified .myfl-hero h1 { font-size: clamp(39px, 12vw, 54px) !important; line-height: 1.01 !important; }
  .myfl-unified .myfl-hero-body { margin-top: 22px !important; font-size: 17px !important; line-height: 1.42 !important; }
  .myfl-hero-actions { flex-direction: column !important; gap: 10px !important; margin-top: 28px !important; }
  .myfl-hero-actions a { flex: none !important; }
  .myfl-unified .myfl-hero-follow { font-size: 12px !important; }
  .myfl-hero-orbit { right: -94px !important; bottom: 64px !important; width: 250px !important; }
  .myfl-hero-landscape { height: 74vw !important; min-height: 250px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .myfl-hero-sky,
  .myfl-hero-cloud,
  .myfl-glass-mark,
  .myfl-hero-orbit::before,
  .myfl-hero-orbit-glow { animation: none !important; }
}
