/* Shared public chrome stylesheet owned by @midfleet/public-theme. */
@font-face {
 font-family: "Manrope";
 font-style: normal;
 font-weight: 400 800;
 font-display: swap;
 src: url("./fonts/manrope-latin-var.woff2") format("woff2");
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
  U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
  U+FEFF, U+FFFD;
}
@font-face {
 font-family: "Geist Mono";
 font-style: normal;
 font-weight: 100 900;
 font-display: swap;
 src: url("./fonts/geist-mono-latin-var.woff2") format("woff2");
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
  U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
  U+FEFF, U+FFFD;
}
.public-header,
.public-footer {
  position: relative;
  z-index: 80;
}
.public-header {
  position: sticky;
  top: 0;
  padding: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  background: rgba(7, 12, 24, 0.82);
  backdrop-filter: blur(16px) saturate(1.35);
}
.public-nav,
.public-footer-inner {
  width: min(1200px, calc(100vw - 48px));
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.35;
}
.public-nav {
  min-height: 64px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.public-brand,
.public-footer-brand {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 color: #f8fbff;
 font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
 font-size: 16px;
 font-weight: 800;
 line-height: 1;
 letter-spacing: -0.045em;
 text-decoration: none;
}
.public-brand {
 flex: 0 0 auto;
}
.public-mark {
 width: 28px;
 height: 28px;
 border-radius: 8px;
 display: inline-grid;
 place-items: center;
 overflow: hidden;
 flex: 0 0 auto;
 background: linear-gradient(145deg, #7c83ff 0%, #6266f1 48%, #95a6ff 100%);
 box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset, 0 12px 24px rgba(99, 102, 241, 0.22);
}
.public-mark img,
.public-mark .mf-brand-mark__sail {
 width: 20px;
 height: 20px;
 object-fit: contain;
 filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.public-dot {
 width: 5px;
 height: 5px;
 border-radius: 999px;
 background: #7d86ff;
 box-shadow: 0 0 12px rgba(125, 134, 255, 0.9);
}
.public-links,
.public-actions,
.public-footer-links {
 display: flex;
 align-items: center;
}
.public-links {
 flex: 1 1 auto;
 min-width: 0;
 gap: 6px;
}
.public-actions {
 margin-left: auto;
 flex: 0 0 auto;
 gap: 14px;
}
.public-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 0;
  color: #9da9bd;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
   letter-spacing: -0.01em;
  text-decoration: none;
}
.public-link:hover,
.public-link:focus-visible,
.public-link.active {
  color: #f4f7ff;
  background: transparent;
  outline: none;
}
.public-cta {
 min-height: 38px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 0 17px;
 border-radius: 999px;
 font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
 font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
 text-decoration: none;
}
.public-cta:focus-visible,
.public-menu-btn:focus-visible,
.public-mobile-link:focus-visible,
.public-footer-links a:focus-visible {
 outline: 2px solid rgba(129, 140, 248, 0.82);
 outline-offset: 3px;
}
.public-cta.secondary {
 color: #d9e2f1;
 border: 1px solid rgba(148, 163, 184, 0.26);
 background: transparent;
}
.public-cta.tertiary {
  color: #aab7cc;
  background: transparent;
 border: 1px solid transparent;
}
.public-cta.tertiary:hover,
.public-cta.tertiary:focus-visible {
  color: #f4f7ff;
  background: transparent;
}
.public-cta.primary {
 color: #fff;
 background: #6366f1;
 border: 1px solid rgba(129, 140, 248, 0.52);
 box-shadow: 0 9px 24px -12px rgba(99, 102, 241, 0.8);
}
.public-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 0;
  border-radius: 0;
 align-items: center;
 justify-content: center;
 justify-self: end;
 color: #d9e2f1;
  background: transparent;
  cursor: pointer;
}
.public-menu-btn:hover {
 background: rgba(148, 163, 184, 0.08);
}
.public-mobile {
  display: none;
  width: min(1200px, calc(100vw - 48px));
  margin: 0 auto;
}
.public-mobile.open,
.public-mobile:not([hidden]) {
 display: block;
}
.public-mobile-inner {
  display: grid;
  gap: 2px;
  padding: 12px 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.public-mobile-link {
 min-height: 44px;
 display: flex;
 align-items: center;
 padding: 0 10px;
 border-radius: 9px;
 color: #d5deed;
 font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
 font-size: 15px;
 font-weight: 700;
 text-decoration: none;
}
.public-mobile-link:hover,
.public-mobile-link:focus-visible,
.public-mobile-link.active {
 color: #f4f7ff;
 background: rgba(148, 163, 184, 0.08);
 outline: none;
}
.public-mobile-actions {
 display: grid;
 gap: 10px;
 margin-top: 10px;
 padding-top: 12px;
 border-top: 1px solid rgba(148, 163, 184, 0.12);
}
.public-mobile-actions .public-cta {
 min-height: 44px;
}
.public-footer {
  padding: 24px 0 28px;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
  background: transparent;
}
.public-footer-inner {
  min-height: 58px;
  padding: 0;
 display: grid;
 grid-template-columns: minmax(260px, 1fr) minmax(0, auto);
 align-items: center;
 gap: 18px;
  color: #8491a8;
  font-size: 13px;
}
.public-footer-left,
.public-footer-links {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 gap: 12px;
}
.public-footer-brand {
 font-size: 14px;
}
.public-footer-sep {
 width: 1px;
 height: 14px;
 background: rgba(99, 115, 147, 0.42);
}
.public-footer-links {
 justify-content: flex-end;
}
.public-footer-links a {
 color: #9facbf;
 font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
 font-size: 13px;
 font-weight: 700;
 letter-spacing: -0.01em;
 text-decoration: none;
}
.public-footer-links a:hover,
.public-footer-links a:focus-visible {
 color: #f4f7ff;
}
.public-social-link {
 width: 32px;
 height: 32px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 0;
 border: 1px solid rgba(154, 167, 194, 0.2);
 border-radius: 9px;
 background: rgba(9, 15, 29, 0.32);
 color: #9facbf;
}
.public-social-link:hover,
.public-social-link:focus-visible {
 color: #f4f7ff;
 border-color: rgba(181, 194, 220, 0.38);
 background: rgba(20, 29, 52, 0.58);
}
.public-social-link svg {
 width: 16px;
 height: 16px;
 display: block;
 fill: currentColor;
}
.public-sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}
.public-site-header {}
.public-site-footer {}
@media (max-width: 900px) {
  .public-nav,
  .public-footer-inner,
  .public-mobile {
   width: calc(100vw - 32px);
  }
  .public-nav {
   min-height: 60px;
   gap: 12px;
   padding: 0;
  }
 .public-links,
 .public-actions {
  display: none;
 }
 .public-menu-btn {
  display: inline-flex;
 }
 .public-footer-inner {
  grid-template-columns: 1fr;
 }
 .public-footer-links {
  justify-content: flex-start;
 }
}
@media (max-width: 520px) {
 .public-footer-left,
 .public-footer-links {
  align-items: flex-start;
 }
 .public-footer-sep {
  display: none;
 }
}
