/**
 * Meal Funnel — scoped styles. Everything lives under .mf-funnel so the
 * plugin never fights the theme or Elementor. Brand values come from CSS
 * custom properties set by the Branding settings (inline :root override).
 */

:root {
	/* Fallbacks mirror the Chef AZ brand defaults (class-activator.php). The
	   Branding settings inject an inline :root override at runtime; these keep
	   the funnel on-brand even if that inline style is ever missing. */
	--mf-primary: #2E4636;
	--mf-secondary: #8C9C7C;
	--mf-accent: #C45B33;
	--mf-highlight: #E8D9A0;
	--mf-bg: #F4EEE2;
	--mf-surface: #FFFDF8;
	--mf-text: #23302A;
	--mf-text-muted: #5C665C;
	--mf-success: #1e7e34;
	--mf-error: #c0392b;
	--mf-radius: 14px;
	--mf-font-heading: 'Newsreader', Georgia, serif;
	--mf-font-body: 'Hanken Grotesk', system-ui, sans-serif;
}

.mf-funnel {
	font-family: var(--mf-font-body);
	color: var(--mf-text);
	box-sizing: border-box;
}

.mf-funnel *,
.mf-funnel *::before,
.mf-funnel *::after {
	box-sizing: inherit;
}

/* Theme-proofing: form controls don't inherit fonts and themes often
   restyle them — force the brand font + a clean baseline so the funnel,
   account and login render exactly like the design on any theme. */
.mf-funnel button,
.mf-funnel input,
.mf-funnel select,
.mf-funnel textarea {
	font-family: var(--mf-font-body);
	font-size: 100%;
	line-height: 1.3;
	margin: 0;
}
.mf-funnel input:focus,
.mf-funnel select:focus,
.mf-funnel textarea:focus { outline: none; }

/* ---------- Primitives ---------- */

.mf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	min-height: 44px;
	padding: 0.65em 1.4em;
	border: none;
	border-radius: var(--mf-radius);
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.05s ease;
}

.mf-btn:active {
	transform: scale(0.98);
}

.mf-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.mf-btn--primary {
	background: var(--mf-primary);
	color: #fff;
}

.mf-btn--accent {
	background: var(--mf-accent);
	color: var(--mf-secondary);
}

.mf-btn:hover:not(:disabled) {
	filter: brightness(1.08);
}

.mf-btn:focus-visible,
.mf-input:focus-visible {
	outline: 3px solid var(--mf-accent);
	outline-offset: 2px;
}

.mf-input {
	min-height: 44px;
	padding: 0.6em 1em;
	border: 1px solid #d4d2cc;
	border-radius: var(--mf-radius);
	font-size: 1rem;
	background: var(--mf-bg);
	color: var(--mf-text);
}

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

.mf-hp {
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	opacity: 0;
}

.mf-spinner {
	width: 1em;
	height: 1em;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: mf-spin 0.7s linear infinite;
}

@keyframes mf-spin {
	to {
		transform: rotate(360deg);
	}
}

.mf-message--error {
	color: var(--mf-error);
}

.mf-message--success {
	color: var(--mf-success);
}

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

/* ---------- Zip gate ---------- */

.mf-zip-gate--hero {
	max-width: 560px;
}

.mf-zip-gate__title {
	font-family: var(--mf-font-heading);
	color: var(--mf-secondary);
	margin: 0 0 0.75em;
}

.mf-zip-gate__form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.mf-zip-gate__input {
	flex: 1 1 180px;
	letter-spacing: 0.08em;
}

.mf-zip-gate--compact .mf-zip-gate__form {
	flex-wrap: nowrap;
}

.mf-zip-gate__message {
	min-height: 1.4em;
	margin: 0.6em 0 0;
	font-size: 0.95rem;
}

/* ---------- Waitlist ---------- */

.mf-waitlist {
	margin-top: 1rem;
	padding: 1.25rem;
	background: var(--mf-surface);
	border-radius: var(--mf-radius);
}

.mf-waitlist__title {
	margin: 0 0 0.4em;
	font-family: var(--mf-font-heading);
	color: var(--mf-secondary);
	font-size: 1.1rem;
}

.mf-waitlist__text {
	margin: 0 0 0.9em;
	color: var(--mf-text-muted);
	font-size: 0.95rem;
}

.mf-waitlist__form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.mf-waitlist__input {
	flex: 1 1 200px;
}

.mf-waitlist__message {
	min-height: 1.4em;
	margin: 0.6em 0 0;
	font-size: 0.95rem;
}

@media (max-width: 480px) {
	.mf-zip-gate__form,
	.mf-waitlist__form {
		flex-direction: column;
	}

	.mf-zip-gate--compact .mf-zip-gate__form {
		flex-wrap: wrap;
		flex-direction: row;
	}
}

/* =====================================================================
   The funnel app — [meal_funnel]  (design: MFFunnel.dc.html)
   ===================================================================== */

/* Full-screen takeover app: fixed to the viewport, flex column
   (chrome / scroll / box bar). Body scroll is locked via html.mf-fn-active. */
html.mf-fn-active, html.mf-fn-active body { overflow: hidden; }
.mf-fn { position: fixed; inset: 0; z-index: 99990; background: var(--mf-bg); color: var(--mf-text); display: flex; flex-direction: column; overflow: hidden; border-radius: 0; }
.mf-fn__loading, .mf-fn__error { padding: 60px 20px; text-align: center; color: var(--mf-text-muted); }
.mf-fn__scroll { flex: 1 1 auto; min-height: 0; overflow-y: auto; overflow-x: hidden; display: flex; flex-direction: column; }
.mf-fn-screen { padding: 28px 20px 40px; max-width: 860px; width: 100%; margin: 0 auto; flex: 1 0 auto; animation: mfFnUp .35s ease both; }
/* In-place updates (add/remove, filters, quiz tile) skip the entry animation
   so clicking an option doesn't replay the fade or feel like a page refresh. */
.mf-fn--noanim .mf-fn-screen { animation: none; }

/* Top chrome bar (back · step progress · change-zip pill) */
.mf-fn-chrome { display: flex; align-items: center; gap: 12px; padding: 13px 18px; border-bottom: 1px solid rgba(35,48,42,.10); background: color-mix(in srgb, var(--mf-surface) 92%, transparent); backdrop-filter: blur(10px); flex: 0 0 auto; z-index: 5; }
.mf-fn-chrome__back { width: 34px; height: 34px; min-width: 34px; flex: 0 0 34px; padding: 0; box-sizing: border-box; border-radius: 50%; border: 1px solid rgba(35,48,42,.16); background: var(--mf-surface); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--mf-primary); }
.mf-fn-chrome__back:hover { background: var(--mf-bg); }
.mf-fn-chrome__steps { display: flex; gap: 7px; flex: 1; align-items: center; min-width: 0; }
.mf-fn-chrome__step { display: flex; align-items: center; gap: 7px; flex: 1; min-width: 0; }
.mf-fn-chrome__lab { font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; font-weight: 700; white-space: nowrap; color: var(--mf-secondary); }
.mf-fn-chrome__lab.is-done { color: var(--mf-accent); }
.mf-fn-chrome__bar { height: 3px; border-radius: 3px; flex: 1; min-width: 8px; background: color-mix(in srgb, var(--mf-secondary) 26%, transparent); }
.mf-fn-chrome__bar.is-done { background: var(--mf-accent); }
.mf-fn-chrome__zip { display: flex; align-items: center; gap: 5px; padding: 7px 11px; border-radius: 999px; border: 1px solid rgba(35,48,42,.16); background: var(--mf-surface); cursor: pointer; font-family: var(--mf-font-body); font-size: 12px; font-weight: 600; color: var(--mf-primary); flex: 0 0 auto; }
@media (max-width: 560px) {
	.mf-fn-chrome__lab { display: none; }
	.mf-fn-chrome__step:last-child .mf-fn-chrome__lab { display: inline; }
}
@keyframes mfFnUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes mfFnSpin { to { transform: rotate( 360deg ); } }
@keyframes mfFnPop { 0% { transform: scale(.85); opacity: 0; } 60% { transform: scale(1.05); } 100% { transform: scale(1); opacity: 1; } }

.mf-fn-h2 { font-family: var(--mf-font-heading); font-weight: 500; font-size: 28px; line-height: 1.12; margin: 0 0 8px; color: var(--mf-text); }
.mf-fn-h2 em { font-style: italic; color: var(--mf-primary); }
.mf-fn-sub { font-size: 14.5px; color: var(--mf-text-muted); margin: 0 0 22px; line-height: 1.5; }
.mf-fn-eyebrow { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: var(--mf-accent); }
.mf-fn-eyebrow--m { display: block; margin-bottom: 14px; color: var(--mf-text-muted); }
.mf-fn-textlink { background: none; border: none; cursor: pointer; font-family: var(--mf-font-body); font-size: 13.5px; font-weight: 600; color: var(--mf-text-muted); text-decoration: underline; text-underline-offset: 3px; }

.mf-fn-btn { border: none; border-radius: 12px; height: 50px; padding: 0 22px; cursor: pointer; font-family: var(--mf-font-body); font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.mf-fn-btn--primary { background: var(--mf-accent); color: #FFF6EE; }
.mf-fn-btn--accent { background: var(--mf-accent); color: #FFF6EE; }
.mf-fn-btn--gold { background: var(--mf-highlight); color: #23302A; }
.mf-fn-btn--ghost { background: var(--mf-surface); border: 1px solid rgba(35,48,42,.16); color: var(--mf-primary); }
.mf-fn-btn--wide { width: 100%; max-width: 360px; }
.mf-fn-btn:disabled { opacity: .5; cursor: not-allowed; }
.mf-fn-btn:hover:not(:disabled) { filter: brightness(1.06); }

/* Zip gate + coming soon */
.mf-fn-zip, .mf-fn-coming { display: flex; align-items: center; justify-content: center; min-height: 460px; text-align: center; background: radial-gradient(120% 80% at 50% 0%, color-mix(in srgb, var(--mf-bg) 86%, #d8c9a4) 0%, var(--mf-bg) 60%); }
.mf-fn-zip__inner { width: 100%; max-width: 460px; }
.mf-fn-zip__mark { width: 52px; height: 52px; border-radius: 14px; background: var(--mf-primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.mf-fn-zip__title { text-align: center; }
.mf-fn-zip__form { display: flex; gap: 8px; margin-top: 18px; }
.mf-fn-zip__input { flex: 1; min-width: 0; height: 52px; border: 1px solid rgba(35,48,42,.16); border-radius: 12px; padding: 0 16px; font-family: var(--mf-font-body); font-size: 16px; background: var(--mf-surface); color: var(--mf-text); }
.mf-fn-zip__input:focus { outline: none; border-color: var(--mf-primary); }
.mf-fn-zip__form .mf-fn-btn { flex: 0 0 auto; }
.mf-fn-zip__msg { min-height: 1.4em; margin: 12px 0 0; font-size: 14px; font-weight: 600; }
.mf-fn-zip__msg.is-ok { color: var(--mf-primary); }
.mf-fn-zip__msg.is-err { color: #B23B2E; }
.mf-fn-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* Quiz */
.mf-fn-quiz__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.mf-fn-skip { background: none; border: none; cursor: pointer; font-family: var(--mf-font-body); font-size: 13px; font-weight: 600; color: var(--mf-text-muted); text-decoration: underline; text-underline-offset: 3px; }
.mf-fn-safety { display: flex; align-items: center; gap: 9px; background: #FBEEE9; border: 1px solid rgba(178,59,46,.22); border-radius: 12px; padding: 11px 14px; margin-bottom: 18px; font-size: 13px; font-weight: 600; color: #9E3325; }
.mf-fn-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.mf-fn-tile { display: flex; align-items: center; gap: 12px; text-align: left; padding: 15px; border-radius: 14px; cursor: pointer; font-family: var(--mf-font-body); background: var(--mf-surface); border: 1px solid rgba(35,48,42,.13); transition: all .12s ease; }
.mf-fn-tile:hover { border-color: var(--mf-primary); background: color-mix(in srgb, var(--mf-primary) 7%, var(--mf-surface)); }
.mf-fn-tile.is-sel { background: color-mix(in srgb, var(--mf-primary) 12%, #fff); border: 1.5px solid var(--mf-primary); }
.mf-fn-tile--safety.is-sel { background: #FBEEE9; border-color: #B23B2E; }
.mf-fn-tile__label { flex: 1; font-size: 14.5px; font-weight: 600; color: var(--mf-text); line-height: 1.2; }
.mf-fn-tile__check { width: 22px; height: 22px; border-radius: 50%; background: var(--mf-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; flex: 0 0 auto; opacity: 0; transform: scale(.6); transition: opacity .15s ease, transform .15s ease; }
.mf-fn-tile.is-sel .mf-fn-tile__check { opacity: 1; transform: none; }
.mf-fn-tile--safety.is-sel .mf-fn-tile__check { background: #B23B2E; }
.mf-fn-quiz__nav { display: flex; gap: 12px; margin-top: 26px; }
.mf-fn-quiz__nav .mf-fn-btn--primary { flex: 1; }

/* Building */
.mf-fn-build { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 420px; text-align: center; }
.mf-fn-build__spin { width: 80px; height: 80px; border-radius: 50%; border: 3px solid rgba(46,70,54,.18); border-top-color: var(--mf-accent); animation: mfFnSpin 1s linear infinite; margin-bottom: 26px; }
.mf-fn-build__bar { width: 240px; max-width: 80%; height: 5px; border-radius: 5px; background: rgba(46,70,54,.14); overflow: hidden; margin-top: 6px; }
.mf-fn-build__bar > span { display: block; height: 100%; border-radius: 5px; background: var(--mf-accent); width: 10%; transition: width .4s ease; }

/* Reveal */
.mf-fn-reveal__head { text-align: center; margin-bottom: 24px; }
.mf-fn-eyebrow--c { display: block; margin-bottom: 10px; letter-spacing: .16em; text-align: center; }
.mf-fn-program { position: relative; background: linear-gradient(135deg, var(--mf-primary), color-mix(in srgb, var(--mf-primary) 70%, #000)); border-radius: 20px; padding: 24px; color: var(--mf-bg); overflow: hidden; margin-bottom: 18px; box-shadow: 0 22px 48px -30px rgba(33,50,39,.9); }
.mf-fn-program__ey { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--mf-highlight); margin-bottom: 14px; }
.mf-fn-program__row { display: flex; align-items: center; gap: 16px; }
.mf-fn-program__ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,217,160,.16); display: flex; align-items: center; justify-content: center; color: var(--mf-highlight); font-size: 22px; flex: 0 0 auto; }
.mf-fn-program__name { font-family: var(--mf-font-heading); font-size: 22px; font-weight: 500; line-height: 1.1; }
.mf-fn-program__desc { font-size: 14px; color: rgba(244,238,226,.78); margin-top: 4px; line-height: 1.45; }
.mf-fn-program .mf-fn-btn { margin-top: 18px; height: 46px; }
.mf-fn-suggest { background: var(--mf-surface); border: 1px solid rgba(35,48,42,.1); border-radius: 18px; padding: 18px 20px; margin-bottom: 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.mf-fn-suggest__ic { width: 50px; height: 50px; border-radius: 13px; background: #EAF1E5; color: #4E7C59; display: flex; align-items: center; justify-content: center; font-size: 20px; flex: 0 0 auto; }
.mf-fn-suggest__r { font-size: 13px; color: var(--mf-text-muted); font-weight: 500; }
.mf-fn-suggest__big { font-family: var(--mf-font-heading); font-size: 20px; font-weight: 500; margin-top: 2px; }
.mf-fn-suggest__big em { font-style: italic; color: var(--mf-accent); }
.mf-fn-recrail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mf-fn-rec { background: var(--mf-surface); border: 1px solid rgba(35,48,42,.1); border-radius: 15px; overflow: hidden; }
.mf-fn-rec__img { aspect-ratio: 4/3; position: relative; }
.mf-fn-rec__b { padding: 11px 12px 13px; }
.mf-fn-rec__name { font-family: var(--mf-font-heading); font-size: 15px; font-weight: 500; line-height: 1.15; }
.mf-fn-rec__macro { font-size: 12px; color: var(--mf-text-muted); margin-top: 5px; }
.mf-fn-reveal__cta { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 26px; }

/* Plan */
.mf-fn-plans { display: flex; gap: 12px; flex-wrap: wrap; }
.mf-fn-plan { position: relative; flex: 1; min-width: 124px; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.13); border-radius: 16px; padding: 20px 14px 18px; cursor: pointer; font-family: var(--mf-font-body); text-align: center; transition: all .12s ease; }
.mf-fn-plan.is-sel { background: color-mix(in srgb, var(--mf-primary) 12%, #fff); border: 2px solid var(--mf-primary); }
.mf-fn-plan__sug { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--mf-accent); color: #FFF6EE; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.mf-fn-plan__n { display: block; font-family: var(--mf-font-heading); font-size: 34px; font-weight: 500; color: var(--mf-text); line-height: 1; }
.mf-fn-plan.is-sel .mf-fn-plan__n { color: var(--mf-primary); }
.mf-fn-plan__u { display: block; font-size: 12px; font-weight: 600; color: var(--mf-text-muted); margin-top: 2px; }
.mf-fn-plan__t { display: block; font-size: 15px; font-weight: 700; margin-top: 14px; }
.mf-fn-plan__p { display: block; font-size: 11.5px; color: var(--mf-text-muted); margin-top: 2px; }
.mf-fn-plan__d { display: inline-block; margin-top: 10px; background: #EAF1E5; color: #4E7C59; font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.mf-fn-planscreen .mf-fn-btn--wide { max-width: none; margin-top: 26px; }

/* Meal select */
.mf-fn-meals { padding: 0 0 110px; max-width: none; }
.mf-fn-pbanner { display: flex; align-items: center; gap: 12px; background: var(--mf-primary); color: var(--mf-bg); padding: 12px 18px; }
.mf-fn-pbanner span { flex: 1; font-size: 13.5px; line-height: 1.35; }
.mf-fn-pbanner button { background: rgba(244,238,226,.16); border: none; color: var(--mf-bg); border-radius: 8px; padding: 6px 11px; font-size: 12px; font-weight: 600; cursor: pointer; }
.mf-fn-toolbar { position: sticky; top: 0; z-index: 4; background: color-mix(in srgb, var(--mf-bg) 94%, transparent); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(35,48,42,.1); padding: 12px 20px 10px; }
.mf-fn-chiprow { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.mf-fn-chiprow::-webkit-scrollbar { height: 0; }
.mf-fn-chip { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; cursor: pointer; font-family: var(--mf-font-body); font-size: 13px; font-weight: 600; white-space: nowrap; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.14); color: var(--mf-text); }
.mf-fn-chip.is-on { background: var(--mf-primary); color: var(--mf-bg); border-color: var(--mf-primary); }
.mf-fn-searchrow { display: flex; gap: 9px; margin-top: 10px; align-items: center; flex-wrap: wrap; }
.mf-fn-searchbox { flex: 1; min-width: 150px; display: flex; align-items: center; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.13); border-radius: 11px; padding: 0 12px; height: 40px; }
.mf-fn-searchbox input { border: none; outline: none; background: transparent; font-family: var(--mf-font-body); font-size: 14px; color: var(--mf-text); width: 100%; }
.mf-fn-prefbtn { display: flex; align-items: center; gap: 6px; height: 40px; padding: 0 13px; border-radius: 11px; cursor: pointer; font-family: var(--mf-font-body); font-size: 13px; font-weight: 600; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.16); color: var(--mf-primary); white-space: nowrap; }
.mf-fn-prefbtn.is-on { background: color-mix(in srgb, var(--mf-primary) 12%, #fff); border-color: var(--mf-primary); }
.mf-fn-count { margin-top: 10px; font-size: 12.5px; color: var(--mf-text-muted); font-weight: 600; }
.mf-fn-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; padding: 14px 20px 0; }
.mf-fn-card { background: var(--mf-surface); border: 1px solid rgba(35,48,42,.1); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: all .12s ease; }
.mf-fn-card.is-inbox { border-color: rgba(78,124,89,.5); box-shadow: 0 0 0 1px rgba(78,124,89,.4); }
.mf-fn-card.is-sold { opacity: .7; }
.mf-fn-card__img { all: unset; cursor: pointer; display: block; aspect-ratio: 4/3; position: relative; }
.mf-fn-card__price { position: absolute; top: 9px; right: 9px; background: rgba(255,253,248,.94); color: var(--mf-text); font-size: 13px; font-weight: 800; padding: 5px 10px; border-radius: 8px; }
.mf-fn-card__sold { position: absolute; inset: 0; background: rgba(35,48,42,.45); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; }
.mf-fn-badge { font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px; position: absolute; top: 9px; left: 9px; }
.mf-fn-badge--prem { background: rgba(35,48,42,.82); color: var(--mf-highlight); }
.mf-fn-card__b { padding: 13px 14px 14px; display: flex; flex-direction: column; flex: 1; }
.mf-fn-card__top { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.mf-fn-card__cuisine { font-size: 11px; color: var(--mf-accent); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mf-fn-card__rate { margin-left: auto; font-size: 11.5px; color: var(--mf-text-muted); font-weight: 600; }
.mf-fn-card__name { font-family: var(--mf-font-heading); font-size: 17px; font-weight: 500; line-height: 1.12; color: var(--mf-text); }
.mf-fn-card__desc { font-size: 12.5px; color: var(--mf-text-muted); margin-top: 5px; line-height: 1.4; }
.mf-fn-card__by { font-size: 11.5px; color: #A39C8C; margin-top: 6px; font-style: italic; }
.mf-fn-card__macro { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 12px; font-weight: 600; color: var(--mf-text-muted); }
.mf-fn-card__macro i { width: 3px; height: 3px; border-radius: 50%; background: #C9C2B0; }
.mf-fn-card__ctl { margin-top: auto; padding-top: 13px; }
.mf-fn-add { width: 100%; height: 44px; border-radius: 11px; cursor: pointer; font-family: var(--mf-font-body); font-size: 14.5px; font-weight: 700; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.18); color: var(--mf-text-muted); }
.mf-fn-add--on { background: var(--mf-primary); border: none; color: var(--mf-bg); }
.mf-fn-add:disabled { cursor: not-allowed; opacity: .7; }
.mf-fn-step { display: flex; align-items: center; justify-content: space-between; background: #EAF1E5; border: 1px solid rgba(78,124,89,.35); border-radius: 11px; height: 44px; padding: 0 6px; }
.mf-fn-step > span { font-size: 15px; font-weight: 700; color: var(--mf-primary); }
.mf-fn-step button { width: 34px; height: 34px; border-radius: 9px; border: none; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.mf-fn-step button:first-child { background: var(--mf-surface); color: var(--mf-primary); }
.mf-fn-step button:last-child { background: var(--mf-primary); color: var(--mf-bg); }
.mf-fn-step--lg { height: 52px; }
.mf-fn-step--sm { height: auto; background: none; border: none; gap: 8px; }
.mf-fn-step--sm button { width: 28px; height: 28px; border: 1px solid rgba(35,48,42,.16); background: var(--mf-surface); color: var(--mf-primary); border-radius: 7px; font-size: 15px; }
.mf-fn-step--sm span { font-size: 14px; font-weight: 700; min-width: 14px; text-align: center; }
.mf-fn-empty { text-align: center; padding: 50px 20px; }
.mf-fn-empty__t { font-family: var(--mf-font-heading); font-size: 20px; font-weight: 500; margin-bottom: 14px; }

/* Box bar — pinned at the bottom of the full-screen app (flex child) */
.mf-fn-boxbar-wrap { flex: 0 0 auto; position: relative; z-index: 6; }
.mf-fn-boxbar { background: var(--mf-primary); color: #FFF6EE; padding: 12px 16px; display: flex; align-items: center; gap: 14px; box-shadow: 0 -14px 36px -26px rgba(35,48,42,.8); }
.mf-fn-boxbar__info { flex: 1; display: flex; align-items: center; gap: 12px; background: none; border: none; cursor: pointer; color: var(--mf-bg); text-align: left; min-width: 0; }
.mf-fn-boxbar__ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(232,217,160,.16); display: flex; align-items: center; justify-content: center; color: var(--mf-highlight); flex: 0 0 auto; position: relative; font-size: 18px; }
.mf-fn-boxbar__count { position: absolute; top: -6px; right: -6px; background: var(--mf-accent); color: #fff; font-size: 11px; font-weight: 800; font-style: normal; min-width: 20px; height: 20px; border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.mf-fn-boxbar__txt { min-width: 0; }
.mf-fn-boxbar__txt b { display: block; font-size: 13.5px; font-weight: 700; }
.mf-fn-boxbar__txt small { display: block; font-size: 12px; color: rgba(244,238,226,.72); margin-top: 1px; }
.mf-fn-boxbar__go { border: none; border-radius: 12px; height: 46px; padding: 0 22px; cursor: pointer; font-family: var(--mf-font-body); font-size: 14.5px; font-weight: 700; background: var(--mf-highlight); color: #23302A; flex: 0 0 auto; }
.mf-fn-boxbar__go:disabled { background: rgba(232,217,160,.4); color: rgba(35,48,42,.5); cursor: not-allowed; }
.mf-fn-sheet { position: absolute; bottom: 100%; left: 0; right: 0; background: var(--mf-surface); border-top: 1px solid rgba(35,48,42,.12); border-radius: 18px 18px 0 0; max-height: 46vh; overflow-y: auto; box-shadow: 0 -20px 40px -30px rgba(35,48,42,.6); animation: mfFnUp .25s ease both; }
.mf-fn-sheet__head { padding: 16px 18px 8px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: var(--mf-surface); font-family: var(--mf-font-heading); font-size: 18px; }
.mf-fn-sheet__head button { width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(35,48,42,.16); background: var(--mf-surface); cursor: pointer; color: var(--mf-text-muted); }
.mf-fn-sheet__body { padding: 0 18px 14px; }
.mf-fn-sheet__row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(35,48,42,.08); }
.mf-fn-sheet__thumb { width: 46px; height: 46px; border-radius: 10px; flex: 0 0 auto; }
.mf-fn-sheet__info { flex: 1; min-width: 0; font-size: 14px; font-weight: 600; }
.mf-fn-sheet__price { font-size: 12px; color: var(--mf-text-muted); font-weight: 500; margin-top: 2px; }
.mf-fn-sheet__empty { padding: 20px 0; color: var(--mf-text-muted); text-align: center; }

/* Meal detail */
.mf-fn-detail { position: absolute; inset: 0; z-index: 10; background: rgba(33,50,39,.5); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 20px; animation: mfFnUp .2s ease both; }
.mf-fn-detail__card { background: var(--mf-surface); width: 100%; max-width: 480px; max-height: 92%; overflow-y: auto; border-radius: 20px; box-shadow: 0 30px 60px -30px rgba(33,50,39,.7); }
.mf-fn-detail__img { aspect-ratio: 16/10; position: relative; }
.mf-fn-detail__close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; border: none; background: rgba(255,253,248,.92); cursor: pointer; color: var(--mf-text); font-size: 14px; }
.mf-fn-detail__b { padding: 20px 22px 24px; }
.mf-fn-detail__name { font-family: var(--mf-font-heading); font-weight: 500; font-size: 25px; line-height: 1.1; margin: 8px 0 4px; }
.mf-fn-detail__desc { font-size: 14.5px; color: var(--mf-text-muted); line-height: 1.5; }
.mf-fn-detail__by { font-size: 12.5px; color: #A39C8C; font-style: italic; margin-top: 6px; }
.mf-fn-detail__nut { display: flex; gap: 8px; margin: 18px 0; }
.mf-fn-nut { flex: 1; background: var(--mf-bg); border-radius: 11px; padding: 11px 8px; text-align: center; }
.mf-fn-nut__v { font-family: var(--mf-font-heading); font-size: 20px; font-weight: 500; color: var(--mf-primary); }
.mf-fn-nut__l { font-size: 10.5px; color: var(--mf-text-muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-top: 2px; }
.mf-fn-detail__allerg { font-size: 12.5px; font-weight: 600; color: #B07A2E; background: #FBF1E3; border-radius: 10px; padding: 10px 12px; margin-bottom: 14px; }
.mf-fn-detail__heat { font-size: 13px; color: var(--mf-text-muted); margin-bottom: 18px; }
.mf-fn-detail__ctl .mf-fn-add, .mf-fn-detail__ctl .mf-fn-step { height: 52px; }

/* Toast */
.mf-fn-toast { position: absolute; left: 50%; transform: translateX(-50%) translateY(8px); bottom: 92px; z-index: 20; background: #23302A; color: var(--mf-bg); font-size: 13px; font-weight: 600; padding: 11px 18px; border-radius: 999px; box-shadow: 0 12px 30px -16px rgba(0,0,0,.7); white-space: nowrap; max-width: 90%; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.mf-fn-toast.is-in { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 560px) {
	.mf-fn-tiles { grid-template-columns: 1fr; }
	.mf-fn-recrail { grid-template-columns: 1fr 1fr; }
	.mf-fn-grid { grid-template-columns: 1fr; }
	.mf-fn-h2 { font-size: 24px; }
}

/* =====================================================================
   Auth card — [funnel_login]  (design: Customer Account, login view)
   ===================================================================== */

.mf-auth {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
	background: radial-gradient(120% 80% at 50% 0%, color-mix(in srgb, var(--mf-bg) 88%, #d8c9a4) 0%, var(--mf-bg) 60%);
	border-radius: var(--mf-radius);
}

.mf-auth__inner { width: 100%; max-width: 400px; }
.mf-auth__logo { display: flex; flex-direction: column; align-items: center; margin-bottom: 24px; }
.mf-auth__mark {
	width: 48px; height: 48px; border-radius: 13px; background: var(--mf-primary);
	display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.mf-auth__wordmark {
	font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase;
	font-weight: 800; color: var(--mf-primary);
}
.mf-auth__card {
	background: var(--mf-surface);
	border: 1px solid rgba(35, 48, 42, 0.1);
	border-radius: calc(var(--mf-radius) + 6px);
	padding: 26px 24px 28px;
	box-shadow: 0 24px 50px -34px rgba(35, 48, 42, 0.55);
}
.mf-auth__tabs {
	display: flex; background: rgba(35, 48, 42, 0.06);
	border-radius: 12px; padding: 4px; margin-bottom: 22px;
}
.mf-auth__tab {
	flex: 1; height: 38px; border: none; border-radius: 9px; cursor: pointer;
	font-family: var(--mf-font-body); font-size: 14px; font-weight: 700;
	background: transparent; color: var(--mf-text-muted);
}
.mf-auth__tab.is-active {
	background: var(--mf-surface); color: var(--mf-primary);
	box-shadow: 0 2px 6px -3px rgba(35, 48, 42, 0.4);
}
.mf-auth__tab:disabled { opacity: 0.45; cursor: not-allowed; }
.mf-auth__title {
	font-family: var(--mf-font-heading); font-weight: 500;
	font-size: 25px; line-height: 1.1; margin: 0 0 4px; color: var(--mf-text);
}
.mf-auth__sub { font-size: 13.5px; color: var(--mf-text-muted); margin: 0 0 20px; line-height: 1.45; }
.mf-auth__label { display: block; font-size: 12px; font-weight: 700; color: var(--mf-text-muted); margin: 13px 0 6px; }
.mf-auth__row { display: flex; justify-content: space-between; align-items: baseline; }
.mf-auth__forgot { font-size: 12px; font-weight: 600; color: var(--mf-accent); text-decoration: none; }
.mf-auth__field {
	display: flex; align-items: center; gap: 9px;
	background: rgba(35, 48, 42, 0.04); border: 1px solid rgba(35, 48, 42, 0.12);
	border-radius: 11px; height: 46px; padding: 0 13px;
}
.mf-auth__field input {
	border: none !important; outline: none; background: transparent !important;
	font-family: var(--mf-font-body); font-size: 14.5px; font-weight: 500;
	width: 100%; color: var(--mf-text); box-shadow: none !important; min-height: 0; padding: 0;
}
.mf-auth__field:focus-within { border-color: var(--mf-primary); }
.mf-auth__remember { display: block; font-size: 12.5px; color: var(--mf-text-muted); margin-top: 12px; }
.mf-auth__submit {
	margin-top: 18px; width: 100%; height: 50px; border: none; border-radius: 12px;
	background: var(--mf-accent); color: #FFF6EE; font-family: var(--mf-font-body);
	font-size: 15px; font-weight: 700; cursor: pointer;
	display: flex; align-items: center; justify-content: center; text-decoration: none;
}
.mf-auth__submit:hover { filter: brightness(1.07); color: #FFF6EE; }
.mf-auth__hint { font-size: 12.5px; color: var(--mf-text-muted); line-height: 1.5; }
.mf-auth__terms { text-align: center; font-size: 12px; color: var(--mf-text-muted); margin-top: 18px; line-height: 1.5; }

/* =====================================================================
   Customer dashboard — My Account tab (design: Customer Account, dashboard)
   ===================================================================== */

.mf-account { position: relative; color: var(--mf-text); }
.mf-account__head {
	display: flex; align-items: center; gap: 12px; padding: 13px 0 16px;
	border-bottom: 1px solid rgba(35, 48, 42, 0.1); margin-bottom: 18px;
}
.mf-account__mark {
	width: 34px; height: 34px; border-radius: 9px; background: var(--mf-primary);
	display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.mf-account__hi { font-family: var(--mf-font-heading); font-size: 17px; font-weight: 500; line-height: 1; }
.mf-account__meta { font-size: 12px; color: var(--mf-text-muted); margin-top: 2px; }

.mf-account__layout { display: flex; gap: 22px; align-items: flex-start; }
.mf-account__nav {
	display: flex; flex-direction: column; gap: 4px; width: 192px; flex: 0 0 auto;
}
.mf-account__navitem {
	display: flex; align-items: center; gap: 10px; border: none; border-radius: 11px;
	height: 44px; padding: 0 14px; background: transparent; color: var(--mf-text);
	font-family: var(--mf-font-body); font-size: 14px; font-weight: 600;
	cursor: pointer; text-align: left; white-space: nowrap;
}
.mf-account__navitem.is-active { background: var(--mf-primary); color: var(--mf-bg); }
.mf-account__content { flex: 1; min-width: 0; padding-bottom: 80px; }

.mf-account__title { font-family: var(--mf-font-heading); font-weight: 500; font-size: 26px; margin: 0 0 4px; color: var(--mf-text); }
.mf-account__sub { font-size: 14px; color: var(--mf-text-muted); margin: 0 0 22px; }

/* Preference tiles */
.mf-prefgroup { margin-bottom: 24px; }
.mf-prefgroup__title {
	font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase;
	font-weight: 700; color: var(--mf-text-muted); margin-bottom: 11px;
}
.mf-prefgroup__options { display: flex; gap: 9px; flex-wrap: wrap; }
.mf-tile {
	display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px;
	border-radius: 11px; cursor: pointer; font-family: var(--mf-font-body);
	font-size: 13.5px; font-weight: 600;
	background: var(--mf-surface); border: 1px solid rgba(35, 48, 42, 0.12); color: var(--mf-text);
}
.mf-tile.is-selected {
	background: color-mix(in srgb, var(--mf-primary) 12%, #fff);
	border: 1.5px solid var(--mf-primary); color: var(--mf-primary);
}
.mf-tile--safety.is-selected {
	background: #FBEEE9; border-color: #B23B2E; color: #B23B2E;
}
.mf-tile__dot { width: 13px; height: 13px; border-radius: 50%; flex: 0 0 auto; }

/* Plan hero */
.mf-nextdelivery { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; padding: 16px 18px; border-radius: calc(var(--mf-radius) + 4px); background: color-mix(in srgb, var(--mf-accent) 12%, #fff); border: 1px solid color-mix(in srgb, var(--mf-accent) 28%, transparent); }
.mf-nextdelivery__ic { width: 44px; height: 44px; border-radius: 50%; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--mf-accent) 18%, #fff); color: var(--mf-accent); }
.mf-nextdelivery__b { flex: 1; min-width: 0; }
.mf-nextdelivery__label { font-size: 11.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--mf-accent); }
.mf-nextdelivery__day { font-family: var(--mf-font-heading); font-size: 21px; font-weight: 500; color: var(--mf-text); margin-top: 2px; }
.mf-nextdelivery__meta { text-align: right; display: flex; flex-direction: column; gap: 3px; }
.mf-nextdelivery__order { font-size: 12.5px; font-weight: 700; color: var(--mf-text); }
.mf-nextdelivery__status { font-size: 11.5px; font-weight: 600; color: var(--mf-text-muted); }
@media (max-width: 540px) { .mf-nextdelivery__meta { display: none; } }
.mf-planhero {
	background: linear-gradient(135deg, var(--mf-primary), color-mix(in srgb, var(--mf-primary) 75%, #000));
	border-radius: calc(var(--mf-radius) + 4px); padding: 24px; color: var(--mf-bg);
	display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 24px;
	box-shadow: 0 22px 46px -32px rgba(33, 50, 39, 0.9);
}
.mf-planhero__size { font-family: var(--mf-font-heading); font-size: 52px; font-weight: 500; line-height: 1; color: var(--mf-highlight); }
.mf-planhero__info { flex: 1; min-width: 140px; }
.mf-planhero__label { font-size: 13px; opacity: 0.75; font-weight: 600; }
.mf-planhero__price { font-size: 17px; font-weight: 700; margin-top: 3px; }
.mf-planhero__cta {
	background: var(--mf-highlight); color: #23302A; border: none; border-radius: 11px; height: 44px;
	padding: 0 18px; font-family: var(--mf-font-body); font-size: 13.5px; font-weight: 700;
	cursor: pointer; display: inline-flex; align-items: center; text-decoration: none;
}
.mf-planhero__cta:hover { filter: brightness(1.05); color: #23302A; }

/* Size cards */
.mf-plansizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)); gap: 10px; }
.mf-account__navic { flex: 0 0 auto; }
.mf-sizecard {
	flex: 1; min-width: 92px; background: var(--mf-surface);
	border: 1px solid rgba(35, 48, 42, 0.12); border-radius: 14px; padding: 16px 12px;
	cursor: pointer; font-family: var(--mf-font-body); text-align: center;
}
.mf-sizecard.is-selected {
	background: color-mix(in srgb, var(--mf-primary) 12%, #fff);
	border: 2px solid var(--mf-primary);
}
.mf-sizecard__num { display: block; font-family: var(--mf-font-heading); font-size: 28px; font-weight: 500; line-height: 1; color: var(--mf-text); }
.mf-sizecard.is-selected .mf-sizecard__num { color: var(--mf-primary); }
.mf-sizecard__unit { display: block; font-size: 11px; color: var(--mf-text-muted); font-weight: 600; margin-top: 3px; }
.mf-sizecard__save { display: block; font-size: 10.5px; font-weight: 700; color: #4E7C59; margin-top: 6px; }

/* Order again */
.mf-account__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.mf-btn--reorder {
	background: var(--mf-accent); color: #FFF6EE; border: none; border-radius: 12px;
	height: 48px; padding: 0 22px; font-family: var(--mf-font-body); font-size: 14.5px;
	font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.mf-btn--reorder:hover { filter: brightness(1.07); color: #FFF6EE; }
.mf-btn--reorder:disabled { opacity: 0.6; cursor: wait; }
.mf-btn--ghostbrand {
	background: var(--mf-surface); border: 1px solid rgba(35, 48, 42, 0.16); border-radius: 12px;
	height: 48px; padding: 0 20px; font-family: var(--mf-font-body); font-size: 14.5px;
	font-weight: 600; color: var(--mf-primary); cursor: pointer;
	display: inline-flex; align-items: center; text-decoration: none;
}
.mf-lastbox { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.mf-mealcard {
	background: var(--mf-surface); border: 1px solid rgba(35, 48, 42, 0.1);
	border-radius: 14px; overflow: hidden; display: flex;
}
.mf-mealcard__thumb { width: 74px; flex: 0 0 auto; background-size: cover; background-position: center; }
.mf-mealcard__thumb--ph { background: linear-gradient(150deg, #EEC056, #C9892F); }
.mf-mealcard__body { padding: 11px 13px; flex: 1; min-width: 0; }
.mf-mealcard__name { font-family: var(--mf-font-heading); font-size: 15.5px; font-weight: 500; line-height: 1.15; }
.mf-mealcard__meta { font-size: 12px; color: var(--mf-text-muted); margin-top: 4px; }
.mf-mealcard__price { font-size: 13px; font-weight: 700; color: var(--mf-accent); margin-top: 6px; }

/* Delivery area */
.mf-zipcard {
	background: var(--mf-surface); border: 1px solid rgba(35, 48, 42, 0.1);
	border-radius: 16px; padding: 22px; max-width: 520px;
}
.mf-zipcard__label { display: block; font-size: 12px; font-weight: 700; color: var(--mf-text-muted); margin-bottom: 7px; }
.mf-zipcard__row { display: flex; gap: 9px; }
.mf-zipcard__field {
	flex: 1; display: flex; align-items: center; gap: 9px;
	background: rgba(35, 48, 42, 0.04); border: 1px solid rgba(35, 48, 42, 0.12);
	border-radius: 11px; height: 48px; padding: 0 13px;
}
.mf-zipcard__field input {
	border: none !important; outline: none; background: transparent !important;
	font-family: var(--mf-font-body); font-size: 16px; font-weight: 600;
	letter-spacing: 0.05em; width: 100%; color: var(--mf-text); box-shadow: none !important; min-height: 0; padding: 0;
}
.mf-zipcard__check {
	background: var(--mf-primary); color: var(--mf-bg); border: none; border-radius: 11px;
	height: 48px; padding: 0 18px; font-family: var(--mf-font-body); font-size: 14px;
	font-weight: 700; cursor: pointer; flex: 0 0 auto;
}
.mf-zipok {
	margin-top: 16px; display: flex; align-items: center; gap: 11px;
	background: #EAF1E5; border: 1px solid rgba(78, 124, 89, 0.3); border-radius: 12px; padding: 13px 15px;
}
.mf-zipok__badge {
	width: 34px; height: 34px; border-radius: 50%; background: #4E7C59; color: #fff;
	display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700;
}
.mf-zipok__title { font-size: 14px; font-weight: 700; color: var(--mf-primary); }
.mf-zipok__sub { font-size: 12.5px; color: var(--mf-text-muted); margin-top: 1px; }
.mf-zipbad {
	margin-top: 16px; background: #FBEEE9; border: 1px solid rgba(178, 59, 46, 0.25);
	border-radius: 12px; padding: 14px 15px;
}
.mf-zipbad__title { font-size: 14px; font-weight: 700; color: #9E3325; }
.mf-zipbad__sub { font-size: 12.5px; color: var(--mf-text-muted); margin-top: 5px; line-height: 1.45; }
.mf-zipbad__cta {
	margin-top: 11px; background: var(--mf-primary); color: var(--mf-bg); border: none;
	border-radius: 10px; height: 40px; padding: 0 16px; font-family: var(--mf-font-body);
	font-size: 13px; font-weight: 700; cursor: pointer;
}

/* Save bar + toast */
.mf-savebar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
	background: #23302A; color: var(--mf-bg); padding: 13px 18px;
	display: flex; align-items: center; gap: 14px;
	box-shadow: 0 -14px 36px -26px rgba(0, 0, 0, 0.7);
}
.mf-savebar[hidden] { display: none; }
.mf-savebar__text { flex: 1; font-size: 13.5px; font-weight: 600; }
.mf-savebar__discard { background: none; border: none; cursor: pointer; font-family: var(--mf-font-body); font-size: 13px; font-weight: 600; color: rgba(244, 238, 226, 0.7); }
.mf-savebar__save {
	background: var(--mf-accent); color: #FFF6EE; border: none; border-radius: 10px;
	height: 40px; padding: 0 18px; font-family: var(--mf-font-body); font-size: 13.5px; font-weight: 700; cursor: pointer;
}
.mf-toast {
	position: fixed; left: 50%; transform: translateX(-50%); bottom: 76px; z-index: 95;
	background: #23302A; color: var(--mf-bg); font-size: 13px; font-weight: 600;
	padding: 11px 18px; border-radius: 999px; box-shadow: 0 12px 30px -16px rgba(0, 0, 0, 0.7);
	white-space: nowrap; max-width: 90%;
}
.mf-toast[hidden] { display: none; }

/* Orders tab */
.mf-orderkpis { display: flex; gap: 10px; margin-bottom: 22px; flex-wrap: wrap; }
.mf-orderkpi { flex: 1; min-width: 120px; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.1); border-radius: 13px; padding: 13px 16px; }
.mf-orderkpi__v { font-family: var(--mf-font-heading); font-size: 23px; font-weight: 500; color: var(--mf-primary); }
.mf-orderkpi__l { font-size: 11.5px; color: var(--mf-text-muted); font-weight: 600; margin-top: 4px; }
.mf-orderlist { display: flex; flex-direction: column; gap: 10px; }
.mf-orderrow { background: var(--mf-surface); border: 1px solid rgba(35,48,42,.1); border-radius: 14px; padding: 14px 16px; display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: 'icon main right' 'actions actions actions'; gap: 12px; align-items: center; }
.mf-orderrow__icon { grid-area: icon; width: 42px; height: 42px; border-radius: 11px; background: #EAF1E5; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.mf-orderrow__main { grid-area: main; min-width: 0; }
.mf-orderrow__title { font-size: 14.5px; font-weight: 700; color: var(--mf-text); }
.mf-orderrow__meta { font-size: 12.5px; color: var(--mf-text-muted); margin-top: 2px; }
.mf-orderrow__right { grid-area: right; text-align: right; }
.mf-orderrow__total { font-size: 14.5px; font-weight: 700; color: var(--mf-text); }
.mf-orderrow__status { font-size: 10.5px; font-weight: 700; border-radius: 999px; padding: 3px 9px; display: inline-block; margin-top: 3px; }
.mf-orderrow__actions { grid-area: actions; display: flex; gap: 8px; }
.mf-orderrow__reorder { background: var(--mf-primary); color: var(--mf-bg); border: none; border-radius: 9px; height: 36px; padding: 0 14px; font-family: var(--mf-font-body); font-size: 12.5px; font-weight: 700; cursor: pointer; }
.mf-orderrow__receipt { background: var(--mf-surface); border: 1px solid rgba(35,48,42,.16); border-radius: 9px; height: 36px; padding: 0 14px; font-size: 12.5px; font-weight: 600; color: var(--mf-text-muted); cursor: pointer; display: inline-flex; align-items: center; text-decoration: none; }
.mf-txlist { background: var(--mf-surface); border: 1px solid rgba(35,48,42,.1); border-radius: 14px; overflow: hidden; }
.mf-txrow { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-bottom: 1px solid rgba(35,48,42,.07); }
.mf-txrow:last-child { border-bottom: none; }
.mf-txrow__icon { width: 34px; height: 34px; border-radius: 8px; background: var(--mf-bg); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.mf-txrow__main { flex: 1; min-width: 0; }
.mf-txrow__label { font-size: 13.5px; font-weight: 600; color: var(--mf-text); }
.mf-txrow__meta { font-size: 12px; color: var(--mf-text-muted); margin-top: 1px; }
.mf-txrow__right { text-align: right; }
.mf-txrow__amt { font-size: 13.5px; font-weight: 700; color: var(--mf-text); }
.mf-txrow__state { font-size: 11px; font-weight: 600; color: #4E7C59; margin-top: 1px; }

/* Profile tab */
.mf-profilecard { display: flex; align-items: center; gap: 16px; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.1); border-radius: 16px; padding: 18px; margin-bottom: 18px; }
.mf-profilecard__avatar { position: relative; width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--mf-primary), #4E7C59); color: var(--mf-highlight); display: flex; align-items: center; justify-content: center; font-family: var(--mf-font-heading); font-size: 24px; font-weight: 500; flex: 0 0 auto; }
.mf-profilecard__avatarimg { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.mf-profilecard__camera { position: absolute; right: -3px; bottom: -3px; width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--mf-surface); background: var(--mf-accent); color: #FFF6EE; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.mf-profilecard__camera:hover { filter: brightness(1.06); }
.mf-profilecard__uploadlink { background: none; border: none; padding: 0; margin-top: 5px; color: var(--mf-accent); font-family: var(--mf-font-body); font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.mf-profilecard__name { font-family: var(--mf-font-heading); font-size: 20px; font-weight: 500; color: var(--mf-text); }
.mf-profilecard__meta { font-size: 13px; color: var(--mf-text-muted); margin-top: 2px; }
.mf-formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mf-formgrid--32 { grid-template-columns: 1.4fr 1fr; }
.mf-flabel { display: block; font-size: 12px; font-weight: 600; color: var(--mf-text-muted); margin-bottom: 12px; }
.mf-finput { display: block; margin-top: 6px; width: 100%; box-sizing: border-box; font-family: var(--mf-font-body); font-size: 14.5px; border: 1px solid rgba(35,48,42,.14); border-radius: 11px; padding: 11px 13px; background: var(--mf-surface); color: var(--mf-text); }
.mf-finput:focus { outline: none; border-color: var(--mf-primary); }
.mf-securityrow { width: 100%; display: flex; align-items: center; gap: 11px; background: var(--mf-surface); border: 1px solid rgba(35,48,42,.12); border-radius: 13px; padding: 14px 16px; cursor: pointer; text-decoration: none; margin-bottom: 10px; }
.mf-securityrow__icon { width: 34px; height: 34px; border-radius: 9px; background: var(--mf-bg); color: var(--mf-text-muted); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.mf-securityrow__title { font-size: 14px; font-weight: 700; color: var(--mf-text); }

@media (max-width: 700px) {
	.mf-account__layout { flex-direction: column; }
	.mf-account__nav {
		flex-direction: row; width: 100%; overflow-x: auto; gap: 6px; padding-bottom: 4px;
	}
	.mf-account__navitem { flex: 0 0 auto; height: 38px; border-radius: 10px; background: rgba(35, 48, 42, 0.05); }
	.mf-account__navitem.is-active { background: var(--mf-primary); }
	.mf-lastbox { grid-template-columns: 1fr; }
	.mf-orderrow { grid-template-columns: auto 1fr; grid-template-areas: 'icon main' 'right right' 'actions actions'; }
	.mf-orderrow__right { text-align: left; }
	.mf-formgrid { grid-template-columns: 1fr; }
}

/* =====================================================================
   Custom checkout — "Checkout V2"  ([meal_checkout] → .mf-checkout)
   Self-contained palette/fonts (does not use the funnel --mf-* vars, so the
   checkout keeps its own art direction regardless of admin Branding colors).
   ===================================================================== */
.mf-checkout { position: fixed; inset: 0; z-index: 99990; background: #F6F5F0; color: #16191A; font-family: 'Instrument Sans', system-ui, sans-serif; display: flex; flex-direction: column; overflow: hidden; -webkit-font-smoothing: antialiased; }
.mf-checkout--infunnel { z-index: 100000; } /* mounted over the funnel as its final step */
.mf-co2-loading { flex: 1; display: flex; align-items: center; justify-content: center; color: #7A7F74; font-size: 14px; font-weight: 600; }

/* top bar */
.mf-co2-top { flex: 0 0 auto; background: rgba(246,245,240,.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(22,25,20,.08); padding: 12px 20px; display: flex; align-items: center; gap: 10px; z-index: 6; }
.mf-co2-back { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid #16191A; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #16191A; flex: 0 0 auto; }
.mf-co2-badge { background: #16191A; color: #C9AC5D; border-radius: 999px; padding: 7px 15px; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; flex: 0 0 auto; }
.mf-co2-note { font-size: 12px; color: #7A7F74; font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mf-co2-secure { margin-left: auto; display: flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: #7A7F74; flex: 0 0 auto; }

.mf-co2-scroll { flex: 1; overflow-y: auto; overflow-x: hidden; }
.mf-co2-scroll::-webkit-scrollbar { width: 8px; }
.mf-co2-scroll::-webkit-scrollbar-thumb { background: rgba(22,25,20,.18); border-radius: 8px; }
.mf-co2-wrap { max-width: 1040px; margin: 0 auto; width: 100%; padding: 32px 32px 44px; box-sizing: border-box; }
.mf-co2-h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 42px; line-height: 1.0; letter-spacing: -.02em; margin: 0 0 6px; }
.mf-co2-sub { font-size: 14.5px; color: #5B6055; margin: 0 0 24px; }

.mf-co2-grid { display: flex; gap: 24px; align-items: flex-start; }
.mf-co2-form { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.mf-co2-sumcol { width: 370px; flex: 0 0 auto; }

.mf-co2-card { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 20px; padding: 20px; }
.mf-co2-cardhead { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.mf-co2-ct { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 600; }
.mf-co2-link { margin-left: auto; background: none; border: none; cursor: pointer; font-family: 'Instrument Sans'; font-size: 12.5px; font-weight: 700; color: #B08D3E; text-decoration: none; }
.mf-co2-prefill { margin-left: auto; font-size: 12px; font-weight: 700; color: #1C2E1F; }
.mf-co2-proc { margin-left: auto; font-size: 11.5px; color: #9AA093; font-weight: 600; display: flex; align-items: center; gap: 5px; }

.mf-co2-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mf-co2-3col { display: grid; grid-template-columns: 1fr 1.2fr .7fr; gap: 10px; }
.mf-co2-mb { margin-bottom: 10px; }
.mf-co2-in { border: 1.5px solid rgba(22,25,20,.14); outline: none; background: #fff; border-radius: 13px; height: 48px; padding: 0 15px; font-family: 'Instrument Sans'; font-size: 14.5px; font-weight: 500; color: #16191A; width: 100%; box-sizing: border-box; }
.mf-co2-in:focus { border-color: #16191A; }
.mf-co2-in[data-invalid="1"] { border-color: #C43A2A; }
.mf-co2-err { font-size: 11.5px; font-weight: 600; color: #C43A2A; margin-top: 5px; }
.mf-co2-errbox { background: #FBEEE9; border: 1px solid rgba(196,58,42,.25); border-radius: 12px; padding: 10px 13px; margin-top: 10px; }
.mf-co2-flabel { font-size: 12px; font-weight: 700; color: #7A7F74; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 9px; }

.mf-co2-days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 3px; }
.mf-co2-days::-webkit-scrollbar { height: 0; }
.mf-co2-day { flex: 0 0 auto; min-width: 76px; border-radius: 15px; cursor: pointer; font-family: 'Instrument Sans'; padding: 12px 10px; text-align: center; background: #F6F5F0; border: 1.5px solid rgba(22,25,20,.1); display: flex; flex-direction: column; gap: 2px; }
.mf-co2-day.is-sel { background: #C9AC5D; border: 2px solid #16191A; }
.mf-co2-day__dow { font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #9AA093; }
.mf-co2-day.is-sel .mf-co2-day__dow { color: #16191A; }
.mf-co2-day__num { font-family: 'Bricolage Grotesque', sans-serif; font-size: 21px; font-weight: 600; color: #16191A; line-height: 1.1; }
.mf-co2-day__mon { font-size: 10px; font-weight: 600; color: #9AA093; }
.mf-co2-day.is-sel .mf-co2-day__mon { color: #16191A; }

.mf-co2-pays { display: flex; flex-direction: column; gap: 8px; margin-bottom: 4px; }
.mf-co2-pay { display: flex; align-items: center; gap: 11px; border: 1.5px solid rgba(22,25,20,.12); border-radius: 13px; padding: 13px; cursor: pointer; background: #fff; font-family: 'Instrument Sans'; text-align: left; }
.mf-co2-pay.is-sel { border-color: #16191A; background: #FBFAF6; }
.mf-co2-pay__radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(22,25,20,.3); flex: 0 0 auto; }
.mf-co2-pay.is-sel .mf-co2-pay__radio { border: 5px solid #16191A; }
.mf-co2-pay__label { flex: 1; font-size: 14px; font-weight: 600; }
.mf-co2-pay__note { font-size: 11px; color: #9AA093; font-weight: 700; }
.mf-co2-cardmount { margin-top: 4px; padding: 14px; border: 1.5px solid rgba(22,25,20,.14); border-radius: 13px; background: #fff; }
.mf-co2-cardmount[hidden] { display: none; }

.mf-co2-place { width: 100%; border: none; border-radius: 999px; height: 58px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 16px; font-weight: 800; background: #F4571F; color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; box-sizing: border-box; }
.mf-co2-place:disabled { opacity: .75; cursor: wait; }
.mf-co2-spin { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; display: inline-block; animation: mfFnSpin .8s linear infinite; }
.mf-co2-fineprint { text-align: center; font-size: 12px; color: #9AA093; font-weight: 600; }

/* dark chef's summary */
.mf-co2-sum { position: sticky; top: 14px; background: #1C2E1F; border-radius: 24px; overflow: hidden; color: #fff; box-shadow: 0 26px 60px -34px rgba(22,25,20,.7); }
.mf-co2-sumhead { padding: 18px 20px 14px; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 10px; }
.mf-co2-az { width: 38px; height: 38px; border-radius: 50%; background: #C9AC5D; color: #1C2E1F; display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 14px; flex: 0 0 auto; }
.mf-co2-sumh { flex: 1; min-width: 0; }
.mf-co2-sumt { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 600; }
.mf-co2-sumsub { font-size: 11.5px; color: rgba(255,255,255,.55); margin-top: 1px; }
.mf-co2-edit { background: none; border: none; cursor: pointer; font-family: 'Instrument Sans'; font-size: 12px; font-weight: 700; color: #C9AC5D; flex: 0 0 auto; text-decoration: none; }
.mf-co2-items { padding: 8px 20px 4px; max-height: 240px; overflow-y: auto; }
.mf-co2-item { display: flex; align-items: center; gap: 11px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.mf-co2-item__sw { width: 42px; height: 34px; border-radius: 9px; flex: 0 0 auto; }
.mf-co2-item__name { flex: 1; min-width: 0; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.92); }
.mf-co2-item__qty { font-size: 12px; color: rgba(255,255,255,.5); flex: 0 0 auto; }
.mf-co2-item__line { font-size: 12.5px; font-weight: 700; flex: 0 0 auto; }
.mf-co2-sumbody { padding: 12px 20px 18px; }
.mf-co2-row { display: flex; justify-content: space-between; font-size: 12.5px; color: rgba(255,255,255,.6); padding: 3px 0; }
.mf-co2-row--g { color: #C9AC5D; font-weight: 700; }
.mf-co2-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid rgba(255,255,255,.14); margin-top: 9px; padding-top: 11px; }
.mf-co2-total > span { font-size: 13px; font-weight: 700; }
.mf-co2-total__v { display: flex; align-items: baseline; gap: 8px; }
.mf-co2-was { font-size: 12px; color: rgba(255,255,255,.4); text-decoration: line-through; }
.mf-co2-now { font-family: 'Bricolage Grotesque', sans-serif; font-size: 26px; font-weight: 600; color: #C9AC5D; }
.mf-co2-tipwrap { margin-top: 14px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 13px; }
.mf-co2-tiptitle { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.mf-co2-tips { display: flex; gap: 7px; }
.mf-co2-tip { flex: 1; border-radius: 999px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 12.5px; font-weight: 800; padding: 9px 4px; background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.18); color: rgba(255,255,255,.75); }
.mf-co2-tip.is-sel { background: #C9AC5D; border-color: #C9AC5D; color: #1C2E1F; }
.mf-co2-couponwrap { margin-top: 13px; }
.mf-co2-coupon { border: 1.5px solid rgba(255,255,255,.18); outline: none; background: rgba(255,255,255,.06); border-radius: 999px; height: 44px; padding: 0 16px; font-family: 'Instrument Sans'; font-size: 13px; font-weight: 600; color: #fff; width: 100%; box-sizing: border-box; }
.mf-co2-coupon::placeholder { color: rgba(255,255,255,.5); }
.mf-co2-coupon:focus { border-color: #C9AC5D; }
.mf-co2-coupon-msg { font-size: 11.5px; font-weight: 700; color: #E8907F; margin-top: 7px; }
.mf-co2-coupon-msg[data-ok="1"] { color: #C9AC5D; }
.mf-co2-coupon-on { display: flex; align-items: center; gap: 9px; background: rgba(201,172,93,.14); border: 1px solid rgba(201,172,93,.4); border-radius: 999px; padding: 9px 15px; }
.mf-co2-coupon-on span { flex: 1; font-size: 12.5px; font-weight: 700; color: #C9AC5D; }
.mf-co2-coupon-on button { background: none; border: none; cursor: pointer; font-size: 11.5px; font-weight: 700; color: rgba(255,255,255,.6); text-decoration: underline; }

/* sticky mobile CTA */
.mf-co2-sticky { display: none; flex: 0 0 auto; background: #1C2E1F; padding: 12px 16px; align-items: center; gap: 14px; }
.mf-co2-sticky__t { flex: 0 0 auto; }
.mf-co2-sticky__t span { font-size: 11px; color: rgba(255,255,255,.55); font-weight: 700; display: block; }
.mf-co2-sticky__t b { font-family: 'Bricolage Grotesque', sans-serif; font-size: 21px; font-weight: 600; color: #C9AC5D; line-height: 1.1; }
.mf-co2-sticky .mf-co2-place { flex: 1; height: 50px; }

.mf-co2-toast { position: absolute; left: 50%; transform: translateX(-50%); bottom: 90px; z-index: 30; background: #16191A; color: #C9AC5D; font-size: 13px; font-weight: 700; padding: 11px 18px; border-radius: 999px; white-space: nowrap; max-width: 90%; }

/* empty */
.mf-co2-empty { max-width: 460px; margin: 0 auto; min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 12px; padding: 40px 20px; }
.mf-co2-empty__ic { font-size: 42px; }
.mf-co2-cta { background: #F4571F; color: #fff; border: none; border-radius: 999px; height: 52px; padding: 0 26px; display: inline-flex; align-items: center; font-family: 'Instrument Sans'; font-size: 15px; font-weight: 800; cursor: pointer; text-decoration: none; }

/* thank you */
.mf-co2-thanks { max-width: 600px; }
.mf-co2-thankhead { text-align: center; margin-bottom: 24px; }
.mf-co2-bigcheck { width: 74px; height: 74px; border-radius: 50%; background: #C9AC5D; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.mf-co2-pending { color: #F4571F; font-weight: 800; }
.mf-co2-note-card { background: #1C2E1F; border-radius: 22px; padding: 22px; color: #fff; margin-bottom: 14px; }
.mf-co2-note-head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.mf-co2-note-lab { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #C9AC5D; }
.mf-co2-note-q { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16.5px; font-weight: 500; line-height: 1.45; margin: 0; color: rgba(255,255,255,.92); font-style: italic; }
.mf-co2-note-sig { font-size: 12.5px; color: rgba(255,255,255,.55); margin-top: 10px; }
.mf-co2-tl { display: flex; align-items: flex-start; }
.mf-co2-tlstep { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.mf-co2-tlic { width: 38px; height: 38px; border-radius: 50%; background: #F6F5F0; color: #16191A; display: flex; align-items: center; justify-content: center; z-index: 2; font-size: 13px; font-weight: 800; }
.mf-co2-tlstep.is-done .mf-co2-tlic { background: #C9AC5D; color: #1C2E1F; }
.mf-co2-tltitle { font-size: 12.5px; font-weight: 700; margin-top: 8px; }
.mf-co2-tlwhen { font-size: 11.5px; color: #9AA093; margin-top: 2px; }
.mf-co2-tlbar { position: absolute; top: 19px; left: 50%; width: 100%; height: 2px; background: rgba(22,25,20,.12); z-index: 1; }
.mf-co2-tlbar.is-done { background: #C9AC5D; }
.mf-co2-card--flush { padding: 0; overflow: hidden; }
.mf-co2-osumhead { padding: 15px 18px; border-bottom: 1px solid rgba(22,25,20,.07); display: flex; align-items: center; justify-content: space-between; }
.mf-co2-osumhead > span:first-child { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 600; }
.mf-co2-osub { font-size: 12.5px; color: #9AA093; font-weight: 600; }
.mf-co2-oitems { padding: 4px 18px 8px; }
.mf-co2-item--light { border-bottom: 1px solid rgba(22,25,20,.06); }
.mf-co2-item--light .mf-co2-item__name { color: #16191A; }
.mf-co2-item--light .mf-co2-item__qty { color: #9AA093; }
.mf-co2-item--light .mf-co2-item__line { color: #16191A; }
.mf-co2-paid { padding: 12px 18px; background: #F6F5F0; display: flex; justify-content: space-between; align-items: baseline; }
.mf-co2-paid span { font-size: 13px; font-weight: 700; }
.mf-co2-paid b { font-family: 'Bricolage Grotesque', sans-serif; font-size: 21px; font-weight: 600; }
.mf-co2-nudge { background: #fff; border: 1.5px solid #16191A; border-radius: 20px; padding: 18px; margin: 14px 0; }
.mf-co2-nudge__t { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.mf-co2-nudge__s { font-size: 13px; color: #5B6055; line-height: 1.45; margin-bottom: 12px; }
.mf-co2-nudge__btn { display: inline-flex; align-items: center; background: #16191A; color: #C9AC5D; border: none; border-radius: 999px; height: 46px; padding: 0 20px; font-family: 'Instrument Sans'; font-size: 13.5px; font-weight: 800; cursor: pointer; text-decoration: none; }
.mf-co2-thankcta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.mf-co2-thankcta .mf-co2-place { flex: 1; min-width: 160px; height: 52px; }
.mf-co2-ghost { flex: 1; min-width: 160px; height: 52px; background: #fff; color: #16191A; border: 1.5px solid #16191A; border-radius: 999px; font-family: 'Instrument Sans'; font-size: 15px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; text-decoration: none; box-sizing: border-box; }

@media (max-width: 860px) {
	.mf-co2-wrap { padding: 22px 16px 26px; }
	.mf-co2-h1 { font-size: 30px; }
	.mf-co2-grid { flex-direction: column; }
	.mf-co2-sumcol { width: 100%; }
	.mf-co2-sum { position: static; }
	.mf-co2-2col { grid-template-columns: 1fr; }
	.mf-co2-3col { grid-template-columns: 1fr 1fr; }
	.mf-co2-place--inline, .mf-co2-fineprint { display: none; }
	.mf-co2-sticky { display: flex; }
}

/* =====================================================================
   Funnel V2  (.mf-fn.mf-fn-v2 — paper/ink/lime/orange, self-contained
   art direction; does not read the --mf-* Branding vars)
   ===================================================================== */
.mf-fn.mf-fn-v2 { background: #F6F5F0; color: #16191A; font-family: 'Instrument Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.mf-fn-v2 .mf-fn__scroll { position: relative; }
.mf-fn-v2 .mf-fn__scroll::-webkit-scrollbar { width: 8px; }
.mf-fn-v2 .mf-fn__scroll::-webkit-scrollbar-thumb { background: rgba(22,25,20,.18); border-radius: 8px; }
/* NOTE: do NOT override .mf-fn-screen padding/max-width/display here — the V2
   screen classes (.mf-fn2-quiz/-reveal/-meals/-zip) live on the SAME element and
   must win. A .mf-fn-v2 .mf-fn-screen rule (0,2,0) would beat them (0,1,0). */
.mf-fn-v2 .mf-fn-screen { min-width: 0; }
/* Suppress entry animations on in-place updates (tile toggle, size pick, add/
   remove) so a click never re-plays the fade-in. Only screen transitions animate. */
.mf-fn-v2.mf-fn--noanim [class^="mf-fn2-"], .mf-fn-v2.mf-fn--noanim [class*=" mf-fn2-"], .mf-fn-v2.mf-fn--noanim .mf-fn-screen { animation: none !important; }
.mf-fn-v2 .v2-strip::-webkit-scrollbar, .mf-fn-v2 .v2-chips::-webkit-scrollbar, .mf-fn-v2 .v2-tray::-webkit-scrollbar { height: 0; }

/* context bar */
.mf-fn2-ctx { flex: 0 0 auto; background: rgba(246,245,240,.94); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(22,25,20,.08); padding: 12px 18px 10px; z-index: 6; }
.mf-fn2-ctx__row { display: flex; align-items: center; gap: 10px; }
.mf-fn2-back { width: 34px; height: 34px; min-width: 34px; padding: 0; border-radius: 50%; border: 1.5px solid #16191A; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #16191A; flex: 0 0 auto; }
.mf-fn2-chips { display: flex; align-items: center; gap: 6px; margin-left: auto; flex: 0 1 auto; min-width: 0; justify-content: flex-end; }
.mf-fn2-chip--ghost { background: #16191A; color: #D9E64E; border-color: #16191A; letter-spacing: .1em; text-transform: uppercase; font-size: 10.5px; }
.mf-fn2-chip { background: #fff; border-radius: 999px; padding: 6px 12px; font-size: 11.5px; font-weight: 700; color: #16191A; white-space: nowrap; flex: 0 0 auto; border: 1px solid rgba(22,25,20,.08); }
.mf-fn2-chip--lime { background: #D9E64E; border-color: #D9E64E; }
.mf-fn2-pct { font-size: 11px; font-weight: 700; color: #7A7F74; flex: 0 0 auto; }
.mf-fn2-track { height: 4px; border-radius: 4px; background: rgba(22,25,20,.08); margin-top: 9px; overflow: hidden; }
.mf-fn2-fill { height: 100%; border-radius: 4px; background: #F4571F; transition: width .45s cubic-bezier(.2,.8,.2,1); }

.mf-fn2-h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; letter-spacing: -.02em; line-height: 1.0; margin: 0; }
.mf-fn2-h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 34px; line-height: 1.04; letter-spacing: -.02em; margin: 0 0 8px; }
.mf-fn2-eyebrow { display: inline-block; background: #D9E64E; border-radius: 999px; padding: 5px 13px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #16191A; margin-bottom: 14px; }
.mf-fn2-sub { font-size: 14px; color: #5B6055; margin: 0 0 22px; line-height: 1.5; }
.mf-fn2-skip { display: block; margin: 14px auto 0; background: none; border: none; cursor: pointer; font-family: 'Instrument Sans'; font-size: 12.5px; font-weight: 600; color: #9AA093; text-decoration: underline; text-underline-offset: 3px; }
.mf-fn2-cta { width: 100%; border: none; border-radius: 999px; height: 58px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 16px; font-weight: 700; background: #F4571F; color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; }

/* zip gate */
.mf-fn2-zip { position: relative; flex: 1; min-height: 100%; max-width: none; padding: 0; margin: 0; display: flex; flex-direction: column; overflow: hidden; }
.mf-fn2-mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 8px; filter: blur(9px); opacity: .85; transform: scale(1.05); }
.mf-fn2-mtile { border-radius: 18px; min-height: 110px; }
.mf-fn2-zipveil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(246,245,240,.5) 0%, rgba(246,245,240,.9) 55%, #F6F5F0 100%); }
.mf-fn2-ziphero { position: relative; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 60px 48px 52px; }
.mf-fn2-zipinner { max-width: 520px; margin: 0 auto; width: 100%; animation: mfFnUp .5s ease both; }
.mf-fn2-badges { display: flex; justify-content: center; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.mf-fn2-badge { border-radius: 999px; padding: 8px 16px; font-size: 12px; font-weight: 700; }
.mf-fn2-badge--brand { background: #16191A; color: #D9E64E; letter-spacing: .12em; text-transform: uppercase; }
.mf-fn2-zip .mf-fn2-h1 { font-size: 50px; text-align: center; margin-bottom: 12px; }
.mf-fn2-lede { font-size: 15px; line-height: 1.5; color: #5B6055; margin: 0 0 22px; text-align: center; }
.mf-fn2-zippill { background: #fff; border: 2px solid #16191A; border-radius: 999px; padding: 7px; display: flex; gap: 8px; box-shadow: 0 20px 50px -28px rgba(22,25,20,.5); }
.mf-fn2-zippill.is-err { border-color: #D33B2E; }
.mf-fn2-zippill.is-ok { border-color: #4E7C59; }
.mf-fn2-zippill__in { flex: 1; display: flex; align-items: center; gap: 10px; padding-left: 16px; min-width: 0; color: #F4571F; }
.mf-fn2-zipinput { border: none; outline: none; background: transparent; font-family: 'Instrument Sans'; font-size: 17px; font-weight: 600; color: #16191A; width: 100%; letter-spacing: .05em; }
.mf-fn2-zipbtn { background: #F4571F; color: #fff; border: none; border-radius: 999px; padding: 0 22px; height: 50px; font-family: 'Instrument Sans'; font-size: 15px; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 8px; flex: 0 0 auto; white-space: nowrap; }
.mf-fn2-zipmsg { margin-top: 13px; font-size: 13.5px; font-weight: 600; text-align: center; color: #5B6055; }
.mf-fn2-zipmsg.is-ok { color: #2E7D4F; }
.mf-fn2-zipmsg.is-err { color: #D33B2E; }
.mf-fn2-zipmsg.is-warn { color: #B4650A; }
.mf-fn2-wait { margin-top: 12px; display: flex; gap: 8px; }
.mf-fn2-waitin { flex: 1; min-width: 0; border: 1.5px solid rgba(22,25,20,.2); outline: none; background: #fff; border-radius: 999px; height: 46px; padding: 0 16px; font-family: 'Instrument Sans'; font-size: 13.5px; color: #16191A; }
.mf-fn2-hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.mf-fn2-waitbtn { background: #16191A; color: #D9E64E; border: none; border-radius: 999px; height: 46px; padding: 0 18px; font-family: 'Instrument Sans'; font-size: 13.5px; font-weight: 700; cursor: pointer; flex: 0 0 auto; }
.mf-fn2-trust { display: flex; gap: 8px; margin: 20px 0 4px; justify-content: center; flex-wrap: wrap; }
.mf-fn2-tchip { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 999px; padding: 7px 13px; font-size: 12px; font-weight: 600; color: #5B6055; }

/* quiz */
.mf-fn2-quiz { max-width: 600px; margin: 0 auto; width: 100%; padding: 40px 32px 0; animation: mfFnUp .3s ease both; }
.mf-fn2-safety { display: flex; align-items: center; gap: 9px; background: #16191A; color: #fff; border-radius: 14px; padding: 11px 14px; margin-bottom: 16px; font-size: 12.5px; font-weight: 600; }
.mf-fn2-safety svg { color: #D9E64E; flex: 0 0 auto; }
.mf-fn2-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.mf-fn2-tile { display: flex; align-items: center; gap: 12px; text-align: left; padding: 16px; border-radius: 18px; cursor: pointer; font-family: 'Instrument Sans'; transition: all .13s ease; background: #fff; border: 1.5px solid rgba(22,25,20,.12); min-height: 60px; }
.mf-fn2-tile.is-sel { background: #D9E64E; border: 2px solid #16191A; }
.mf-fn2-tile__label { flex: 1; min-width: 0; font-size: 15px; font-weight: 700; color: #16191A; line-height: 1.2; }
.mf-fn2-tile__check { width: 24px; height: 24px; border-radius: 50%; background: #16191A; color: #D9E64E; display: none; align-items: center; justify-content: center; flex: 0 0 auto; }
.mf-fn2-tile.is-sel .mf-fn2-tile__check { display: flex; animation: mfFnPop .22s ease both; }
.mf-fn2-autohint { margin-top: 18px; text-align: center; font-size: 12px; color: #9AA093; font-weight: 600; }
.mf-fn2-next { margin-top: 4px; width: 100%; border: none; border-radius: 999px; height: 56px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 15.5px; font-weight: 700; background: #16191A; color: #D9E64E; display: flex; align-items: center; justify-content: center; gap: 9px; }
.mf-fn2-next.is-off { background: #DDDCD4; color: #9AA093; cursor: not-allowed; }
.mf-fn2-quiz .mf-fn2-skip { margin-bottom: 40px; }

/* live strip */
.mf-fn2-live { background: #16191A; color: #fff; padding: 12px 16px 14px; }
.mf-fn2-live__head { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.mf-fn2-live__dot { width: 8px; height: 8px; border-radius: 50%; background: #D9E64E; flex: 0 0 auto; }
.mf-fn2-live__head b { font-size: 12.5px; font-weight: 700; }
.mf-fn2-live__x { margin-left: auto; font-size: 11px; color: rgba(255,255,255,.55); font-weight: 600; }
.mf-fn2-lstrip { display: flex; gap: 7px; overflow-x: auto; }
.mf-fn2-lthumb { flex: 0 0 auto; width: 52px; height: 40px; border-radius: 9px; }

/* building */
.mf-fn2-build { max-width: 480px; margin: 0 auto; width: 100%; padding: 80px 32px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.mf-fn2-spin { width: 46px; height: 46px; border-radius: 50%; border: 3px solid rgba(22,25,20,.12); border-top-color: #F4571F; animation: mfFnSpin .8s linear infinite; }
.mf-fn2-buildbar { width: 100%; max-width: 260px; height: 6px; border-radius: 6px; background: rgba(22,25,20,.1); overflow: hidden; }
.mf-fn2-buildbar > span { display: block; height: 100%; background: #F4571F; border-radius: 6px; transition: width .25s ease; }

/* reveal + plan */
.mf-fn2-reveal { max-width: 620px; margin: 0 auto; width: 100%; padding: 40px 32px 40px; animation: mfFnUp .45s ease both; }
.mf-fn2-revhead { text-align: center; margin-bottom: 20px; }
.mf-fn2-revhead .mf-fn2-h2 { margin: 0; }
.mf-fn2-prog { background: #1C2E1F; border-radius: 20px; padding: 20px 22px; color: #fff; display: flex; align-items: center; gap: 15px; margin-bottom: 14px; }
.mf-fn2-prog__ic { width: 48px; height: 48px; border-radius: 14px; background: rgba(217,230,78,.15); display: flex; align-items: center; justify-content: center; color: #D9E64E; flex: 0 0 auto; font-size: 20px; }
.mf-fn2-prog__b { flex: 1; min-width: 0; }
.mf-fn2-prog__ey { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #D9E64E; }
.mf-fn2-prog__name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 600; line-height: 1.15; margin-top: 2px; }
.mf-fn2-prog__desc { font-size: 12.5px; color: rgba(255,255,255,.7); margin-top: 3px; line-height: 1.4; }
.mf-fn2-rail { display: flex; gap: 10px; overflow-x: auto; margin-bottom: 20px; padding-bottom: 4px; }
.mf-fn2-rc { flex: 0 0 auto; width: 120px; }
.mf-fn2-rc__img { height: 86px; border-radius: 14px; position: relative; }
.mf-fn2-rc__name { font-size: 11.5px; font-weight: 700; line-height: 1.2; margin-top: 6px; }
.mf-fn2-tag { font-size: 9.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }
.mf-fn2-tag--lime { background: #D9E64E; color: #16191A; position: absolute; top: 8px; left: 8px; }
.mf-fn2-tag--ink { background: #16191A; color: #fff; }
.mf-fn2-sizecard { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 20px; padding: 18px; margin-bottom: 18px; }
.mf-fn2-sizehead__t { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 600; }
.mf-fn2-sizes { display: flex; gap: 8px; margin-top: 13px; }
.mf-fn2-size { flex: 1; border-radius: 14px; cursor: pointer; font-family: 'Instrument Sans'; padding: 13px 4px; text-align: center; background: #F6F5F0; border: 1.5px solid rgba(22,25,20,.1); position: relative; }
.mf-fn2-size.is-sel { background: #D9E64E; border: 2px solid #16191A; }
.mf-fn2-size__for { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: #F4571F; color: #fff; font-size: 8.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; white-space: nowrap; }
.mf-fn2-size__n { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 600; color: #16191A; line-height: 1; }
.mf-fn2-size__s { display: block; font-size: 10px; font-weight: 700; color: #9AA093; margin-top: 3px; }
.mf-fn2-size.is-sel .mf-fn2-size__s { color: #16191A; }
.mf-fn2-sizefoot { margin-top: 14px; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; background: #F6F5F0; border-radius: 14px; padding: 11px 14px; }
.mf-fn2-sizefoot__now { font-size: 14px; font-weight: 800; color: #16191A; }
.mf-fn2-sizefoot__was { font-size: 12.5px; color: #9AA093; text-decoration: line-through; }
.mf-fn2-sizefoot__save { background: #F4571F; color: #fff; border-radius: 999px; padding: 4px 10px; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.mf-fn2-sizefoot__per { font-size: 12px; color: #7A7F74; font-weight: 600; }

/* meals */
.mf-fn2-meals { width: 100%; max-width: none; padding: 0; margin: 0; }
.mf-fn2-mhead { position: sticky; top: 0; z-index: 5; background: rgba(246,245,240,.95); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(22,25,20,.08); padding: 12px 28px 10px; }
.mf-fn2-fchips { display: flex; gap: 7px; overflow-x: auto; }
.mf-fn2-fchip { flex: 0 0 auto; padding: 9px 16px; border-radius: 999px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 13px; font-weight: 700; white-space: nowrap; background: #fff; border: 1.5px solid rgba(22,25,20,.12); color: #16191A; }
.mf-fn2-fchip.is-on { background: #16191A; border-color: #16191A; color: #D9E64E; }
.mf-fn2-mrow { display: flex; gap: 8px; margin-top: 10px; align-items: center; }
.mf-fn2-search { flex: 1; display: flex; align-items: center; background: #fff; border: 1.5px solid rgba(22,25,20,.12); border-radius: 999px; height: 40px; padding: 0 15px; min-width: 0; }
.mf-fn2-search input { border: none; outline: none; background: transparent; font-family: 'Instrument Sans'; font-size: 13.5px; font-weight: 500; color: #16191A; width: 100%; }
.mf-fn2-pickforme { flex: 0 0 auto; height: 40px; padding: 0 17px; border-radius: 999px; border: none; background: #F4571F; color: #fff; font-family: 'Instrument Sans'; font-size: 13px; font-weight: 800; cursor: pointer; }
.mf-fn2-resnote { margin-top: 9px; font-size: 12px; color: #7A7F74; font-weight: 600; }
.mf-fn2-grid { padding: 16px 28px 0; display: grid; grid-template-columns: repeat(var(--mf-grid-cols, 3), 1fr); gap: 16px; }
.mf-fn2-empty { text-align: center; padding: 50px 20px; }
.mf-fn2-empty__t { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.mf-fn2-empty__btn { background: #16191A; color: #D9E64E; border: none; border-radius: 999px; height: 46px; padding: 0 22px; font-family: 'Instrument Sans'; font-size: 14px; font-weight: 700; cursor: pointer; }

/* meal card */
.mf-fn2-card { background: #fff; border: 1px solid rgba(22,25,20,.09); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.mf-fn2-card.is-inbox { border: 2px solid #16191A; }
.mf-fn2-card__img { position: relative; aspect-ratio: 16/10; border: none; cursor: pointer; width: 100%; display: block; padding: 0; }
.mf-fn2-card__tags { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; }
.mf-fn2-card__tags .mf-fn2-tag { position: static; }
.mf-fn2-card__price { position: absolute; top: 10px; right: 10px; background: #fff; color: #16191A; font-size: 12.5px; font-weight: 800; padding: 5px 11px; border-radius: 999px; }
.mf-fn2-card__sold { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(246,245,240,.7); color: #16191A; font-weight: 800; font-size: 13px; }
.mf-fn2-card__b { padding: 14px 15px 15px; display: flex; flex-direction: column; flex: 1; }
.mf-fn2-card__cuisine { font-size: 10.5px; color: #F4571F; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.mf-fn2-card__name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 600; line-height: 1.12; }
.mf-fn2-card__macro { font-size: 12px; color: #7A7F74; margin-top: 5px; }
.mf-fn2-card__rate { font-size: 12px; color: #16191A; font-weight: 700; margin-top: 4px; }
.mf-fn2-card__rate span { color: #9AA093; font-weight: 600; }
.mf-fn2-card__ctl { margin-top: 12px; }
.mf-fn2-add { width: 100%; height: 44px; border-radius: 999px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 14px; font-weight: 700; border: none; background: #EFEEE8; color: #9AA093; }
.mf-fn2-add--on { background: #16191A; color: #D9E64E; }
.mf-fn2-step { display: flex; align-items: center; justify-content: space-between; background: #1C2E1F; border-radius: 999px; height: 44px; padding: 0 5px; }
.mf-fn2-step button { width: 35px; height: 35px; min-width: 35px; padding: 0; flex: 0 0 auto; border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.mf-fn2-step button svg { display: block; }
.mf-fn2-step button:first-child { background: rgba(255,255,255,.12); color: #fff; }
.mf-fn2-step button:last-child { background: #D9E64E; color: #16191A; }
.mf-fn2-step span { font-size: 13.5px; font-weight: 800; color: #D9E64E; }
.mf-fn2-step--lg { height: 52px; }

/* plate tray */
.mf-fn2-tray { background: #1C2E1F; padding: 12px 16px 14px; box-shadow: 0 -18px 44px -28px rgba(22,25,20,.8); }
.mf-fn2-tray__head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.mf-fn2-tray__t { font-size: 13px; font-weight: 800; color: #fff; }
.mf-fn2-tray__c { font-size: 12px; font-weight: 700; color: #D9E64E; }
.mf-fn2-tray__price { margin-left: auto; display: flex; align-items: baseline; gap: 7px; }
.mf-fn2-tray__was { font-size: 12px; color: rgba(255,255,255,.45); text-decoration: line-through; }
.mf-fn2-tray__price b { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 600; color: #D9E64E; }
.mf-fn2-tray__row { display: flex; align-items: center; gap: 10px; }
.mf-fn2-slots { flex: 1; display: flex; gap: 6px; overflow-x: auto; min-width: 0; }
.mf-fn2-slot { flex: 0 0 auto; width: 52px; height: 40px; border-radius: 11px; border: 1.5px dashed rgba(255,255,255,.28); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.35); font-size: 11px; font-weight: 700; }
.mf-fn2-slot.is-filled { border: none; cursor: pointer; animation: mfFnPop .25s ease both; }
.mf-fn2-checkout { flex: 0 0 auto; border: none; border-radius: 999px; height: 48px; padding: 0 22px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 14.5px; font-weight: 800; background: #F4571F; color: #fff; white-space: nowrap; }
.mf-fn2-checkout.is-off { background: rgba(255,255,255,.12); color: rgba(255,255,255,.45); cursor: not-allowed; }

/* detail */
.mf-fn2-detail { position: fixed; inset: 0; z-index: 100000; background: rgba(22,25,20,.55); display: flex; align-items: flex-end; justify-content: center; padding: 0; animation: mfFnFade .2s ease both; }
.mf-fn2-detail__card { background: #fff; width: 100%; max-width: 480px; max-height: 92vh; overflow-y: auto; border-radius: 24px 24px 0 0; }
.mf-fn2-detail__img { aspect-ratio: 16/10; position: relative; }
.mf-fn2-detail__img .mf-fn2-tag { position: absolute; top: 12px; left: 12px; }
.mf-fn2-detail__close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); color: #16191A; font-size: 15px; cursor: pointer; }
.mf-fn2-detail__b { padding: 20px 22px 26px; }
.mf-fn2-detail__name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 24px; font-weight: 600; margin: 4px 0; letter-spacing: -.01em; }
.mf-fn2-detail__desc { font-size: 14px; color: #5B6055; line-height: 1.5; margin: 8px 0 14px; }
.mf-fn2-nutrow { display: flex; gap: 8px; margin-bottom: 14px; }
.mf-fn2-nut { flex: 1; background: #F6F5F0; border-radius: 12px; padding: 11px 6px; text-align: center; }
.mf-fn2-nut__v { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 600; }
.mf-fn2-nut__l { font-size: 10.5px; color: #9AA093; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-top: 2px; }
.mf-fn2-detail__allerg { font-size: 12.5px; color: #B4650A; font-weight: 600; margin-bottom: 14px; }

.mf-fn2-toast { position: absolute; left: 50%; transform: translateX(-50%); bottom: 110px; z-index: 20; background: #16191A; color: #D9E64E; font-size: 13px; font-weight: 700; padding: 11px 18px; border-radius: 999px; box-shadow: 0 12px 30px -14px rgba(0,0,0,.6); white-space: nowrap; max-width: 90%; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.mf-fn2-toast.is-in { opacity: 1; transform: translateX(-50%) translateY(-4px); }

@keyframes mfFnPop { 0% { transform: scale(.7); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
@keyframes mfFnFade { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 640px) {
	.mf-fn2-ziphero { padding: 40px 22px 36px; }
	.mf-fn2-zip .mf-fn2-h1 { font-size: 34px; }
	.mf-fn2-mosaic { grid-template-columns: repeat(3, 1fr); filter: blur(7px); }
	.mf-fn2-quiz { padding: 26px 20px 0; }
	.mf-fn2-h2 { font-size: 27px; }
	.mf-fn2-tiles { grid-template-columns: 1fr; }
	.mf-fn2-reveal { padding: 26px 20px 30px; }
	.mf-fn2-mhead { padding: 12px 16px 10px; }
	.mf-fn2-grid { grid-template-columns: 1fr; padding: 16px 16px 0; }
	.mf-fn2-slot, .mf-fn2-lthumb { width: 44px; height: 36px; }
}

/* =====================================================================
   Customer Account V2  (.mf-account dashboard + .mf-auth login)
   CSS-only re-skin over the existing markup (account.js hooks untouched).
   Gold-accented V2 art direction, matching the checkout.
   ===================================================================== */
.mf-account { background: #F6F5F0; color: #16191A; font-family: 'Instrument Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; max-width: 1120px; margin: 0 auto; border: 1px solid rgba(22,25,20,.09); border-radius: 22px; overflow: hidden; position: relative; padding: 0; }
.mf-account__head { display: flex; align-items: center; gap: 12px; padding: 14px 20px; background: #fff; border-bottom: 1px solid rgba(22,25,20,.08); }
.mf-account__mark { width: 38px; height: 38px; border-radius: 50%; background: #1C2E1F; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.mf-account__who { flex: 1; min-width: 0; }
.mf-account__hi { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 600; line-height: 1; color: #16191A; }
.mf-account__meta { font-size: 11.5px; color: #9AA093; margin-top: 3px; font-weight: 600; }
.mf-account__logout { background: #F6F5F0; border: 1.5px solid rgba(22,25,20,.12); border-radius: 999px; height: 36px; padding: 0 15px; display: inline-flex; align-items: center; cursor: pointer; font-family: 'Instrument Sans'; font-size: 12.5px; font-weight: 700; color: #5B6055; text-decoration: none; flex: 0 0 auto; }
.mf-account__layout { display: flex; align-items: stretch; }
.mf-account__nav { display: flex; flex-direction: column; gap: 3px; width: 210px; flex: 0 0 auto; padding: 18px 12px; background: #fff; border-right: 1px solid rgba(22,25,20,.08); }
.mf-account__navitem { display: flex; align-items: center; gap: 10px; border: none; border-radius: 12px; height: 42px; padding: 0 14px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 13.5px; font-weight: 700; background: transparent; color: #5B6055; white-space: nowrap; text-align: left; }
.mf-account__navitem.is-active { background: #F6F5F0; color: #16191A; }
.mf-account__navic { flex: 0 0 auto; }
.mf-account__content { flex: 1; min-width: 0; padding: 28px 32px 96px; }
.mf-account__content > section { max-width: 700px; }
.mf-account__title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 26px; letter-spacing: -.02em; margin: 0 0 4px; }
.mf-account__sub { font-size: 13.5px; color: #5B6055; margin: 0 0 20px; }

/* plan hero */
.mf-planhero { background: #1C2E1F; border-radius: 22px; padding: 22px; color: #fff; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 20px; }
.mf-planhero__size { font-family: 'Bricolage Grotesque', sans-serif; font-size: 52px; font-weight: 600; line-height: 1; color: #C9AC5D; }
.mf-planhero__info { flex: 1; min-width: 150px; }
.mf-planhero__label { font-size: 12px; color: rgba(255,255,255,.6); font-weight: 700; }
.mf-planhero__price { font-size: 15px; font-weight: 700; margin-top: 4px; color: #fff; }
.mf-planhero__cta { background: #C9AC5D; color: #1C2E1F; border: none; border-radius: 999px; height: 44px; padding: 0 18px; display: inline-flex; align-items: center; font-family: 'Instrument Sans'; font-size: 13px; font-weight: 800; cursor: pointer; text-decoration: none; }
.mf-nextdelivery { display: flex; align-items: center; gap: 13px; background: color-mix(in srgb, #C9AC5D 15%, #fff); border: 1px solid color-mix(in srgb, #C9AC5D 40%, transparent); border-radius: 16px; padding: 14px 16px; margin-bottom: 16px; color: #16191A; }
.mf-nextdelivery__ic { color: #B08D3E; flex: 0 0 auto; }
.mf-nextdelivery__b { flex: 1; min-width: 0; }
.mf-nextdelivery__label { font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #B08D3E; }
.mf-nextdelivery__day { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 600; margin-top: 2px; }
.mf-nextdelivery__meta { text-align: right; }
.mf-nextdelivery__order { display: block; font-size: 12.5px; font-weight: 700; }
.mf-nextdelivery__status { font-size: 11.5px; color: #7A7F74; font-weight: 600; }

/* plan sizes */
.mf-prefgroup__title { font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; font-weight: 800; color: #9AA093; margin-bottom: 11px; }
.mf-plansizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(88px, 1fr)); gap: 9px; }
.mf-sizecard { background: #fff; border: 1.5px solid rgba(22,25,20,.1); border-radius: 15px; padding: 14px 10px; cursor: pointer; font-family: 'Instrument Sans'; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.mf-sizecard.is-selected { background: #C9AC5D; border: 2px solid #16191A; }
.mf-sizecard__num { font-family: 'Bricolage Grotesque', sans-serif; font-size: 24px; font-weight: 600; color: #16191A; line-height: 1; }
.mf-sizecard__unit { font-size: 10px; color: #9AA093; font-weight: 700; }
.mf-sizecard.is-selected .mf-sizecard__unit { color: #16191A; }
.mf-sizecard__save { font-size: 9.5px; font-weight: 800; color: #F4571F; text-transform: uppercase; letter-spacing: .03em; }

/* orders */
.mf-orderkpis { display: flex; gap: 9px; margin-bottom: 20px; flex-wrap: wrap; }
.mf-orderkpi { flex: 1; min-width: 110px; background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 15px; padding: 13px 15px; }
.mf-orderkpi__v { font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 600; }
.mf-orderkpi__l { font-size: 11px; color: #9AA093; font-weight: 700; margin-top: 3px; }
.mf-orderlist { display: flex; flex-direction: column; gap: 9px; }
.mf-orderrow { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 17px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mf-orderrow__icon { width: 40px; height: 40px; border-radius: 11px; background: #F6F5F0; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.mf-orderrow__main { flex: 1; min-width: 140px; }
.mf-orderrow__title { font-size: 14px; font-weight: 700; }
.mf-orderrow__meta { font-size: 12px; color: #9AA093; margin-top: 2px; font-weight: 600; }
.mf-orderrow__right { text-align: right; flex: 0 0 auto; }
.mf-orderrow__total { font-size: 14px; font-weight: 800; }
.mf-orderrow__status { font-size: 10px; font-weight: 800; border-radius: 999px; padding: 3px 9px; display: inline-block; margin-top: 3px; text-transform: uppercase; letter-spacing: .04em; }
.mf-orderrow__actions { display: flex; gap: 8px; align-items: center; flex: 0 0 auto; }
.mf-orderrow__reorder { background: #16191A; color: #C9AC5D; border: none; border-radius: 999px; height: 36px; padding: 0 14px; font-family: 'Instrument Sans'; font-size: 12px; font-weight: 800; cursor: pointer; }
.mf-orderrow__receipt { font-size: 12px; font-weight: 700; color: #B08D3E; text-decoration: none; }
.mf-txlist { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 17px; overflow: hidden; }
.mf-txrow { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid rgba(22,25,20,.06); }
.mf-txrow__icon { flex: 0 0 auto; color: #9AA093; }
.mf-txrow__main { flex: 1; min-width: 0; }
.mf-txrow__label { font-size: 13px; font-weight: 700; }
.mf-txrow__meta { font-size: 11.5px; color: #9AA093; margin-top: 1px; font-weight: 600; }
.mf-txrow__right { text-align: right; }
.mf-txrow__amt { font-size: 13px; font-weight: 800; }
.mf-txrow__state { font-size: 10.5px; font-weight: 800; color: #2E7D4F; }

/* order again panel */
.mf-account__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.mf-btn--reorder { background: #F4571F; color: #fff; border: none; border-radius: 999px; height: 48px; padding: 0 22px; display: inline-flex; align-items: center; font-family: 'Instrument Sans'; font-size: 14px; font-weight: 800; cursor: pointer; text-decoration: none; }
.mf-btn--ghostbrand { background: #fff; color: #16191A; border: 1.5px solid #16191A; border-radius: 999px; height: 48px; padding: 0 22px; display: inline-flex; align-items: center; font-family: 'Instrument Sans'; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none; }
.mf-lastbox { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mf-mealcard { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 15px; overflow: hidden; display: flex; flex-direction: column; }
.mf-mealcard__thumb { height: 90px; background: center/cover; }
.mf-mealcard__thumb--ph { background: linear-gradient(150deg,#EEC056,#C9892F); }
.mf-mealcard__body { padding: 11px 13px 13px; }
.mf-mealcard__name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14.5px; font-weight: 600; }
.mf-mealcard__meta { font-size: 11.5px; color: #9AA093; margin-top: 3px; font-weight: 600; }
.mf-mealcard__price { font-size: 13px; font-weight: 800; margin-top: 5px; }

/* preferences */
.mf-prefgroup { margin-bottom: 22px; }
.mf-prefgroup__options { display: flex; gap: 8px; flex-wrap: wrap; }
.mf-tile { padding: 9px 15px; border-radius: 999px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 13px; font-weight: 700; white-space: nowrap; background: #fff; border: 1.5px solid rgba(22,25,20,.12); color: #16191A; display: inline-flex; align-items: center; gap: 7px; }
.mf-tile.is-selected { background: #D9E64E; border: 2px solid #16191A; color: #16191A; }
.mf-tile--safety.is-selected { background: #16191A; color: #fff; }
.mf-tile__dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; }

/* profile */
.mf-profilecard { display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 20px; padding: 18px; margin-bottom: 16px; }
.mf-profilecard__avatar { position: relative; flex: 0 0 auto; width: 64px; height: 64px; border-radius: 50%; background: #1C2E1F; color: #C9AC5D; display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 600; overflow: visible; }
.mf-profilecard__avatarimg { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.mf-profilecard__camera { position: absolute; bottom: -2px; right: -2px; width: 26px; height: 26px; border-radius: 50%; background: #F4571F; border: 2px solid #fff; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
.mf-profilecard__name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 600; }
.mf-profilecard__meta { font-size: 12px; color: #9AA093; font-weight: 600; margin-top: 2px; }
.mf-profilecard__uploadlink { margin-top: 5px; background: none; border: none; cursor: pointer; font-family: 'Instrument Sans'; font-size: 12px; font-weight: 700; color: #B08D3E; padding: 0; }
.mf-formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.mf-formgrid--32 { grid-template-columns: 1.3fr .7fr; }
.mf-flabel { display: flex; flex-direction: column; gap: 5px; font-size: 12px; font-weight: 600; color: #5B6055; margin-bottom: 10px; }
.mf-finput { border: 1.5px solid rgba(22,25,20,.14); outline: none; background: #fff; border-radius: 13px; height: 48px; padding: 0 15px; font-family: 'Instrument Sans'; font-size: 14.5px; font-weight: 500; color: #16191A; width: 100%; box-sizing: border-box; }
.mf-finput:focus { border-color: #16191A; }
.mf-securityrow { display: flex; align-items: center; gap: 11px; background: #fff; border: 1.5px solid rgba(22,25,20,.12); border-radius: 16px; padding: 14px 16px; cursor: pointer; text-decoration: none; margin-bottom: 10px; }
.mf-securityrow__icon { width: 34px; height: 34px; border-radius: 10px; background: #F6F5F0; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.mf-securityrow__title { font-size: 13.5px; font-weight: 700; color: #16191A; }

/* delivery */
.mf-zipcard { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 20px; padding: 20px; }
.mf-zipcard__label { display: block; font-size: 12px; font-weight: 700; color: #5B6055; margin-bottom: 8px; }
.mf-zipcard__row { display: flex; gap: 8px; }
.mf-zipcard__field { flex: 1; display: flex; align-items: center; gap: 9px; border: 1.5px solid rgba(22,25,20,.14); border-radius: 13px; height: 48px; padding: 0 14px; min-width: 0; }
.mf-zipcard__field input { border: none; outline: none; background: transparent; font-family: 'Instrument Sans'; font-size: 16px; font-weight: 600; letter-spacing: .05em; color: #16191A; width: 100%; }
.mf-zipcard__check { background: #16191A; color: #C9AC5D; border: none; border-radius: 999px; height: 48px; padding: 0 20px; font-family: 'Instrument Sans'; font-size: 13.5px; font-weight: 800; cursor: pointer; flex: 0 0 auto; }
.mf-zipok { margin-top: 14px; background: #EAF3EC; border-radius: 14px; padding: 13px 15px; display: flex; align-items: center; gap: 10px; }
.mf-zipok__badge { width: 26px; height: 26px; border-radius: 50%; background: #2E7D4F; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; flex: 0 0 auto; }
.mf-zipok__title { font-size: 13px; font-weight: 700; color: #2E7D4F; }
.mf-zipok__sub { font-size: 12px; color: #5B6055; margin-top: 1px; }
.mf-zipbad { margin-top: 14px; background: #FBEFE3; border-radius: 14px; padding: 13px 15px; }
.mf-zipbad__title { font-size: 13px; font-weight: 700; color: #B4650A; }
.mf-zipbad__sub { font-size: 12px; color: #5B6055; margin-top: 3px; }
.mf-zipbad__cta { margin-top: 10px; background: #16191A; color: #C9AC5D; border: none; border-radius: 999px; height: 40px; padding: 0 16px; font-family: 'Instrument Sans'; font-size: 12.5px; font-weight: 800; cursor: pointer; }

/* save bar + toast */
.mf-savebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 99991; background: #16191A; color: #fff; padding: 12px 18px; display: flex; align-items: center; gap: 14px; }
.mf-savebar__text { flex: 1; font-size: 13px; font-weight: 700; }
.mf-savebar__discard { background: none; border: none; cursor: pointer; font-family: 'Instrument Sans'; font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.6); }
.mf-savebar__save { background: #C9AC5D; color: #16191A; border: none; border-radius: 999px; height: 40px; padding: 0 18px; font-family: 'Instrument Sans'; font-size: 13px; font-weight: 800; cursor: pointer; }
.mf-account .mf-toast { position: fixed; left: 50%; transform: translateX(-50%); bottom: 78px; z-index: 99992; background: #16191A; color: #C9AC5D; font-size: 13px; font-weight: 700; padding: 11px 18px; border-radius: 999px; white-space: nowrap; max-width: 90%; }

@media (max-width: 680px) {
	.mf-account { border-radius: 0; border-left: none; border-right: none; }
	.mf-account__layout { flex-direction: column; }
	.mf-account__nav { flex-direction: row; width: auto; gap: 6px; overflow-x: auto; padding: 10px 14px; border-right: none; border-bottom: 1px solid rgba(22,25,20,.08); }
	.mf-account__navitem { flex: 0 0 auto; border-radius: 999px; height: 38px; padding: 0 15px; background: #F6F5F0; }
	.mf-account__navitem.is-active { background: #16191A; color: #C9AC5D; }
	.mf-account__navitem .mf-account__navic { display: none; }
	.mf-account__content { padding: 20px 16px 96px; }
	.mf-formgrid { grid-template-columns: 1fr; }
	.mf-lastbox { grid-template-columns: 1fr; }
}

/* ===== Login (.mf-auth) ===== */
.mf-auth { background: #F6F5F0; color: #16191A; font-family: 'Instrument Sans', system-ui, sans-serif; min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 40px 20px; -webkit-font-smoothing: antialiased; }
.mf-auth__inner { width: 100%; max-width: 400px; }
.mf-auth__logo { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 20px; }
.mf-auth__mark { width: 44px; height: 44px; border-radius: 50%; background: #1C2E1F; display: flex; align-items: center; justify-content: center; }
.mf-auth__wordmark { background: #16191A; color: #C9AC5D; border-radius: 999px; padding: 7px 16px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mf-auth__card { background: #fff; border: 1px solid rgba(22,25,20,.1); border-radius: 24px; padding: 24px 22px 26px; box-shadow: 0 26px 56px -36px rgba(22,25,20,.5); }
.mf-auth__tabs { display: flex; background: #F6F5F0; border-radius: 999px; padding: 4px; margin-bottom: 22px; }
.mf-auth__tab { flex: 1; height: 40px; border: none; border-radius: 999px; cursor: pointer; font-family: 'Instrument Sans'; font-size: 13.5px; font-weight: 700; background: transparent; color: #5B6055; }
.mf-auth__tab.is-active { background: #16191A; color: #C9AC5D; }
.mf-auth__tab:disabled { opacity: .5; cursor: not-allowed; }
.mf-auth__title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 26px; line-height: 1.05; letter-spacing: -.02em; margin: 0 0 5px; }
.mf-auth__sub { font-size: 13.5px; color: #5B6055; margin: 0 0 18px; line-height: 1.45; }
.mf-auth__label { display: block; font-size: 12px; font-weight: 600; color: #5B6055; margin: 11px 0 5px; }
.mf-auth__field { display: flex; align-items: center; border: 1.5px solid rgba(22,25,20,.14); border-radius: 13px; height: 48px; padding: 0 15px; background: #fff; }
.mf-auth__field input { border: none; outline: none; background: transparent; font-family: 'Instrument Sans'; font-size: 14.5px; font-weight: 500; color: #16191A; width: 100%; }
.mf-auth__field svg { flex: 0 0 auto; margin-right: 9px; color: #9AA093; }
.mf-auth__row { display: flex; align-items: center; justify-content: space-between; margin: 11px 0 5px; }
.mf-auth__forgot { font-size: 12px; font-weight: 700; color: #B08D3E; text-decoration: none; }
.mf-auth__remember { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: #5B6055; font-weight: 600; margin-top: 10px; }
.mf-auth__submit { margin-top: 14px; width: 100%; height: 52px; border: none; border-radius: 999px; background: #F4571F; color: #fff; font-family: 'Instrument Sans'; font-size: 15px; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; text-decoration: none; box-sizing: border-box; }

/* =====================================================================
   V2 theme-bleed guard — stop the host theme's button/link/text styles
   (uppercase, native button chrome, letter-spacing) from leaking into the
   funnel / checkout / account apps. Scoped; does not touch our own rules.
   ===================================================================== */
.mf-fn-v2, .mf-checkout, .mf-account, .mf-auth { text-transform: none; letter-spacing: normal; }
.mf-fn-v2 *, .mf-fn-v2 *::before, .mf-fn-v2 *::after,
.mf-checkout *, .mf-checkout *::before, .mf-checkout *::after,
.mf-account *, .mf-account *::before, .mf-account *::after,
.mf-auth *, .mf-auth *::before, .mf-auth *::after { box-sizing: border-box; }
.mf-fn-v2 button, .mf-fn-v2 input, .mf-fn-v2 textarea,
.mf-checkout button, .mf-checkout input, .mf-checkout textarea,
.mf-account button, .mf-account input, .mf-account textarea,
.mf-auth button, .mf-auth input, .mf-auth textarea {
	font-family: 'Instrument Sans', system-ui, sans-serif;
	text-transform: none; letter-spacing: normal; min-width: 0;
	-webkit-appearance: none; appearance: none;
}
.mf-fn-v2 a, .mf-checkout a, .mf-account a, .mf-auth a { text-transform: none; }
