@charset "utf-8";

:root {
  --navy-primary: #243447; --navy-soft: #31465F; --navy-light: #50657D; --white-mist: #FAFAF8; --warm-white: #FDFDFC; --grey-soft: #F1EFED; --grey-fog: #D6D3D1; --grey-stone: #B8B5B2; --blush-primary: #E7C9C9; --blush-soft: #F2DFDF; --blush-light: #FAEEEE; --sage-primary: #BCC8B4; --sage-soft: <style>
@charset "utf-8";
  & :root { --navy-primary: #243447; --navy-soft: #31465F; --navy-light: #50657D; --white-mist: #FAFAF8; --warm-white: #FDFDFC; --grey-soft: #F1EFED; --grey-fog: #D6D3D1; --grey-stone: #B8B5B2; --blush-primary: #E7C9C9; --blush-soft: #F2DFDF; --blush-light: #FAEEEE; --sage-primary: #BCC8B4; --sage-soft: #DDE5D8; --text-primary: #2B2B2B; --text-secondary: #5B6470; --text-light: #7D8590; --border-soft: #E8E6E3; --shadow-soft: 0 4px 20px rgba(36,52,71,0.06); --button-primary: #243447; --button-hover: #31465F; --button-secondary: #E7C9C9; --button-secondary-hover: #DDB7B7; --sage: #BCC8B4; --sage-dk: #31465F; --sage-lt: #DDE5D8; --cream: #FAFAF8; --warm: #FDFDFC; --peach: #E7C9C9; --peach-lt: #F2DFDF; --lav: #BCC8B4; --lav-lt: #DDE5D8; --sky: #50657D; --sky-lt: #E8F0F5; --yel: #E7E5E4; --yel-lt: #F1EFED; --char: #2B2B2B; --brown: #5B6470; --red: #C0706E; --r: 20px; --sh: 0 4px 20px rgba(36,52,71,0.06); --tr: all 0.2s ease; }
  & :root { --nav-h: 68px; --page-top: 24px; --section-gap: 52px; --section-gap-sm: 32px; --card-gap: 18px; --inner-gap: 12px; --content-max: 1140px; --content-pad: 24px; }
  & .page-shell { max-width: var(--content-max); margin: 0px auto; padding: var(--page-top) var(--content-pad) 72px; }
  & .page-shell.narrow { max-width: 840px; }
  & .section-block { margin-bottom: var(--section-gap); }
  & .section-block.compact { margin-bottom: var(--section-gap-sm); }
  & .section-block.flush { margin-bottom: 0px; }
  & .card-grid { display: grid; gap: var(--card-gap); }
  & .card-grid-2 { display: grid; gap: var(--card-gap); grid-template-columns: repeat(2, 1fr); }
  & .card-grid-3 { display: grid; gap: var(--card-gap); grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 760px) {
  & .card-grid-3 { grid-template-columns: repeat(2, 1fr); }
  & .card-grid-2 { grid-template-columns: 1fr; }
  & :root { --section-gap: 40px; --section-gap-sm: 24px; --content-pad: 16px; }
}
  @media (max-width: 480px) {
  & .card-grid-3 { grid-template-columns: 1fr; }
  & :root { --section-gap: 32px; --section-gap-sm: 20px; }
}
  & .page.active { padding-top: var(--nav-h) !important; }
  & #page-dashboard.active, & #page-kids.active { padding-top: 0px !important; }
  @media (max-width: 768px) {
  & .page.active { padding-top: 0px !important; }
}
  & * { margin: 0px; padding: 0px; box-sizing: border-box; }
  & html { scroll-behavior: smooth; }
  & body { font-family: system-ui, -apple-system, sans-serif; background: var(--hu-white-mist); color: var(--char); }
  & .btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 12px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: inherit; text-decoration: none; box-shadow: rgba(36, 52, 71, 0.1) 0px 3px 14px; }
  & .btn:hover { transform: translateY(-2px); box-shadow: rgba(36, 52, 71, 0.15) 0px 6px 20px; }
  & .btn:active { transform: translateY(0px); }
  & .btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: transparent; color: var(--navy-primary); border: 2px solid var(--blush-primary); padding: 10px 22px; border-radius: 50px; font-size: 0.88rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: inherit; }
  & .btn-outline:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .btn-ghost { background: transparent; color: var(--char); border: 2px solid var(--char); padding: 12px 26px; border-radius: 50px; font-size: 0.95rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: inherit; display: inline-flex; align-items: center; }
  & .btn-ghost:hover { background: var(--char); color: rgb(255, 255, 255); }
  & .btn-nav { background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 8px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: inherit; }
  & .btn-nav:hover { transform: translateY(-1px); }
  & .hm-hero { padding: 48px var(--content-pad) 40px; background: linear-gradient(135deg, rgb(18, 33, 58) 0%, rgb(27, 46, 74) 100%); color: rgb(255, 255, 255); border-radius: 0px 0px 32px 32px; }
  & .hm-hero + section + .hm-section, & .hm-hero + .hm-section { padding-top: 16px; }
  & .hm-eco-section { padding: var(--section-gap) var(--content-pad); }
  & .hm-feat-section { padding: var(--section-gap) var(--content-pad); }
  & .hm-snap-section { padding: var(--section-gap) var(--content-pad); }
  & .hm-testi-section { padding: var(--section-gap) var(--content-pad); }
  & .hm-section-eyebrow { margin-bottom: 6px; }
  & .hm-section-title { margin-bottom: 10px; }
  & .dsc-hero-inner { max-width: var(--content-max); margin: 0px auto; padding: 0 0 var(--section-gap); }
  & .dsc-season-strip { margin-top: var(--section-gap); }
  & .dsc-community-band { padding: var(--section-gap) var(--content-pad); }
  & -planner { margin-top: 0px; }
  & .mk-planner-week { margin-bottom: var(--section-gap-sm); }
  & #page-dashboard .mk-section-hd { margin-top: 0px; }
  & .mk-log-entry + .mk-log-entry { margin-top: 10px; }
  & #page-kids .kids-hero { background: linear-gradient(135deg, rgb(18, 33, 58) 0%, rgb(27, 46, 74) 100%); padding: 48px 24px 40px; text-align: center; color: rgb(255, 255, 255); border-radius: 0px 0px 32px 32px; overflow: visible; }
  & .ff-grid { margin-bottom: var(--section-gap-sm); }
  & .ff-quiz { margin-top: var(--section-gap-sm); margin-bottom: var(--section-gap-sm); }
  & .ff-dl-grid { margin-bottom: var(--section-gap-sm); }
  & .container { padding: 0 var(--content-pad); }
  & .sl { margin-bottom: 6px; }
  & section > .container, & .dsc-flow-section > .container, & .dsc-feat-section > .container { padding-left: 0px; padding-right: 0px; }
  @media (max-width: 768px) {
  & .hm-hero { padding: 36px var(--content-pad) 12px; }
  & .dsc-hero-inner { padding: 0 var(--content-pad) var(--section-gap-sm); }
  & -stats { gap: 16px; }
  & .mk-stat-n { font-size: 1.3rem; }
}
  @media (max-width: 480px) {
  & .hm-hero { padding: 24px var(--content-pad) 10px; }
  & .mk-qa-pill { font-size: 0.76rem; padding: 6px 11px; }
}
  & :root { --nav-h: 68px; }
  & nav#mainNav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 1000; height: var(--nav-h); background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(24px) saturate(180%); border-bottom: 1px solid rgba(0, 0, 0, 0.055); box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 20px; display: flex; align-items: center; justify-content: space-between; padding: 0px 2rem; transition: background 0.3s, box-shadow 0.3s; }
  & nav#mainNav.scrolled { background: rgba(255, 255, 255, 0.99); box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 28px; }
  & .nav-logo { display: flex; align-items: center; gap: 10px; cursor: pointer; flex-shrink: 0; }
  & .nav-logo-text { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; color: var(--char); letter-spacing: -0.02em; }
  & .nav-links { display: flex; align-items: center; gap: 0px; flex: 1 1 0%; justify-content: center; flex-wrap: nowrap; overflow: visible; }
  & .nav-item { position: relative; }
  & .nav-item > .nav-label { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: rgba(45, 45, 45, 0.62); font-size: 0.815rem; font-weight: 500; padding: 6px 13px; height: var(--nav-h); cursor: pointer; font-family: inherit; display: flex; align-items: center; gap: 4px; letter-spacing: 0.008em; transition: color 0.18s; white-space: nowrap; position: relative; }
  & .nav-item > .nav-label::after { content: ""; position: absolute; bottom: 12px; left: 13px; right: 13px; height: 1.5px; background: var(--navy-primary); transform: scaleX(0); transform-origin: left center; transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 2px; }
  & .nav-item > .nav-label:hover, & .nav-item.nav-active > .nav-label { color: var(--char); }
  & .nav-item > .nav-label:hover::after, & .nav-item.nav-active > .nav-label::after { transform: scaleX(1); }
  & .nav-item.nav-pmf > .nav-label { color: rgb(90, 110, 138); }
  & .nav-item.nav-pmf > .nav-label::after { background: rgb(255, 255, 255); }
  & .nav-item.nav-pmf > .nav-label:hover { color: rgb(61, 82, 104); }
  & .nav-item > .nav-label .chev { font-size: 0.44rem; opacity: 0.45; transition: transform 0.2s; margin-top: 1px; }
  & .nav-item:hover > .nav-label .chev { transform: rotate(180deg); opacity: 0.7; }
  & .nav-mega { position: fixed; left: 0px; right: 0px; top: var(--nav-h); background: rgba(253, 252, 250, 0.98); backdrop-filter: blur(28px) saturate(160%); border-bottom: 1px solid rgba(0, 0, 0, 0.06); box-shadow: rgba(0, 0, 0, 0.07) 0px 28px 56px, rgba(0, 0, 0, 0.04) 0px 4px 8px; padding: 28px 0px 32px; opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); z-index: 999; }
  & .nav-item:hover .nav-mega, & .nav-mega:hover { opacity: 1; pointer-events: all; transform: translateY(0px); }
  & .mega-inner { max-width: 1060px; margin: 0px auto; padding: 0px 2rem; display: grid; gap: 28px; }
  & .mega-inner.cols-5 { grid-template-columns: repeat(5, 1fr); }
  & .mega-inner.cols-4 { grid-template-columns: repeat(4, 1fr); }
  & .mega-inner.cols-3 { grid-template-columns: repeat(3, 1fr); }
  & .mega-inner.cols-2 { grid-template-columns: 1.4fr 1fr; }
  & .mega-section-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-primary); margin-bottom: 12px; grid-column: 1 / -1; }
  & .mega-item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 12px; border-radius: 12px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; width: 100%; text-align: left; cursor: pointer; font-family: inherit; transition: background 0.14s, transform 0.14s; text-decoration: none; }
  & .mega-item:hover { background: rgba(36, 52, 71, 0.07); transform: translateY(-1px); }
  & .mega-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 4px; }
  & .mega-text { display: flex; flex-direction: column; padding-top: 1px; }
  & .mega-label { font-size: 0.82rem; font-weight: 700; color: var(--char); line-height: 1.25; margin-bottom: 2px; }
  & .mega-sub { font-size: 0.69rem; color: var(--brown); line-height: 1.45; }
  & .mega-promo { background: linear-gradient(135deg, var(--sage-lt), #e0f5e2); border-radius: 16px; padding: 20px 18px; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; min-height: 140px; }
  & .mega-promo-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-primary); }
  & .mega-promo-title { font-family: Georgia, serif; font-size: 1rem; font-weight: 700; color: var(--char); line-height: 1.3; }
  & .mega-promo-sub { font-size: 0.73rem; color: var(--brown); line-height: 1.5; }
  & .mega-promo-btn { display: inline-flex; align-items: center; gap: 5px; background: var(--navy-primary); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; padding: 7px 15px; font-size: 0.74rem; font-weight: 700; cursor: pointer; font-family: inherit; align-self: flex-start; transition: background 0.15s; }
  & .mega-promo-btn:hover { background: var(--sage-dk); }
  & .mega-divider { height: 1px; background: rgba(0, 0, 0, 0.05); grid-column: 1 / -1; margin: 2px 0px; }
  & .nav-mega.mega-pmf { background: rgba(248, 250, 252, 0.99); }
  & .mega-pmf .mega-section-label { color: rgb(122, 150, 176); }
  & .mega-pmf .mega-item:hover { background: rgba(90, 110, 138, 0.06); }
  & .nav-cta { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
  & .btn-outline-nav { background: transparent; color: var(--char); border: 1.5px solid rgba(0, 0, 0, 0.16); padding: 6px 15px; border-radius: 50px; font-size: 0.775rem; font-weight: 600; cursor: pointer; transition: var(--tr); font-family: inherit; }
  & .btn-outline-nav:hover { border-color: var(--navy-primary); color: var(--navy-primary); }
  & .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 8px; }
  & .hamburger span { display: block; width: 21px; height: 1.8px; background: var(--char); border-radius: 2px; transition: transform 0.25s, opacity 0.2s; }
  & .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  & .hamburger.open span:nth-child(2) { opacity: 0; }
  & .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  & .mobile-menu { display: none; position: fixed; top: var(--nav-h); left: 0px; right: 0px; bottom: 0px; background: var(--hu-white-mist); overflow-y: auto; z-index: 998; flex-direction: column; padding: 8px 16px 72px; transform: translateX(-100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  & .mobile-menu.open { display: flex; transform: translateX(0px); }
  & .mob-section-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border-width: medium medium 1px; border-style: none none solid; border-color: currentcolor currentcolor rgba(0, 0, 0, 0.07); border-image: initial; padding: 16px 4px; cursor: pointer; font-family: inherit; font-size: 0.95rem; font-weight: 700; color: var(--char); letter-spacing: -0.01em; transition: color 0.15s; }
  & .mob-section-btn:hover { color: var(--navy-primary); }
  & .mob-section-chevron { font-size: 0.5rem; opacity: 0.4; transition: transform 0.22s; }
  & .mob-section-btn.open .mob-section-chevron { transform: rotate(180deg); }
  & .mob-sub-grid { grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 0px 14px; display: none; }
  & .mob-sub-grid.open { display: grid; }
  & .mob-item { background: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 14px; padding: 13px 10px 11px; cursor: pointer; font-family: inherit; text-align: center; transition: box-shadow 0.15s, transform 0.15s; box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px; min-width: 0px; }
  & .mob-item:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 18px; }
  & .mob-item-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; margin: 0px auto 7px; }
  & .mob-item-label { font-size: 0.71rem; font-weight: 700; color: var(--char); line-height: 1.3; }
  & .mob-item-sub { font-size: 0.6rem; color: var(--brown); margin-top: 2px; line-height: 1.3; }
  & .mob-cta-row { display: flex; gap: 10px; padding: 20px 4px 0px; }
  & .mob-cta-row .btn, & .mob-cta-row .btn-outline-nav { flex: 1 1 0%; justify-content: center; text-align: center; }
  & .mob-section-btn.pmf-btn { color: rgb(74, 100, 128); }
  & .mob-section-btn.pmf-btn:hover { color: rgb(45, 74, 100); }
  @media (max-width: 960px) {
  & .nav-links { display: none; }
  & .nav-cta { display: none; }
  & .hamburger { display: flex; }
}
  @media (max-width: 768px) {
  & #mainNav { display: none !important; }
  & .mob-bottom-nav { display: flex; }
}
  & .toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(80px); background: var(--sage-dk); color: rgb(255, 255, 255); padding: 12px 24px; border-radius: 50px; font-size: 0.88rem; font-weight: 600; z-index: 9999; transition: transform 0.3s; white-space: nowrap; pointer-events: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; }
  & .toast.show { transform: translateX(-50%) translateY(0px); }
  & .page { padding-top: 0px; display: none !important; min-height: 0px !important; height: 0px !important; overflow: hidden !important; }
  & .nav-label.nav-active { color: var(--sage-dk) !important; font-weight: 700; }
  & #page-places { background: rgb(255, 255, 255); }
  & #page-home { background: rgb(255, 255, 255); }
  & #page-discover { background: rgb(255, 255, 255); }
  & #page-food-feels { background: rgb(255, 255, 255); }
  & #page-voice { background: var(--hu-white-mist); }
  & #page-dashboard { background: rgb(255, 255, 255); }
  & #page-shop { background: rgb(255, 255, 255); }
  & .page.active { display: block !important; min-height: 100vh !important; height: auto !important; overflow: visible !important; }
  & .page:not(.active) { display: none !important; visibility: hidden !important; pointer-events: none !important; position: absolute !important; top: -99999px !important; left: -99999px !important; width: 0px !important; height: 0px !important; overflow: hidden !important; opacity: 0 !important; }
  & .page.active { position: relative !important; top: auto !important; left: auto !important; width: auto !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }
  & .rc-overlay:not(.open) { display: none !important; }
  & .fl-modal-bg:not(.fl-open) { display: none !important; }
  & .sr-overlay:not(.open) { display: none !important; }
  & section { padding: var(--section-gap) var(--content-pad); }
  & .container { max-width: var(--content-max); margin: 0px auto; }
  & .container-sm { max-width: 760px; margin: 0px auto; }
  & .text-center { text-align: center; }
  & .sl { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-primary); margin-bottom: 8px; }
  & .h1 { font-family: Georgia, serif; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.1; color: var(--char); margin-bottom: 16px; }
  & .h2 { font-family: Georgia, serif; font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 700; line-height: 1.15; color: var(--char); margin-bottom: 12px; }
  & .sub { font-size: 1rem; color: var(--brown); line-height: 1.75; max-width: 580px; }
  & .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--card-gap); margin-top: 24px; }
  & .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--card-gap); margin-top: 24px; }
  & .card { background: rgb(255, 255, 255); border-radius: var(--r); padding: 24px; box-shadow: var(--sh); border: 1px solid rgba(0, 0, 0, 0.04); transition: var(--tr); }
  & .card:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.11) 0px 8px 32px; }
  & .card-icon { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 14px; }
  & .card h3 { font-weight: 800; font-size: 0.98rem; margin-bottom: 7px; color: var(--char); }
  & .card p { font-size: 0.84rem; color: var(--brown); line-height: 1.65; }
  & .hero { min-height: 0px; background: rgb(255, 255, 255); display: flex; align-items: center; padding: 36px 1.5rem 38px; box-sizing: border-box; }
  @media (max-width: 900px) {
  & .hero { min-height: 0px; padding: 28px 1.5rem 30px; }
}
  @media (max-width: 600px) {
  & .hero { min-height: 0px; padding: 24px 1.25rem 26px; }
}
  & .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; max-width: 1080px; margin: 0px auto; width: 100%; }
  & .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--sage-lt); border: 1px solid rgba(36, 52, 71, 0.3); border-radius: 50px; padding: 5px 14px; font-size: 0.76rem; font-weight: 700; color: var(--navy-primary); margin-bottom: 14px; }
  & .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 20px 0px 24px; }
  & .hero-visual { background: transparent; border-radius: 0px; display: flex; align-items: center; justify-content: center; width: auto; height: auto; flex-shrink: 0; padding: 0px; overflow: hidden; }
  @media (max-width: 900px) {
  & .hero-visual { width: 100%; height: auto; max-height: 320px; }
}
  & .hero-stats { display: flex; gap: 20px; flex-wrap: wrap; }
  & .stat-n { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 700; color: var(--char); }
  & .stat-l { font-size: 0.76rem; color: var(--brown); }
  & .mood-bar { display: flex; gap: 10px; flex-wrap: wrap; margin: 20px 0px 12px; }
  & .mood-pill { padding: 9px 18px; border-radius: 50px; font-size: 0.88rem; font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: var(--tr); }
  & .mood-calm { background: var(--lav-lt); color: rgb(122, 106, 176); }
  & .mood-calm.active, & .mood-calm:hover { background: var(--lav); color: rgb(255, 255, 255); border-color: var(--lav); }
  & .mood-energy { background: var(--yel-lt); color: rgb(138, 98, 0); }
  & .mood-energy.active, & .mood-energy:hover { background: var(--yel); color: rgb(90, 62, 0); border-color: var(--yel); }
  & .mood-focus { background: var(--sky-lt); color: rgb(42, 106, 132); }
  & .mood-focus.active, & .mood-focus:hover { background: var(--sky); color: rgb(255, 255, 255); border-color: var(--sky); }
  & .mood-comfort { background: var(--peach-lt); color: rgb(192, 90, 32); }
  & .mood-comfort.active, & .mood-comfort:hover { background: var(--peach); color: rgb(255, 255, 255); border-color: var(--peach); }
  & .mood-sleep { background: rgb(232, 228, 245); color: rgb(106, 90, 148); }
  & .mood-sleep.active, & .mood-sleep:hover { background: rgb(196, 184, 232); color: rgb(255, 255, 255); border-color: rgb(196, 184, 232); }
  & .recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--card-gap); margin-top: 20px; }
  & .recipe-card { background: rgb(255, 255, 255); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); transition: var(--tr); cursor: pointer; }
  & .recipe-card:hover { transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.13) 0px 10px 36px; }
  & .recipe-img { height: 160px; display: flex; align-items: flex-end; padding: 14px; }
  & .recipe-badge { background: rgba(0, 0, 0, 0.42); backdrop-filter: blur(4px); color: rgb(255, 255, 255); padding: 3px 10px; border-radius: 50px; font-size: 0.7rem; font-weight: 600; }
  & .recipe-body { padding: 14px; }
  & .recipe-title { font-weight: 700; font-size: 0.92rem; margin-bottom: 5px; color: var(--char); }
  & .recipe-meta { font-size: 0.76rem; color: var(--brown); display: flex; gap: 10px; }
  & .score-row { display: flex; align-items: center; gap: 6px; margin-top: 8px; }
  & .score-bar { flex: 1 1 0%; height: 6px; background: rgb(238, 238, 238); border-radius: 3px; overflow: hidden; }
  & .score-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg,var(--sage),var(--peach)); }
  & .score-lbl { font-size: 0.7rem; color: var(--brown); }
  & .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--card-gap); margin-top: 28px; }
  & .proof-card { background: rgb(255, 255, 255); border-radius: var(--r); padding: 24px; box-shadow: var(--sh); }
  & .stars { color: rgb(245, 197, 24); margin-bottom: 10px; }
  & .cta-band { background: linear-gradient(135deg,#f7f0e8,var(--sage-lt)); padding: 40px 1.5rem; text-align: center; }
  & .cta-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
  & .newsletter { background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); padding: 40px 1.5rem; text-align: center; }
  & .newsletter h2 { font-family: Georgia, serif; font-size: 2.2rem; margin-bottom: 10px; }
  & .nl-form { display: flex; gap: 10px; max-width: 440px; margin: 20px auto 0px; }
  & .nl-input { flex: 1 1 0%; padding: 13px 18px; border-radius: 50px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-size: 0.92rem; outline: none; font-family: inherit; }
  & .nl-btn { background: var(--peach); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 13px 22px; border-radius: 50px; font-weight: 700; cursor: pointer; font-size: 0.92rem; font-family: inherit; transition: var(--tr); }
  & .nl-btn:hover { background: rgb(232, 144, 90); }
  & .dash-wrap { background: linear-gradient(160deg,#f0f7f1,var(--cream)); min-height: calc(-64px + 100vh); }
  & .dash-grid { display: grid; grid-template-columns: 240px 1fr; gap: 20px; max-width: 1280px; margin: 0px auto; padding: 24px 1.5rem; min-width: 0px; }
  & .dash-sidebar { display: flex; flex-direction: column; gap: 16px; }
  & .dash-nav-item { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 12px; cursor: pointer; font-size: 0.88rem; font-weight: 600; color: var(--brown); transition: var(--tr); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; font-family: inherit; text-align: left; width: 100%; }
  & .dash-nav-item:hover, & .dash-nav-item.active { background: rgb(255, 255, 255); color: var(--navy-primary); box-shadow: var(--sh); }
  & .dash-main { display: flex; flex-direction: column; gap: 16px; min-width: 0px; }
  & .dash-panel { display: flex; flex-direction: column; gap: 16px; }
  & .dash-card { background: rgb(255, 255, 255); border-radius: var(--r); padding: 20px; box-shadow: var(--sh); }
  & .dash-card h3 { font-weight: 800; font-size: 1rem; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
  & .log-row { display: flex; align-items: center; gap: 10px; padding: 9px 0px; border-bottom: 1px solid rgb(240, 236, 230); }
  & .log-row:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  & .add-btn { width: 30px; height: 30px; border-radius: 50%; background: var(--sage-lt); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: var(--navy-primary); font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; transition: var(--tr); margin-left: auto; }
  & .add-btn:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .supp-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0px; border-bottom: 1px solid rgb(240, 236, 230); }
  & .supp-row:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  & .supp-check { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--blush-primary); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--tr); flex-shrink: 0; }
  & .supp-check.done { background: var(--navy-primary); color: rgb(255, 255, 255); font-size: 0.68rem; }
  & .ht-drink-icon { display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: pointer; transition: var(--tr); padding: 8px 6px; border-radius: 14px; min-width: 68px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: transparent; flex-shrink: 0; }
  & .ht-drink-icon:hover .ht-drink-emoji { transform: scale(1.15); }
  & .ht-drink-icon.selected .ht-drink-label { color: var(--sage-dk); font-weight: 800; }
  & .ht-drink-emoji { font-size: 2.2rem; line-height: 1; display: block; transition: transform 0.15s; }
  & .ht-drink-label { font-size: 0.68rem; font-weight: 600; color: rgb(85, 85, 85); text-align: center; line-height: 1.3; }
  & .ht-add-icon { display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: pointer; padding: 8px 6px; border-radius: 14px; min-width: 68px; flex-shrink: 0; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: transparent; transition: var(--tr); }
  & .ht-log-card { display: flex; flex-direction: column; align-items: center; gap: 4px; position: relative; background: var(--hu-white-mist); border-radius: 16px; padding: 14px 14px 10px; min-width: 90px; border: 1px solid rgb(232, 228, 222); }
  & .ht-log-card-emoji { font-size: 2.4rem; line-height: 1; }
  & .ht-log-card-name { font-size: 0.8rem; font-weight: 600; color: var(--char); text-align: center; }
  & .ht-log-card-ml { font-size: 0.73rem; color: var(--brown); }
  & .ht-log-card-time { font-size: 0.7rem; color: var(--brown); }
  & .ht-log-card-remove { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; border-radius: 50%; background: rgba(255, 255, 255, 0.9); border: 1px solid rgb(221, 221, 221); display: flex; align-items: center; justify-content: center; font-size: 0.72rem; cursor: pointer; color: rgb(153, 153, 153); transition: var(--tr); }
  & .ht-log-card-remove:hover { background: var(--red); color: rgb(255, 255, 255); border-color: var(--red); }
  & .ht-log-btn { background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 11px 26px; border-radius: 50px; font-size: 0.9rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: inherit; }
  & .ht-log-btn:hover { transform: translateY(-2px); }
  & .ht-add-circle { width: 34px; height: 34px; border-radius: 50%; background: var(--sage-lt); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: var(--navy-primary); font-size: 1.3rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--tr); }
  & .ht-add-circle:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .drink-type-btn { padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 0px; background: transparent; color: var(--char); font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: var(--tr); font-family: inherit; white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }
  & .drink-type-btn:hover { opacity: 0.65; }
  & .grocery-cat-btn { padding: 5px 12px; border-radius: 50px; border: 1.5px solid rgb(224, 219, 212); background: rgb(255, 255, 255); color: var(--brown); font-size: 0.78rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: inherit; }
  & .grocery-cat-btn.active, & .grocery-cat-btn:hover { background: var(--navy-primary); color: rgb(255, 255, 255); border-color: var(--navy-primary); }
  & .grocery-item { display: flex; align-items: center; gap: 10px; padding: 9px 12px; background: var(--hu-white-mist); border-radius: 11px; }
  & .grocery-item.checked { opacity: 0.5; }
  & .grocery-item.checked .grocery-name { text-decoration: line-through; }
  & .grocery-check { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--blush-primary); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: var(--tr); font-size: 0.65rem; font-weight: 800; color: rgb(255, 255, 255); }
  & .grocery-check.done { background: var(--navy-primary); }
  & .grocery-name { flex: 1 1 0%; font-size: 0.85rem; color: var(--char); }
  & .grocery-remove { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: rgb(204, 204, 204); cursor: pointer; font-size: 1rem; transition: var(--tr); }
  & .grocery-remove:hover { color: var(--red); }
  & .mp-week-grid { display: grid; grid-template-columns: repeat(7, minmax(110px, 1fr)); gap: 8px; min-width: 780px; }
  & .mp-day-col { border-radius: 16px; overflow: hidden; background: var(--hu-white-mist); }
  & .mp-day-col.today { background: var(--sage-lt); box-shadow: 0 0 0 2px var(--sage); }
  & .mp-day-header { padding: 8px 10px 6px; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  & .mp-day-name { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brown); }
  & .mp-day-date { font-size: 12px; font-weight: 700; color: var(--char); margin-top: 1px; }
  & .mp-meal-slot { padding: 5px 7px; }
  & .mp-meal-type-label { font-size: 9px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: rgb(187, 187, 187); margin-bottom: 3px; }
  & .mp-meal-card { background: rgb(255, 255, 255); border-radius: 10px; padding: 7px 8px; font-size: 11px; font-weight: 600; color: var(--char); display: flex; align-items: center; gap: 5px; box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px; cursor: pointer; transition: var(--tr); position: relative; }
  & .mp-meal-card:hover { transform: translateY(-1px); box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px; }
  & .mp-remove { position: absolute; top: -4px; right: -4px; width: 16px; height: 16px; border-radius: 50%; background: rgb(192, 112, 110); color: rgb(255, 255, 255); font-size: 9px; display: none; align-items: center; justify-content: center; cursor: pointer; font-weight: 800; border: 1.5px solid rgb(255, 255, 255); }
  & .mp-meal-card:hover .mp-remove { display: flex; }
  & .mp-add-slot { background: rgba(255, 255, 255, 0.5); border-radius: 10px; padding: 6px; text-align: center; cursor: pointer; font-size: 16px; color: rgb(204, 204, 204); transition: var(--tr); border: 1.5px dashed rgb(221, 221, 221); }
  & .mp-add-slot:hover { background: rgb(255, 255, 255); border-color: var(--navy-primary); color: var(--navy-primary); }
  & .mp-day-view { display: flex; flex-direction: column; gap: 10px; }
  & .mp-day-meal-row { background: rgb(255, 255, 255); border-radius: 16px; padding: 14px 16px; box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 12px; display: flex; align-items: center; gap: 14px; }
  & .mp-day-meal-icon { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
  & .mp-day-meal-info { flex: 1 1 0%; min-width: 0px; }
  & .mp-day-meal-type { font-size: 11px; font-weight: 700; color: var(--navy-primary); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 2px; }
  & .mp-day-meal-name { font-size: 14px; font-weight: 700; color: var(--char); }
  & .mp-day-meal-empty { font-size: 13px; color: rgb(187, 187, 187); font-style: italic; }
  & .mp-day-pill { flex-shrink: 0; padding: 6px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-family: inherit; background: var(--hu-white-mist); color: var(--brown); transition: var(--tr); }
  & .mp-day-pill.active { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .mp-lib-chip { flex-shrink: 0; display: flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 50px; cursor: pointer; background: rgb(255, 255, 255); border: 1.5px solid rgb(238, 238, 238); font-size: 11px; font-weight: 700; color: var(--char); transition: var(--tr); white-space: nowrap; }
  & .mp-lib-chip:hover { border-color: var(--navy-primary); background: var(--sage-lt); color: var(--sage-dk); }
  & .tag { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; }
  & .tag-sage { background: var(--sage-lt); color: var(--navy-primary); }
  & .tag-peach { background: var(--peach-lt); color: rgb(192, 90, 32); }
  & .tag-sky { background: var(--sky-lt); color: rgb(42, 106, 132); }
  & .tag-yel { background: var(--yel-lt); color: rgb(122, 85, 0); }
  & .kids-hero { background: rgb(255, 255, 255); padding: var(--section-gap-sm) var(--content-pad) 24px; min-height: auto; }
  & .kids-hero img, & .kids-header-img { width: 100%; max-width: 100%; height: auto; object-fit: contain; object-position: center center; display: block; margin: 0px auto; }
  & .char-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--card-gap); margin-top: 28px; }
  & .char-card { background: rgb(255, 255, 255); border-radius: var(--r); padding: 28px 20px; text-align: center; box-shadow: var(--sh); }
  @media (max-width: 768px) {
  & .kids-hero { padding: 24px 1rem 20px; }
}
  & .shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 18px; margin-top: 32px; }
  & .shop-card { background: rgb(255, 255, 255); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); transition: var(--tr); cursor: pointer; }
  & .shop-card:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.11) 0px 8px 28px; }
  & footer { background: linear-gradient(135deg, rgb(27, 36, 48) 0%, rgb(36, 52, 71) 50%, rgb(46, 76, 99) 100%); color: rgba(255, 255, 255, 0.72); padding: 72px 2rem 0px; position: relative; overflow: hidden; }
  & footer::before { content: ""; position: absolute; inset: 0px; background-image: radial-gradient(circle at 20% 20%, rgba(36, 52, 71, 0.06) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(46, 76, 99, 0.15) 0%, transparent 50%); pointer-events: none; }
  & footer::after { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 2px; background: linear-gradient(90deg, transparent 0%, rgba(36, 52, 71, 0.5) 30%, rgba(36, 52, 71, 0.8) 50%, rgba(36, 52, 71, 0.5) 70%, transparent 100%); }
  & .footer-inner { max-width: 1140px; margin: 0px auto; position: relative; z-index: 1; }
  & .footer-tagline-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 40px; margin-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  & .footer-tagline-row .ft-brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; color: rgb(255, 255, 255); letter-spacing: -0.01em; }
  & .footer-tagline-row .ft-brand-name span { color: var(--navy-primary); }
  & .footer-tagline-row .ft-brand-sub { font-size: 0.82rem; color: rgba(255, 255, 255, 0.4); font-style: italic; letter-spacing: 0.04em; }
  & .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr; gap: 0px; max-width: 1140px; margin: 0px auto; }
  & .footer-col + .footer-col, & .footer-brand + .footer-col { border-left: 1px solid rgba(255, 255, 255, 0.07); padding-left: 32px; }
  & .footer-col.partnerships button { white-space: nowrap; }
  & .footer-brand { padding-right: 40px; }
  & .footer-col { padding: 0px 20px 0px 32px; }
  & .footer-brand h3 { font-family: Georgia, "Times New Roman", serif; color: rgb(255, 255, 255); font-size: 1.25rem; font-weight: 400; margin-bottom: 12px; letter-spacing: -0.01em; }
  & .footer-brand p { font-size: 0.84rem; line-height: 1.75; color: rgba(255, 255, 255, 0.48); margin-bottom: 24px; max-width: 260px; }
  & .footer-social { display: flex; gap: 10px; }
  & .social-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; cursor: pointer; transition: var(--tr); color: rgb(255, 255, 255); }
  & .social-btn:hover { background: rgba(36, 52, 71, 0.25); border-color: rgba(36, 52, 71, 0.5); transform: translateY(-2px); }
  & .footer-col h4 { font-family: Georgia, "Times New Roman", serif; color: rgba(255, 255, 255, 0.95); font-size: 0.82rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; }
  & .footer-col h4::after { content: ""; position: absolute; bottom: -1px; left: 0px; width: 24px; height: 1px; background: var(--navy-primary); }
  & .footer-col button { display: block; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: rgba(255, 255, 255, 0.52); font-size: 0.83rem; line-height: 1; margin-bottom: 12px; cursor: pointer; font-family: inherit; transition: 0.2s; text-align: left; padding: 2px 0px; position: relative; }
  & .footer-col button::before { content: ""; position: absolute; left: -8px; top: 50%; transform: translateY(-50%) scaleX(0); width: 4px; height: 4px; border-radius: 50%; background: var(--navy-primary); transition: transform 0.2s; transform-origin: center center; }
  & .footer-col button:hover { color: rgba(255, 255, 255, 0.92); padding-left: 12px; }
  & .footer-col button:hover::before { transform: translateY(-50%) scaleX(1); }
  & .footer-bottom-wrap { margin-top: 60px; padding: 24px 0px; border-top: 1px solid rgba(255, 255, 255, 0.07); position: relative; z-index: 1; }
  & .footer-bottom { max-width: 1140px; margin: 0px auto; display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; color: rgba(255, 255, 255, 0.3); letter-spacing: 0.02em; }
  & .footer-bottom a, & .footer-bottom button.footer-legal { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: rgba(255, 255, 255, 0.3); font-size: 0.76rem; font-family: inherit; cursor: pointer; transition: color 0.2s; padding: 0px; }
  & .footer-bottom a:hover, & .footer-bottom button.footer-legal:hover { color: rgba(255, 255, 255, 0.65); }
  & .footer-legal-links { display: flex; gap: 20px; align-items: center; }
  & .footer-legal-links span { opacity: 0.3; }
  @media (max-width: 1100px) {
  & .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 40px 0px; }
  & .footer-brand { grid-column: 1 / -1; padding-right: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); padding-bottom: 32px; margin-bottom: 0px; }
  & .footer-brand + .footer-col { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; padding-left: 0px; }
  & .footer-col { padding: 0px; }
  & .footer-col + .footer-col { border-left-width: medium; border-left-style: none; border-left-color: currentcolor; padding-left: 0px; }
  & .footer-tagline-row { flex-direction: column; align-items: flex-start; gap: 6px; }
}
  @media (max-width: 600px) {
  & footer { padding: 52px 1.25rem 0px; }
  & .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  & .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  & .footer-bottom-wrap { margin-top: 40px; }
}
  @media (max-width: 400px) {
  & .footer-grid { grid-template-columns: 1fr; }
}
  & .vj-modal-overlay { position: fixed; inset: 0px; background: rgba(0, 0, 0, 0.45); z-index: 2000; display: flex; align-items: flex-end; justify-content: center; backdrop-filter: blur(4px); }
  & .vj-modal { background: rgb(255, 255, 255); border-radius: 24px 24px 0px 0px; padding: 28px 22px 36px; width: 100%; max-width: 540px; box-shadow: rgba(0, 0, 0, 0.18) 0px -8px 40px; }
  & .vj-handle { width: 40px; height: 4px; background: rgb(224, 219, 212); border-radius: 2px; margin: 0px auto 20px; }
  & .vj-mic { width: 72px; height: 72px; border-radius: 50%; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0px auto 12px; transition: var(--tr); }
  & .vj-mic.idle { background: var(--sage-lt); color: var(--navy-primary); }
  & .vj-mic.listening { background: var(--navy-primary); color: rgb(255, 255, 255); animation: 1.4s ease-in-out 0s infinite normal none running vj-pulse; }
  & .vj-mic.idle:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .vj-mood-chip { padding: 6px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; cursor: pointer; border: 2px solid transparent; transition: var(--tr); background: var(--hu-white-mist); color: var(--brown); }
  & .vj-mood-chip.selected { border-color: var(--navy-primary); background: var(--sage-lt); color: var(--sage-dk); }
  & .vj-trigger { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 50px; border: 1.5px solid var(--sage); background: var(--sage-lt); color: var(--sage-dk); font-size: 0.8rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: inherit; }
  & .vj-trigger:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .dash-action-btn { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgb(224, 219, 212); background: rgb(255, 255, 255); font-size: 0.78rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: var(--tr); color: var(--brown); }
  & .dash-action-btn:hover { background: var(--navy-primary); color: rgb(255, 255, 255); border-color: var(--navy-primary); }
  & .prc-tab { padding: 7px 14px; border-radius: 50px; font-size: 11px; font-weight: 700; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: rgba(255, 255, 255, 0.6); color: var(--brown); transition: var(--tr); font-family: inherit; }
  & .prc-tab.active { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .prc-input { width: 100%; padding: 9px 14px; border-radius: 50px; border: 1.5px solid rgb(224, 219, 212); font-size: 13px; font-family: inherit; background: var(--hu-white-mist); outline: none; box-sizing: border-box; }
  & .prc-ingredient { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 12px; margin-bottom: 6px; }
  & .prc-ingredient.ok { background: rgb(247, 244, 240); }
  & .prc-ingredient.expiring { background: rgb(255, 245, 245); }
  & .prc-ingredient.low { background: rgb(255, 253, 240); }
  & .prc-recipe-card { background: var(--hu-white-mist); border-radius: 14px; padding: 14px; margin-bottom: 8px; }
  & .prc-action-chip { display: inline-block; padding: 5px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; cursor: pointer; transition: var(--tr); margin: 2px; }
  & .kc-prod-card { background: rgb(255, 255, 255); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); transition: var(--tr); }
  & .kc-prod-card:hover { transform: translateY(-3px); }
  & :root { --yt-yel: #E7E5E4; --yt-yel-dk: #d4a82a; --yt-yel-lt: #fef9ec; --yt-yel-mid: #fef2c8; --yt-navy: #1a2332; --yt-r: 20px; --yt-r-lg: 24px; --yt-sh: 0 4px 24px rgba(26,35,50,0.07); --yt-sh-h: 0 10px 36px rgba(26,35,50,0.13); --yt-tr: all 0.22s cubic-bezier(.4,0,.2,1); }
  & .yt-hero { background: linear-gradient(160deg,#fffef7 0%,var(--yt-yel-lt) 45%,#f0f7f1 100%); border-bottom: 1px solid rgba(245, 215, 126, 0.25); padding: 36px 0px 32px; position: relative; overflow: hidden; }
  & .yt-hero::before { content: ""; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(245, 215, 126, 0.18) 0%, transparent 70%); pointer-events: none; }
  & .yt-hero::after { content: ""; position: absolute; bottom: -40px; left: -40px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(36, 52, 71, 0.1) 0%, transparent 70%); pointer-events: none; }
  & .yt-hero-inner { max-width: 800px; margin: 0px auto; padding: 0px 24px; position: relative; z-index: 1; }
  & .yt-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.74rem; font-weight: 600; color: var(--brown); opacity: 0.7; margin-bottom: 18px; }
  & .yt-breadcrumb span { color: var(--navy-primary); }
  & .yt-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(245, 215, 126, 0.28); border: 1px solid rgba(245, 215, 126, 0.5); border-radius: 50px; padding: 5px 14px 5px 10px; margin-bottom: 14px; }
  & .yt-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yt-yel-dk); flex-shrink: 0; }
  & .yt-badge-text { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--yt-yel-dk); }
  & .yt-hero h1 { font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.03em; color: var(--yt-navy); margin-bottom: 10px; }
  & .yt-hero h1 em { font-style: normal; background: linear-gradient(135deg, rgb(212, 168, 42), rgb(231, 229, 228)) text; -webkit-text-fill-color: transparent; }
  & .yt-hero p { font-size: 0.96rem; color: var(--brown); line-height: 1.7; max-width: 520px; margin-bottom: 20px; }
  & .yt-hero-stats { display: flex; gap: 24px; flex-wrap: wrap; }
  & .yt-stat-n { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; color: var(--yt-navy); line-height: 1; }
  & .yt-stat-l { font-size: 0.7rem; color: var(--brown); opacity: 0.75; margin-top: 2px; }
  & .yt-body-inner { max-width: 800px; margin: 0px auto; padding: 28px 24px 0px; }
  & .yt-voice-row { display: flex; align-items: center; gap: 10px; background: var(--yt-yel-lt); border: 1.5px dashed rgba(212, 168, 42, 0.35); border-radius: 16px; padding: 13px 16px; margin-bottom: 18px; cursor: pointer; transition: var(--yt-tr); }
  & .yt-voice-row:hover { background: var(--yt-yel-mid); border-style: solid; }
  & .yt-voice-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(212, 168, 42, 0.15); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; border: 1px solid rgba(212, 168, 42, 0.2); }
  & .yt-voice-icon.yt-recording { animation: 1.4s ease-in-out 0s infinite normal none running ytMicPulse; background: rgba(212, 168, 42, 0.3); }
  & .yt-voice-vtext { font-size: 0.82rem; color: var(--yt-navy); flex: 1 1 0%; }
  & .yt-voice-vtext strong { color: var(--yt-yel-dk); font-weight: 700; }
  & .yt-voice-vtext em { display: block; font-style: italic; font-size: 0.75rem; color: var(--brown); opacity: 0.7; margin-top: 1px; }
  & .yt-card { background: rgb(255, 255, 255); border-radius: var(--yt-r-lg); box-shadow: var(--yt-sh); border: 1px solid rgba(0, 0, 0, 0.04); overflow: hidden; margin-bottom: 18px; transition: var(--yt-tr); }
  & .yt-card:hover { box-shadow: var(--yt-sh-h); }
  & .yt-card-header { padding: 18px 22px 14px; border-bottom: 1px solid rgba(0, 0, 0, 0.04); display: flex; align-items: center; gap: 12px; }
  & .yt-card-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
  & .yt-card-icon.yel { background: var(--yt-yel-mid); }
  & .yt-card-icon.sage { background: var(--sage-lt); }
  & .yt-card-title { font-family: Georgia, serif; font-size: 1.02rem; font-weight: 700; color: var(--yt-navy); line-height: 1.2; }
  & .yt-card-sub { font-size: 0.76rem; color: var(--brown); margin-top: 2px; }
  & .yt-card-body { padding: 18px 22px 22px; }
  & .yt-fgroup { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
  & .yt-fgroup.full { grid-template-columns: 1fr; }
  & .yt-flabel { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brown); opacity: 0.8; display: block; margin-bottom: 4px; }
  & .yt-input, & .yt-select { font-family: inherit; font-size: 0.88rem; color: var(--yt-navy); background: var(--hu-white-mist); border: 1.5px solid rgba(0, 0, 0, 0.09); border-radius: 12px; padding: 10px 13px; outline: none; transition: var(--yt-tr); width: 100%; appearance: none; }
  & .yt-input::placeholder { color: var(--brown); opacity: 0.4; }
  & .yt-input:focus, & .yt-select:focus { border-color: var(--yt-yel-dk); background: rgb(255, 255, 255); box-shadow: rgba(212, 168, 42, 0.12) 0px 0px 0px 3px; }
  & .yt-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b5b4e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-right: 34px; cursor: pointer; }
  & .yt-btn-primary { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: linear-gradient(135deg,var(--yt-yel),var(--yt-yel-dk)); color: var(--yt-navy); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; padding: 14px 26px; font-family: inherit; font-size: 0.94rem; font-weight: 800; cursor: pointer; transition: var(--yt-tr); box-shadow: rgba(212, 168, 42, 0.35) 0px 4px 18px; margin-bottom: 12px; }
  & .yt-btn-primary:hover { transform: translateY(-2px); box-shadow: rgba(212, 168, 42, 0.45) 0px 8px 28px; }
  & .yt-btn-primary:active { transform: translateY(0px); }
  & .yt-btn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  & .yt-btn-sec { display: flex; align-items: center; justify-content: center; gap: 6px; background: var(--hu-white-mist); color: var(--yt-navy); border: 1.5px solid rgba(0, 0, 0, 0.09); border-radius: 50px; padding: 10px 14px; font-family: inherit; font-size: 0.8rem; font-weight: 700; cursor: pointer; transition: var(--yt-tr); }
  & .yt-btn-sec:hover { background: var(--sage-lt); border-color: var(--navy-primary); color: var(--sage-dk); }
  & .yt-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.06), transparent); margin: 14px 0px; }
  & .yt-results { display: none; }
  & .yt-results.visible { display: block; animation: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal both running ytFadeUp; }
  & .yt-results-hd { display: flex; align-items: flex-start; gap: 14px; padding: 0px 0px 18px; }
  & .yt-results-title { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; color: var(--yt-navy); }
  & .yt-results-sub { font-size: 0.78rem; color: var(--brown); margin-top: 3px; }
  & .yt-score-badge { display: inline-flex; flex-direction: column; align-items: center; background: linear-gradient(135deg,var(--yt-yel-mid),#fff9e0); border: 1.5px solid rgba(212, 168, 42, 0.3); border-radius: 16px; padding: 12px 16px; min-width: 86px; flex-shrink: 0; }
  & .yt-score-n { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; color: var(--yt-yel-dk); line-height: 1; }
  & .yt-score-lbl { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brown); margin-top: 3px; }
  & .yt-score-desc { font-size: 0.68rem; color: var(--brown); text-align: center; margin-top: 3px; line-height: 1.3; }
  & .yt-rc { background: rgb(255, 255, 255); border-radius: var(--yt-r); box-shadow: rgba(26, 35, 50, 0.06) 0px 2px 14px; border: 1px solid rgba(0, 0, 0, 0.04); margin-bottom: 13px; overflow: hidden; transition: var(--yt-tr); }
  & .yt-rc:hover { box-shadow: var(--yt-sh-h); }
  & .yt-rc-head { display: flex; align-items: center; gap: 10px; padding: 15px 18px 12px; border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
  & .yt-rc-icon { width: 32px; height: 32px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
  & .yt-rc-title { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--yt-navy); }
  & .yt-rc-body { padding: 14px 18px 16px; }
  & .yt-meal-row { display: flex; align-items: center; gap: 12px; padding: 8px 0px; border-bottom: 1px solid rgba(0, 0, 0, 0.04); cursor: pointer; transition: var(--yt-tr); }
  & .yt-meal-row:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  & .yt-meal-row:hover { transform: translateX(3px); }
  & .yt-meal-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yt-yel); flex-shrink: 0; transition: background 0.2s; }
  & .yt-meal-name { font-size: 0.88rem; font-weight: 600; color: var(--yt-navy); flex: 1 1 0%; }
  & .yt-meal-save { font-size: 0.7rem; font-weight: 700; color: var(--navy-primary); opacity: 0; transition: var(--yt-tr); white-space: nowrap; }
  & .yt-meal-row:hover .yt-meal-save { opacity: 1; }
  & .yt-meal-row.yt-saved .yt-meal-dot { background: var(--navy-primary); }
  & .yt-meal-row.yt-saved .yt-meal-name { color: var(--sage-dk); }
  & .yt-tip-row { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0px; border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
  & .yt-tip-row:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  & .yt-tip-icon { font-size: 0.95rem; flex-shrink: 0; margin-top: 1px; }
  & .yt-tip-text { font-size: 0.86rem; color: var(--brown); line-height: 1.5; }
  & .yt-tag-wrap { display: flex; flex-wrap: wrap; gap: 8px; }
  & .yt-ptag { display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; border-radius: 50px; font-size: 0.76rem; font-weight: 700; border: 1.5px solid transparent; }
  & .yt-tag-green { background: var(--sage-lt); color: var(--sage-dk); border-color: rgba(36, 52, 71, 0.25); }
  & .yt-tag-yellow { background: var(--yt-yel-mid); color: rgb(138, 96, 0); border-color: rgba(212, 168, 42, 0.25); }
  & .yt-tag-blue { background: rgb(232, 240, 248); color: rgb(42, 74, 122); border-color: rgba(42, 74, 122, 0.15); }
  & .yt-tag-peach { background: var(--peach-lt); color: rgb(154, 74, 24); border-color: rgba(244, 169, 127, 0.3); }
  & .yt-urg-row { display: flex; align-items: center; gap: 12px; padding: 9px 0px; border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
  & .yt-urg-row:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }
  & .yt-urg-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
  & .yt-urg-label { font-size: 0.86rem; font-weight: 700; color: var(--yt-navy); flex: 1 1 0%; }
  & .yt-urg-btn { font-size: 0.73rem; font-weight: 700; color: var(--navy-primary); background: var(--sage-lt); padding: 4px 10px; border-radius: 50px; cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-family: inherit; transition: var(--yt-tr); }
  & .yt-urg-btn:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }
  & .yt-savings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  & .yt-sav-tile { background: var(--hu-white-mist); border-radius: 14px; padding: 14px; text-align: center; }
  & .yt-sav-n { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; color: var(--yt-navy); line-height: 1; }
  & .yt-sav-n.green { color: var(--sage-dk); }
  & .yt-sav-n.yellow { color: var(--yt-yel-dk); }
  & .yt-sav-l { font-size: 0.68rem; color: var(--brown); margin-top: 4px; line-height: 1.3; }
  & .yt-vr-bubble { background: linear-gradient(135deg,var(--sage-lt),#f0f9f2); border: 1px solid rgba(36, 52, 71, 0.2); border-radius: var(--yt-r); padding: 16px 18px; margin-bottom: 13px; display: flex; gap: 12px; align-items: flex-start; }
  & .yt-vr-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0; }
  & .yt-vr-text { font-size: 0.86rem; color: var(--yt-navy); line-height: 1.65; }
  & .yt-vr-text strong { color: var(--sage-dk); }
  & .yt-kids-card { background: linear-gradient(135deg, rgb(255, 251, 234) 0%, rgb(240, 249, 242) 100%); border-radius: var(--yt-r-lg); border: 1.5px solid rgba(245, 215, 126, 0.35); box-shadow: var(--yt-sh); padding: 22px; margin-bottom: 18px; position: relative; overflow: hidden; }
  & .yt-kids-card::before { content: "🎮"; position: absolute; top: -10px; right: -6px; font-size: 4rem; opacity: 0.06; pointer-events: none; }
  & .yt-kids-title { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; color: var(--yt-navy); margin-bottom: 6px; }
  & .yt-kids-text { font-size: 0.84rem; color: var(--brown); line-height: 1.65; margin-bottom: 14px; }
  & .yt-kids-btns { display: flex; flex-wrap: wrap; gap: 8px; }
  & .yt-kids-btn { display: inline-flex; align-items: center; gap: 6px; background: rgb(255, 255, 255); border: 1.5px solid rgba(245, 215, 126, 0.5); border-radius: 50px; padding: 8px 15px; font-family: inherit; font-size: 0.8rem; font-weight: 700; color: var(--yt-navy); cursor: pointer; transition: var(--yt-tr); }
  & .yt-kids-btn:hover { background: var(--yt-yel-mid); border-color: var(--yt-yel-dk); }
  & .yt-kids-btn.yt-kids-primary { background: linear-gradient(135deg,var(--yt-yel),var(--yt-yel-dk)); border-color: transparent; box-shadow: rgba(212, 168, 42, 0.3) 0px 3px 12px; }
  & .yt-kids-btn.yt-kids-primary:hover { transform: translateY(-1px); box-shadow: rgba(212, 168, 42, 0.4) 0px 5px 18px; }
  & .yt-sec-label { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; margin-top: 8px; }
  & .yt-sec-label-line { flex: 1 1 0%; height: 1px; background: linear-gradient(90deg, rgba(0, 0, 0, 0.07), transparent); }
  & .yt-sec-label-text { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-primary); }
  & .yt-loading { display: none; text-align: center; padding: 32px 20px; }
  & .yt-loading.visible { display: block; }
  & .yt-loader { display: inline-flex; gap: 6px; margin-bottom: 12px; }
  & .yt-loader span { width: 8px; height: 8px; border-radius: 50%; background: var(--yt-yel-dk); animation: 1.2s ease-in-out 0s infinite normal none running ytBounce; }
  & .yt-loader span:nth-child(2) { animation-delay: 0.15s; }
  & .yt-loader span:nth-child(3) { animation-delay: 0.3s; }
  & .yt-loading-p { font-size: 0.86rem; color: var(--brown); }
  & .yt-toast { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--yt-navy); color: rgb(255, 255, 255); padding: 10px 22px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; z-index: 9999; pointer-events: none; opacity: 0; transition: 0.3s; white-space: nowrap; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px; }
  & .yt-toast.show { opacity: 1; transform: translateX(-50%) translateY(0px); }
  @media (max-width: 600px) {
  & .yt-hero { padding: 28px 0px 24px; }
  & .yt-body-inner { padding: 20px 14px 0px; }
  & .yt-card-header, & .yt-card-body { padding: 14px 16px; }
  & .yt-rc-head, & .yt-rc-body { padding: 12px 14px; }
  & .yt-fgroup { grid-template-columns: 1fr; }
  & .yt-btn-grid { grid-template-columns: 1fr 1fr; }
  & .yt-savings-grid { grid-template-columns: 1fr 1fr; }
  & .yt-results-hd { flex-direction: column; align-items: flex-start; gap: 12px; }
  & .yt-kids-btns { flex-direction: column; }
  & .yt-kids-btn { width: 100%; justify-content: center; }
}
  @media (max-width: 400px) {
  & .yt-btn-grid { grid-template-columns: 1fr; }
}
  @media (max-width: 860px) {
  & #mms-sanctuary .container > div { grid-template-columns: 1fr !important; gap: 36px !important; }
  & #mms-sanctuary .container > div > div:last-child { grid-template-columns: 1fr 1fr; }
  & #mms-profiles .container > div { grid-template-columns: 1fr !important; gap: 32px !important; }
}
  @media (max-width: 520px) {
  & #mms-sanctuary .container > div > div:last-child { grid-template-columns: 1fr 1fr; gap: 10px; }
}
  & .hamburger { display: flex; }
  & .hero-grid, & .grid-3, & .grid-2, & .recipe-grid, & .proof-grid, & .char-grid { grid-template-columns: 1fr 1fr; }
  & .hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  & .dash-grid { grid-template-columns: 1fr; }
  & :root { --bot-nav-h: 68px; --safe-bot: env(safe-area-inset-bottom, 0px); --nav-total: calc(var(--bot-nav-h) + var(--safe-bot)); }
  & body { padding-bottom: var(--nav-total); }
  & .mob-bottom-nav { display: none; position: fixed; bottom: 0px; left: 0px; right: 0px; height: var(--bot-nav-h); padding-bottom: var(--safe-bot); background: rgb(255, 255, 255); border-top: 1px solid rgb(236, 232, 226); z-index: 2000; align-items: stretch; box-shadow: rgba(0, 0, 0, 0.08) 0px -4px 24px; }
  & .mob-nav-btn { flex: 1 1 0%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: none; cursor: pointer; padding: 8px 2px 4px; font-family: inherit; color: rgb(160, 150, 138); font-size: 0.56rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; transition: color 0.18s; -webkit-tap-highlight-color: transparent; position: relative; }
  & .mob-nav-btn .mob-nav-icon { font-size: 1.35rem; line-height: 1; transition: transform 0.18s; }
  & .mob-nav-btn.active { color: var(--navy-primary); }
  & .mob-nav-btn.active .mob-nav-icon { transform: translateY(-2px); }
  & .mob-nav-btn::after { content: ""; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); width: 0px; height: 3px; background: var(--navy-primary); border-radius: 0px 0px 3px 3px; transition: width 0.2s; }
  & .mob-nav-btn.active::after { width: 28px; }
  & .mob-nav-badge { position: absolute; top: 6px; right: calc(50% - 14px); min-width: 16px; height: 16px; background: rgb(232, 64, 64); border-radius: 50px; font-size: 0.55rem; font-weight: 800; color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; padding: 0px 3px; border: 2px solid rgb(255, 255, 255); }
  & .page { transition: opacity 0.22s, transform 0.22s; }
  & .page-exit { opacity: 0; transform: translateY(8px); }
  & .page-enter { animation: 0.28s ease 0s 1 normal forwards running pageIn; }
  & .mob-sticky-cta { display: none; position: fixed; bottom: var(--nav-total); left: 0px; right: 0px; padding: 10px 16px 4px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-top: 1px solid rgb(240, 236, 230); z-index: 1900; gap: 10px; }
  & .mob-sticky-cta .btn, & .mob-sticky-cta .btn-outline { flex: 1 1 0%; text-align: center; padding: 13px 10px; font-size: 0.82rem; }
  & .rd-grid { touch-action: pan-y; }
  & .rd-card { transition: transform 0.18s, box-shadow 0.18s; cursor: pointer; -webkit-tap-highlight-color: transparent; }
  & .rd-card:active { transform: scale(0.97); }
  @media (max-width: 768px) {
  & .btn, & .btn-outline, & .btn-ghost { min-height: 44px; padding: 12px 20px; }
  & .mk-nav-tab { min-height: 44px; }
  & .mood-pill { min-height: 40px; padding: 10px 16px; }
  & .rc-card-save { min-height: 40px; }
  & #mainNav { display: none !important; }
  & .mob-bottom-nav { display: flex; }
  & .mob-sticky-cta { display: flex; }
  & .container { padding: 0px 14px; }
  & .hero { min-height: auto; padding: 28px 1rem 24px; }
  & .hero-grid { grid-template-columns: 1fr; }
  & .hero-grid { grid-template-columns: 1fr; }
  & .hero-visual { display: none; }
  & .h1 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  & -inner { overflow-x: auto; }
  & #rdGrid { grid-template-columns: 1fr !important; }
  & .mdm-grid { grid-template-columns: 1fr !important; }
  & .rc-scroll-track { overflow-x: auto; }
  & .footer { margin-bottom: 0px; padding-bottom: calc(var(--nav-total) + 20px); }
  & .mk-input, & .mk-textarea, & select.mk-input { min-height: 44px; font-size: 16px; }
  & input, & textarea, & select { font-size: 16px !important; }
}
  & #pwaInstallBanner { display: none; position: fixed; bottom: calc(var(--nav-total) + 10px); left: 12px; right: 12px; background: rgb(255, 255, 255); border-radius: 18px; padding: 16px 18px; box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 40px; z-index: 3500; align-items: center; gap: 14px; border: 1.5px solid var(--sage-lt); animation: 0.4s ease 0s 1 normal none running slideUp; }
  & #pwaInstallBanner.show { display: flex; }
  & .pwa-banner-icon { font-size: 2.2rem; flex-shrink: 0; }
  & .pwa-banner-text { flex: 1 1 0%; }
  & .pwa-banner-title { font-weight: 800; font-size: 0.88rem; color: var(--char); margin-bottom: 2px; }
  & .pwa-banner-sub { font-size: 0.72rem; color: var(--brown); }
  & .pwa-banner-btn { padding: 9px 16px; border-radius: 50px; background: var(--navy-primary); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-weight: 700; font-size: 0.78rem; cursor: pointer; font-family: inherit; white-space: nowrap; }
  & .pwa-banner-close { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-size: 1.1rem; color: var(--brown); cursor: pointer; padding: 4px; flex-shrink: 0; }
  & #pushPrompt { display: none; position: fixed; inset: 0px; background: rgba(0, 0, 0, 0.5); z-index: 5000; align-items: flex-end; padding: 20px; }
  & #pushPrompt.show { display: flex; }
  & .push-card { background: rgb(255, 255, 255); border-radius: 24px; padding: 28px 24px; width: 100%; max-width: 480px; margin: 0px auto; animation: 0.35s ease 0s 1 normal none running slideUp; }
  & .push-card-icon { font-size: 3rem; text-align: center; margin-bottom: 12px; }
  & .push-card-title { font-size: 1.1rem; font-weight: 800; color: var(--char); text-align: center; margin-bottom: 8px; }
  & .push-card-sub { font-size: 0.85rem; color: var(--brown); text-align: center; line-height: 1.6; margin-bottom: 20px; }
  & .push-card-items { list-style: none; margin-bottom: 22px; display: flex; flex-direction: column; gap: 8px; }
  & .push-card-items li { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: var(--char); background: var(--hu-white-mist); border-radius: 10px; padding: 9px 12px; }
  & .push-card-btns { display: flex; flex-direction: column; gap: 10px; }
  & .food-feels-wrap *, & .food-feels-wrap ::before, & .food-feels-wrap ::after { box-sizing: border-box; }
  & .food-feels-wrap { --ff-sage: #243447; --ff-sage-dk: #2e5c32; --ff-sage-mid: #b8d4ba; --ff-sage-lt: #eef6ee; --ff-cream: #faf8f4; --ff-warm: #f4f1eb; --ff-brown: #4a3c30; --ff-char: #252520; --ff-muted: #7a7060; --ff-border: rgba(36,52,71,0.2); --ff-r: 14px; --ff-r-lg: 22px; --ff-shadow: 0 4px 24px rgba(46,92,50,0.07); --ff-shadow-h: 0 14px 44px rgba(46,92,50,0.13); --ff-tr: all 0.28s cubic-bezier(0.25,0.46,0.45,0.94); --ff-serif: 'Playfair Display', 'Georgia', 'Times New Roman', serif; --ff-sans: 'DM Sans', 'Helvetica Neue', Helvetica, sans-serif; font-family: var(--ff-sans); color: var(--ff-char); -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }
  & .ff-container { max-width: 1160px; margin: 0px auto; padding: 0px 36px; }
  & .ff-label { font-family: var(--ff-sans); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ff-sage); display: block; margin-bottom: 10px; }
  & .ff-title { font-family: var(--ff-serif); font-size: clamp(1.75rem, 3.2vw, 2.5rem); font-weight: 600; color: var(--ff-sage-dk); line-height: 1.22; margin-bottom: 14px; }
  & .ff-sub { font-family: var(--ff-sans); font-size: 1.02rem; font-weight: 300; color: var(--ff-muted); line-height: 1.72; max-width: 560px; }
  & .ff-divider { width: 44px; height: 2px; background: linear-gradient(90deg, var(--ff-sage), transparent); border-radius: 2px; margin: 10px 0px 24px; }
  & .ff-badge { display: inline-flex; align-items: center; gap: 7px; font-family: var(--ff-sans); font-size: 0.8rem; font-weight: 500; color: var(--ff-sage-dk); background: var(--ff-sage-lt); border: 1px solid var(--ff-border); border-radius: 50px; padding: 7px 16px; margin-bottom: 28px; }
  & .ff-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-sans); font-size: 0.9rem; font-weight: 500; border-radius: 50px; padding: 13px 28px; cursor: pointer; transition: var(--ff-tr); text-decoration: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
  & .ff-btn-primary { background: var(--ff-sage-dk); color: rgb(255, 255, 255); }
  & .ff-btn-primary:hover { background: rgb(30, 62, 33); transform: translateY(-1px); box-shadow: rgba(46, 92, 50, 0.28) 0px 10px 28px; }
  & .ff-btn-outline { background: transparent; color: var(--ff-sage-dk); border: 1.5px solid var(--ff-sage-dk); }
  & .ff-btn-outline:hover { background: var(--ff-sage-dk); color: rgb(255, 255, 255); transform: translateY(-1px); }
  & .ff-btn-light { background: rgb(255, 255, 255); color: var(--ff-sage-dk); padding: 15px 36px; font-size: 0.95rem; }
  & .ff-btn-light:hover { background: var(--ff-sage-lt); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.18) 0px 12px 32px; }
  & .ff-hero { background: var(--ff-cream); padding: var(--section-gap-sm) 0 0; overflow: hidden; }
  & .ff-hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; min-height: 360px; }
  & .ff-hero-left { padding-bottom: 40px; }
  & .ff-hero-heading { font-family: var(--ff-serif); font-size: clamp(2.2rem, 4.8vw, 3.8rem); font-weight: 600; color: var(--ff-sage-dk); line-height: 1.14; margin-bottom: 22px; letter-spacing: -0.01em; }
  & .ff-heart { color: rgb(201, 168, 126); font-style: normal; }
  & .ff-hero-sub { font-family: var(--ff-sans); font-size: 1.06rem; font-weight: 300; color: var(--ff-muted); max-width: 430px; line-height: 1.76; margin-bottom: 16px; }
  & .ff-hero-italic { font-family: var(--ff-serif); font-style: italic; font-size: 0.98rem; color: var(--ff-sage); max-width: 420px; line-height: 1.7; }
  & .ff-hero-right { height: 500px; display: flex; align-items: center; justify-content: flex-end; }
  & .ff-hero-right img { max-width: 100%; max-height: 460px; object-fit: contain; }
  & .ff-feat-bar { background: rgb(255, 255, 255); border-top: 1px solid var(--ff-border); padding: 0px; margin-top: 0px; }
  & .ff-feat-bar-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
  & .ff-feat-item { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 24px 14px; text-align: center; border-right: 1px solid var(--ff-border); cursor: pointer; transition: var(--ff-tr); }
  & .ff-feat-item:last-child { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; }
  & .ff-feat-item:hover { background: var(--ff-sage-lt); }
  & .ff-feat-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--ff-sage-lt); display: flex; align-items: center; justify-content: center; transition: var(--ff-tr); font-size: 1.1rem; }
  & .ff-feat-item:hover .ff-feat-icon { background: var(--ff-sage-mid); transform: scale(1.08); }
  & .ff-feat-title { font-family: var(--ff-sans); font-size: 0.76rem; font-weight: 500; color: var(--ff-char); line-height: 1.3; }
  & .ff-texture { background: var(--ff-warm); padding: var(--section-gap-sm) 0; }
  & .ff-texture-header { text-align: center; margin-bottom: 52px; }
  & .ff-texture-header .ff-sub { margin: 0px auto; text-align: center; }
  & .ff-texture-header .ff-divider { margin: 10px auto 24px; }
  & .ff-texture-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
  & .ff-texture-card { background: rgb(255, 255, 255); border: 1.5px solid var(--ff-border); border-radius: var(--ff-r); padding: 28px 16px 24px; text-align: center; cursor: pointer; transition: var(--ff-tr); position: relative; overflow: hidden; }
  & .ff-texture-card:hover { transform: translateY(-5px); box-shadow: var(--ff-shadow-h); border-color: var(--ff-sage-mid); }
  & .ff-texture-card.ff-sel { border-color: var(--ff-sage-dk); background: var(--ff-sage-lt); }
  & .ff-tex-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--ff-sage-lt); display: flex; align-items: center; justify-content: center; margin: 0px auto 13px; font-size: 1.5rem; transition: var(--ff-tr); }
  & .ff-texture-card:hover .ff-tex-icon { transform: scale(1.12); background: var(--ff-sage-mid); }
  & .ff-tex-name { font-family: var(--ff-serif); font-size: 0.98rem; font-weight: 600; color: var(--ff-sage-dk); margin-bottom: 5px; }
  & .ff-tex-desc { font-family: var(--ff-sans); font-size: 0.75rem; font-weight: 300; color: var(--ff-muted); line-height: 1.5; }
  & .ff-library { background: var(--ff-cream); padding: var(--section-gap-sm) 0; }
  & .ff-library-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
  & .ff-lib-card { background: rgb(255, 255, 255); border: 1px solid var(--ff-border); border-radius: var(--ff-r-lg); padding: 36px 28px; transition: var(--ff-tr); position: relative; overflow: hidden; }
  & .ff-lib-card::after { content: ""; position: absolute; bottom: 0px; left: 0px; right: 0px; height: 3px; background: linear-gradient(90deg, var(--ff-sage-dk), var(--ff-sage-mid)); opacity: 0; transition: var(--ff-tr); }
  & .ff-lib-card:hover { transform: translateY(-3px); box-shadow: var(--ff-shadow-h); }
  & .ff-lib-card:hover::after { opacity: 1; }
  & .ff-lib-icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 20px; }
  & .ff-lib-name { font-family: var(--ff-serif); font-size: 1.12rem; font-weight: 600; color: var(--ff-sage-dk); margin-bottom: 8px; }
  & .ff-lib-desc { font-family: var(--ff-sans); font-size: 0.855rem; font-weight: 300; color: var(--ff-muted); line-height: 1.65; }
  & .ff-lib-cta { display: inline-flex; align-items: center; gap: 5px; margin-top: 18px; font-family: var(--ff-sans); font-size: 0.78rem; font-weight: 500; color: var(--ff-sage); background: var(--ff-sage-lt); padding: 5px 14px; border-radius: 50px; cursor: pointer; transition: var(--ff-tr); }
  & .ff-lib-cta:hover { background: var(--ff-sage-mid); color: var(--ff-sage-dk); }
  & .ff-recipes { background: var(--ff-warm); padding: var(--section-gap) 0; }
  & .ff-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 36px 0px 44px; }
  & .ff-chip { font-family: var(--ff-sans); font-size: 0.8rem; font-weight: 400; color: var(--ff-muted); background: rgb(255, 255, 255); border: 1.5px solid var(--ff-border); border-radius: 50px; padding: 7px 17px; cursor: pointer; transition: var(--ff-tr); user-select: none; }
  & .ff-chip:hover { border-color: var(--ff-sage); color: var(--ff-sage-dk); }
  & .ff-chip.ff-active { background: var(--ff-sage-dk); color: rgb(255, 255, 255); border-color: var(--ff-sage-dk); }
  & .ff-recipes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  & .ff-rec-card { background: rgb(255, 255, 255); border: 1px solid var(--ff-border); border-radius: var(--ff-r-lg); overflow: hidden; transition: var(--ff-tr); }
  & .ff-rec-card:hover { transform: translateY(-3px); box-shadow: var(--ff-shadow-h); }
  & .ff-rec-thumb { height: 148px; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; }
  & .ff-rec-body { padding: 18px 22px 22px; }
  & .ff-rec-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 9px; }
  & .ff-rec-tag { font-family: var(--ff-sans); font-size: 0.68rem; font-weight: 500; color: var(--ff-sage); background: var(--ff-sage-lt); padding: 3px 10px; border-radius: 50px; }
  & .ff-rec-name { font-family: var(--ff-serif); font-size: 1.02rem; font-weight: 600; color: var(--ff-sage-dk); margin-bottom: 5px; }
  & .ff-rec-desc { font-family: var(--ff-sans); font-size: 0.815rem; font-weight: 300; color: var(--ff-muted); line-height: 1.6; }
  & .ff-profile { background: var(--ff-cream); padding: var(--section-gap) 0; }
  & .ff-profile-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: start; }
  & .ff-profile-card { background: rgb(255, 255, 255); border: 1px solid var(--ff-border); border-radius: var(--ff-r-lg); padding: 36px; box-shadow: var(--ff-shadow); }
  & .ff-profile-card-title { font-family: var(--ff-serif); font-size: 1.05rem; font-weight: 600; color: var(--ff-sage-dk); margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--ff-border); }
  & .ff-pfields { display: flex; flex-direction: column; gap: 16px; }
  & .ff-pfield-label { font-family: var(--ff-sans); font-size: 0.72rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ff-muted); margin-bottom: 7px; }
  & .ff-ptags { display: flex; flex-wrap: wrap; gap: 6px; }
  & .ff-ptag { font-family: var(--ff-sans); font-size: 0.8rem; padding: 5px 12px; border-radius: 50px; background: var(--ff-sage-lt); color: var(--ff-sage-dk); border: 1px solid var(--ff-border); }
  & .ff-ptag.ff-avoid { background: rgb(254, 240, 240); color: rgb(176, 64, 64); border-color: rgba(176, 64, 64, 0.15); }
  & .ff-ptag.ff-neutral { background: var(--ff-warm); color: var(--ff-muted); border-color: var(--ff-border); }
  & .ff-pdivider { height: 1px; background: var(--ff-border); margin: 2px 0px; }
  & .ff-profile-cta { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
  & .ff-tools { background: linear-gradient(155deg, #edf5ed 0%, var(--ff-warm) 60%, var(--ff-cream) 100%); padding: var(--section-gap) 0; }
  & .ff-tools-header { text-align: center; margin-bottom: 52px; }
  & .ff-tools-header .ff-sub { margin: 0px auto; }
  & .ff-tools-header .ff-divider { margin: 10px auto 24px; }
  & .ff-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  & .ff-tool-card { background: rgba(255, 255, 255, 0.72); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.88); border-radius: var(--ff-r-lg); padding: 34px 28px; transition: var(--ff-tr); display: flex; flex-direction: column; gap: 12px; }
  & .ff-tool-card:hover { background: rgb(255, 255, 255); transform: translateY(-4px); box-shadow: var(--ff-shadow-h); }
  & .ff-tool-icon { width: 52px; height: 52px; border-radius: 13px; background: var(--ff-sage-lt); display: flex; align-items: center; justify-content: center; font-size: 1.45rem; transition: var(--ff-tr); }
  & .ff-tool-card:hover .ff-tool-icon { background: var(--ff-sage-dk); transform: scale(1.06); }
  & .ff-tool-name { font-family: var(--ff-serif); font-size: 1.06rem; font-weight: 600; color: var(--ff-sage-dk); }
  & .ff-tool-desc { font-family: var(--ff-sans); font-size: 0.855rem; font-weight: 300; color: var(--ff-muted); line-height: 1.65; flex: 1 1 0%; }
  & .ff-tool-link { font-family: var(--ff-sans); font-size: 0.8rem; font-weight: 500; color: var(--ff-sage); display: inline-flex; align-items: center; gap: 4px; cursor: pointer; transition: var(--ff-tr); }
  & .ff-tool-link:hover { color: var(--ff-sage-dk); gap: 8px; }
  & .ff-cta { background: var(--ff-sage-dk); padding: var(--section-gap) 0; text-align: center; position: relative; overflow: hidden; }
  & .ff-cta::before { content: ""; position: absolute; top: -120px; right: -120px; width: 480px; height: 480px; border-radius: 50%; background: rgba(255, 255, 255, 0.043); pointer-events: none; }
  & .ff-cta::after { content: ""; position: absolute; bottom: -160px; left: -80px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255, 255, 255, 0.03); pointer-events: none; }
  & .ff-cta-inner { position: relative; z-index: 1; }
  & .ff-cta-badge { display: inline-flex; align-items: center; gap: 7px; font-family: var(--ff-sans); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.85); background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50px; padding: 7px 16px; margin-bottom: 28px; }
  & .ff-cta-heading { font-family: var(--ff-serif); font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 600; color: rgb(255, 255, 255); line-height: 1.2; margin-bottom: 18px; }
  & .ff-cta-text { font-family: var(--ff-sans); font-size: 1.04rem; font-weight: 300; color: rgba(255, 255, 255, 0.72); max-width: 480px; margin: 0px auto 36px; line-height: 1.72; }
  @media (max-width: 1024px) {
  & .ff-texture-grid { grid-template-columns: repeat(4, 1fr); }
  & .ff-feat-bar-grid { grid-template-columns: repeat(3, 1fr); }
  & .ff-feat-item:nth-child(3) { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; }
  & .ff-feat-item:nth-child(6) { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; }
}
  @media (max-width: 860px) {
  & .ff-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  & .ff-hero-right { height: 300px; order: -1; justify-content: center; }
  & .ff-hero-right img { max-height: 280px; }
  & .ff-hero-left { padding-bottom: 48px; }
  & .ff-library-grid { grid-template-columns: repeat(2, 1fr); }
  & .ff-tools-grid { grid-template-columns: repeat(2, 1fr); }
  & .ff-recipes-grid { grid-template-columns: repeat(2, 1fr); }
  & .ff-profile-inner { grid-template-columns: 1fr; gap: 36px; }
  & .ff-texture-grid { grid-template-columns: repeat(3, 1fr); }
  & .ff-feat-bar-grid { grid-template-columns: repeat(3, 1fr); }
}
  @media (max-width: 600px) {
  & .ff-container { padding: 0px 20px; }
  & .ff-hero { padding: 56px 0px 0px; }
  & .ff-texture-grid { grid-template-columns: repeat(2, 1fr); }
  & .ff-library-grid, & .ff-tools-grid, & .ff-recipes-grid { grid-template-columns: 1fr; }
  & .ff-feat-bar-grid { grid-template-columns: repeat(2, 1fr); }
  & .ff-feat-item:nth-child(2n) { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; }
  & .ff-feat-item { border-right: 1px solid var(--ff-border); }
  & .ff-feat-item:nth-child(3) { border-right: 1px solid var(--ff-border); }
  & .ff-texture { padding: var(--section-gap) 0; }
  & .ff-library, & .ff-recipes, & .ff-profile, & .ff-tools { padding: var(--section-gap) 0; }
  & .ff-cta { padding: var(--section-gap) 0; }
}
  & .ff-feat-bar { background: rgb(255, 255, 255); border-top: 1px solid rgba(36, 52, 71, 0.2); padding: 0px; }
  & .ff-feat-bar-grid { display: grid; grid-template-columns: repeat(6, 1fr); max-width: 1160px; margin: 0px auto; padding: 0px 36px; }
  @media (max-width: 1024px) {
  & .ff-feat-bar-grid { grid-template-columns: repeat(3, 1fr); }
}
  @media (max-width: 600px) {
  & .ff-feat-bar-grid { grid-template-columns: repeat(2, 1fr); }
}
  & .ffp-wizard { background: rgb(255, 255, 255); border: 1px solid var(--ff-border); border-radius: var(--ff-r-lg); box-shadow: var(--ff-shadow); overflow: hidden; }
  & .ffp-progress-bar { height: 4px; background: var(--ff-sage-lt); position: relative; }
  & .ffp-progress-fill { height: 100%; background: linear-gradient(90deg, var(--ff-sage-dk), var(--ff-sage)); border-radius: 4px; transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1); }
  & .ffp-step-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px 16px; border-bottom: 1px solid var(--ff-border); }
  & .ffp-step-dots { display: flex; gap: 7px; }
  & .ffp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ff-sage-lt); border: 1.5px solid var(--ff-sage-mid); transition: 0.25s; }
  & .ffp-dot.ffp-dot-done { background: var(--ff-sage-dk); border-color: var(--ff-sage-dk); }
  & .ffp-dot.ffp-dot-active { background: var(--ff-sage); border-color: var(--ff-sage-dk); transform: scale(1.3); }
  & .ffp-step-label { font-family: var(--ff-sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ff-sage); }
  & .ffp-steps { position: relative; min-height: 260px; }
  & .ffp-step { padding: 24px 28px 28px; display: none; }
  & .ffp-step.ffp-step-active { display: block; }
  & .ffp-step-title { font-family: var(--ff-serif); font-size: 1.1rem; font-weight: 600; color: var(--ff-sage-dk); margin-bottom: 6px; }
  & .ffp-step-hint { font-size: 0.8rem; font-weight: 300; color: var(--ff-muted); margin-bottom: 18px; line-height: 1.55; }
  & .ffp-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 4px; }
  & .ffp-chip { font-family: var(--ff-sans); font-size: 0.8rem; font-weight: 400; padding: 7px 15px; border-radius: 50px; border: 1.5px solid var(--ff-border); background: var(--ff-warm); color: var(--ff-char); cursor: pointer; transition: 0.22s; user-select: none; }
  & .ffp-chip:hover { border-color: var(--ff-sage); background: var(--ff-sage-lt); }
  & .ffp-chip.ffp-chip-selected { background: var(--ff-sage-dk); color: rgb(30, 45, 61); border-color: var(--ff-sage-dk); }
  & .ffp-chip.ffp-chip-avoid.ffp-chip-selected { background: rgb(192, 80, 80); border-color: rgb(192, 80, 80); }
  & .ffp-temp-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 8px; }
  & .ffp-temp-btn { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 10px; border-radius: 14px; border: 1.5px solid var(--ff-border); background: var(--ff-warm); cursor: pointer; transition: 0.22s; font-size: 0.78rem; font-weight: 400; color: var(--ff-char); font-family: var(--ff-sans); }
  & .ffp-temp-btn span:first-child { font-size: 1.5rem; }
  & .ffp-temp-btn:hover { border-color: var(--ff-sage); background: var(--ff-sage-lt); }
  & .ffp-temp-btn.ffp-chip-selected { background: var(--ff-sage-dk); color: rgb(255, 255, 255); border-color: var(--ff-sage-dk); }
  & .ffp-safe-input-row { display: flex; gap: 8px; margin-bottom: 12px; }
  & .ffp-safe-input { flex: 1 1 0%; font-family: var(--ff-sans); font-size: 0.85rem; padding: 10px 16px; border: 1.5px solid var(--ff-border); border-radius: 50px; background: var(--ff-warm); color: var(--ff-char); outline: none; transition: border-color 0.2s; }
  & .ffp-safe-input:focus { border-color: var(--ff-sage); }
  & .ffp-safe-add-btn { font-family: var(--ff-sans); font-size: 0.82rem; font-weight: 500; padding: 10px 18px; background: var(--ff-sage-lt); color: var(--ff-sage-dk); border: 1.5px solid var(--ff-sage-mid); border-radius: 50px; cursor: pointer; transition: 0.2s; white-space: nowrap; }
  & .ffp-safe-add-btn:hover { background: var(--ff-sage-dk); color: rgb(255, 255, 255); border-color: var(--ff-sage-dk); }
  & .ffp-safe-foods-list { display: flex; flex-wrap: wrap; gap: 7px; min-height: 32px; }
  & .ffp-safe-food-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; padding: 5px 12px; background: var(--ff-sage-lt); border: 1px solid var(--ff-border); border-radius: 50px; color: var(--ff-sage-dk); }
  & .ffp-safe-food-remove { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; color: var(--ff-muted); font-size: 0.85rem; padding: 0px; line-height: 1; transition: color 0.2s; }
  & .ffp-safe-food-remove:hover { color: rgb(192, 80, 80); }
  & .ffp-nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px 24px; border-top: 1px solid var(--ff-border); }
  & .ffp-nav-back { font-family: var(--ff-sans); font-size: 0.82rem; font-weight: 400; color: var(--ff-muted); background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; padding: 8px 0px; transition: color 0.2s; display: flex; align-items: center; gap: 5px; }
  & .ffp-nav-back:hover { color: var(--ff-sage-dk); }
  & .ffp-nav-back:disabled { opacity: 0.3; cursor: default; }
  & .ffp-nav-next { font-family: var(--ff-sans); font-size: 0.88rem; font-weight: 500; color: rgb(255, 255, 255); background: var(--ff-sage-dk); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; padding: 11px 26px; cursor: pointer; transition: 0.22s; display: flex; align-items: center; gap: 6px; }
  & .ffp-nav-next:hover { background: rgb(30, 62, 33); transform: translateY(-1px); box-shadow: rgba(46, 92, 50, 0.25) 0px 8px 22px; }
  & .ffp-summary { display: flex; flex-direction: column; gap: 14px; }
  & .ffp-summary-row { display: flex; flex-direction: column; gap: 5px; }
  & .ffp-summary-row-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ff-sage); }
  & .ffp-summary-row-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  & .ffp-summary-tag { font-size: 0.78rem; padding: 4px 12px; border-radius: 50px; background: var(--ff-sage-lt); color: var(--ff-sage-dk); border: 1px solid var(--ff-border); }
  & .ffp-summary-tag.ffp-avoided { background: rgb(254, 240, 240); color: rgb(192, 80, 80); border-color: rgba(192, 80, 80, 0.2); }
  & .ffp-summary-divider { height: 1px; background: var(--ff-border); }
  & .ffp-cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
  & .ffp-btn-primary { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-sans); font-size: 0.88rem; font-weight: 500; color: rgb(255, 255, 255); background: var(--ff-sage-dk); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; padding: 13px 24px; cursor: pointer; transition: 0.25s; text-decoration: none; }
  & .ffp-btn-primary:hover { background: rgb(30, 62, 33); transform: translateY(-1px); box-shadow: rgba(46, 92, 50, 0.25) 0px 8px 22px; }
  & .ffp-btn-outline { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-sans); font-size: 0.88rem; font-weight: 500; color: var(--ff-sage-dk); background: transparent; border: 1.5px solid var(--ff-sage-dk); border-radius: 50px; padding: 12px 24px; cursor: pointer; transition: 0.25s; text-decoration: none; }
  & .ffp-btn-outline:hover { background: var(--ff-sage-dk); color: rgb(255, 255, 255); transform: translateY(-1px); }
  & .ffp-btn-add { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-sans); font-size: 0.88rem; font-weight: 500; color: var(--ff-sage-dk); background: var(--ff-sage-lt); border: 1.5px solid var(--ff-sage-mid); border-radius: 50px; padding: 12px 24px; cursor: pointer; transition: 0.25s; text-decoration: none; }
  & .ffp-btn-add:hover { background: var(--ff-sage-dk); color: rgb(255, 255, 255); border-color: var(--ff-sage-dk); transform: translateY(-1px); }
  & .ffp-auth-gate { position: fixed; inset: 0px; background: rgba(20, 32, 20, 0.55); backdrop-filter: blur(7px); z-index: 9100; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.28s; }
  & .ffp-auth-gate.ffp-gate-open { opacity: 1; pointer-events: all; }
  & .ffp-auth-card { background: rgb(255, 255, 255); border-radius: 26px; max-width: 440px; width: 100%; padding: 44px 40px 40px; box-shadow: rgba(0, 0, 0, 0.2) 0px 28px 70px; text-align: center; transform: scale(0.94) translateY(12px); transition: transform 0.32s cubic-bezier(0.34, 1.04, 0.64, 1); position: relative; }
  & .ffp-auth-gate.ffp-gate-open .ffp-auth-card { transform: scale(1) translateY(0px); }
  & .ffp-auth-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%; background: var(--ff-cream); border: 1px solid var(--ff-border); cursor: pointer; font-size: 1rem; color: var(--ff-brown); display: flex; align-items: center; justify-content: center; transition: 0.2s; line-height: 1; }
  & .ffp-auth-close:hover { background: var(--ff-sage-dk); color: rgb(255, 255, 255); border-color: var(--ff-sage-dk); }
  & .ffp-auth-icon { font-size: 2.6rem; margin-bottom: 14px; }
  & .ffp-auth-title { font-family: var(--ff-serif); font-size: 1.5rem; font-weight: 600; color: var(--ff-sage-dk); margin-bottom: 10px; }
  & .ffp-auth-sub { font-size: 0.88rem; font-weight: 300; color: var(--ff-muted); line-height: 1.65; margin-bottom: 26px; }
  & .ffp-auth-btns { display: flex; flex-direction: column; gap: 10px; }
  & .ffp-auth-btn-signin { width: 100%; padding: 13px 20px; background: var(--ff-sage-dk); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; font-family: var(--ff-sans); font-size: 0.92rem; font-weight: 500; cursor: pointer; transition: 0.22s; }
  & .ffp-auth-btn-signin:hover { background: rgb(30, 62, 33); box-shadow: rgba(46, 92, 50, 0.25) 0px 8px 22px; }
  & .ffp-auth-btn-guest { width: 100%; padding: 12px 20px; background: transparent; color: var(--ff-sage-dk); border: 1.5px solid var(--ff-sage-mid); border-radius: 50px; font-family: var(--ff-sans); font-size: 0.88rem; font-weight: 400; cursor: pointer; transition: 0.22s; }
  & .ffp-auth-btn-guest:hover { background: var(--ff-sage-lt); border-color: var(--ff-sage-dk); }
  & .ffp-auth-note { font-size: 0.72rem; color: var(--ff-muted); margin-top: 14px; line-height: 1.5; }
  @media (max-width: 600px) {
  & .ffp-temp-options { grid-template-columns: repeat(2, 1fr); }
  & .ffp-nav { padding: 14px 18px 20px; }
  & .ffp-step { padding: 20px 18px 22px; }
  & .ffp-step-header { padding: 16px 18px 12px; }
  & .ffp-cta-row { flex-direction: column; }
  & .ffp-auth-card { padding: 36px 24px 30px; }
}
  & .fftool-overlay { display: none; position: fixed; inset: 0px; background: rgba(20, 34, 20, 0.55); z-index: 99999; align-items: center; justify-content: center; padding: 20px; }
  & .fftool-overlay.fftool-open { display: flex; }
  & .fftool-modal { background: rgb(255, 255, 255); border-radius: 26px; max-width: 520px; width: 100%; max-height: 88vh; overflow-y: auto; box-shadow: rgba(0, 0, 0, 0.25) 0px 32px 80px; position: relative; scrollbar-width: thin; animation: 0.3s cubic-bezier(0.34, 1.04, 0.64, 1) 0s 1 normal none running fftoolIn; }
  & .fftool-close-btn { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%; background: var(--hu-white-mist); border: 1px solid rgba(36, 52, 71, 0.25); cursor: pointer; font-size: 1rem; color: rgb(91, 100, 112); display: flex; align-items: center; justify-content: center; transition: 0.2s; line-height: 1; z-index: 2; }
  & .fftool-close-btn:hover { background: rgb(49, 70, 95); color: rgb(255, 255, 255); border-color: rgb(49, 70, 95); }
  & .fftool-header { padding: 36px 36px 22px; border-bottom: 1px solid rgba(36, 52, 71, 0.18); display: flex; align-items: center; gap: 18px; }
  & .fftool-icon { width: 68px; height: 68px; border-radius: 18px; background: rgb(221, 229, 216); display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; }
  & .fftool-title { font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; font-weight: 600; color: rgb(49, 70, 95); margin-bottom: 6px; line-height: 1.15; }
  & .fftool-sub { font-size: 0.875rem; font-weight: 300; color: rgb(122, 112, 96); line-height: 1.65; }
  & .fftool-body { padding: 28px 36px 36px; }
  @media (max-width: 600px) {
  & .fftool-header { padding: 28px 20px 18px; flex-direction: column; text-align: center; }
  & .fftool-body { padding: 20px 20px 28px; }
  & .fftool-title { font-size: 1.3rem; }
}
  & .fflib-overlay { display: none; position: fixed; inset: 0px; background: rgba(20, 34, 20, 0.52); z-index: 99999; align-items: center; justify-content: center; padding: 20px; }
  & .fflib-overlay.fflib-open { display: flex; }
  & .fflib-modal { background: rgb(255, 255, 255); border-radius: 26px; max-width: 500px; width: 100%; max-height: 86vh; overflow-y: auto; box-shadow: rgba(0, 0, 0, 0.22) 0px 32px 80px; position: relative; scrollbar-width: thin; animation: 0.28s cubic-bezier(0.34, 1.04, 0.64, 1) 0s 1 normal none running fflibIn; }
  & .fflib-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%; background: var(--hu-white-mist); border: 1px solid rgba(36, 52, 71, 0.22); cursor: pointer; font-size: 1rem; color: rgb(91, 100, 112); display: flex; align-items: center; justify-content: center; transition: 0.2s; z-index: 2; }
  & .fflib-close:hover { background: rgb(49, 70, 95); color: rgb(255, 255, 255); border-color: rgb(49, 70, 95); }
  & .fflib-header { padding: 32px 32px 20px; border-bottom: 1px solid rgba(36, 52, 71, 0.15); display: flex; align-items: center; gap: 16px; }
  & .fflib-header-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; }
  & .fflib-header-title { font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; font-weight: 600; color: rgb(49, 70, 95); margin-bottom: 4px; line-height: 1.15; }
  & .fflib-header-sub { font-size: 0.83rem; font-weight: 300; color: rgb(122, 112, 96); line-height: 1.6; }
  & .fflib-body { padding: 22px 32px 32px; }
  & .fflib-input-row { display: flex; gap: 8px; margin-bottom: 16px; }
  & .fflib-input { flex: 1 1 0%; font-family: inherit; font-size: 0.88rem; padding: 10px 16px; border: 1.5px solid rgba(36, 52, 71, 0.25); border-radius: 50px; background: var(--hu-white-mist); color: rgb(43, 43, 43); outline: none; transition: border-color 0.2s; }
  & .fflib-input:focus { border-color: rgb(36, 52, 71); }
  & .fflib-add-btn { font-family: inherit; font-size: 0.83rem; font-weight: 500; padding: 10px 18px; background: rgb(49, 70, 95); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; cursor: pointer; transition: 0.2s; white-space: nowrap; }
  & .fflib-add-btn:hover { background: rgb(46, 92, 50); }
  & .fflib-section-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgb(36, 52, 71); margin-bottom: 10px; }
  & .fflib-list { display: flex; flex-direction: column; gap: 7px; min-height: 32px; margin-bottom: 16px; }
  & .fflib-item { display: flex; align-items: center; justify-content: space-between; background: rgb(244, 249, 244); border: 1px solid rgba(36, 52, 71, 0.2); border-radius: 10px; padding: 9px 14px; font-size: 0.875rem; color: rgb(43, 43, 43); animation: 0.2s ease 0s 1 normal none running fflibSlideIn; }
  & .fflib-item-remove { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; color: rgb(176, 160, 144); font-size: 1rem; padding: 0px 0px 0px 10px; transition: color 0.2s; line-height: 1; }
  & .fflib-item-remove:hover { color: rgb(192, 80, 80); }
  & .fflib-empty { font-size: 0.83rem; font-style: italic; color: rgb(176, 160, 144); text-align: center; padding: 16px 0px; }
  & .fflib-suggestions { display: flex; flex-wrap: wrap; gap: 7px; }
  & .fflib-suggestion { font-size: 0.78rem; padding: 5px 13px; border-radius: 50px; background: rgb(255, 255, 255); border: 1.5px solid rgba(36, 52, 71, 0.25); color: rgb(49, 70, 95); cursor: pointer; transition: 0.18s; }
  & .fflib-suggestion:hover { background: rgb(49, 70, 95); color: rgb(255, 255, 255); border-color: rgb(49, 70, 95); }
  & .fflib-hint { background: rgb(255, 255, 255); border: 1px solid rgba(184, 212, 186, 0.6); border-radius: 14px; padding: 14px 16px; margin-top: 18px; font-family: "Playfair Display", Georgia, serif; font-style: italic; font-size: 0.88rem; color: rgb(49, 70, 95); line-height: 1.6; }
  @media (max-width: 560px) {
  & .fflib-header { padding: 26px 20px 16px; flex-direction: column; text-align: center; }
  & .fflib-body { padding: 18px 20px 26px; }
}
  & .nav-label { font-size: clamp(0.72rem, 1vw, 0.88rem) !important; padding: 6px 8px !important; }
  @media (max-width: 1100px) {
  & .nav-label { font-size: 0.72rem !important; padding: 5px 6px !important; }
}
  @media (max-width: 960px) {
  & #mainNav .nav-item:not(:nth-child(-n+6)) { display: none; }
}
  & .site-header { position: relative; z-index: 20; }
  & .page-shell { position: relative; z-index: 1; padding-top: 0px; }
  & .page-hero { padding: 42px 24px 38px; margin: 0px auto; }
  & .page-content { padding: 32px 24px 56px; }
  & .section-block { margin: 0px auto 42px; }
  & .section-heading { font-size: clamp(1.6rem, 2.4vw, 2.1rem); line-height: 1.15; margin: 0px 0px 14px; }
  & .section-intro { margin: 0px auto 24px; max-width: 720px; }
  @media (max-width: 768px) {
  & .page-hero { padding: 28px 18px 26px; }
  & .page-content { padding: 24px 18px 42px; }
  & .section-block { margin-bottom: 32px; }
}
  & .sl { margin-bottom: 6px; }
  & .h2 { margin-bottom: 10px; }
  & .newsletter h2 { font-size: 1.7rem; margin-bottom: 8px; }
  & .discover-hero, & #page-discover .hero, & .discover-header { overflow: hidden; background: rgb(255, 255, 255) !important; min-height: auto !important; padding: 28px 1.5rem 26px !important; }
  & .discover-hero img, & .discover-header img, & #page-discover .hero img { width: 100%; max-width: 100%; display: block; margin: 0px auto; height: clamp(320px, 34vw, 480px) !important; object-fit: contain !important; object-position: center center !important; background: rgb(255, 255, 255) !important; }
  @media (max-width: 768px) {
  & .discover-hero img, & .discover-header img, & #page-discover .hero img { height: clamp(220px, 48vw, 320px) !important; }
}
  & #page-discover .hero, & .discover-hero, & .discover-header { padding: 10px 1.5rem 8px !important; min-height: auto !important; background: rgb(255, 255, 255) !important; }
  & #page-discover .hero-grid { gap: 18px !important; align-items: center !important; }
  & #page-discover .hero img, & .discover-hero img, & .discover-header img { height: clamp(140px, 18vw, 220px) !important; width: 100% !important; object-fit: contain !important; margin: 0px auto !important; display: block !important; background: rgb(255, 255, 255) !important; }
  & #page-discover .hero .h1 { margin-bottom: 8px !important; }
  & #page-discover .hero .sub { margin-bottom: 0px !important; line-height: 1.55 !important; }
  @media (max-width: 768px) {
  & #page-discover .hero, & .discover-hero, & .discover-header { padding: 6px 1rem 4px !important; }
  & #page-discover .hero img, & .discover-hero img, & .discover-header img { height: clamp(110px, 28vw, 160px) !important; }
}
  & #page-home #home-hero-wrap { background: rgb(255, 255, 255) !important; width: 100vw !important; margin-left: calc(50% - 50vw) !important; padding-left: 0px !important; padding-right: 0px !important; overflow: hidden !important; }
  & #page-home #home-hero-img-box { line-height: 0; background: rgb(255, 255, 255) !important; width: 100% !important; padding: 0px !important; margin: 0px !important; }
  & #page-home #home-hero-img-box img { max-height: none !important; width: 100% !important; height: auto !important; object-fit: fill !important; display: block !important; }
  @media (max-width: 768px) {
  & #page-home #home-hero-img-box img { width: 100% !important; height: auto !important; }
}
}