/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/tokens.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* Maven Flow design tokens. Brand green is paired with a lighter dark-surface accent. */
:root {
  /* Brand */
  --mf-accent: #0a433e;
  --mf-accent-hover: #06332f;
  --mf-accent-on-dark: #65cfc5;
  --mf-accent-on-dark-hover: #8be5dd;
  --mf-focus-ring: #168d83;
  --mf-lime: var(--mf-accent);
  --mf-lime-deep: var(--mf-accent-hover);
  --mf-ink: #061513;
  --mf-forest: #0a433e;

  /* Surfaces */
  --mf-paper: #ffffff;
  --mf-paper-soft: #f4f8f7;
  --mf-paper-muted: #e8f0ee;
  --mf-surface-dark: #071715;
  --mf-surface-panel: #102d2a;
  --mf-surface-muted: #0c1311; /* desaturated, low-contrast dark surface (footer) */

  /* Text */
  --mf-text: #121212;
  --mf-text-muted: rgba(18, 18, 18, 0.68);
  --mf-text-faint: rgba(18, 18, 18, 0.6);
  --mf-text-on-dark: #f6fbfa;
  --mf-text-on-dark-muted: rgba(246, 251, 250, 0.76);
  --mf-text-on-dark-faint: rgba(246, 251, 250, 0.55);

  /* Lines */
  --mf-line: rgba(18, 18, 18, 0.1);
  --mf-line-strong: rgba(18, 18, 18, 0.2);
  --mf-line-on-dark: rgba(217, 249, 246, 0.24);

  /* Status */
  --mf-positive: #25734d;
  --mf-warning: #9a6b12;
  --mf-danger: #a32b21;

  /* Radii */
  --mf-radius-sm: 8px;
  --mf-radius: 12px;
  --mf-radius-lg: 16px;
  --mf-radius-xl: 22px;
  --mf-radius-pill: 999px;

  /* Spacing */
  --mf-space-1: 4px; --mf-space-2: 8px; --mf-space-3: 12px; --mf-space-4: 16px;
  --mf-space-5: 24px; --mf-space-6: 32px; --mf-space-7: 48px; --mf-space-8: 64px; --mf-space-9: 96px;

  /* Type */
  --mf-font: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mf-font-serif: 'Instrument Serif', Georgia, serif;
  --mf-tracking-display: -0.035em;
  --mf-tracking-tight: -0.02em;

  --mf-container: 1180px;
  --mf-container-narrow: 780px;
  --mf-header-height: 72px;
  --mf-shadow-card: 0 1px 2px rgba(7, 5, 15, 0.04);
  --mf-shadow-lifted: 0 18px 40px -24px rgba(7, 5, 15, 0.45);
  --mf-shadow-panel: 0 -8px 24px -18px rgba(7, 5, 15, 0.5);
  --mf-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --mf-duration-fast: 140ms; --mf-duration: 240ms; --mf-duration-slow: 520ms;
}

@media (prefers-reduced-motion: reduce) {
  :root { --mf-duration-fast: 0ms; --mf-duration: 0ms; --mf-duration-slow: 0ms; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; scroll-behavior: auto !important;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/base.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mf-paper);
  color: var(--mf-text);
  font-family: var(--mf-font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  letter-spacing: var(--mf-tracking-display);
  line-height: 1.05;
  text-wrap: balance;
}

.mf-display,
.mf-title {
  font-family: var(--mf-font-serif);
  font-weight: 400;
  letter-spacing: -0.0125em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  /*
   * `height: auto` is load-bearing. The width/height attributes on an <img>
   * become presentational hints, so without this an author `width: 100%` scales
   * the width while the attribute pins the height — which silently defeats any
   * `aspect-ratio` and stretches the image.
   */
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

hr {
  border: 0;
  border-top: 1px solid var(--mf-line);
  margin: 0;
}

/* One visible, consistent focus ring everywhere, including inside dark panels. */
.mf-on-dark,
.mf-panel-dark {
  --mf-lime: var(--mf-accent-on-dark);
  --mf-lime-deep: var(--mf-accent-on-dark-hover);
}

:focus-visible {
  outline: 3px solid var(--mf-focus-ring);
  outline-offset: 3px;
  border-radius: 4px;
}

.mf-on-dark :focus-visible,
.mf-panel-dark :focus-visible {
  outline-color: var(--mf-accent-on-dark);
}

::selection {
  background: var(--mf-accent);
  color: #fff;
}

/* ------------------------------------------------------------------ layout */

.mf-container {
  width: 100%;
  max-width: var(--mf-container);
  margin: 0 auto;
  padding-inline: var(--mf-space-5);
}

.mf-container-narrow {
  max-width: var(--mf-container-narrow);
}

.mf-section {
  padding-block: var(--mf-space-9);
}

.mf-section-tight {
  padding-block: var(--mf-space-7);
}

.mf-stack > * + * {
  margin-top: var(--mf-space-4);
}

.mf-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.mf-skip-link {
  position: absolute;
  left: var(--mf-space-4);
  top: -100px;
  z-index: 100;
  background: var(--mf-ink);
  color: var(--mf-text-on-dark);
  padding: var(--mf-space-3) var(--mf-space-4);
  border-radius: var(--mf-radius);
  transition: top var(--mf-duration) var(--mf-ease);
}

.mf-skip-link:focus {
  top: var(--mf-space-4);
}

/* -------------------------------------------------------------- typography */

.mf-display {
  font-size: clamp(2.5rem, 6.2vw, 4.6rem);
  line-height: 0.98;
}

.mf-title {
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
}

.mf-heading {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.mf-subheading {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: var(--mf-tracking-tight);
}

.mf-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--mf-text-muted);
  line-height: 1.5;
  text-wrap: pretty;
}

.mf-body {
  color: var(--mf-text-muted);
  text-wrap: pretty;
}

.mf-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: var(--mf-text-faint);
}

.mf-eyebrow-lime {
  color: var(--mf-lime);
}

/* Full stops and emphasis retain the existing class API. */
.mf-dot {
  color: var(--mf-lime-deep);
}

.mf-muted {
  color: var(--mf-text-muted);
}

/* The storefront hero is the first dark band of the editorial shell. The band
   itself is painted by .mf-hero-wrap; this inner container only carries the
   text colour. Giving it an opaque background too would paint over the
   ambient layers the wrapper stacks behind its content. */
.mf-hero {
  color: var(--mf-text-on-dark);
}

.mf-hero .mf-lead,
.mf-hero .mf-body {
  color: var(--mf-text-on-dark-muted);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/components.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* ---------------------------------------------------------------- buttons */

.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--mf-space-2);
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--mf-radius);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: var(--mf-tracking-tight);
  transition:
    background-color var(--mf-duration) var(--mf-ease),
    border-color var(--mf-duration) var(--mf-ease),
    color var(--mf-duration) var(--mf-ease),
    transform var(--mf-duration-fast) var(--mf-ease);
  white-space: nowrap;
}

.mf-btn:active {
  transform: translateY(1px);
}

.mf-btn[disabled],
.mf-btn[aria-disabled='true'] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.mf-btn-primary {
  background: var(--mf-ink);
  color: var(--mf-text-on-dark);
}

.mf-btn-primary:hover {
  background: var(--mf-forest);
}

.mf-btn-lime {
  background: var(--mf-lime);
  color: var(--mf-ink);
}

.mf-btn-lime:hover {
  background: var(--mf-lime-deep);
}

.mf-btn-ghost {
  background: transparent;
  border-color: var(--mf-line-strong);
  color: var(--mf-text);
}

.mf-btn-ghost:hover {
  border-color: var(--mf-ink);
  background: var(--mf-paper-soft);
}

.mf-btn-quiet {
  background: transparent;
  color: var(--mf-text);
  padding-inline: 4px;
}

.mf-btn-quiet:hover {
  color: var(--mf-forest);
}

.mf-btn-on-dark {
  background: transparent;
  border-color: var(--mf-line-on-dark);
  color: var(--mf-text-on-dark);
}

.mf-btn-on-dark:hover {
  border-color: var(--mf-text-on-dark);
}

.mf-btn-block {
  width: 100%;
}

.mf-btn-sm {
  padding: 9px 14px;
  font-size: 0.875rem;
}

.mf-arrow {
  transition: transform var(--mf-duration) var(--mf-ease);
}

.mf-btn:hover .mf-arrow,
.mf-link-arrow:hover .mf-arrow {
  transform: translateX(4px);
}

.mf-accordion details {
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows var(--mf-duration-slow) var(--mf-ease);
}
.mf-accordion details[open] { grid-template-rows: auto 1fr; }
.mf-accordion .mf-accordion-body { min-height: 0; overflow: hidden; }
.mf-accordion summary { transition: color var(--mf-duration) var(--mf-ease); }
.mf-accordion summary:hover { color: var(--mf-accent); }
.mf-accordion summary span, .mf-accordion summary svg {
  transition: transform var(--mf-duration) var(--mf-ease), color var(--mf-duration) var(--mf-ease);
}
.mf-accordion details[open] summary span { transform: rotate(45deg); }


.mf-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9375rem;
}

.mf-link-arrow:hover {
  color: var(--mf-forest);
}

.mf-text-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: var(--mf-line-strong);
          text-decoration-color: var(--mf-line-strong);
}

.mf-text-link:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

/* ------------------------------------------------------------------ badges */

.mf-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--mf-radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid var(--mf-line);
  background: var(--mf-paper-soft);
  color: var(--mf-text-muted);
}

.mf-badge-free {
  background: rgba(199, 240, 75, 0.28);
  border-color: rgba(169, 217, 47, 0.5);
  color: #3d5a10;
}

.mf-badge-owned {
  background: rgba(31, 122, 77, 0.12);
  border-color: rgba(31, 122, 77, 0.3);
  color: var(--mf-positive);
}

.mf-badge-active {
  background: var(--mf-lime);
  border-color: var(--mf-lime);
  color: var(--mf-ink);
}

.mf-badge-warning {
  background: rgba(154, 107, 18, 0.12);
  border-color: rgba(154, 107, 18, 0.3);
  color: var(--mf-warning);
}

/* ------------------------------------------------------------------- cards */

.mf-card {
  background: var(--mf-paper);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius-lg);
  overflow: hidden;
  box-shadow: var(--mf-shadow-card);
}

.mf-panel {
  background: var(--mf-paper-soft);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius-lg);
}

.mf-panel-dark {
  background: var(--mf-surface-dark);
  color: var(--mf-text-on-dark);
  border-radius: var(--mf-radius-xl);
}

.mf-panel-dark .mf-body,
.mf-panel-dark .mf-muted {
  color: var(--mf-text-on-dark-muted);
}

/* ------------------------------------------------------------------ inputs */

.mf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mf-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--mf-text-muted);
}

.mf-input,
.mf-select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--mf-line-strong);
  border-radius: var(--mf-radius);
  background: var(--mf-paper);
  font-size: 0.9375rem;
  transition: border-color var(--mf-duration) var(--mf-ease);
}

.mf-input::placeholder {
  color: var(--mf-text-faint);
}

.mf-input:hover,
.mf-select:hover {
  border-color: var(--mf-text-faint);
}

.mf-input:focus-visible,
.mf-select:focus-visible {
  outline-offset: 0;
  border-color: var(--mf-forest);
}

.mf-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%23121212' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
}

.mf-help {
  font-size: 0.8125rem;
  color: var(--mf-text-muted);
}

.mf-error {
  font-size: 0.875rem;
  color: var(--mf-danger);
}

/* ------------------------------------------------------------------- grids */

.mf-grid {
  display: grid;
  grid-gap: var(--mf-space-5);
  gap: var(--mf-space-5);
  /* min(300px, 100%), not a bare 300px floor: inside the 272px content box of
     a 320px phone the fixed floor overflowed the page by a few pixels on the
     detail pages' related-templates row. Desktop math is unchanged (100% is
     never the smaller side above 300px). */
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}

.mf-grid-3 {
  display: grid;
  grid-gap: var(--mf-space-5);
  gap: var(--mf-space-5);
  /* minmax(0,1fr), not 1fr: a plain 1fr track's minimum is the item's
     min-content, so one unshrinkable badge row inside a card widened the
     track past the container and forced horizontal overflow on phones. */
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .mf-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .mf-grid-3 {
    grid-template-columns: 1fr;
  }
}

.mf-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--mf-space-4);
  margin-bottom: var(--mf-space-6);
  flex-wrap: wrap;
}

/* ------------------------------------------------------------ empty states */

.mf-empty {
  border: 1px dashed var(--mf-line-strong);
  border-radius: var(--mf-radius-lg);
  padding: var(--mf-space-8) var(--mf-space-5);
  text-align: center;
}

.mf-empty h3 {
  margin-bottom: var(--mf-space-2);
}

/* Skeletons hold the same box as the content they stand in for. */
.mf-skeleton {
  background: linear-gradient(
    90deg,
    var(--mf-paper-muted) 25%,
    var(--mf-paper-soft) 37%,
    var(--mf-paper-muted) 63%
  );
  background-size: 400% 100%;
  animation: mf-shimmer 1.4s ease infinite;
  border-radius: var(--mf-radius);
}

@keyframes mf-shimmer {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/* --------------------------------------------------------------- reveal fx */

/*
 * Progressive enhancement: content is visible by default. `data-js` is set by a
 * tiny inline script before first paint, so a failed or blocked bundle leaves a
 * fully readable page rather than a grid of invisible cards.
 */
[data-js] .mf-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity var(--mf-duration-slow) var(--mf-ease),
    transform var(--mf-duration-slow) var(--mf-ease);
  transition-delay: var(--mf-reveal-delay, 0ms);
}

[data-js] .mf-reveal[data-revealed='true'] {
  opacity: 1;
  transform: none;
  filter: none;
}
[data-js] .mf-reveal-rise { filter: blur(4px); transform: translateY(22px) scale(.98); }
[data-js] .mf-reveal-glow { filter: blur(4px); transform: translateY(10px); }
[data-js] .mf-reveal-rise[data-revealed='true'],
[data-js] .mf-reveal-glow[data-revealed='true'] { filter: none; }

@media (prefers-reduced-motion: reduce) {
  [data-js] .mf-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .mf-accordion details { transition: none; }
  .mf-accordion summary span, .mf-accordion summary svg { transition: none; }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/motion.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* Motion layer — styles for the scroll/spring enhancement components.
   Every effect here is progressive: without JavaScript the content renders
   in its final state, and prefers-reduced-motion (tokens.css global kill
   plus per-component gates) flattens the rest. */

/* Scroll progress hairline ------------------------------------------------ */

.mf-scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 6;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--mf-accent), var(--mf-accent-on-dark));
  box-shadow: 0 0 14px rgba(101, 207, 197, 0.55);
  pointer-events: none;
}

/* Tilt glare ---------------------------------------------------------------- */

.mf-tilt {
  position: relative;
  border-radius: var(--mf-radius-lg);
  /* The rotated layer is promoted so tilt and glare never re-rasterise text. */
  will-change: transform;
}
.mf-tilt-glare {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.35s var(--mf-ease);
  pointer-events: none;
}
.mf-tilt:hover .mf-tilt-glare { opacity: 1; }

/* Grid cells: the reveal/tilt wrappers are plain divs, so cards that used to
   be direct grid children need the stretch re-declared through them. */
.mf-grid-3 > .mf-reveal { display: grid; }
.mf-tcard-tilt { height: 100%; }
.mf-tcard-tilt .mf-tcard { height: 100%; }
.mf-tier-grid > .mf-reveal { display: grid; }
.mf-testimonials > .mf-reveal { display: grid; }

/* Marquee ------------------------------------------------------------------- */

.mf-marquee {
  overflow: hidden;
  background: var(--mf-surface-dark);
  color: var(--mf-text-on-dark);
  border-block: 1px solid rgba(217, 249, 246, 0.12);
  padding-block: 1.35rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.mf-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.mf-marquee-seg {
  display: flex;
  align-items: center;
  flex: none;
}
.mf-marquee-item {
  display: inline-flex;
  align-items: baseline;
  gap: 1.4rem;
  padding-inline: 1.6rem;
  font: italic 400 clamp(1.5rem, 2.6vw, 2.2rem) / 1.15 var(--mf-font-serif);
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.mf-marquee-item[data-ghost] {
  color: transparent;
  -webkit-text-stroke: 1px rgba(217, 249, 246, 0.55);
}
@supports not (-webkit-text-stroke: 1px black) {
  .mf-marquee-item[data-ghost] { color: var(--mf-text-on-dark-muted); }
}
.mf-marquee-star {
  font-style: normal;
  font-size: 0.55em;
  color: var(--mf-accent-on-dark);
  translate: 0 -0.18em;
}

/* FAQ accordion — native <details>, animated. ::details-content can tween
   between 0 and auto height where supported (Chromium 131+); elsewhere the
   toggle stays instant, exactly as it is today. The plus icon rotates into
   a close mark everywhere. */

.mf-accordion { interpolate-size: allow-keywords; }
.mf-accordion details::details-content {
  block-size: 0;
  overflow: clip;
  opacity: 0;
  transition:
    block-size 0.4s var(--mf-ease),
    opacity 0.3s var(--mf-ease),
    content-visibility 0.4s allow-discrete;
}
.mf-accordion details[open]::details-content { block-size: auto; opacity: 1; }
.mf-accordion summary span { transition: transform 0.35s var(--mf-ease); }
.mf-accordion details[open] summary span { transform: rotate(45deg); }

/* Reduced motion -------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .mf-marquee-track { transform: none !important; }
  .mf-scroll-progress { transition: none; }
  .mf-tilt-glare { display: none; }
  .mf-accordion details::details-content { transition: none; }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/header.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.mf-announce {
  background: linear-gradient(110deg, #042825 0%, #0a433e 48%, #042825 100%);
  background-size: 220% 100%;
  animation: mf-announce-shimmer 8s ease-in-out infinite;
  color: #d9f9f6;
  font-size: 0.8125rem;
  letter-spacing: var(--mf-tracking-tight);
}
.mf-announce a { display:flex; align-items:center; justify-content:center; gap:var(--mf-space-2); min-height:36px; padding:6px var(--mf-space-5); text-align:center; }
.mf-announce a:hover { color:var(--mf-text-on-dark); }
/* The promo stays a single line on phones — a wrapped banner doubled the
   header's visual stack and read as broken layout. */
.mf-announce a span { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.mf-header {
  /* The var updates in the stuck state, so the mobile panel (a descendant)
     sizes against the header's *rendered* height, not a stale constant. */
  --mf-header-current: var(--mf-header-height);
  position:-webkit-sticky;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(4, 40, 37, .93);
  color:var(--mf-text-on-dark);
  -webkit-backdrop-filter:saturate(1.35) blur(18px);
          backdrop-filter:saturate(1.35) blur(18px);
  border-bottom:1px solid rgba(217,249,246,.15);
  transition:border-color var(--mf-duration) var(--mf-ease), box-shadow var(--mf-duration) var(--mf-ease);
}
.mf-header[data-stuck='true'] { --mf-header-current: 62px; border-bottom-color:rgba(101,207,197,.45); box-shadow:0 12px 28px -24px rgba(0,0,0,.8); }
.mf-header-inner { position:relative; z-index:2; display:grid; grid-template-columns:auto 1fr auto; align-items:center; grid-gap:var(--mf-space-5); gap:var(--mf-space-5); min-height:var(--mf-header-current); transition:min-height var(--mf-duration) var(--mf-ease); }
.mf-brand { display:inline-flex; align-items:center; gap:10px; color:var(--mf-text-on-dark); font-weight:700; font-size:1.0625rem; letter-spacing:var(--mf-tracking-tight); flex-shrink:0; }
/* The mark morphs rather than animating decoratively: on engagement the
   rounded square relaxes into its circle, the white-to-forest colour
   cross-fades, and the wordmark follows. Idle state stays completely still. */
.mf-header .mf-brand-mark { position:relative; display:grid; place-items:center; width:30px; height:30px; flex:none; overflow:hidden; border-radius:8px; transform-origin:center; animation:mf-brand-arrive .7s var(--mf-ease) backwards; transition:border-radius .65s var(--mf-ease), transform .65s var(--mf-ease), box-shadow .65s var(--mf-ease); }
.mf-header .mf-brand-mark img { display:block; width:100%; height:100%; border-radius:inherit; transition:opacity .5s var(--mf-ease); }
.mf-header .mf-brand-mark .mf-brand-mark-alt { position:absolute; inset:0; opacity:0; }
.mf-header .mf-brand > span:last-child { transition:color .4s var(--mf-ease); }
.mf-header .mf-brand:hover .mf-brand-mark, .mf-header .mf-brand:focus-visible .mf-brand-mark { border-radius:50%; transform:scale(1.06); box-shadow:0 12px 24px -14px rgba(10,67,62,.7); }
.mf-header .mf-brand:hover .mf-brand-mark-alt, .mf-header .mf-brand:focus-visible .mf-brand-mark-alt { opacity:1; }
.mf-header .mf-brand:hover > span:last-child, .mf-header .mf-brand:focus-visible > span:last-child { color:var(--mf-accent-on-dark); }
/* Stuck state condenses the whole morphing unit instead of fighting its
   transitions. */
.mf-header[data-stuck='true'] .mf-brand-mark { transform:scale(.87); }
.mf-header[data-stuck='true'] .mf-brand:hover .mf-brand-mark { transform:scale(.92); }

.mf-nav { justify-self:center; display:flex; align-items:center; gap:2px; padding:4px; border:1px solid rgba(217,249,246,.14); border-radius:var(--mf-radius-pill); background:rgba(217,249,246,.06); }
.mf-nav-link { position:relative; z-index:0; display:inline-grid; place-items:center; min-height:34px; padding:0 12px; color:var(--mf-text-on-dark-muted); font-size:.875rem; font-weight:600; letter-spacing:-.01em; isolation:isolate; transition:color var(--mf-duration-fast) var(--mf-ease); }
.mf-nav-link:hover, .mf-nav-link[aria-current='page'] { color:var(--mf-text-on-dark); }
.mf-nav-link[aria-current='page'] { color:var(--mf-ink); }
.mf-nav-link > span:last-child { position:relative; z-index:1; }
.mf-nav-active-indicator { position:absolute; z-index:0; inset:0; border-radius:var(--mf-radius-pill); background:var(--mf-accent-on-dark); box-shadow:0 6px 16px -10px rgba(0,0,0,.8); }

.mf-header-tools { display:flex; align-items:center; justify-content:flex-end; gap:var(--mf-space-2); min-width:0; }
.mf-header-search-slot { position:relative; }
.mf-header-search-trigger, .mf-header-sign-in { display:inline-flex; align-items:center; gap:8px; min-height:38px; padding:0 12px; border:1px solid transparent; border-radius:var(--mf-radius-pill); color:var(--mf-text-on-dark-muted); font-size:.875rem; font-weight:600; background:transparent; transition:background var(--mf-duration-fast) var(--mf-ease), border-color var(--mf-duration-fast) var(--mf-ease), color var(--mf-duration-fast) var(--mf-ease); }
.mf-header-search-trigger:hover, .mf-header-search-trigger[aria-expanded='true'], .mf-header-sign-in:hover { border-color:rgba(217,249,246,.16); background:rgba(217,249,246,.08); color:var(--mf-text-on-dark); }
/* Light sweep across the trigger on hover — a small promise of the spotlight. */
.mf-header-search-trigger { position:relative; overflow:hidden; }
.mf-header-search-trigger::after { content:''; position:absolute; inset:0; transform:translateX(-130%) skewX(-18deg); background:linear-gradient(100deg, transparent, rgba(217,249,246,.16), transparent); transition:transform .7s var(--mf-ease); pointer-events:none; }
.mf-header-search-trigger:hover::after, .mf-header-search-trigger[aria-expanded='true']::after { transform:translateX(130%) skewX(-18deg); }
.mf-kbd-hint { margin-left:2px; padding:2px 6px; border:1px solid rgba(217,249,246,.22); border-radius:6px; background:rgba(217,249,246,.08); color:var(--mf-text-on-dark-muted); font-family:inherit; font-size:.6875rem; font-weight:650; line-height:1.45; transition:color var(--mf-duration-fast) var(--mf-ease), border-color var(--mf-duration-fast) var(--mf-ease); }
.mf-header-search-trigger:hover .mf-kbd-hint, .mf-header-search-trigger[aria-expanded='true'] .mf-kbd-hint { color:var(--mf-accent-on-dark); border-color:rgba(101,207,197,.4); }
.mf-header-join { border-radius:var(--mf-radius-pill); padding-inline:16px; }

/* Collapsed-bar tools (mobile only): spotlight search + menu trigger. */
.mf-mobile-search { display:none; align-items:center; justify-content:center; width:38px; height:38px; border:1px solid rgba(217,249,246,.16); border-radius:var(--mf-radius-pill); background:rgba(217,249,246,.05); color:var(--mf-text-on-dark); transition:border-color var(--mf-duration-fast) var(--mf-ease), background var(--mf-duration-fast) var(--mf-ease), transform var(--mf-duration-fast) var(--mf-ease); }
.mf-mobile-search:hover, .mf-mobile-search[aria-expanded='true'] { border-color:rgba(101,207,197,.42); background:rgba(101,207,197,.12); color:var(--mf-accent-on-dark); }
.mf-mobile-search:active { transform:scale(.94); }
.mf-mobile-tools { display:none; }

/* The burger is a quiet pill whose three lines morph into an X in place. */
.mf-burger { position:relative; display:none; align-items:center; justify-content:center; width:38px; height:38px; border:1px solid rgba(217,249,246,.16); border-radius:var(--mf-radius-pill); background:rgba(217,249,246,.05); color:var(--mf-text-on-dark); transition:border-color var(--mf-duration-fast) var(--mf-ease), background var(--mf-duration-fast) var(--mf-ease), transform var(--mf-duration-fast) var(--mf-ease), box-shadow var(--mf-duration-fast) var(--mf-ease); }
.mf-burger:hover { border-color:rgba(101,207,197,.42); background:rgba(101,207,197,.12); box-shadow:0 0 0 3px rgba(101,207,197,.12); color:var(--mf-accent-on-dark); }
.mf-burger:active { transform:scale(.94); }
.mf-burger[aria-expanded='true'] { border-color:rgba(101,207,197,.5); background:rgba(101,207,197,.14); color:var(--mf-accent-on-dark); }
.mf-burger-lines { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4.6px; width:18px; height:18px; }
.mf-burger-line { display:block; height:1.8px; border-radius:2px; background:currentColor; }

.mf-mobile-backdrop { position:fixed; inset:0; z-index:1; border:0; background:rgba(0,0,0,.4); backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px); cursor:default; }
.mf-mobile-panel { position:absolute; z-index:2; top:100%; right:0; left:0; min-height:calc(100dvh - var(--mf-header-current)); max-height:calc(100dvh - var(--mf-header-current)); overflow-y:auto; overscroll-behavior:contain; border-top:1px solid rgba(217,249,246,.15); background:radial-gradient(120% 260px at 50% 0%, rgba(16,64,60,.85), rgba(4,40,37,0) 70%), #042825; box-shadow:0 24px 40px -24px rgba(0,0,0,.9); }
/* A thin beam of accent light along the panel's leading edge. */
.mf-mobile-panel::before { content:''; position:absolute; top:-1px; left:50%; width:min(320px,62%); height:2px; transform:translateX(-50%); background:linear-gradient(90deg, transparent, rgba(101,207,197,.85), transparent); filter:blur(.4px); pointer-events:none; }
.mf-mobile-panel-inner { display:grid; grid-gap:var(--mf-space-5); gap:var(--mf-space-5); align-content:start; padding-block:var(--mf-space-5) var(--mf-space-6); }

.mf-mobile-nav { display:grid; border-block:1px solid rgba(217,249,246,.12); }
.mf-mobile-nav > div { border-bottom:1px solid rgba(217,249,246,.12); }
.mf-mobile-nav > div:last-child { border-bottom:0; }
.mf-mobile-nav a { display:flex; align-items:center; gap:var(--mf-space-4); min-height:60px; padding-inline:2px; color:var(--mf-text-on-dark); font-size:1.375rem; font-weight:650; letter-spacing:-.02em; transition:color var(--mf-duration-fast) var(--mf-ease), padding-inline var(--mf-duration-fast) var(--mf-ease); }
.mf-mobile-nav a:active { padding-inline:6px; }
.mf-mobile-nav a svg { color:var(--mf-text-on-dark-muted); opacity:.6; transition:color var(--mf-duration-fast) var(--mf-ease), opacity var(--mf-duration-fast) var(--mf-ease); }
.mf-mobile-nav-index { min-width:26px; color:var(--mf-text-on-dark-muted); font-size:.8125rem; font-weight:600; font-feature-settings:"tnum"; font-variant-numeric:tabular-nums; letter-spacing:.04em; opacity:.65; transition:color var(--mf-duration-fast) var(--mf-ease), opacity var(--mf-duration-fast) var(--mf-ease); }
.mf-mobile-nav-label { flex:1 1; }
.mf-mobile-nav a[aria-current='page'] { color:var(--mf-accent-on-dark); }
.mf-mobile-nav a[aria-current='page'] .mf-mobile-nav-index { color:var(--mf-accent-on-dark); opacity:1; }
.mf-mobile-nav a[aria-current='page'] svg { color:var(--mf-accent-on-dark); opacity:1; }

.mf-mobile-section-label { display:block; font-size:.6875rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--mf-text-on-dark-muted); opacity:.8; }
.mf-mobile-cats-row { display:flex; flex-wrap:wrap; gap:8px; -webkit-margin-before:var(--mf-space-3); margin-block-start:var(--mf-space-3); }
.mf-mobile-chip { display:inline-flex; align-items:center; min-height:34px; padding:0 14px; border:1px solid rgba(217,249,246,.16); border-radius:var(--mf-radius-pill); background:rgba(217,249,246,.05); color:var(--mf-text-on-dark-muted); font-size:.8125rem; font-weight:600; transition:border-color var(--mf-duration-fast) var(--mf-ease), background var(--mf-duration-fast) var(--mf-ease), color var(--mf-duration-fast) var(--mf-ease), transform var(--mf-duration-fast) var(--mf-ease); }
.mf-mobile-chip:hover { border-color:rgba(101,207,197,.42); background:rgba(101,207,197,.1); color:var(--mf-text-on-dark); }
.mf-mobile-chip:active { transform:scale(.96); }

.mf-mobile-actions { display:grid; grid-template-columns:1fr 1.25fr; grid-gap:var(--mf-space-3); gap:var(--mf-space-3); }
.mf-mobile-actions .mf-btn-ghost { border-color:rgba(217,249,246,.28); background:rgba(217,249,246,.05); color:var(--mf-text-on-dark); }
.mf-mobile-actions .mf-btn-ghost:hover { border-color:rgba(217,249,246,.45); background:rgba(217,249,246,.12); }
.mf-mobile-footnote { margin:0; color:var(--mf-text-on-dark-muted); font-size:.75rem; text-align:center; opacity:.7; }

@media (max-width:1160px) {
  .mf-header-inner { gap:var(--mf-space-3); }
  .mf-nav-link { padding-inline:9px; }
  .mf-header-sign-in { display:none; }
}
@media (max-width:920px) {
  .mf-header-inner { grid-template-columns:auto 1fr auto; }
  .mf-nav, .mf-header-tools { display:none; }
  .mf-mobile-tools { display:flex; align-items:center; justify-self:end; gap:8px; }
  .mf-mobile-search, .mf-burger { display:inline-flex; }
}
@media (min-width:921px) {
  .mf-mobile-backdrop, .mf-mobile-panel { display:none !important; }
}
@media (max-width:520px) {
  .mf-announce { font-size:.75rem; }
  .mf-announce a { min-height:34px; padding-inline:var(--mf-space-4); }
  .mf-brand span { font-size:1rem; }
  .mf-mobile-actions { grid-template-columns:1fr; }
}

@keyframes mf-announce-shimmer {
  0%, 100% { background-position:100% 50%; }
  50% { background-position:0 50%; }
}
@keyframes mf-brand-arrive {
  from { opacity:0; transform:scale(.88); }
  to { opacity:1; transform:scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .mf-announce { animation:none; background-position:50% 50%; }
  .mf-header .mf-brand-mark { animation:none; transition:none; }
  .mf-header .mf-brand-mark img { transition:none; }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/spotlight.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* Spotlight search — the animated, pointer-reactive command palette that
   replaces the old header dropdown. Layer sits above the sticky header (z 50). */

.mf-spotlight-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(72px, 14vh, 148px) var(--mf-space-4) var(--mf-space-5);
}
.mf-spotlight-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  cursor: default;
  background: radial-gradient(120% 90% at 50% 0%, rgba(6, 32, 29, 0.78), rgba(3, 12, 11, 0.9));
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

/* Pop wrapper keeps the beam anchored to the panel while it springs in. */
.mf-spotlight-pop {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
}

/* A cone of light rising out of the panel — the "spotlight" in the name. */
.mf-spotlight-beam {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 2px);
  width: min(560px, 94%);
  height: 190px;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(44% 100%, 56% 100%, 100% 0, 0 0);
          clip-path: polygon(44% 100%, 56% 100%, 100% 0, 0 0);
  background: linear-gradient(to top, rgba(101, 207, 197, 0.34), rgba(101, 207, 197, 0) 88%);
  filter: blur(9px);
  pointer-events: none;
  animation:
    mf-spotlight-beam-in 0.6s var(--mf-ease) both,
    mf-spotlight-sway 6.5s ease-in-out 0.6s infinite alternate;
}

.mf-spotlight-panel {
  --mf-spot-x: 50%;
  --mf-spot-y: -60px;
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(16, 45, 42, 0.94), rgba(4, 40, 37, 0.97));
  box-shadow:
    0 40px 90px -30px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(217, 249, 246, 0.13),
    inset 0 1px 0 rgba(217, 249, 246, 0.16);
}
/* Comet tail orbiting the panel border. @property lets the angle animate;
   browsers without it simply render a static highlight on the border. */
@property --mf-spot-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
.mf-spotlight-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--mf-spot-angle) at 50% 50%,
    rgba(101, 207, 197, 0) 0deg,
    rgba(101, 207, 197, 0) 295deg,
    rgba(101, 207, 197, 0.55) 335deg,
    rgba(139, 229, 221, 0.85) 357deg,
    rgba(101, 207, 197, 0) 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: mf-spotlight-orbit 5.5s linear infinite;
  pointer-events: none;
}
/* Glow that follows the pointer across the surface. */
.mf-spotlight-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    340px circle at var(--mf-spot-x) var(--mf-spot-y),
    rgba(101, 207, 197, 0.13),
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.4s var(--mf-ease);
  pointer-events: none;
}
.mf-spotlight-panel:hover::after {
  opacity: 1;
}
.mf-spotlight-panel > * {
  position: relative;
  z-index: 1;
}

/* Field ---------------------------------------------------------------- */

.mf-spotlight-field {
  display: flex;
  align-items: center;
  gap: var(--mf-space-3);
  padding: 16px 18px;
  border-bottom: 1px solid rgba(217, 249, 246, 0.12);
  transition: border-color var(--mf-duration) var(--mf-ease);
}
.mf-spotlight-field:focus-within { border-bottom-color: rgba(101, 207, 197, 0.4); }
.mf-spotlight-scope {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border: 1px solid rgba(101, 207, 197, 0.28);
  border-radius: 12px;
  background: rgba(101, 207, 197, 0.12);
  color: var(--mf-accent-on-dark);
}
/* Soft sonar pulse on the scope — the idle "alive" heartbeat. */
.mf-spotlight-scope::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(101, 207, 197, 0.45);
  animation: mf-spotlight-pulse 2.6s var(--mf-ease) infinite;
}
.mf-spotlight-scope svg { position: relative; }

.mf-spotlight-input {
  flex: 1 1;
  min-width: 0;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--mf-text-on-dark);
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  caret-color: var(--mf-accent-on-dark);
}
.mf-spotlight-input::placeholder { color: var(--mf-text-on-dark-muted); opacity: 0.72; }
.mf-spotlight-input:focus-visible { outline: none; }
.mf-spotlight-field:focus-within .mf-spotlight-scope {
  border-color: rgba(101, 207, 197, 0.5);
  box-shadow: 0 0 0 3px rgba(101, 207, 197, 0.14);
}

.mf-spotlight-clear {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1px solid rgba(217, 249, 246, 0.18);
  border-radius: 9px;
  background: rgba(217, 249, 246, 0.07);
  color: var(--mf-text-on-dark-muted);
  transition: background var(--mf-duration-fast) var(--mf-ease), color var(--mf-duration-fast) var(--mf-ease);
}
.mf-spotlight-clear:hover { color: var(--mf-text-on-dark); background: rgba(217, 249, 246, 0.14); }

.mf-spotlight-layer kbd {
  flex-shrink: 0;
  padding: 3px 6px;
  border: 1px solid rgba(217, 249, 246, 0.2);
  border-radius: 6px;
  background: rgba(217, 249, 246, 0.08);
  color: var(--mf-text-on-dark-muted);
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 650;
  line-height: 1.5;
  min-width: 22px;
  text-align: center;
}

/* Results ---------------------------------------------------------------- */

.mf-spotlight-results {
  max-height: min(46vh, 400px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(217, 249, 246, 0.25) transparent;
}
.mf-spotlight-results::-webkit-scrollbar { width: 8px; }
.mf-spotlight-results::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(217, 249, 246, 0.22); }
.mf-spotlight-results::-webkit-scrollbar-track { background: transparent; }

.mf-spotlight-group + .mf-spotlight-group { margin-top: 10px; }
.mf-spotlight-group-label {
  margin: 0;
  padding: 8px 12px 6px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--mf-text-on-dark-muted);
  opacity: 0.75;
}
.mf-spotlight-group ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 2px;
  gap: 2px;
}

.mf-spotlight-row {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--mf-text-on-dark);
  text-align: left;
  cursor: pointer;
}
.mf-spotlight-cursor {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 12px;
  border: 1px solid rgba(101, 207, 197, 0.3);
  background: linear-gradient(90deg, rgba(101, 207, 197, 0.17), rgba(101, 207, 197, 0.04));
}

.mf-spotlight-thumb {
  display: block;
  width: 56px;
  height: 40px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(217, 249, 246, 0.14);
  background: rgba(217, 249, 246, 0.06);
}
.mf-spotlight-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s var(--mf-ease);
}
.mf-spotlight-row[data-active='true'] .mf-spotlight-thumb img { transform: scale(1.08); }

.mf-spotlight-glyph {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 9px;
  border: 1px solid rgba(101, 207, 197, 0.22);
  background: rgba(101, 207, 197, 0.12);
  color: var(--mf-accent-on-dark);
}

.mf-spotlight-row-text {
  flex: 1 1;
  min-width: 0;
  display: grid;
  grid-gap: 2px;
  gap: 2px;
}
.mf-spotlight-row-label {
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mf-spotlight-row-meta {
  font-size: 0.75rem;
  color: var(--mf-text-on-dark-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mf-spotlight-row[data-active='true'] .mf-spotlight-row-meta { color: var(--mf-accent-on-dark); }

.mf-spotlight-row-side {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.mf-spotlight-price {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--mf-text-on-dark-muted);
  transition: color var(--mf-duration-fast) var(--mf-ease);
}
.mf-spotlight-row[data-active='true'] .mf-spotlight-price { color: var(--mf-accent-on-dark); }
.mf-spotlight-enter { display: grid; place-items: center; color: var(--mf-accent-on-dark); }

.mf-spotlight-empty {
  display: grid;
  justify-items: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 36px 16px 30px;
  text-align: center;
}
.mf-spotlight-empty-glyph {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
  border-radius: 16px;
  border: 1px solid rgba(101, 207, 197, 0.2);
  background: rgba(101, 207, 197, 0.1);
  color: var(--mf-accent-on-dark);
}
/* The panel is a dark surface; every line inside it must opt into the on-dark
   text tokens. This line had none and inherited near-black body ink from
   :root, which read as ~1:1 against the deep teal — invisible the moment a
   query matched nothing. */
.mf-spotlight-empty p { margin: 0; font-weight: 600; color: var(--mf-text-on-dark); }
.mf-spotlight-empty .mf-spotlight-empty-sub {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--mf-text-on-dark-muted);
  max-width: 38ch;
}
.mf-spotlight-empty .mf-btn { margin-top: 12px; }

.mf-spotlight-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--mf-space-3);
  padding: 10px 16px;
  border-top: 1px solid rgba(217, 249, 246, 0.12);
  background: rgba(217, 249, 246, 0.03);
  border-radius: 0 0 20px 20px;
}
.mf-spotlight-hints { display: flex; align-items: center; gap: 14px; }
.mf-spotlight-hint {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.71875rem;
  color: var(--mf-text-on-dark-muted);
}
.mf-spotlight-count { font-size: 0.71875rem; color: var(--mf-text-on-dark-muted); }

@keyframes mf-spotlight-beam-in {
  from { opacity: 0; transform: translateX(-50%) scaleY(0.6); }
  to { opacity: 1; transform: translateX(-50%) scaleY(1); }
}
@keyframes mf-spotlight-sway {
  from { transform: translateX(-50%) rotate(-1.1deg); }
  to { transform: translateX(-50%) rotate(1.1deg); }
}
@keyframes mf-spotlight-pulse {
  0% { transform: scale(0.7); opacity: 0; }
  45% { opacity: 0.9; }
  100% { transform: scale(1.3); opacity: 0; }
}

@media (max-width: 640px) {
  .mf-spotlight-layer { padding-top: 64px; }
  .mf-spotlight-hints { display: none; }
  .mf-spotlight-foot { justify-content: center; }
  .mf-spotlight-field { padding: 14px 16px; }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/footer.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.mf-footer {
  /* A quiet, muted-light administrative surface. It deliberately recedes from
     both the dark hero and the bright closing CTA without becoming plain white. */
  background: #eef3f1;
  color: var(--mf-text);
  border-top: 1px solid var(--mf-line);
  padding-block: var(--mf-space-8) var(--mf-space-6);
  margin-top: var(--mf-space-9);
}

/* With Discover removed, four intentional zones remain: brand, support,
   legal, newsletter. The outer tracks carry the visual weight; navigation
   stays compact in the middle. */
.mf-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .7fr) minmax(0, .7fr) minmax(0, 1.5fr);
  grid-gap: clamp(var(--mf-space-5), 4vw, var(--mf-space-7));
  gap: clamp(var(--mf-space-5), 4vw, var(--mf-space-7));
  align-items: start;
  padding-bottom: var(--mf-space-7);
}

.mf-footer .mf-brand {
  color: var(--mf-ink);
  margin-bottom: var(--mf-space-4);
}

.mf-footer-about {
  color: var(--mf-text-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
  max-width: 38ch;
}

.mf-footer h2 {
  margin-bottom: var(--mf-space-4);
  color: var(--mf-text-faint);
  font-family: var(--mf-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mf-footer-links {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  font-size: 0.9375rem;
}

.mf-footer-links a {
  display: inline-block;
  color: var(--mf-text-muted);
  transition: color var(--mf-duration) var(--mf-ease), transform var(--mf-duration) var(--mf-ease);
}

.mf-footer-links a:hover {
  color: var(--mf-forest);
  transform: translateX(2px);
}

.mf-footer-newsletter {
  width: 100%;
  max-width: 390px;
  justify-self: end;
}

.mf-footer-newsletter p {
  margin-bottom: var(--mf-space-4);
  color: var(--mf-text-muted);
  font-size: 0.875rem;
}

.mf-footer-newsletter form {
  display: flex;
  padding: 4px;
  border: 1px solid var(--mf-line-strong);
  border-radius: var(--mf-radius-pill);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px -22px rgba(6, 21, 19, 0.5);
  transition: border-color var(--mf-duration) var(--mf-ease), box-shadow var(--mf-duration) var(--mf-ease);
}

.mf-footer-newsletter form:focus-within {
  border-color: var(--mf-focus-ring);
  box-shadow: 0 0 0 3px rgba(22, 141, 131, 0.12);
}

.mf-footer-newsletter input[type='email'] {
  min-width: 0;
  flex: 1 1;
  border: 0;
  border-radius: var(--mf-radius-pill) 0 0 var(--mf-radius-pill);
  background: transparent;
  color: var(--mf-text);
  padding: 8px 12px;
}

.mf-footer-newsletter input[type='email']:focus-visible {
  outline: 0;
}

.mf-footer-newsletter input::placeholder {
  color: var(--mf-text-faint);
}

.mf-footer-newsletter button {
  border: 0;
  border-radius: var(--mf-radius-pill);
  background: var(--mf-forest);
  color: var(--mf-paper);
  padding: 8px 15px;
  font-size: 0.8125rem;
  font-weight: 650;
  transition: background var(--mf-duration-fast) var(--mf-ease), transform var(--mf-duration-fast) var(--mf-ease);
}

.mf-footer-newsletter button:hover {
  background: var(--mf-ink);
  transform: translateY(-1px);
}

.mf-footer-newsletter button:focus-visible {
  outline-color: var(--mf-focus-ring);
}

.mf-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mf-space-4);
  flex-wrap: wrap;
  border-top: 1px solid var(--mf-line);
  padding-top: var(--mf-space-5);
  color: var(--mf-text-faint);
  font-size: 0.8125rem;
}

.mf-footer-bottom .mf-text-link {
  color: var(--mf-text-muted);
  -webkit-text-decoration-color: var(--mf-line-strong);
          text-decoration-color: var(--mf-line-strong);
}

.mf-footer-bottom .mf-text-link:hover {
  color: var(--mf-forest);
}

@media (max-width: 1000px) {
  .mf-footer-grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, .8fr));
  }

  .mf-footer-newsletter {
    grid-column: 1 / -1;
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 860px) {
  .mf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mf-footer-newsletter {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .mf-footer {
    padding-block: var(--mf-space-7) var(--mf-space-5);
  }

  .mf-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--mf-space-6);
  }

  .mf-footer-newsletter {
    grid-column: auto;
    justify-self: stretch;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/templates.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* ------------------------------------------------------------ template card */

.mf-tcard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--mf-paper);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius-lg);
  overflow: hidden;
  transition:
    border-color var(--mf-duration) var(--mf-ease),
    box-shadow var(--mf-duration) var(--mf-ease),
    transform var(--mf-duration) var(--mf-ease);
}
.mf-tcard::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-120%);
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.18) 50%, transparent 65%);
  transition: opacity var(--mf-duration-fast) var(--mf-ease), transform 700ms var(--mf-ease);
}
.mf-tcard:hover::after, .mf-tcard:focus-within::after { opacity: 1; transform: translateX(120%); }

.mf-tcard:hover,
.mf-tcard:focus-within {
  border-color: var(--mf-line-strong);
  box-shadow: var(--mf-shadow-lifted);
  transform: translateY(-4px);
}
.mf-tcard:hover .mf-tcard-base, .mf-tcard:hover .mf-tcard-hover,
.mf-tcard:focus-within .mf-tcard-base, .mf-tcard:focus-within .mf-tcard-hover { transform: scale(1.03); }

.mf-tcard-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--mf-paper-muted);
  overflow: hidden;
}

/* Loading skeleton. Sits above the lazy-loaded art but below the hover sheen
   (.mf-tcard::after, z-index 2), and is faded out once the first frame paints
   rather than removed, so the art arrives instead of popping. */
.mf-tcard-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      100deg,
      var(--mf-paper-muted) 18%,
      color-mix(in srgb, var(--mf-paper) 70%, var(--mf-paper-muted)) 34%,
      var(--mf-paper-muted) 50%
    );
  background-size: 260% 100%;
  animation: mf-skeleton-sweep 1.5s var(--mf-ease) infinite;
  transition: opacity var(--mf-duration-slow) var(--mf-ease);
}

.mf-tcard-media[data-loaded='true']::before {
  opacity: 0;
  animation: none;
}

@keyframes mf-skeleton-sweep {
  from { background-position: 130% 50%; }
  to { background-position: -30% 50%; }
}

.mf-tcard-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition:
    opacity var(--mf-duration-slow) var(--mf-ease),
    transform var(--mf-duration-slow) var(--mf-ease);
}

/* The second frame is the hover preview; it sits idle until pointed at. */
.mf-tcard-media .mf-tcard-hover {
  opacity: 0;
}

.mf-tcard:hover .mf-tcard-hover,
.mf-tcard:focus-within .mf-tcard-hover {
  opacity: 1;
}

.mf-tcard:hover .mf-tcard-base,
.mf-tcard:focus-within .mf-tcard-base {
  opacity: 0;
}

.mf-tcard-body {
  display: flex;
  align-items: center;
  gap: var(--mf-space-3);
  min-width: 0;
  padding: var(--mf-space-4);
  border-top: 1px solid var(--mf-line);
  margin-top: auto;
}

/* The name block may be squeezed by the money row; let it truncate rather
   than pass its own min-content width back to the grid track. */
.mf-tcard-body > div:first-child {
  min-width: 0;
}

.mf-tcard-title {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: var(--mf-tracking-tight);
  line-height: 1.2;
}

.mf-tcard-meta {
  font-size: 0.8125rem;
  color: var(--mf-text-muted);
  margin-top: 2px;
  /* Keeps a two-word category from wrapping and squeezing the platform row. */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mf-tcard-side {
  display: flex;
  align-items: center;
  gap: var(--mf-space-3);
  margin-left: auto;
  flex-shrink: 0;
}

.mf-platforms {
  display: inline-flex;
  align-items: center;
  gap: var(--mf-space-3);
  color: var(--mf-text-muted);
  font-size: 0.8125rem;
  font-weight: 500;
}

.mf-platform {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.mf-platform-webflow {
  color: #146ef5;
}

.mf-platform-framer {
  color: var(--mf-ink);
}

.mf-platform span {
  color: var(--mf-text-muted);
}

/* Narrow cards: single-file layout leaves no room for two fully labeled
   platform badges, a price, and an arrow in one row — that min-content row
   was what pushed cards past the container on phones. Badges collapse to
   icons; their text stays in the DOM, just visually clipped, so the platform
   names remain available to screen readers. */
@media (max-width: 620px) {
  .mf-tcard .mf-platform span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    padding: 0;
  }

  .mf-tcard .mf-platforms {
    gap: var(--mf-space-2);
  }

  .mf-tcard-side {
    gap: var(--mf-space-2);
  }
}

.mf-price {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: var(--mf-tracking-tight);
  color: var(--mf-forest);
}

.mf-price-free {
  color: var(--mf-positive);
}

.mf-tcard-go {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--mf-line-strong);
  border-radius: var(--mf-radius-sm);
  color: var(--mf-text);
  transition:
    background-color var(--mf-duration) var(--mf-ease),
    color var(--mf-duration) var(--mf-ease),
    border-color var(--mf-duration) var(--mf-ease);
  flex-shrink: 0;
}

.mf-tcard:hover .mf-tcard-go {
  background: var(--mf-ink);
  border-color: var(--mf-ink);
  color: var(--mf-text-on-dark);
}

/* The whole card is one click target; the heading link stretches over it. */
.mf-stretch::after {
  content: '';
  position: absolute;
  inset: 0;
}

.mf-tcard-flag {
  position: absolute;
  top: var(--mf-space-3);
  left: var(--mf-space-3);
  z-index: 1;
}

/* ------------------------------------------------------------ listing hero */

.mf-listing-hero {
  margin-top: var(--mf-space-6);
  border-radius: var(--mf-radius-xl);
  background: var(--mf-surface-dark);
  color: var(--mf-text-on-dark);
  overflow: hidden;
  position: relative;
}

/* Ambient glow, the storefront hero's signature: one soft teal radial that
   drifts slowly behind the copy so the band reads as atmosphere instead of a
   flat rectangle. It paints above the section's own background (z-index 0)
   and below the content, which the head lifts to z-index 1. Shares the home
   hero's mf-ambient-drift keyframes, which globals.css always loads. */
.mf-listing-hero::before {
  content: '';
  position: absolute;
  width: min(85vw, 720px);
  height: min(85vw, 720px);
  left: 74%;
  top: -20%;
  background: radial-gradient(circle, rgba(101, 207, 197, 0.15), transparent 66%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  animation: mf-ambient-drift 24s ease-in-out infinite alternate;
  will-change: transform;
}

.mf-listing-hero .mf-index-head {
  padding: var(--mf-space-7);
  position: relative;
  z-index: 1;
}

.mf-listing-hero .mf-lead {
  color: var(--mf-text-on-dark-muted);
  /* Moved out of the JSX so the breakpoints can tighten the rhythm. */
  margin-top: var(--mf-space-4);
  max-width: 46ch;
}

/* The live count reads as an emphasised figure, not a random bold word. */
.mf-listing-hero .mf-lead strong {
  color: var(--mf-text-on-dark);
  font-weight: 600;
}

.mf-listing-hero .mf-display {
  margin-top: var(--mf-space-3);
}

.mf-listing-hero .mf-title,
.mf-listing-hero .mf-display {
  color: var(--mf-text-on-dark);
}

.mf-listing-hero .mf-eyebrow {
  color: var(--mf-accent-on-dark);
}

.mf-listing-hero .mf-pass-card {
  background: var(--mf-surface-panel);
}

/* The copy block is its own micro-stack: eyebrow above the note line. */
.mf-pass-copy {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  min-width: 0;
}

/* ------------------------------------------------------------- filter bar */

.mf-filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mf-space-3);
  align-items: center;
  margin-bottom: var(--mf-space-5);
}

.mf-filter-search {
  position: relative;
  flex: 1 1 260px;
  min-width: 220px;
}

.mf-filter-search .mf-input {
  padding-left: 38px;
}

.mf-filter-search svg {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mf-text-faint);
  pointer-events: none;
}

.mf-facet {
  position: relative;
}

.mf-facet-trigger {
  display: inline-flex;
  align-items: center;
  gap: var(--mf-space-2);
  padding: 11px 14px;
  border: 1px solid var(--mf-line-strong);
  border-radius: var(--mf-radius);
  background: var(--mf-paper);
  font-size: 0.9375rem;
  color: var(--mf-text-muted);
  transition: border-color var(--mf-duration) var(--mf-ease);
}

.mf-facet-trigger:hover {
  border-color: var(--mf-text-faint);
}

.mf-facet-trigger[data-active='true'] {
  border-color: var(--mf-lime-deep);
  color: var(--mf-text);
  font-weight: 600;
}

.mf-facet-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  min-width: 230px;
  max-height: 320px;
  overflow-y: auto;
  padding: var(--mf-space-2);
  background: var(--mf-paper);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow-lifted);
  display: grid;
  grid-gap: 2px;
  gap: 2px;
}

.mf-facet-option {
  display: flex;
  align-items: center;
  gap: var(--mf-space-3);
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: var(--mf-radius-sm);
  background: transparent;
  text-align: left;
  font-size: 0.9375rem;
}

.mf-facet-option:hover {
  background: var(--mf-paper-soft);
}

.mf-facet-check {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--mf-line-strong);
  border-radius: 5px;
  flex-shrink: 0;
  color: transparent;
}

.mf-facet-option[aria-pressed='true'] .mf-facet-check,
.mf-facet-option[aria-selected='true'] .mf-facet-check {
  background: var(--mf-ink);
  border-color: var(--mf-ink);
  color: var(--mf-text-on-dark);
}

/* Single-select menus (Sort) mark the active row with a bare checkmark, not a
   checkbox: multi-select facets keep their boxes, but nothing inside a listbox
   should look like form chrome. Empty rows reserve the marker's width so the
   labels stay aligned. */
.mf-select-check {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: transparent;
}

.mf-facet-option[aria-selected='true'] .mf-select-check {
  color: var(--mf-accent);
}

.mf-facet-count {
  margin-left: auto;
  font-size: 0.8125rem;
  color: var(--mf-text-faint);
}

.mf-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--mf-space-3);
  padding: 9px 14px 9px 10px;
  border: 1px solid var(--mf-line-strong);
  border-radius: var(--mf-radius);
  background: var(--mf-paper);
  font-size: 0.9375rem;
  color: var(--mf-text-muted);
}

.mf-toggle[aria-pressed='true'] {
  color: var(--mf-text);
  border-color: var(--mf-lime-deep);
}

.mf-toggle-track {
  width: 34px;
  height: 20px;
  border-radius: var(--mf-radius-pill);
  background: var(--mf-paper-muted);
  position: relative;
  transition: background-color var(--mf-duration) var(--mf-ease);
  flex-shrink: 0;
}

.mf-toggle[aria-pressed='true'] .mf-toggle-track {
  background: var(--mf-lime);
}

.mf-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--mf-paper);
  box-shadow: 0 1px 2px rgba(4, 40, 37, 0.3);
  transition: transform var(--mf-duration) var(--mf-ease);
}

.mf-toggle[aria-pressed='true'] .mf-toggle-thumb {
  transform: translateX(14px);
}

.mf-results-bar {
  display: flex;
  align-items: center;
  gap: var(--mf-space-3);
  flex-wrap: wrap;
  margin-bottom: var(--mf-space-5);
}

.mf-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px 5px 12px;
  border: 1px solid var(--mf-line-strong);
  border-radius: var(--mf-radius-pill);
  background: var(--mf-paper);
  font-size: 0.8125rem;
  font-weight: 500;
}

.mf-chip button {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--mf-text-faint);
  padding: 2px;
  border-radius: 50%;
}

.mf-chip button:hover {
  color: var(--mf-text);
}

.mf-results-count {
  font-size: 0.9375rem;
  font-weight: 600;
}

.mf-sort {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--mf-space-2);
}

/* The sort trigger sits at the end of the row, so its panel opens leftward
   to stay inside the container. */
.mf-facet-menu[data-align='end'] {
  left: auto;
  right: 0;
}

/* A value-bearing trigger keeps a stable width so the row does not reflow as
   the label changes between "Newest" and "Price: low to high". */
.mf-facet-trigger-value {
  justify-content: space-between;
  min-width: 180px;
  color: var(--mf-text);
}

/* ------------------------------------------------------------ index header */

.mf-index-head {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: var(--mf-space-6);
  gap: var(--mf-space-6);
  align-items: center;
  padding-block: var(--mf-space-6) var(--mf-space-7);
}

.mf-pass-card {
  position: relative;
  overflow: hidden;
  padding: var(--mf-space-6);
  display: grid;
  grid-gap: var(--mf-space-2);
  gap: var(--mf-space-2);
  align-content: center;
}

.mf-pass-card .mf-pass-note {
  font-weight: 600;
}

.mf-pass-card .mf-pass-price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: var(--mf-tracking-display);
}

/* The listing hero's promo price swaps to the serif the home stats and the
   Flow Pass value line already use for numerals — the editorial accent the
   marketplace keeps reaching for. Declared after the base rule so the whole
   font stack (size, weight, family) applies; the phone strip later resizes
   it, inheriting the serif at its reduced size. */
.mf-listing-hero .mf-pass-card .mf-pass-price {
  font: 400 2.25rem/1 var(--mf-font-serif);
  letter-spacing: 0;
  color: var(--mf-text-on-dark);
}

.mf-pass-per {
  margin-left: 4px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--mf-text-on-dark-muted);
}

.mf-pass-card .mf-pass-go {
  margin-top: var(--mf-space-4);
  justify-self: start;
}

/* Shimmer sweep across the promo panel on hover — same promise gesture as
   the header's search pill, tying the two surfaces together. */
.mf-pass-card::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-130%) skewX(-18deg);
  background: linear-gradient(100deg, transparent, rgba(101, 207, 197, 0.13), transparent);
  transition: transform 0.8s var(--mf-ease);
  pointer-events: none;
}

@media (hover: hover) {
  .mf-pass-card:hover::after {
    transform: translateX(130%) skewX(-18deg);
  }
}

.mf-pass-glyph {
  position: absolute;
  right: -14px;
  bottom: -20px;
  color: rgba(244, 246, 242, 0.1);
  /* A slow drift keeps the panel feeling alive without asking for attention. */
  animation: mf-pass-drift 7s var(--mf-ease) infinite alternate;
}

@keyframes mf-pass-drift {
  from { transform: translateY(0) rotate(0deg); }
  to { transform: translateY(-7px) rotate(2.5deg); }
}

.mf-breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--mf-space-2);
  font-size: 0.875rem;
  color: var(--mf-text-faint);
  padding-top: var(--mf-space-5);
}

.mf-breadcrumb a:hover {
  color: var(--mf-text);
}

.mf-breadcrumb [aria-current='page'] {
  color: var(--mf-text);
}

.mf-pass-value {
  max-width: 34ch;
  margin: var(--mf-space-4) auto 0;
  color: var(--mf-text-muted);
  font: 400 1.35rem/1.15 var(--mf-font-serif);
  text-align: center;
}

.mf-compare thead th:last-child {
  color: var(--mf-accent);
}

.mf-compare tbody td:last-child {
  background: color-mix(in srgb, var(--mf-accent) 5%, transparent);
}

@media (max-width: 900px) {
  .mf-index-head {
    grid-template-columns: 1fr;
  }

  .mf-listing-hero .mf-index-head {
    padding: var(--mf-space-6);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-tcard-media::before { animation: none; background: var(--mf-paper-muted); }
  .mf-pass-glyph { animation: none; }
  .mf-pass-card::after { transition: none; }
  .mf-listing-hero::before, .mf-pass-card::before { animation: none; }
  .mf-tcard:hover, .mf-tcard:focus-within { transform: none; }
  .mf-tcard::after { transition: none; transform: none; opacity: 0; }
  .mf-tcard:hover .mf-tcard-base, .mf-tcard:hover .mf-tcard-hover,
  .mf-tcard:focus-within .mf-tcard-base, .mf-tcard:focus-within .mf-tcard-hover { transform: none; }
}

@media (max-width: 620px) {
  .mf-index-head {
    gap: var(--mf-space-4);
  }

  .mf-listing-hero .mf-index-head {
    padding: var(--mf-space-5) var(--mf-space-4) var(--mf-space-5);
  }

  .mf-index-head .mf-display {
    font-size: 2.05rem;
  }

  .mf-listing-hero .mf-lead {
    margin-top: var(--mf-space-3);
  }

  /* The Flow Pass promo condenses from a stacked panel into a one-row strip:
     copy left, price, then a circular arrow — a quarter of the height, and
     the tap target is the whole strip. */
  /* The one-row membership strip is the LISTING HERO's phone composition. It
     must stay scoped to .mf-listing-hero: .mf-pass-card is shared with the
     detail pages' buy rail, whose panel keeps the full stacked layout here —
     its eyebrow/heading/price/body/button do not fit a three-in-a-row strip. */
  .mf-listing-hero .mf-pass-card {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 6px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(101, 207, 197, 0.24);
    box-shadow: inset 0 1px 0 rgba(217, 249, 246, 0.08), 0 10px 24px -18px rgba(0, 0, 0, 0.7);
  }

  .mf-listing-hero .mf-pass-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 46%;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(101, 207, 197, 0.65), transparent);
    pointer-events: none;
    /* The membership strip breathes: the hairline swells and fades so the
       promo reads as lit rather than printed. */
    animation: mf-pass-hairline 4.5s ease-in-out infinite;
  }

  @keyframes mf-pass-hairline {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
  }

  /* On the strip the value proposition is the count; the edition promise is
     desktop-only garnish, clipped out so the row stays on one line. */
  .mf-pass-note-extra {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    padding: 0;
  }

  .mf-pass-copy {
    min-width: 0;
    display: grid;
    grid-gap: 1px;
    gap: 1px;
  }

  .mf-pass-card .mf-pass-note {
    font-size: 0.84375rem;
  }

  /* Same triple-selector as the serif rule above so the override wins. */
  .mf-listing-hero .mf-pass-card .mf-pass-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: clamp(1.5rem, 7vw, 1.7rem);
    letter-spacing: 0;
    white-space: nowrap;
  }

  .mf-pass-per {
    margin-left: 0;
    font-size: 0.6875rem;
  }

  .mf-pass-card .mf-pass-go {
    margin-top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: var(--mf-radius-pill);
    display: inline-grid;
    place-items: center;
  }

  /* The label collapses to icon-only; text stays for screen readers. */
  .mf-pass-go-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    padding: 0;
  }

  /* The arrow's hit area stretches across the whole strip, so one tap on
     anywhere in the promo opens the plan. */
  .mf-pass-go {
    position: static;
  }

  .mf-pass-go::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
  }

  /* The listing strip drops the corner glyph (it has no room); the detail
     pages' stacked panel keeps theirs. */
  .mf-listing-hero .mf-pass-card .mf-pass-glyph {
    display: none;
  }

  /* Very narrow phones (320/360px): the three-in-a-row strip is one template
     away from overflowing, so the card drops to two rows — copy on top,
     price and arrow sharing the bottom — before anything is squeezed. */
  @media (max-width: 360px) {
    .mf-listing-hero .mf-pass-card {
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-areas:
        'copy copy'
        'price go';
      row-gap: 10px;
      padding: 12px;
    }

    .mf-pass-copy { grid-area: copy; }
    .mf-listing-hero .mf-pass-card .mf-pass-price { grid-area: price; font-size: 1.6rem; }
    .mf-listing-hero .mf-pass-card .mf-pass-go { grid-area: go; justify-self: end; }
  }

  /* Sort facets fill the row width they lost to the single column. */
  .mf-sort {
    margin-left: 0;
    width: 100%;
  }

  .mf-sort .mf-facet {
    flex: 1 1;
    min-width: 0;
  }

  /* The trigger is inline-flex, so it needs an explicit width to fill the
     facet once that has grown to the row. */
  .mf-sort .mf-facet-trigger {
    width: 100%;
    min-width: 0;
  }
}

/* Declared after the phone block so it out-competes the strip hairline's
   animation; the reduced-motion block above cannot, sitting earlier in the
   cascade at equal specificity. */
@media (prefers-reduced-motion: reduce) {
  .mf-pass-card::before { animation: none; }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/detail.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.mf-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  grid-gap: var(--mf-space-7);
  gap: var(--mf-space-7);
  align-items: start;
  padding-block: var(--mf-space-6) var(--mf-space-8);
}

/* ----------------------------------------------------------------- gallery */

.mf-gallery-frame {
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius-lg);
  overflow: hidden;
  background: var(--mf-paper-muted);
  aspect-ratio: 16 / 10;
  position: relative;
}

.mf-gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mf-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--mf-space-3);
  gap: var(--mf-space-3);
  margin-top: var(--mf-space-3);
}

.mf-gallery-thumb {
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  overflow: hidden;
  background: var(--mf-paper-muted);
  aspect-ratio: 16 / 10;
  padding: 0;
  transition:
    border-color var(--mf-duration) var(--mf-ease),
    box-shadow var(--mf-duration) var(--mf-ease);
}

.mf-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mf-gallery-thumb[aria-current='true'] {
  border-color: var(--mf-lime-deep);
  box-shadow: 0 0 0 2px rgba(22, 141, 131, 0.45);
  animation: mf-thumb-ring 1.8s var(--mf-ease) infinite;
}

.mf-gallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--mf-space-4);
  margin-top: var(--mf-space-4);
  font-size: 0.875rem;
  color: var(--mf-text-muted);
}

.mf-gallery-nav button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--mf-line-strong);
  border-radius: var(--mf-radius-sm);
  background: var(--mf-paper);
  color: var(--mf-text);
  transition:
    background-color var(--mf-duration) var(--mf-ease),
    border-color var(--mf-duration) var(--mf-ease);
}

.mf-gallery-nav button:hover:not(:disabled) {
  background: var(--mf-ink);
  border-color: var(--mf-ink);
  color: var(--mf-text-on-dark);
}

.mf-gallery-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ------------------------------------------------------------- fact strip */

.mf-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--mf-space-4);
  gap: var(--mf-space-4);
  padding-block: var(--mf-space-6);
  border-bottom: 1px solid var(--mf-line);
  margin-bottom: var(--mf-space-6);
}

.mf-fact {
  display: flex;
  gap: var(--mf-space-3);
  align-items: flex-start;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
}

.mf-fact svg {
  color: var(--mf-forest);
  flex-shrink: 0;
  margin-top: 1px;
}

/* -------------------------------------------------------------- accordion */

.mf-accordion {
  border-top: 1px solid var(--mf-line);
}

.mf-accordion details {
  border-bottom: 1px solid var(--mf-line);
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows var(--mf-duration-slow) var(--mf-ease);
}
.mf-accordion details[open] { grid-template-rows: auto 1fr; }
.mf-accordion .mf-accordion-body { min-height: 0; overflow: hidden; }

.mf-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--mf-space-4);
  padding: 14px 4px;
  cursor: pointer;
  font-weight: 500;
  list-style: none;
}

.mf-accordion summary::-webkit-details-marker {
  display: none;
}

.mf-accordion summary:hover {
  color: var(--mf-forest);
}

.mf-accordion summary svg {
  color: var(--mf-text-faint);
  transition: transform var(--mf-duration) var(--mf-ease);
  flex-shrink: 0;
}

.mf-accordion details[open] summary svg {
  transform: rotate(90deg);
}

.mf-accordion-body {
  padding: 0 4px 16px;
  color: var(--mf-text-muted);
  font-size: 0.9375rem;
}

/* --------------------------------------------------------- value rows */

.mf-value-rows {
  display: grid;
  grid-gap: 0;
  gap: 0;
  border-top: 1px solid var(--mf-line);
}

.mf-value-rows p {
  display: flex;
  align-items: flex-start;
  gap: var(--mf-space-3);
  padding: 13px 4px;
  border-bottom: 1px solid var(--mf-line);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.mf-value-rows svg {
  color: var(--mf-accent);
  flex: 0 0 auto;
  margin-top: 2px;
}

/* ------------------------------------------------------------- check list */

.mf-checklist {
  display: grid;
  grid-gap: 11px;
  gap: 11px;
}

.mf-checklist li {
  display: flex;
  gap: var(--mf-space-3);
  align-items: flex-start;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.mf-checklist svg {
  color: var(--mf-forest);
  flex-shrink: 0;
  margin-top: 2px;
}

.mf-detail-block {
  margin-bottom: var(--mf-space-7);
}

.mf-detail-block > h2 {
  display: flex;
  align-items: center;
  gap: var(--mf-space-3);
  font-size: 1.25rem;
  margin-bottom: var(--mf-space-4);
}

.mf-detail-block > h2 svg {
  color: var(--mf-forest);
}

/* --------------------------------------------------------- purchase panel */

.mf-buy-rail {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--mf-header-height) + 20px);
  display: grid;
  grid-gap: var(--mf-space-5);
  gap: var(--mf-space-5);
}

.mf-buy-card {
  padding: var(--mf-space-5);
  display: grid;
  grid-gap: var(--mf-space-4);
  gap: var(--mf-space-4);
}

.mf-buy-platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--mf-space-3);
  padding-bottom: var(--mf-space-4);
  border-bottom: 1px solid var(--mf-line);
  font-size: 0.875rem;
  color: var(--mf-text-muted);
}

.mf-buy-price {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: var(--mf-tracking-display);
  line-height: 1;
}

.mf-buy-price small {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--mf-text-muted);
  margin-top: 6px;
}

.mf-buy-actions {
  display: grid;
  grid-gap: var(--mf-space-3);
  gap: var(--mf-space-3);
}

.mf-buy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.8125rem;
  color: var(--mf-text-muted);
}

.mf-buy-card hr {
  margin-block: var(--mf-space-1);
}

/* ------------------------------------------------------ mobile buy bar */

.mf-mobile-buy {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-top: 1px solid var(--mf-line);
  box-shadow: var(--mf-shadow-panel);
  padding: 10px var(--mf-space-5) calc(10px + env(safe-area-inset-bottom));
}

.mf-mobile-buy-inner {
  display: flex;
  align-items: center;
  gap: var(--mf-space-4);
}

.mf-mobile-buy .mf-buy-price {
  font-size: 1.375rem;
}

.mf-mobile-buy .mf-btn {
  margin-left: auto;
}

@keyframes mf-thumb-ring { 0%, 100% { box-shadow: 0 0 0 2px rgba(22,141,131,.45); } 50% { box-shadow: 0 0 0 4px rgba(22,141,131,.18); } }
@media (prefers-reduced-motion: reduce) {
  .mf-gallery-thumb[aria-current='true'] { animation: none; }
  .mf-accordion details { transition: none; }
}

@media (max-width: 960px) {
  .mf-detail {
    grid-template-columns: 1fr;
  }

  .mf-buy-rail {
    position: static;
  }

  .mf-facts {
    grid-template-columns: 1fr;
    gap: var(--mf-space-4);
  }

  .mf-mobile-buy {
    display: block;
  }

  body {
    /* Room for the fixed bar so it never covers the footer's last line. */
    padding-bottom: 76px;
  }

  .mf-gallery-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/home.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.mf-hero-wrap { background: var(--mf-surface-dark); color: var(--mf-text-on-dark); position: relative; isolation: isolate; overflow: hidden; }
.mf-hero-wrap::before {
  content: ''; position: absolute; width: min(70vw, 900px); height: min(70vw, 900px); left: 50%; top: 28%;
  background: radial-gradient(circle, rgba(101,207,197,.2), transparent 68%);
  transform: translate(-50%, -50%); pointer-events: none; z-index: -1;
  animation: mf-ambient-drift 24s ease-in-out infinite alternate; will-change: transform;
}
/* The closing glow now belongs to the contained CTA panel, not the viewport. */
.mf-final-cta .mf-container::before {
  content: ''; position: absolute; width: min(75vw, 760px); height: min(75vw, 760px); left: 50%; top: 24%;
  background: radial-gradient(circle, rgba(255,255,255,.42), transparent 66%);
  transform: translate(-50%, -50%); pointer-events: none; z-index: 0;
  animation: mf-ambient-drift 24s ease-in-out infinite alternate; will-change: transform;
}
.mf-hero-title span { display: inline-block; }
[data-js] .mf-hero-title[data-revealed='false'] span { opacity: 0; transform: translateY(20px) scale(.98); filter: blur(4px); }
[data-js] .mf-hero-title[data-revealed='true'] span { animation: mf-hero-line-in 700ms var(--mf-ease) both; }
[data-js] .mf-hero-title[data-revealed='true'] > span:nth-of-type(2) { animation-delay: 80ms; }
[data-js] .mf-hero-title[data-revealed='true'] em span:first-child { animation-delay: 160ms; }
.mf-final-cta { position: relative; isolation: isolate; }
.mf-final-cta .mf-container { position: relative; z-index: 1; isolation: isolate; overflow: hidden; }
.mf-final-cta .mf-container > * { position: relative; z-index: 1; }

/* Split hero: dominant editorial copy left, live product studio right. */
.mf-hero { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; grid-column-gap: clamp(1.5rem, 3vw, 3rem); column-gap: clamp(1.5rem, 3vw, 3rem); text-align: left; padding-block: clamp(3.75rem, 7vw, 6rem) 3rem; }
.mf-hero .mf-eyebrow { color: var(--mf-accent-on-dark); }
.mf-hero .mf-lead { max-width: 43ch; margin: var(--mf-space-5) 0 0; color: var(--mf-text-on-dark-muted); }
.mf-hero .mf-display { font-family: var(--mf-font-serif); font-size: clamp(3rem, 6.3vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.02em; margin-top: var(--mf-space-4); }
.mf-hero .mf-display em { color: var(--mf-accent-on-dark); }
.mf-hero .mf-dot { color:var(--mf-accent-on-dark); }
.mf-hero-actions { display: flex; gap: var(--mf-space-3); justify-content: flex-start; margin-top: var(--mf-space-6); flex-wrap: wrap; }
.mf-btn-accent { background: var(--mf-accent); color: #fff; border-color: var(--mf-accent); }
.mf-btn-accent:hover { background: var(--mf-accent-hover); border-color: var(--mf-accent-hover); }
.mf-hero .mf-btn-accent, .mf-tier-featured .mf-btn-accent { background:var(--mf-accent-on-dark); border-color:var(--mf-accent-on-dark); color:var(--mf-ink); }
.mf-hero .mf-btn-accent:hover, .mf-tier-featured .mf-btn-accent:hover { background:var(--mf-accent-on-dark-hover); border-color:var(--mf-accent-on-dark-hover); }
.mf-hero-platforms { display: flex; align-items: center; justify-content: flex-start; gap: var(--mf-space-6); margin-top: var(--mf-space-6); }
.mf-hero-platforms .mf-platform span { color: var(--mf-text-on-dark); }
/* The Framer mark inherits --mf-ink (near-black, tuned for light cards); on
   the dark hero that is invisible. Its brand mark is white-on-dark anyway. */
.mf-hero-platforms .mf-platform-framer svg { color: var(--mf-text-on-dark); }
.mf-hero-platforms .mf-platform-webflow svg { color: #4a94ff; }
.mf-hero-connector { width: 92px; height: 1px; background: linear-gradient(90deg, transparent, var(--mf-accent-on-dark), transparent); }

/* Live template studio — an original product-led composition inspired by the
   depth and constant activity of modern builder interfaces. Real catalog art
   cycles inside the canvas; the browser, inspector and floating fragments sit
   on separate depth planes and respond to pointer position. */
.mf-hero-studio { min-width: 0; perspective: 1200px; }
.mf-studio-scene {
  --studio-rx: 0deg; --studio-ry: 0deg; --studio-x: 0px; --studio-y: 0px;
  --cursor-x: 0px; --cursor-y: 0px;
  position: relative; width: clamp(430px, 42vw, 570px); min-height: 540px;
  margin-inline: auto; isolation: isolate;
}
.mf-studio-ambient { position: absolute; inset: 7% -5% 4%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(101,207,197,.23), rgba(101,207,197,.06) 45%, transparent 72%); filter: blur(16px); animation: mf-studio-ambient 9s ease-in-out infinite; }
.mf-studio-window { position: absolute; inset: 55px 26px 68px 18px; overflow: hidden; border: 0; border-radius: 20px; background: #f7faf9; box-shadow: 0 42px 80px -36px rgba(0,0,0,.78), inset 0 1px 0 rgba(255,255,255,.62); transform: perspective(1200px) rotateX(var(--studio-rx)) rotateY(var(--studio-ry)) translate3d(var(--studio-x), var(--studio-y), 0); transform-style: preserve-3d; transition: transform .22s ease-out; }
.mf-studio-window::after { content: ''; position: absolute; inset: 0; z-index: 8; pointer-events: none; background: linear-gradient(105deg, transparent 34%, rgba(255,255,255,.32) 47%, transparent 60%); transform: translateX(-130%); animation: mf-studio-sheen 8s ease-in-out infinite; }
.mf-studio-topbar { height: 42px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; grid-gap: 10px; gap: 10px; padding-inline: 13px; border-bottom: 1px solid var(--mf-line); background: rgba(255,255,255,.92); color: var(--mf-text-faint); font-size: .65rem; }
.mf-studio-traffic { display: flex; gap: 5px; }.mf-studio-traffic i { width: 7px; height: 7px; border-radius: 50%; background: #d8dfdd; }.mf-studio-traffic i:first-child { background: #f09c8f; }.mf-studio-traffic i:nth-child(2) { background: #e6c675; }.mf-studio-traffic i:last-child { background: #79c49c; }
.mf-studio-address { min-width: 0; justify-self: center; max-width: 250px; padding: 5px 11px; border: 1px solid var(--mf-line); border-radius: var(--mf-radius-pill); background: var(--mf-paper-soft); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mf-studio-lock { display: inline-block; width: 5px; height: 6px; margin-right: 6px; border: 1px solid currentColor; border-radius: 2px; }
.mf-studio-live { display: inline-flex; align-items: center; gap: 5px; color: var(--mf-positive); font-weight: 700; }.mf-studio-live i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(37,115,77,.1); animation: mf-studio-pulse 2.4s ease-in-out infinite; }
.mf-studio-workspace { display: grid; grid-template-columns: 38px minmax(0,1fr) 116px; height: calc(100% - 42px); min-height: 373px; }
.mf-studio-rail { display: flex; flex-direction: column; align-items: center; gap: 15px; padding-block: 12px; border-right: 1px solid var(--mf-line); background: #102d2a; }.mf-studio-rail-mark { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: var(--mf-accent-on-dark); color: var(--mf-ink); font: 700 .62rem var(--mf-font); }.mf-studio-rail > i, .mf-studio-rail-bottom i { display: block; width: 13px; height: 13px; border: 1px solid rgba(217,249,246,.32); border-radius: 4px; }.mf-studio-rail > i.is-active { border-color: var(--mf-accent-on-dark); background: rgba(101,207,197,.22); box-shadow: 0 0 0 3px rgba(101,207,197,.08); }.mf-studio-rail-bottom { margin-top: auto; }
.mf-studio-canvas { min-width: 0; display: flex; flex-direction: column; background: #dfe8e6; }
.mf-studio-canvas-bar { height: 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: 9px; border-bottom: 1px solid var(--mf-line); background: #f4f8f7; color: var(--mf-text-faint); font-size: .58rem; }.mf-studio-canvas-bar div { display: flex; gap: 6px; }.mf-studio-canvas-bar i { display: block; width: 8px; height: 8px; border: 1px solid var(--mf-line-strong); border-radius: 2px; }.mf-studio-canvas-bar strong { justify-self: end; font-weight: 600; }
.mf-studio-preview { position: relative; flex: 1 1; margin: 14px; overflow: hidden; border: 1px solid rgba(6,21,19,.14); border-radius: 7px; background: var(--mf-paper); box-shadow: 0 16px 30px -24px rgba(6,21,19,.5); }
.mf-studio-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: 0; transform: scale(1.045); transition: opacity .7s var(--mf-ease); }.mf-studio-preview img.is-active { opacity: 1; animation: mf-studio-preview 5.2s ease-out both; }
.mf-studio-selection { position: absolute; left: 9%; right: 8%; top: 11%; height: 35%; border: 1px solid rgba(101,207,197,.92); box-shadow: 0 0 0 1px rgba(6,21,19,.12), 0 0 18px rgba(101,207,197,.16); animation: mf-studio-selection 4.4s ease-in-out infinite; }.mf-studio-selection > i { position: absolute; width: 5px; height: 5px; border: 1px solid #fff; background: var(--mf-accent); }.mf-studio-selection > i:nth-child(1) { left: -3px; top: -3px; }.mf-studio-selection > i:nth-child(2) { right: -3px; top: -3px; }.mf-studio-selection > i:nth-child(3) { left: -3px; bottom: -3px; }.mf-studio-selection > i:nth-child(4) { right: -3px; bottom: -3px; }.mf-studio-selection span { position: absolute; left: -1px; top: -18px; padding: 2px 5px; border-radius: 3px 3px 0 0; background: var(--mf-accent); color: #fff; font-size: .48rem; letter-spacing: .02em; }
.mf-studio-cursor { position: absolute; left: 69%; top: 54%; width: 20px; height: 24px; transform: translate3d(var(--cursor-x), var(--cursor-y), 0); transition: transform .18s ease-out; filter: drop-shadow(0 3px 4px rgba(0,0,0,.34)); }.mf-studio-cursor::after { content: ''; position: absolute; z-index: 0; left: -1.5px; top: -1.5px; border-left: 10px solid #fff; border-top: 17px solid transparent; border-bottom: 5px solid transparent; transform: rotate(-25deg); transform-origin: 0 50%; }.mf-studio-cursor::before { content: ''; position: absolute; z-index: 1; border-left: 8px solid var(--mf-ink); border-top: 14px solid transparent; border-bottom: 4px solid transparent; transform: rotate(-25deg); transform-origin: 0 50%; }.mf-studio-cursor i { position: absolute; z-index: 2; right: -3px; bottom: 0; width: 9px; height: 9px; border: 1.5px solid #fff; border-radius: 50%; background: var(--mf-accent); box-shadow: 0 0 0 4px rgba(101,207,197,.28); animation: mf-studio-click 3.2s ease-in-out infinite; }
.mf-studio-inspector { padding: 12px 10px; border-left: 1px solid var(--mf-line); background: #fff; color: var(--mf-text-faint); font-size: .56rem; }.mf-studio-inspector-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; color: var(--mf-text); }.mf-studio-inspector-head strong { font-size: .68rem; }.mf-studio-inspector p { margin: 13px 0 6px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.mf-studio-segment { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 3px; gap: 3px; padding: 3px; border-radius: 6px; background: var(--mf-paper-muted); }.mf-studio-segment i { height: 16px; border-radius: 4px; }.mf-studio-segment i.is-active { background: #fff; box-shadow: var(--mf-shadow-card); }.mf-studio-field, .mf-studio-color { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: 5px; padding: 7px; border: 1px solid var(--mf-line); border-radius: 6px; }.mf-studio-field b { color: var(--mf-text); font-weight: 600; }.mf-studio-color { justify-content: flex-start; }.mf-studio-color i { width: 13px; height: 13px; border-radius: 4px; background: var(--mf-surface-dark); }.mf-studio-slider { height: 3px; margin-top: 13px; border-radius: 99px; background: var(--mf-paper-muted); }.mf-studio-slider i { display: block; width: 62%; height: 100%; border-radius: inherit; background: var(--mf-accent); position: relative; }.mf-studio-slider i::after { content:''; position:absolute; right:-3px; top:-2px; width:7px; height:7px; border-radius:50%; background:var(--mf-accent); }
.mf-studio-float { position: absolute; z-index: 4; border: 1px solid rgba(217,249,246,.2); background: rgba(16,45,42,.92); color: var(--mf-text-on-dark); box-shadow: 0 20px 45px -24px rgba(0,0,0,.75); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.mf-studio-publish { right: 0; top: 24px; display: grid; grid-gap: 3px; gap: 3px; padding: 10px 13px; border-radius: 12px; animation: mf-studio-float 6.4s ease-in-out infinite; }.mf-studio-publish span { display: flex; align-items: center; gap: 6px; color: var(--mf-accent-on-dark); font-size: .58rem; font-weight: 700; }.mf-studio-publish span i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.mf-studio-publish strong { font-size: .72rem; }
.mf-studio-palette { left: -2px; bottom: 83px; padding: 11px 12px; border-radius: 12px; animation: mf-studio-float 7.5s ease-in-out -2.4s infinite; }.mf-studio-palette p { margin: 0 0 8px; color: var(--mf-text-on-dark-muted); font-size: .56rem; }.mf-studio-palette div { display: flex; gap: 6px; }.mf-studio-palette i { width: 17px; height: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: #071715; }.mf-studio-palette i:nth-child(2) { background: #0a433e; }.mf-studio-palette i:nth-child(3) { background: #65cfc5; }.mf-studio-palette i:nth-child(4) { background: #f4f8f7; }
.mf-studio-layer-card { right: 12px; bottom: 45px; display: flex; align-items: center; gap: 9px; padding: 10px 12px; border-radius: 12px; animation: mf-studio-float 8.2s ease-in-out -4.1s infinite; }.mf-studio-layer-icon { position: relative; width: 25px; height: 25px; }.mf-studio-layer-icon i { position: absolute; width: 17px; height: 13px; border: 1px solid var(--mf-accent-on-dark); border-radius: 4px; transform: skewY(-10deg); }.mf-studio-layer-icon i:last-child { left: 6px; top: 7px; background: rgba(101,207,197,.16); }.mf-studio-layer-card div { display: grid; grid-gap: 1px; gap: 1px; }.mf-studio-layer-card strong { font-size: .68rem; }.mf-studio-layer-card small { color: var(--mf-text-on-dark-muted); font-size: .55rem; }
.mf-studio-tabs { position: absolute; z-index: 5; left: 50%; bottom: 14px; display: flex; gap: 7px; padding: 5px; border: 1px solid rgba(217,249,246,.18); border-radius: 12px; background: rgba(7,23,21,.86); transform: translateX(-50%); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }.mf-studio-tabs button { width: 48px; height: 31px; padding: 2px; overflow: hidden; border: 1px solid transparent; border-radius: 7px; background: transparent; opacity: .48; transition: opacity .2s, border-color .2s, transform .2s; }.mf-studio-tabs button:hover { opacity: .8; transform: translateY(-1px); }.mf-studio-tabs button[aria-selected='true'] { border-color: var(--mf-accent-on-dark); opacity: 1; }.mf-studio-tabs img { width: 100%; height: 100%; border-radius: 4px; object-fit: cover; object-position: top; }
.mf-stats { display: flex; justify-content: flex-start; gap: 0; margin: 2.5rem 0 0; max-width: 560px; border-top: 1px solid var(--mf-line-on-dark); padding-top: 1.25rem; }
.mf-stats span { flex: 1 1; padding-inline: 1.25rem; color: var(--mf-text-on-dark-muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.mf-stats span:first-child { padding-left: 0; }
.mf-stats span:last-child { padding-right: 0; }
.mf-stats span + span { border-left: 1px solid var(--mf-line-on-dark); }
.mf-stats strong { display: block; color: var(--mf-text-on-dark); font: 400 1.75rem var(--mf-font-serif); letter-spacing: 0; }
.mf-feature-band { background: var(--mf-paper-soft); border-block: 1px solid var(--mf-line); padding-block: 2.5rem; }
.mf-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 1rem; gap: 1rem; }
.mf-feature { border-left: 1px solid var(--mf-line-strong); padding: .25rem 1rem; min-height: 110px; }
.mf-feature-mark { color: var(--mf-accent); display: block; margin-bottom: 1.1rem; }
.mf-feature h3 { font-size: .95rem; line-height: 1.2; }
.mf-feature p { color: var(--mf-text-muted); font-size: .8rem; line-height: 1.45; margin-top: .45rem; }
.mf-cat-card { display: flex; flex-direction: column; border: 1px solid var(--mf-line); border-radius: var(--mf-radius-lg); overflow: hidden; background: var(--mf-paper); position: relative; transition: border-color var(--mf-duration) var(--mf-ease), box-shadow var(--mf-duration) var(--mf-ease); }
.mf-cat-card:hover { border-color: var(--mf-accent); box-shadow: var(--mf-shadow-lifted); transform: translateY(-4px); }
.mf-cat-card { transition: border-color var(--mf-duration) var(--mf-ease), box-shadow var(--mf-duration) var(--mf-ease), transform var(--mf-duration) var(--mf-ease); }
.mf-cat-media img { will-change: transform; }
.mf-cat-card:hover .mf-cat-media img { transform: scale(1.03) translateY(-3px); }
.mf-tier-featured { isolation: isolate; position: relative; }
.mf-tier-featured::after { content: ''; position: absolute; inset: -1px; border-radius: inherit; box-shadow: 0 0 24px rgba(101,207,197,.48); opacity: .35; pointer-events: none; animation: mf-border-glow 3.5s ease-in-out infinite; }

.mf-cat-media { aspect-ratio: 4 / 3; background: var(--mf-paper-muted); overflow: hidden; }
.mf-cat-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform var(--mf-duration-slow) var(--mf-ease); }
.mf-cat-card:hover .mf-cat-media img { transform: scale(1.03); }
.mf-cat-body { display: flex; align-items: center; gap: var(--mf-space-4); padding: var(--mf-space-4); border-top: 1px solid var(--mf-line); }
.mf-cat-body h3 { font-size: 1.0625rem; }.mf-cat-body p { font-size: .8125rem; color: var(--mf-text-muted); margin-top: 2px; }.mf-cat-body .mf-tcard-go { margin-left: auto; }
.mf-pricing-head { text-align: center; margin-bottom: 2rem; }.mf-tier-grid { display: grid; grid-gap: 1rem; gap: 1rem; align-items: stretch; }
/* minmax(0,1fr), not 1fr: the featured card's feature list set the track's
   auto minimum above the share of the row it was owed, pushing the third card
   past the viewport edge on ~700–800px widths. */
.mf-tier-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mf-tier { display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--mf-line); border-radius: var(--mf-radius-lg); background: var(--mf-paper); }
.mf-tier-featured { background: var(--mf-surface-dark); color: var(--mf-text-on-dark); border-color: var(--mf-accent-on-dark); box-shadow: 0 0 0 2px rgba(101,207,197,.2); }.mf-tier-featured .mf-eyebrow { color: var(--mf-accent-on-dark); }.mf-tier.mf-tier-featured li { color: var(--mf-text-on-dark-muted); }.mf-tier.mf-tier-featured li svg { color:var(--mf-accent-on-dark); }
.mf-tier h3 { font: 400 clamp(1.7rem, 3vw, 2.5rem) var(--mf-font-serif); margin: .65rem 0 1.5rem; letter-spacing: -.01em; }.mf-tier ul { list-style: none; padding: 0; margin: 0 0 1.75rem; display: grid; grid-gap: .75rem; gap: .75rem; flex: 1 1; }.mf-tier li { display: flex; gap: .55rem; color: var(--mf-text-muted); font-size: .87rem; line-height: 1.35; }.mf-tier li svg { flex: 0 0 auto; color: var(--mf-accent); }.mf-tier .mf-btn { width: 100%; }.mf-price-note { color: var(--mf-text-faint); font-size: .78rem; text-align: center; margin-top: 1.25rem; }
.mf-steps { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1rem; gap: 1rem; }.mf-step { border: 1px solid var(--mf-line); border-radius: var(--mf-radius-lg); padding: 1.5rem; min-height: 180px; }.mf-step-number { color: var(--mf-accent); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }.mf-step h3 { font-size: 1.2rem; margin: 2rem 0 .55rem; }.mf-step p { color: var(--mf-text-muted); font-size: .9rem; }
/* Laid out directly on the page: the panel that used to box these in nested a
   card inside a section for no structural reason. A top rule plus hairlines
   between columns carries the grouping instead, and stacking the icon above
   the heading keeps all four titles on one baseline whatever the copy does. */
.mf-values { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 0; gap: 0; border-top: 1px solid var(--mf-line); }
.mf-value { display: block; padding: var(--mf-space-6) var(--mf-space-5); border-left: 1px solid var(--mf-line); }
.mf-value:first-child { padding-left: 0; border-left: 0; }
.mf-value:last-child { padding-right: 0; }
.mf-value-icon {
  display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: var(--mf-space-4);
  border-radius: 50%; background: rgba(10,67,62,.1); color: var(--mf-accent);
  transition: background var(--mf-duration) var(--mf-ease), transform var(--mf-duration) var(--mf-ease), color var(--mf-duration) var(--mf-ease);
}
.mf-value:hover .mf-value-icon { background: var(--mf-accent); color: var(--mf-paper); transform: translateY(-2px) scale(1.06); }
.mf-value h3 { font-size: .9375rem; letter-spacing: var(--mf-tracking-tight); }
.mf-value p { font-size: .8125rem; color: var(--mf-text-muted); margin-top: .4rem; line-height: 1.5; max-width: 30ch; }
.mf-accordion { border-top: 1px solid var(--mf-line); }.mf-accordion details { border-bottom: 1px solid var(--mf-line); }.mf-accordion summary { padding: 1.15rem 0; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; }.mf-accordion summary span { color: var(--mf-accent); font-size: 1.4rem; font-weight: 400; }.mf-accordion-body { color: var(--mf-text-muted); padding: 0 2rem 1.25rem 0; max-width: 75ch; line-height: 1.55; }
.mf-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1rem; gap: 1rem; }.mf-testimonials figure { background: var(--mf-paper-soft); border: 1px solid var(--mf-line); border-radius: var(--mf-radius-lg); padding: 1.5rem; }.mf-testimonials blockquote { font: 1.2rem/1.4 var(--mf-font-serif); }.mf-testimonials figcaption { display: grid; grid-gap: .2rem; gap: .2rem; margin-top: 1.5rem; font-size: .82rem; }.mf-testimonials figcaption span { color: var(--mf-text-muted); }
/* Focused closing card: the section stays on the page surface while the brand
   color, glow and CTA hierarchy are clipped to a deliberate central panel. */
.mf-final-cta { background: transparent; color: var(--mf-ink); text-align: center; padding: clamp(3rem, 6vw, 5rem) var(--mf-space-4) 0; }
.mf-final-cta .mf-container { max-width: 1100px; padding: clamp(4rem, 7vw, 6rem) var(--mf-space-5); border: 1px solid rgba(6,21,19,.09); border-radius: clamp(22px, 3vw, 32px); background: linear-gradient(145deg, #78d9d0 0%, #65cfc5 42%, #54c1b7 100%); box-shadow: 0 30px 70px -42px rgba(6,21,19,.55), inset 0 1px 0 rgba(255,255,255,.42); }
.mf-final-cta .mf-eyebrow { color: var(--mf-forest); }
.mf-final-cta h2 { margin: .8rem 0 2.25rem; }
.mf-final-cta em, .mf-final-cta .mf-dot { color: var(--mf-forest); }
.mf-final-cta .mf-btn-accent { background: var(--mf-ink); border-color: var(--mf-ink); color: var(--mf-text-on-dark); padding-inline: 20px; box-shadow: 0 14px 28px -18px rgba(6,21,19,.8); }
.mf-final-cta .mf-btn-accent:hover { background: var(--mf-forest); border-color: var(--mf-forest); transform: translateY(-1px); }
.mf-final-cta :focus-visible { outline-color: var(--mf-ink); }
@media (max-width: 700px) { .mf-final-cta { padding-inline: var(--mf-space-3); }.mf-final-cta .mf-container { padding: 3.5rem 1.25rem; border-radius: 22px; } }
@media (max-width: 1000px) { .mf-feature-grid { grid-template-columns: repeat(3, 1fr); }.mf-feature:nth-child(4), .mf-feature:nth-child(5) { margin-top: 1rem; }.mf-values { grid-template-columns: repeat(2, 1fr); }.mf-tier-featured { transform: none; }.mf-hero { grid-template-columns: minmax(0, 1fr); text-align: center; row-gap: 2rem; }.mf-hero .mf-lead { margin-inline: auto; }.mf-hero-actions, .mf-hero-platforms, .mf-stats { justify-content: center; margin-inline: auto; }.mf-studio-scene { width: min(82vw, 620px); } }
@media (max-width: 700px) { .mf-hero { padding-block: 4rem 2.5rem; }.mf-hero .mf-display { font-size: clamp(2.7rem, 13vw, 4rem); }.mf-stats { margin-top: 2rem; }.mf-stats strong { font-size: 1.4rem; }.mf-stats span { font-size: .62rem; padding-inline: .6rem; }.mf-feature-grid, .mf-tier-grid, .mf-steps, .mf-testimonials { grid-template-columns: 1fr; }.mf-feature { min-height: 0; }.mf-feature:nth-child(n) { margin-top: 0; }.mf-tier { padding: 1.5rem; }.mf-values { grid-template-columns: 1fr; }.mf-hero-connector { width: 40px; }.mf-studio-scene { width: min(94vw, 470px); min-height: 455px; }.mf-studio-window { inset: 42px 10px 58px; }.mf-studio-workspace { grid-template-columns: 34px minmax(0,1fr); min-height: 312px; }.mf-studio-inspector { display: none; }.mf-studio-palette { display: none; }.mf-studio-layer-card { right: 4px; bottom: 38px; } }
/* The values strip reflows to 2 then 1 column, so which item sits at the start
   of a row changes. Reset the dividers and the flush outer padding per layout
   instead of leaving :first-child/:last-child pointing at the wrong cells. */
@media (max-width: 1000px) {
  .mf-value:nth-child(odd) { padding-left: 0; border-left: 0; }
  .mf-value:nth-child(even) { padding-right: 0; }
  .mf-value:nth-child(n + 3) { border-top: 1px solid var(--mf-line); }
}
@media (max-width: 700px) {
  .mf-value { padding-inline: 0; border-left: 0; }
  .mf-value:nth-child(n + 2) { border-top: 1px solid var(--mf-line); }
  .mf-value p { max-width: none; }
}

@keyframes mf-hero-line-in { from { opacity: 0; transform: translateY(20px) scale(.98); filter: blur(4px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes mf-ambient-drift { from { transform: translate(-50%, -50%) scale(1); } to { transform: translate(-45%, -54%) scale(1.16); } }
@keyframes mf-border-glow { 0%, 100% { opacity: .25; } 50% { opacity: .8; } }

/* Product-scene motion: slow, desynchronised and always subordinate to copy. */
@keyframes mf-studio-ambient { 0%, 100% { transform: scale(.96); opacity: .65; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes mf-studio-sheen { 0%, 68%, 100% { transform: translateX(-130%); } 82% { transform: translateX(130%); } }
@keyframes mf-studio-pulse { 0%, 100% { opacity: .55; transform: scale(.86); } 50% { opacity: 1; transform: scale(1); } }
@keyframes mf-studio-preview { from { transform: scale(1.045); filter: saturate(.86); } to { transform: scale(1.008); filter: saturate(1); } }
@keyframes mf-studio-selection { 0%, 100% { transform: translateY(0); opacity: .82; } 50% { transform: translateY(3px); opacity: 1; } }
@keyframes mf-studio-click { 0%, 74%, 100% { transform: scale(.62); opacity: .4; } 82% { transform: scale(1); opacity: 1; } 90% { transform: scale(.72); opacity: .55; } }
@keyframes mf-studio-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(.6deg); } }
@media (prefers-reduced-motion: reduce) {
  .mf-cat-media img, .mf-cat-card, .mf-btn { transition: none; }
  .mf-cat-card:hover { transform: none; }
  .mf-hero-wrap::before, .mf-final-cta .mf-container::before, .mf-tier-featured::after { animation: none; }
  [data-js] .mf-hero-title[data-revealed='false'] span { opacity: 1; transform: none; filter: none; }
  [data-js] .mf-hero-title[data-revealed='true'] span { animation: none; }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/account.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.mf-account-head {
  padding-block: var(--mf-space-7) var(--mf-space-5);
}

.mf-member-band {
  display: flex;
  align-items: center;
  gap: var(--mf-space-5);
  flex-wrap: wrap;
  padding: var(--mf-space-5) var(--mf-space-6);
  margin-bottom: var(--mf-space-6);
}

.mf-member-band .mf-member-facts {
  display: flex;
  align-items: center;
  gap: var(--mf-space-5);
  flex-wrap: wrap;
  font-size: 0.9375rem;
  color: var(--mf-text-on-dark-muted);
}

.mf-member-band .mf-member-facts span:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: var(--mf-line-on-dark);
  margin-left: var(--mf-space-5);
  vertical-align: -2px;
}

.mf-member-actions {
  display: flex;
  gap: var(--mf-space-3);
  margin-left: auto;
  flex-wrap: wrap;
}

.mf-member-title {
  display: flex;
  align-items: center;
  gap: var(--mf-space-3);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: var(--mf-tracking-tight);
}

/* ---------------------------------------------------------------- tabs */

.mf-tabs {
  display: flex;
  align-items: center;
  gap: var(--mf-space-5);
  border-bottom: 1px solid var(--mf-line);
  margin-bottom: var(--mf-space-5);
  flex-wrap: wrap;
}

.mf-tab {
  border: 0;
  background: transparent;
  padding: 0 0 12px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--mf-text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition:
    color var(--mf-duration) var(--mf-ease),
    border-color var(--mf-duration) var(--mf-ease);
}

.mf-tab[aria-selected='true'] {
  color: var(--mf-text);
  border-bottom-color: var(--mf-lime-deep);
}

.mf-library-tools {
  display: flex;
  gap: var(--mf-space-3);
  margin-left: auto;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.mf-library-tools .mf-input,
.mf-library-tools .mf-select {
  width: auto;
  min-width: 190px;
  padding-block: 8px;
  font-size: 0.875rem;
}

/* ------------------------------------------------------------ library card */

.mf-lib-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius-lg);
  overflow: hidden;
  background: var(--mf-paper);
}

.mf-lib-media {
  aspect-ratio: 16 / 10;
  background: var(--mf-paper-muted);
  overflow: hidden;
}

.mf-lib-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mf-lib-body {
  padding: var(--mf-space-4);
  display: grid;
  grid-gap: var(--mf-space-3);
  gap: var(--mf-space-3);
  border-top: 1px solid var(--mf-line);
}

.mf-lib-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--mf-space-3);
}

.mf-lib-head h3 {
  font-size: 1.0625rem;
}

.mf-lib-meta {
  font-size: 0.8125rem;
  color: var(--mf-text-muted);
}

.mf-lib-meta dt {
  color: var(--mf-text-faint);
}

.mf-lib-meta dd {
  margin: 0;
  color: var(--mf-text);
  font-weight: 500;
}

.mf-lib-actions {
  display: flex;
  gap: var(--mf-space-3);
  flex-wrap: wrap;
}

.mf-lib-actions .mf-btn {
  flex: 1 1 auto;
}

.mf-dot-live {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mf-lime-deep);
  margin-right: 6px;
}

/* -------------------------------------------------------------- orders */

.mf-orders {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.mf-orders th,
.mf-orders td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--mf-line);
  white-space: nowrap;
}

.mf-orders thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mf-text-faint);
}

.mf-orders td:first-child {
  white-space: normal;
  font-weight: 500;
}

/* --------------------------------------------------------------- dialog */

.mf-dialog::-webkit-backdrop {
  background: rgba(4, 40, 37, 0.42);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.mf-dialog::backdrop {
  background: rgba(4, 40, 37, 0.42);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.mf-dialog {
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius-lg);
  padding: var(--mf-space-6);
  width: min(440px, calc(100vw - 32px));
  box-shadow: var(--mf-shadow-lifted);
  color: var(--mf-text);
  background: var(--mf-paper);
}

.mf-dialog h2 {
  font-size: 1.25rem;
  margin-bottom: var(--mf-space-3);
}

.mf-dialog p {
  color: var(--mf-text-muted);
  margin-bottom: var(--mf-space-5);
}

.mf-dialog-actions {
  display: flex;
  gap: var(--mf-space-3);
  justify-content: flex-end;
}

/* ------------------------------------------------------------ sign-in */

.mf-signin {
  display: grid;
  place-items: center;
  padding-block: var(--mf-space-9);
}

.mf-signin-card {
  width: min(420px, 100%);
  padding: var(--mf-space-6);
  display: grid;
  grid-gap: var(--mf-space-4);
  gap: var(--mf-space-4);
}

.mf-code-inputs {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.mf-code-inputs input {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
}

.mf-banner {
  display: flex;
  align-items: flex-start;
  gap: var(--mf-space-3);
  padding: var(--mf-space-4);
  border-radius: var(--mf-radius);
  font-size: 0.9375rem;
  margin-bottom: var(--mf-space-5);
}

.mf-banner-success {
  background: rgba(31, 122, 77, 0.1);
  border: 1px solid rgba(31, 122, 77, 0.28);
  color: var(--mf-positive);
}

.mf-banner-error {
  background: rgba(163, 43, 33, 0.08);
  border: 1px solid rgba(163, 43, 33, 0.28);
  color: var(--mf-danger);
}

@media (max-width: 700px) {
  .mf-member-actions,
  .mf-library-tools {
    margin-left: 0;
    width: 100%;
  }

  .mf-library-tools .mf-input,
  .mf-library-tools .mf-select {
    flex: 1 1;
    min-width: 0;
  }

  .mf-table-scroll .mf-orders {
    min-width: 620px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/prose.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.mf-page-head {
  padding-block: var(--mf-space-8) var(--mf-space-6);
  border-bottom: 1px solid var(--mf-line);
  margin-bottom: var(--mf-space-7);
}

.mf-page-head .mf-lead {
  margin-top: var(--mf-space-4);
  max-width: 58ch;
}

.mf-prose {
  max-width: 68ch;
  font-size: 1.0625rem;
  color: var(--mf-text);
  padding-bottom: var(--mf-space-8);
}

.mf-prose h2 {
  font-size: 1.375rem;
  margin-top: var(--mf-space-7);
  margin-bottom: var(--mf-space-3);
}

.mf-prose h3 {
  font-size: 1.0625rem;
  margin-top: var(--mf-space-5);
  margin-bottom: var(--mf-space-2);
}

.mf-prose p {
  color: var(--mf-text-muted);
  margin-bottom: var(--mf-space-4);
  text-wrap: pretty;
}

.mf-prose ul {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: var(--mf-space-4);
  color: var(--mf-text-muted);
}

.mf-prose li {
  display: flex;
  gap: var(--mf-space-3);
  align-items: flex-start;
}

.mf-prose li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mf-lime-deep);
  flex-shrink: 0;
  margin-top: 10px;
}

.mf-prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: var(--mf-line-strong);
          text-decoration-color: var(--mf-line-strong);
}

.mf-prose a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.mf-prose strong {
  color: var(--mf-text);
}

.mf-note {
  border-left: 3px solid var(--mf-lime-deep);
  background: var(--mf-paper-soft);
  padding: var(--mf-space-4) var(--mf-space-5);
  border-radius: 0 var(--mf-radius) var(--mf-radius) 0;
  margin-bottom: var(--mf-space-5);
}

.mf-note p:last-child {
  margin-bottom: 0;
}

.mf-updated {
  font-size: 0.875rem;
  color: var(--mf-text-faint);
  margin-bottom: var(--mf-space-6);
}

/* ------------------------------------------------------------- 404 / error */

.mf-notfound {
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: var(--mf-space-9);
  grid-gap: var(--mf-space-5);
  gap: var(--mf-space-5);
}

.mf-notfound-code {
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 700;
  letter-spacing: var(--mf-tracking-display);
  line-height: 0.9;
  color: var(--mf-ink);
}

/* ---------------------------------------------------------- Flow Pass page */

.mf-pass-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-gap: var(--mf-space-7);
  gap: var(--mf-space-7);
  align-items: center;
  padding-block: var(--mf-space-8);
}

.mf-plan-card {
  padding: var(--mf-space-6);
  display: grid;
  grid-gap: var(--mf-space-4);
  gap: var(--mf-space-4);
  /* Anchor the decorative corner glyph to the card (a static containing block
     would pin it to the page edge) and clip its deliberate −14px/−20px bleed,
     which otherwise extends the page sideways on phones. Same treatment the
     .mf-pass-card panels on the listing and detail pages already get. */
  position: relative;
  overflow: hidden;
}

.mf-plan-price {
  display: flex;
  align-items: baseline;
  gap: var(--mf-space-2);
}

.mf-plan-price strong {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: var(--mf-tracking-display);
  line-height: 1;
}

.mf-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.mf-compare th,
.mf-compare td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--mf-line);
  vertical-align: top;
}

.mf-compare thead th {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mf-text-faint);
  border-bottom-color: var(--mf-line-strong);
}

.mf-compare tbody th {
  font-weight: 600;
  width: 34%;
}

.mf-compare td {
  color: var(--mf-text-muted);
}

.mf-table-scroll {
  overflow-x: auto;
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius-lg);
}

/* The FAQ hero is the one page head that shipped without spacing: the eyebrow
   sat ~35px under the fixed header on phones, crowding it. It follows the same
   rhythm as .mf-page-head and .mf-pass-hero (one --mf-space-8 of air above,
   none below — the group sections after it carry their own top padding). */
.mf-faq-hero {
  padding-block: var(--mf-space-8) 0;
}

.mf-faq-hero .mf-lead {
  margin-top: var(--mf-space-4);
  max-width: 58ch;
}

.mf-faq {
  max-width: 760px;
}

@media (max-width: 900px) {
  .mf-pass-hero {
    grid-template-columns: 1fr;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/admin.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* Admin surface styles. Reuses the site's tokens; adds dense, form-forward
   components the storefront itself never renders. */

.mf-admin {
  min-height: 100vh;
  background: var(--mf-bg, #07050f);
  color: var(--mf-text, #ecebf6);
}

.mf-admin-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid color-mix(in oklab, currentColor 12%, transparent);
  background: color-mix(in oklab, var(--mf-bg, #07050f) 88%, transparent);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.mf-admin-bar-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 14px;
}

.mf-admin-brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mf-admin-nav {
  display: flex;
  gap: 18px;
  font-size: 0.9375rem;
}

.mf-admin-nav a {
  color: inherit;
  opacity: 0.75;
  text-decoration: none;
}

.mf-admin-nav a:hover {
  opacity: 1;
}

.mf-admin-exit {
  margin-left: 8px;
}

.mf-admin-email {
  margin-left: auto;
  font-size: 0.8125rem;
  opacity: 0.55;
}

.mf-admin-main {
  padding-block: 32px 96px;
}

.mf-admin-note {
  opacity: 0.6;
}

.mf-admin-gate {
  max-width: 560px;
  margin-inline: auto;
  padding-block: 96px;
  text-align: center;
  display: grid;
  justify-items: center;
}

.mf-admin-alert {
  border: 1px solid color-mix(in oklab, #ff6b6b 55%, transparent);
  background: color-mix(in oklab, #ff6b6b 12%, transparent);
  border-radius: 12px;
  padding: 12px 16px;
  margin-block: 12px;
  font-size: 0.9375rem;
}

.mf-admin-alert ul {
  margin-block: 6px 0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  opacity: 0.85;
}

.mf-admin-saved {
  border: 1px solid color-mix(in oklab, #7ce38b 55%, transparent);
  background: color-mix(in oklab, #7ce38b 12%, transparent);
  border-radius: 12px;
  padding: 12px 16px;
  margin-block: 12px;
  font-size: 0.9375rem;
}

/* Stats */

.mf-admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 14px;
  gap: 14px;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}

.mf-stat-card {
  border: 1px solid color-mix(in oklab, currentColor 14%, transparent);
  border-radius: 16px;
  padding: 18px 20px;
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.mf-stat-value {
  font-size: 1.625rem;
  font-weight: 700;
}

.mf-stat-label {
  font-size: 0.8125rem;
  opacity: 0.6;
}

/* Sections and cards */

.mf-admin-section {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.mf-admin-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}

.mf-admin-search {
  max-width: 280px;
}

.mf-admin-card {
  border: 1px solid color-mix(in oklab, currentColor 14%, transparent);
  border-radius: 18px;
  padding: 22px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  background: color-mix(in oklab, currentColor 3%, transparent);
}

.mf-admin-card h2 {
  font-size: 1.0625rem;
  margin-block: 0 14px;
}

.mf-admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
}

@media (max-width: 980px) {
  .mf-admin-grid {
    grid-template-columns: 1fr;
  }
}

/* Fields */

.mf-admin-field {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
  font-size: 0.84375rem;
}

.mf-admin-field > span {
  opacity: 0.65;
}

.mf-admin-field-row {
  display: flex;
  gap: 14px;
  align-items: start;
  flex-wrap: wrap;
}

.mf-admin-field-row > .mf-admin-field {
  flex: 1 1;
  min-width: 140px;
}

.mf-admin-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-block: 4px;
}

.mf-admin-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9375rem;
}

.mf-admin-hint {
  font-size: 0.75rem;
  opacity: 0.5;
  text-align: right;
}

.mf-admin-hint + * {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}

/* Table */

.mf-admin-table-wrap {
  overflow-x: auto;
  border: 1px solid color-mix(in oklab, currentColor 14%, transparent);
  border-radius: 16px;
}

.mf-admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.90625rem;
}

.mf-admin-table th,
.mf-admin-table td {
  text-align: start;
  padding: 12px 16px;
  -webkit-border-after: 1px solid color-mix(in oklab, currentColor 8%, transparent);
          border-block-end: 1px solid color-mix(in oklab, currentColor 8%, transparent);
  vertical-align: middle;
}

.mf-admin-table thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.mf-admin-table tbody tr:last-child td {
  -webkit-border-after: none;
          border-block-end: none;
}

.mf-admin-family-link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.mf-admin-family-link:hover {
  text-decoration: underline;
}

.mf-admin-slug {
  display: block;
  font-size: 0.75rem;
  opacity: 0.5;
}

.mf-admin-pill {
  display: inline-block;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
}

.mf-admin-pill-published {
  background: color-mix(in oklab, #7ce38b 18%, transparent);
  color: #7ce38b;
}

.mf-admin-pill-draft {
  background: color-mix(in oklab, #f4bf4f 16%, transparent);
  color: #f4bf4f;
}

.mf-admin-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* Editor */

.mf-admin-editor-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.mf-admin-edition {
  border: 1px dashed color-mix(in oklab, currentColor 22%, transparent);
  border-radius: 14px;
  padding: 16px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

.mf-admin-thumb {
  border-radius: 8px;
  object-fit: cover;
  background: color-mix(in oklab, currentColor 8%, transparent);
}

.mf-admin-media-row {
  display: flex;
  gap: 14px;
  align-items: start;
}

.mf-admin-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 14px;
  gap: 14px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

.mf-admin-gallery-item {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  justify-items: start;
}

.mf-admin-gallery-alt {
  width: 100%;
}

.mf-admin-gallery-actions {
  display: flex;
  gap: 8px;
  align-items: end;
  flex-wrap: wrap;
}

.mf-admin-list {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

.mf-admin-list-item {
  border: 1px solid color-mix(in oklab, currentColor 12%, transparent);
  border-radius: 14px;
  padding: 16px;
}

/* Buttons */

.mf-admin .mf-btn-danger {
  border-color: color-mix(in oklab, #ff6b6b 55%, transparent);
  color: #ff8a8a;
}

.mf-admin .mf-btn-danger:hover {
  background: color-mix(in oklab, #ff6b6b 14%, transparent);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/


/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!../../node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!../../node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter_Tight","arguments":[{"subsets":["latin"],"display":"swap","variable":"--mf-font-loaded"}],"variableName":"interTight"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/84792440f5374347-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/10735954b8957dce-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/69c8297e91a203ed-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/32ec8d161d520037-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ceda3e828136e1b8-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/103fc5fac08dcb15-s.p.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: 'Inter Tight Fallback';src: local("Arial");ascent-override: 100.51%;descent-override: 25.03%;line-gap-override: 0.00%;size-adjust: 96.39%
}.__className_a3c0d3 {font-family: 'Inter Tight', 'Inter Tight Fallback';font-style: normal
}.__variable_a3c0d3 {--mf-font-loaded: 'Inter Tight', 'Inter Tight Fallback'
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!../../node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!../../node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Instrument_Serif","arguments":[{"subsets":["latin"],"weight":"400","style":["normal","italic"],"display":"swap","variable":"--mf-font-serif"}],"variableName":"instrumentSerif"} ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/5ece437c7024c161-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/9cc5b37ab1350db7-s.p.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;
}
/* latin-ext */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/35f3de0ebb1cfc70-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e6099e249fd938cc-s.p.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: 'Instrument Serif Fallback';src: local("Times New Roman");ascent-override: 117.94%;descent-override: 36.93%;line-gap-override: 0.00%;size-adjust: 83.94%
}.__className_1f5468 {font-family: 'Instrument Serif', 'Instrument Serif Fallback';font-weight: 400
}.__variable_1f5468 {--mf-font-serif: 'Instrument Serif', 'Instrument Serif Fallback'
}

