@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap";.layout{min-height:100vh;display:flex;flex-direction:column}.layout__masthead{position:sticky;top:0;z-index:100;display:flex;flex-direction:column}.layout__main{flex:1}.site-header{position:relative;z-index:50;color:var(--fg-default);background-color:var(--bg-canvas);background-image:var(--texture-hatch);transition:background .18s ease,box-shadow .18s ease,border-color .18s ease;border-bottom:1px solid var(--fg-subtle);box-shadow:0 1px #0104090f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header__wrap{padding-block:.75rem}.site-header__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.site-header__brand{display:inline-flex;align-items:center;gap:.75rem;min-width:0;color:var(--fg-default);text-decoration:none}.site-header__logo{height:2rem;width:2rem;flex-shrink:0}.site-header__title{display:inline-flex;align-items:baseline;gap:.15rem;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header__title-mark{font-weight:700}.site-header__title-suffix{font-weight:500}.site-nav{display:none;align-items:center;gap:1.5rem}.site-nav__link{color:var(--fg-default);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .12s ease,opacity .12s ease,text-decoration-color .12s ease;opacity:.9}.site-nav__link:hover{opacity:1;color:var(--fg-default);text-decoration:underline;text-decoration-thickness:.1em;text-underline-offset:.3em}.site-header__menu-button{display:inline-flex;margin-left:auto}.site-header__auth{display:none}.site-header__drawer{width:280px;background-color:var(--bg-canvas);color:var(--fg-default);border-left:1px solid var(--fg-subtle)}.site-header__drawer-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--fg-subtle)}.site-header__drawer-close{color:var(--fg-muted)}.site-header__drawer-list{padding:.5rem 0}.site-header__drawer-link{color:var(--fg-default)}.site-header__drawer-link:hover{background-color:var(--bg-canvas)}.site-header__drawer-link--login{font-weight:600}@media (min-width: 768px){.site-nav{display:flex}.site-header__menu-button{display:none!important}.site-header__auth{display:inline-flex;margin-left:1.5rem}}.dtx-button{--dtx-button-font-size: .9rem;--dtx-button-padding-y: .55rem;--dtx-button-padding-x: 1.2rem;--dtx-button-icon-size: 1em;--dtx-button-border-width: 1px;--dtx-button-border-style: solid;--dtx-button-border-color: var(--btn-neutral-border);--dtx-button-shadow-rest: 0 3px 8px rgba(15, 23, 42, .12);--dtx-button-shadow-hover: 0 5px 16px rgba(15, 23, 42, .18);--dtx-button-hover-translate: -1px;--dtx-button-border-radius: .3rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--dtx-button-border-radius);border-width:var(--dtx-button-border-width);border-style:var(--dtx-button-border-style);border-color:var(--dtx-button-border-color);font-weight:600;line-height:1.1;text-decoration:none;cursor:pointer;background:var(--bg-canvas);color:var(--fg-default);box-shadow:var(--dtx-button-shadow-rest);transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;padding:var(--dtx-button-padding-y) var(--dtx-button-padding-x);font-size:var(--dtx-button-font-size);min-height:calc(var(--dtx-button-padding-y) * 2 + var(--dtx-button-font-size))}.dtx-button:hover{text-decoration:none;transform:translateY(var(--dtx-button-hover-translate));box-shadow:var(--dtx-button-shadow-hover)}.dtx-button:focus-visible{outline:none;box-shadow:var(--focus-ring)}.dtx-button:disabled,.dtx-button[aria-disabled=true]{cursor:not-allowed;opacity:.65;box-shadow:var(--dtx-button-shadow-rest);transform:none;pointer-events:none}.dtx-button__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--dtx-button-icon-size);height:var(--dtx-button-icon-size);font-size:var(--dtx-button-icon-size);line-height:1}.dtx-button__label{display:inline-flex;align-items:center;font-size:var(--dtx-button-font-size)}.dtx-button.dtx-button--icon-only{--dtx-button-icon-only-size: 2rem;padding:0;width:var(--dtx-button-icon-only-size);height:var(--dtx-button-icon-only-size);min-width:var(--dtx-button-icon-only-size);min-height:var(--dtx-button-icon-only-size);border-radius:999px;gap:0}.site-footer{--site-footer-base: var(--bg-2, #f8fafc);background:repeating-linear-gradient(135deg,rgba(15,23,42,.04),rgba(15,23,42,.04) 1px,transparent 1px,transparent 8px),var(--site-footer-base);color:var(--fg-muted);border-top:1px solid var(--fg-subtle)}.site-footer__wrap{padding-block:.75rem;font-size:.875rem}.prototype-notice{background-color:var(--bg-canvas);border-bottom:1px solid var(--fg-subtle);color:var(--fg-default);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.prototype-notice__content{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.prototype-notice__icon{font-size:1.25rem;filter:drop-shadow(0 0 6px rgba(255,255,255,.25))}.prototype-notice__copy{display:flex;flex-direction:column;gap:.25rem;min-width:0}.prototype-notice__title{color:var(--accent-primary)}.prototype-notice__message{color:var(--fg-muted)}.prototype-notice__action{margin-left:auto;margin-inline-start:auto;white-space:nowrap;flex-shrink:0;align-self:center}@media (min-width: 768px){.prototype-notice__content{padding:.75rem 1.25rem}}.hero{background-color:#fff;color:var(--fg-default)}.hero__container{display:flex;flex-direction:column;gap:2.5rem;padding-block:3rem}.hero__text{max-width:48rem}.hero__title{font-family:Caveat,cursive;font-weight:700;line-height:1.1;letter-spacing:-.01em;font-size:2.25rem}.hero__title span{display:inline}.hero__summary{margin-top:.75rem;color:var(--fg-muted)}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.dtx-button.hero__cta-primary{background:var(--brand-green);color:#fff;border-color:color-mix(in srgb,var(--brand-green) 45%,transparent)}.dtx-button.hero__cta-primary:hover{background:var(--accent-success-hover)}.dtx-button.hero__cta-secondary{background:#fff;color:var(--fg-default);border-color:color-mix(in srgb,var(--fg-default) 35%,transparent)}.dtx-button.hero__cta-secondary:hover{background:color-mix(in srgb,var(--fg-default) 12%,var(--fg-subtle));color:var(--fg-default)}.hero__media{display:flex;justify-content:center}.hero__image{width:min(100%,420px);height:auto;display:block;border-radius:.5rem;margin:0 auto}@media (min-width: 768px){.hero__container{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,40%);align-items:center;gap:2rem;padding-block:3.5rem}.hero__title{font-size:3.75rem}.hero__title span{display:block}.hero__media{justify-content:flex-end}.hero__image{width:100%;margin:0}}.swoosh-text{position:relative;display:inline-flex;overflow:hidden;align-items:baseline}.swoosh-text__item{white-space:nowrap}.swoosh-text--quote{position:relative;font-size:1rem;font-weight:400}.swoosh-text--quote:before{content:"“";color:var(--brand-green);font-size:2.5em;line-height:0;display:inline-block;vertical-align:-.35em;margin-right:.2rem}.swoosh-text--quote:after{content:"”";color:var(--brand-green);font-size:1em;line-height:1;display:inline;margin-left:.1rem}.swoosh-section{background-color:#fff;color:var(--fg-default);margin-top:-1.5rem;border-radius:1.25rem}.swoosh-section__wrap{padding-top:1.5rem;padding-bottom:1.5rem}.swoosh-section__body{margin-top:1.5rem;text-align:center;max-width:90%;margin-left:auto;margin-right:auto;min-height:3em;overflow:hidden;position:relative;contain:paint}.swoosh-section__ticker-text{font-weight:600;color:var(--fg-default);font-size:1rem}.swoosh-section__body .swoosh-text__item{white-space:normal}.swoosh-section__ticker{max-width:100%}.swoosh-section__ticker-text.swoosh-text--quote:before{font-size:3em;vertical-align:-.4em}.swoosh-section__ticker-text.swoosh-text--quote:after{font-size:1em}.swoosh-section__divider{width:clamp(72px,20%,140px);height:0;margin:.9rem auto;border-top:1px solid var(--fg-subtle);opacity:.9}.swoosh-section__subtext{margin-top:0;font-family:inherit;font-weight:0;font-size:1rem;line-height:1.35;letter-spacing:.01em;color:var(--fg-muted);display:inline-block;position:relative;max-width:42rem}.swoosh-section__subtext-accent{color:var(--brand-green);font-weight:700}@media (min-width: 768px){.swoosh-section{margin-top:-2rem}.swoosh-section__wrap{padding-top:2rem;padding-bottom:2rem}.swoosh-section__body{max-width:60%}.swoosh-section__subtext{font-size:1rem}}.hs-term{border-radius:.75rem;border:1px solid var(--fg-subtle);background:linear-gradient(180deg,#1b2432,#101722);box-shadow:0 10px 24px #00000059;overflow:hidden;width:100%;max-width:100%}.hs-term__header{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.08)}.hs-term__dot{width:10px;height:10px;border-radius:9999px;display:inline-block}.hs-term__dot--red{background:#ff5f56}.hs-term__dot--yellow{background:#ffbd2e}.hs-term__dot--green{background:#27c93f}.hs-term__title{margin-left:auto;opacity:.75;font-size:.8rem}.hs-term__body{height:240px;overflow-x:hidden;overflow-y:hidden;padding:10px 12px}.hs-code{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12.5px;line-height:1.4;color:#e6edf3;max-width:100%}.hs-code__line{display:block;white-space:pre}.tok-kw{color:#ff7b72}.tok-str{color:#a5d6ff}.tok-num{color:#79c0ff}.tok-comment{color:#8b949e}.tok-builtin{color:#d2a8ff}.hs-log .lv-info{color:#8b949e}.hs-log .lv-ok{color:var(--brand-green)}.hs-log .lv-warn{color:#ffbd2e}.hs-log .lv-err{color:#ff7b72}.hs-compute{margin-top:.75rem;border:1px solid var(--fg-subtle);border-radius:.75rem;background:linear-gradient(180deg,#ffffff0a,#ffffff05);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hs-compute__wrap{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem}.hs-compute__spinner{min-width:120px;display:grid;place-items:center;padding:6px}.hs-compute__title{font-weight:600;font-size:.95rem}.hs-compute__hint{opacity:.8;font-size:.8rem}.select-demo{display:grid;gap:1.5rem}.select-demo .workflow-detail__visual{justify-items:center}.select-demo__deck{background:var(--bg-canvas);border:1px solid var(--fg-subtle);border-radius:1rem;padding:1.25rem;box-shadow:var(--shadow);width:min(520px,100%)}.solution-deck{display:flex;flex-direction:column;gap:1rem}.solution-deck--final .solution-card{background:#fff;border-color:#84cc1640;box-shadow:0 0 0 1px #84cc162e,0 10px 22px #00000014;animation:celebrate-pop .42s ease}.solution-deck--final .solution-card__header{color:var(--fg-default)}.solution-deck--final .solution-card__meal{border-color:#84cc1624;background:#84cc1608}@keyframes celebrate-pop{0%{transform:scale(.98)}60%{transform:scale(1.02)}to{transform:scale(1)}}.solution-deck__header{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:var(--fg-muted)}.solution-deck__total.is-bump,.solution-deck__counter.is-bump{animation:count-bump .36s ease;will-change:transform,color,text-shadow}@keyframes count-bump{0%{transform:scale(1)}45%{transform:scale(1.12);color:var(--brand-green);text-shadow:0 0 10px rgba(132,204,22,.55)}to{transform:scale(1);text-shadow:none}}.solution-deck__counter{font-weight:600;letter-spacing:.015em}.solution-deck__total{font-size:.8rem;opacity:.75}.solution-deck__body{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.solution-deck__controls{display:grid;grid-template-columns:1fr 1fr;gap:0}.solution-deck__btn{border-radius:999px;padding:.65rem 1.25rem;font-weight:600;border:1px solid var(--fg-subtle);background:var(--bg-canvas);color:var(--fg-default);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;cursor:pointer;width:100%}.solution-deck__btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.solution-deck__btn--remove{border-color:#ea526f99;color:#ea526ff2;border-radius:6px 999px 999px 6px}.solution-deck__btn--keep{border-color:#84cc16b3;color:#84cc16f2;border-radius:999px 6px 6px 999px}.solution-deck__controls .solution-deck__btn--keep{border-right-width:0}.solution-deck__controls .solution-deck__btn--remove{border-left-width:0}.solution-deck__btn--shopping{border-color:#84cc1699;color:#84cc16f2}.solution-deck__btn--download{width:100%}.solution-deck__btn--back{padding:.35rem .75rem;border-radius:999px;border:1px solid var(--fg-subtle);background:var(--bg-canvas);color:var(--fg-default);box-shadow:var(--shadow)}.shopping-list{display:grid;gap:.75rem}.shopping-list__group{border:1px solid rgba(0,0,0,.06);border-radius:.5rem;padding:.5rem .6rem;background:#00000005}.shopping-list__title{font-weight:700;margin-bottom:.35rem}.shopping-list__items{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.shopping-list__item{display:flex;justify-content:space-between;-moz-column-gap:.75rem;column-gap:.75rem}.shopping-list__item-qty{opacity:.75}.solution-deck__btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:var(--shadow);background:var(--bg-canvas);color:var(--accent-primary)}.solution-deck__card-slot{min-width:0;max-width:100%}.solution-card{border-radius:.9rem;border:1px solid rgba(0,0,0,.08);background:#fff;color:var(--fg-default);box-shadow:0 6px 18px #00000014;padding:1rem 1.1rem;display:grid;gap:.85rem;width:100%;box-sizing:border-box}.solution-card__header{display:flex;align-items:center;justify-content:space-between;font-weight:600;letter-spacing:.02em;color:var(--fg-default)}.solution-card__meals{display:grid;gap:.65rem}.solution-card__meal{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;padding:.55rem .65rem;background:#0000000a;border-radius:.65rem;border:1px solid rgba(0,0,0,.06)}.solution-card__meal-name{font-weight:600;overflow-wrap:anywhere;align-self:flex-start}.solution-card__recipe{opacity:.9;text-align:left;overflow-wrap:anywhere;width:100%}.solution-deck__empty{min-height:160px;display:grid;place-items:center;border-radius:.9rem;border:1px dashed var(--fg-subtle);background:var(--bg-canvas);color:var(--fg-muted);font-size:.9rem}@media (max-width: 720px){.solution-deck__body{gap:.85rem}.select-demo .workflow-detail__visual{justify-items:stretch}.select-demo__deck{width:100%}}.solution-deck__final{margin-top:1rem;padding:.85rem 1rem;border-radius:.75rem;border:1px solid color-mix(in srgb,var(--accent-success) 35%,transparent);background:var(--bg-canvas);display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.solution-deck__final-message{font-weight:600;color:var(--fg-default)}.solution-deck__reset{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--fg-subtle);background:var(--bg-canvas);color:var(--fg-default);font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow)}.solution-deck__reset:hover{background:var(--bg-canvas);color:var(--accent-primary);transform:translateY(-1px);box-shadow:var(--shadow)}.section-heading{display:grid;gap:.75rem;margin:0 0 2rem;text-align:center}.section-heading__title{margin:0;font-size:clamp(1.75rem,1.5rem + 1vw,2.25rem);font-weight:700;color:var(--fg-default)}.section-heading__subtitle{margin:0 auto;max-width:60ch;font-size:1rem;line-height:1.7;color:var(--fg-muted)}@media (min-width: 768px){.section-heading{gap:1rem}.section-heading__subtitle{font-size:1.05rem}}.workflow-section{background-color:#fff;color:var(--fg-default)}.workflow-section__wrap{padding-block:2.75rem}@media (min-width: 768px){.workflow-section__wrap{padding-block:3.5rem}}.workflow-section__layout{display:grid;gap:2rem}@media (min-width: 1024px){.workflow-section__layout{grid-template-columns:minmax(0,3fr) minmax(280px,2fr);align-items:start}}@media (max-width: 1023px){.workflow-section__layout{display:flex;flex-direction:column;gap:1.5rem}.workflow-section__tiles{order:-1}}.workflow-section__detail{background:var(--bg-canvas, #f6f8fa);border:1px solid var(--fg-subtle);border-radius:1.25rem;padding:1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 768px){.workflow-section__detail{padding:1.75rem}}.workflow-detail__header{display:flex;align-items:center;gap:1.25rem;border-bottom:1px solid var(--fg-subtle);padding-bottom:1rem}.workflow-detail__title-wrap{display:flex;align-items:center;gap:.75rem;min-width:0}.workflow-detail__icon{width:32px;height:32px;color:var(--accent-primary);flex-shrink:0}.workflow-detail__title{margin:0;font-size:1.65rem;font-weight:600;line-height:1.2}.workflow-detail__body{display:grid;gap:1.25rem}.workflow-detail__bullets{margin:0;padding:0;list-style:none;display:grid;gap:.85rem;color:var(--fg-muted);font-size:1rem;line-height:1.55}.workflow-detail__bullets li{position:relative;padding-left:1.5rem}.workflow-detail__bullets li:before{content:"";position:absolute;left:0;top:.7em;width:10px;height:10px;border-radius:999px;background:var(--brand-green);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-green) 30%,transparent),0 0 12px #9fe93059;transform:translateY(-50%)}.workflow-detail__emph{color:var(--brand-green);font-weight:600}.workflow-detail__stack{display:grid;gap:1.5rem}.workflow-detail__visual{display:grid;gap:1.25rem;align-items:start}.workflow-detail__visual>*{max-width:100%}.workflow-section__tiles{display:flex;flex-direction:column;gap:.75rem}.workflow-tiles{display:grid;gap:.75rem;list-style:none;margin:0;padding:0;grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-tile{display:flex;align-items:center;gap:1rem;width:100%;padding:.85rem 1rem;border-radius:1rem;border:1px solid var(--fg-subtle);background:var(--bg-canvas);box-shadow:var(--shadow-xs);text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.workflow-tile:hover,.workflow-tile:focus-visible{border-color:color-mix(in srgb,var(--accent-primary) 35%,var(--fg-default));box-shadow:0 10px 18px #0f4bc714;transform:translateY(-2px);outline:none}.workflow-tile.is-active{background:color-mix(in srgb,var(--accent-primary) 10%,#fff 90%);border-color:color-mix(in srgb,var(--accent-primary) 65%,transparent);box-shadow:0 12px 24px #0969da1f}.workflow-tile__icon-wrap{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:color-mix(in srgb,var(--accent-primary) 12%,transparent);color:color-mix(in srgb,var(--accent-primary) 85%,var(--fg-default));border:1px solid color-mix(in srgb,var(--accent-primary) 35%,transparent);flex-shrink:0}.workflow-tile.is-active .workflow-tile__icon-wrap{background:color-mix(in srgb,var(--accent-primary) 16%,transparent);color:var(--accent-primary)}.workflow-tile__icon{width:22px;height:22px}.workflow-tile__content{display:flex;flex-direction:column;gap:.2rem;min-width:0}.workflow-tile__title{font-size:1rem;font-weight:600;color:var(--fg-default);word-break:break-word}@media (max-width: 640px){.workflow-tile__icon-wrap{width:22px;height:22px}.workflow-tile__icon{width:14px;height:14px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dietrix-editor{--dietrix-editor-gutter: clamp(1.5rem, 3vw, 2.5rem);width:100%;height:50rem;border-radius:.3rem;background-color:var(--bg-canvas);border:1px solid var(--fg-subtle);box-shadow:var(--shadow);padding:0;display:flex;flex-direction:column;gap:0;position:relative;overflow:hidden}.dietrix-editor__toolbar{padding:0;background:var(--texture-hatch);border-bottom:1px solid var(--fg-subtle)}.dietrix-editor__content{position:relative;overflow:visible;flex:1 1 auto;min-height:0;background-color:#fff}.dietrix-editor__panels{height:100%;padding:var(--dietrix-editor-gutter);overflow:auto}.plans-panel{margin:calc(-1 * var(--dietrix-editor-gutter)) calc(-1 * var(--dietrix-editor-gutter)) 0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--page-max-width: 64rem;--page-gutter: clamp(1rem, 4vw, 1.5rem);--bg-canvas: #f6f8fa;--fg-default: #24292f;--fg-muted: #57606a;--fg-subtle: #c2c2c2;--brand-green: #2da44e;--accent-primary: #0969da;--accent-primary-hover: #0757c3;--accent-success: #2da44e;--accent-success-hover: #2c974b;--accent-danger: #cf222e;--accent-danger-hover: #a40e26;--shadow: 0 1px 0 rgba(1, 4, 9, .04);--focus-ring: 0 0 0 3px color-mix(in srgb, var(--accent-primary) 25%, transparent);--texture-hatch: repeating-linear-gradient(135deg, rgba(15, 23, 42, .04), rgba(15, 23, 42, .04) 1px, transparent 1px, transparent 8px);--btn-success-fg: var(--accent-success);--btn-success-border: color-mix(in srgb, var(--accent-success) 50%, transparent);--btn-success-hover-bg: var(--bg-canvas);--btn-edit-fg: var(--accent-primary);--btn-edit-border: color-mix(in srgb, var(--accent-primary) 45%, transparent);--btn-edit-hover-bg: var(--bg-canvas);--btn-danger-fg: var(--accent-danger);--btn-danger-border: color-mix(in srgb, var(--accent-danger) 50%, transparent);--btn-danger-hover-bg: var(--bg-canvas);--btn-neutral-fg: var(--fg-muted);--btn-neutral-border: var(--fg-subtle);--btn-neutral-hover-bg: var(--bg-canvas);--plan-row-bg: color-mix(in srgb, var(--accent-primary) 4%, white)}:root{--app-desktop-breakpoint: 768px}*,*:before,*:after{box-sizing:border-box}.container{width:min(100%,var(--page-max-width, 64rem));margin-inline:auto;padding-inline:var(--page-gutter, 1rem)}html,body,#root{height:100%}body{margin:0;font-family:"Source Sans 3",ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;background-color:var(--bg-canvas);background-image:linear-gradient(180deg,var(--bg-canvas) 0%,var(--bg-canvas) 100%);background-repeat:no-repeat;background-attachment:fixed;color:var(--fg-default);color-scheme:light}.dtx-input{width:100%;border:1px solid var(--fg-subtle, #d0d7de);border-radius:8px;padding:.65rem .85rem;font-size:1rem;color:var(--fg-default, #24292f);background:var(--bg-canvas, #fff);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.dtx-input:focus-visible{outline:none;border-color:var(--accent-primary, #2563eb);box-shadow:var(--focus-ring)}.dtx-input[type=number]::-webkit-outer-spin-button,.dtx-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dtx-select{width:100%;border:1px solid var(--fg-subtle, #d0d7de);border-radius:8px;padding:.65rem 2.5rem .65rem .85rem;font-size:1rem;color:var(--fg-default, #24292f);background:var(--bg-canvas, #fff);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:right .9rem center,right .6rem center;background-size:.45rem .45rem,.45rem .45rem;background-repeat:no-repeat}.dtx-select:focus-visible{outline:none;border-color:var(--accent-primary, #2563eb);box-shadow:var(--focus-ring)}.editor-toolbar{display:flex;align-items:center;gap:.4rem;padding:.25rem .5rem}.editor-toolbar__list{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.editor-toolbar__menu-toggle{display:none!important;color:var(--btn-edit-fg)}.editor-toolbar__button--active{color:var(--btn-edit-fg);border-color:var(--btn-edit-border)}.editor-toolbar__menu-item{display:flex!important;align-items:center;gap:.5rem;min-width:11rem}.editor-toolbar__menu-icon{width:1.125rem;height:1.125rem}@media (max-width: 768px){.editor-toolbar{justify-content:flex-end}.editor-toolbar__list{display:none}.editor-toolbar__menu-toggle{display:inline-flex!important}}.editor-drawer{position:absolute;inset:0;width:auto;background:#fff;transform:translate(-100%);transition:transform .24s cubic-bezier(.2,0,0,1);z-index:1;pointer-events:none;display:flex;flex-direction:column}.editor-drawer--visible{transform:translate(0);pointer-events:auto}.editor-drawer__header{display:flex;align-items:center;gap:.6rem;padding:.5rem clamp(.75rem,1.2vw,1.25rem);border-bottom:1px solid var(--fg-subtle);background-color:var(--bg-canvas)}.editor-drawer__title{margin:0;font-size:1rem;font-weight:700}.editor-drawer__content{flex:1 1 auto;overflow:auto;padding:clamp(.75rem,1.2vw,1.25rem)}.sss-root{width:min(100%,28rem)}.sss-root.sss-root--center{margin-left:auto;margin-right:auto}.sss-control{display:flex;align-items:center;gap:.5rem}.sss-input{flex:1;width:100%}.sss-clear{min-width:auto}.sss-add{margin-top:.75rem}.sss-add-button{width:100%;color:var(--btn-success-fg);border-color:var(--btn-success-border)}.sss-list{margin:.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.25rem}.sss-item{display:flex;align-items:center;gap:.5rem;border:1px solid var(--fg-subtle);border-radius:8px;padding:.65rem .85rem;background:var(--bg-canvas)}.sss-item:hover{background:color-mix(in srgb,var(--accent-primary) 12%,transparent)}.sss-item__value{flex:1;background:transparent;border:none;text-align:left;font-size:.95rem;padding:0;cursor:pointer}.sss-item__value:focus-visible{outline:none;text-decoration:underline}.sss-item__actions{display:flex;gap:.35rem}.sss-action-button{min-width:auto}.sss-action-button--edit{color:var(--btn-edit-fg);border-color:var(--btn-edit-border)}.sss-action-button--delete{color:var(--btn-danger-fg);border-color:var(--btn-danger-border)}.sss-empty{padding:.65rem .85rem;border:1px dashed var(--fg-subtle);border-radius:8px;color:var(--fg-muted);text-align:center}.sss-option__match{color:var(--accent-primary);font-weight:600}.dtx-modal__overlay{position:fixed;inset:0;z-index:1100;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dtx-modal{width:min(36rem,100vw - 2rem);max-height:calc(100vh - 2rem);border-radius:.85rem;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 25px 70px #0f172a40;display:flex;flex-direction:column;overflow:hidden;outline:none}.dtx-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;background-image:var(--texture-hatch);border-bottom:1px solid rgba(15,23,42,.08);flex-wrap:nowrap}.dtx-modal__title{display:flex;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:600;color:var(--fg-default);flex:1 1 auto;min-width:0}.dtx-modal__title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtx-modal__actions{display:inline-flex;align-items:center;gap:.4rem;flex-shrink:0}.dtx-modal__action-button{--dtx-button-padding-x: .65rem;--dtx-button-padding-y: .45rem;--dtx-button-icon-size: 1.1rem;min-width:unset}.dtx-modal__action-button--confirm{color:var(--btn-success-fg);border-color:var(--btn-success-border)}.dtx-modal__action-button--cancel{color:var(--btn-danger-fg);border-color:var(--btn-danger-border)}.dtx-modal__body{padding:1.25rem;overflow-y:auto;color:var(--fg-default)}@media (max-width: 600px){.dtx-modal{width:100%;max-height:100vh}.dtx-modal__header{padding:.9rem 1rem;gap:.6rem}.dtx-modal__actions{gap:.35rem}}.icon-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#0f172a14;color:#1f2937;flex-shrink:0}.icon-badge__icon{width:16px;height:16px;display:block}.tooltip{position:fixed;top:0;left:0;transform:translate(-50%,calc(-100% - var(--tooltip-gap, .75rem)));z-index:2000;pointer-events:none}.tooltip__content{max-width:18rem;padding:.5rem .65rem;border-radius:.5rem;background:#0f172aeb;color:#fff;font-size:.85rem;line-height:1.3;box-shadow:0 8px 20px #0f172a4d;position:relative}.tooltip__content:after{content:"";position:absolute;bottom:-.4rem;left:50%;transform:translate(-50%);border-width:.4rem .35rem 0;border-style:solid;border-color:rgba(15,23,42,.92) transparent transparent transparent}.calories-editor{display:inline-flex;align-items:center;gap:.5rem}.calories-editor__badge{color:var(--accent-color, #ff7a00)}.calories-editor__label{font-weight:600}.calories-editor__input{width:7rem}.calories-editor__unit{font-weight:600}.calories-editor__suffix{color:var(--fg-muted)}.calories-editor__help-wrapper{position:relative;display:inline-flex}.calories-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.calories-editor__help:focus-visible{outline:none}.calories-editor__help:focus-visible .icon-badge,.calories-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.calories-editor__help-badge{color:var(--fg-default, #1f3d7a)}.calories-editor__input::-webkit-outer-spin-button,.calories-editor__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.name-editor{display:inline-flex;align-items:center;gap:.5rem}.name-editor__label{font-weight:600}.name-editor__input{flex:1 1 auto}.dtx-dropdown{position:relative;width:-moz-fit-content;width:fit-content}.dtx-dropdown__toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:12rem;padding:.6rem .85rem;border:1px solid var(--fg-subtle, #d0d7de);border-radius:8px;background:var(--bg-canvas, #fff);color:var(--fg-default, #24292f);font-size:1rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.dtx-dropdown__toggle:hover{border-color:var(--fg-muted, #adb6c0)}.dtx-dropdown__toggle:focus-visible{outline:none;border-color:var(--accent-primary, #2563eb);box-shadow:var(--focus-ring)}.dtx-dropdown__placeholder{flex:1 1 auto;text-align:left}.dtx-dropdown__caret{display:inline-flex;color:var(--fg-muted, #6b7280)}.dtx-dropdown__menu{position:absolute;z-index:1000;top:calc(100% + .4rem);left:0;min-width:100%;padding:.35rem;margin:0;border-radius:.6rem;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 16px 30px #0f172a2e;list-style:none;display:grid;gap:.25rem}.dtx-dropdown__menu--floating{position:fixed;z-index:2000}.dtx-dropdown__option{width:100%;display:flex;align-items:center;padding:.5rem .6rem;border-radius:.45rem;border:none;background:transparent;cursor:pointer;text-align:left;font-size:.95rem;color:var(--fg-default, #1f2937);transition:background-color .15s ease,color .15s ease}.dtx-dropdown__option:hover{background:#2563eb1f;color:var(--accent-primary, #2563eb)}.dtx-dropdown__option--disabled{cursor:not-allowed;color:#1f293766}.dtx-dropdown__option--disabled:hover{background:transparent;color:#1f293766}.requirements-editor{display:flex;flex-direction:column;gap:.75rem}.requirements-editor__header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.requirements-editor__label-row{display:flex;align-items:center;gap:.5rem}.requirements-editor__label{display:inline-flex;align-items:center;gap:.5rem}.requirements-editor__label-text{font-weight:600}.requirements-editor__help-wrapper{position:relative;display:inline-flex}.requirements-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.requirements-editor__help:focus-visible{outline:none}.requirements-editor__help:focus-visible .icon-badge,.requirements-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.requirements-editor__badge{color:var(--fg-default, #1f3d7a)}.requirements-editor__select{flex:0 0 auto}.requirements-editor__pills-row{display:flex;align-items:center;gap:.5rem}.requirements-editor__pills{display:flex;flex-wrap:wrap;gap:.5rem}.requirements-editor__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:999px;background-color:#f0f4ff;color:var(--fg-default, #1f3d7a)}.requirements-editor__pill-text{font-size:.875rem}.requirements-editor__pill-remove{border:none;background:transparent;color:inherit;cursor:pointer;font-size:.875rem;line-height:1;padding:0}.requirements-editor__pill-remove:hover{opacity:.8}.gi-editor{display:flex;flex-direction:column;gap:.5rem}.gi-editor__header{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap}.gi-editor__label-row{display:inline-flex;align-items:center;gap:.5rem}.gi-editor__controls{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.gi-editor__badge{color:#2563eb}.gi-editor__label-text{font-weight:600}.gi-editor__select{flex:0 0 auto}.gi-editor__help-wrapper{position:relative;display:inline-flex}.gi-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.gi-editor__help:focus-visible{outline:none}.gi-editor__help:focus-visible .icon-badge,.gi-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.gi-editor__description{font-size:.875rem;color:var(--fg-muted, #5c6370)}.minimise-nutrient-editor{display:flex;flex-direction:column;gap:.75rem}.minimise-nutrient-editor__header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.minimise-nutrient-editor__label{display:inline-flex;align-items:center;gap:.5rem}.minimise-nutrient-editor__input-row{display:inline-flex;align-items:center;gap:.5rem;flex:1 1 320px}.minimise-nutrient-editor__help-wrapper{position:relative;display:inline-flex}.minimise-nutrient-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.minimise-nutrient-editor__help:focus-visible{outline:none}.minimise-nutrient-editor__help:focus-visible .icon-badge,.minimise-nutrient-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.minimise-nutrient-editor__badge{color:#e45765}.minimise-nutrient-editor__help-badge{color:var(--fg-default, #1f3d7a)}.minimise-nutrient-editor__label-text{font-weight:600}.minimise-nutrient-editor__search{position:relative;flex:1 1 280px}.minimise-nutrient-editor__input{width:100%}.minimise-nutrient-editor__dropdown{position:absolute;max-height:220px;overflow-y:auto;background-color:#fff;border:1px solid #d6dcf5;border-radius:.5rem;box-shadow:0 10px 30px #1f3d7a26;padding:.25rem 0;margin:0;list-style:none;z-index:5}.minimise-nutrient-editor__dropdown--floating{position:fixed;z-index:2500}.minimise-nutrient-editor__option{width:100%;text-align:left;background:none;border:none;padding:.5rem .75rem;font-size:.9rem;cursor:pointer}.minimise-nutrient-editor__option:hover{background-color:#f0f4ff}.minimise-nutrient-editor__empty{padding:.5rem .75rem;font-size:.85rem;color:#6c7ca8}.minimise-nutrient-editor__pills{display:flex;flex-wrap:wrap;gap:.5rem}.minimise-nutrient-editor__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:999px;background-color:#fdebed;color:#ba3043}.minimise-nutrient-editor__pill-text{font-size:.875rem}.minimise-nutrient-editor__pill-remove{border:none;background:transparent;color:inherit;cursor:pointer;line-height:1;padding:0}.minimise-nutrient-editor__pill-remove:hover{opacity:.8}.maximise-nutrient-editor{display:flex;flex-direction:column;gap:.75rem}.maximise-nutrient-editor__header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.maximise-nutrient-editor__label{display:inline-flex;align-items:center;gap:.5rem}.maximise-nutrient-editor__input-row{display:inline-flex;align-items:center;gap:.5rem;flex:1 1 320px}.maximise-nutrient-editor__help-wrapper{position:relative;display:inline-flex}.maximise-nutrient-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.maximise-nutrient-editor__help:focus-visible{outline:none}.maximise-nutrient-editor__help:focus-visible .icon-badge,.maximise-nutrient-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.maximise-nutrient-editor__badge{color:#2f9b5a}.maximise-nutrient-editor__label-text{font-weight:600}.maximise-nutrient-editor__search{position:relative;flex:1 1 280px}.maximise-nutrient-editor__input{width:100%}.maximise-nutrient-editor__dropdown{position:absolute;max-height:220px;overflow-y:auto;background-color:#fff;border:1px solid #d6dcf5;border-radius:.5rem;box-shadow:0 10px 30px #1f3d7a26;padding:.25rem 0;margin:0;list-style:none;z-index:5}.maximise-nutrient-editor__dropdown--floating{position:fixed;z-index:2500}.maximise-nutrient-editor__option{width:100%;text-align:left;background:none;border:none;padding:.5rem .75rem;font-size:.9rem;cursor:pointer}.maximise-nutrient-editor__option:hover{background-color:#f0f4ff}.maximise-nutrient-editor__empty{padding:.5rem .75rem;font-size:.85rem;color:#6c7ca8}.maximise-nutrient-editor__pills{display:flex;flex-wrap:wrap;gap:.5rem}.maximise-nutrient-editor__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:999px;background-color:#e8f6ee;color:#2b7a48}.maximise-nutrient-editor__pill-text{font-size:.875rem}.maximise-nutrient-editor__pill-remove{border:none;background:transparent;color:inherit;cursor:pointer;line-height:1;padding:0}.maximise-nutrient-editor__pill-remove:hover{opacity:.8}.nutrient-mass-editor{display:flex;flex-direction:column;gap:.75rem}.nutrient-mass-editor__header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.nutrient-mass-editor__label{display:inline-flex;align-items:center;gap:.5rem}.nutrient-mass-editor__badge{color:#2563eb}.nutrient-mass-editor__label-text{font-weight:600}.nutrient-mass-editor__search-wrapper{position:relative;flex:1 1 220px}.nutrient-mass-editor__input{width:100%}.nutrient-mass-editor__mass-input{width:5.5rem}.nutrient-mass-editor__inline-controls{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;flex:1 1 auto}.nutrient-mass-editor__unit-select{min-width:unset}.nutrient-mass-editor__unit-select .dtx-dropdown__toggle{min-width:3.75rem;padding:.4rem .5rem;height:2.6rem}.nutrient-mass-editor__unit-select .dtx-dropdown__placeholder{width:auto}.nutrient-mass-editor__unit-select .dtx-dropdown__caret{margin-left:.15rem}.nutrient-mass-editor__mass-input::-webkit-outer-spin-button,.nutrient-mass-editor__mass-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.nutrient-mass-editor__dropdown{position:absolute;max-height:220px;overflow-y:auto;background-color:#fff;border:1px solid #d6dcf5;border-radius:.5rem;box-shadow:0 10px 30px #1f3d7a26;padding:.25rem 0;margin:0;list-style:none;z-index:5}.nutrient-mass-editor__dropdown--floating{position:fixed;z-index:2500}.nutrient-mass-editor__option{width:100%;text-align:left;background:none;border:none;padding:.5rem .75rem;font-size:.9rem;cursor:pointer}.nutrient-mass-editor__option:hover{background-color:#f0f4ff}.nutrient-mass-editor__empty{padding:.5rem .75rem;font-size:.85rem;color:#6c7ca8}.nutrient-mass-editor__actions{display:inline-flex;align-items:center;gap:.5rem}.nutrient-mass-editor__preposition{font-size:.9rem;color:#4a5776}.nutrient-mass-editor__footer{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.nutrient-mass-editor__help-wrapper{position:relative;display:inline-flex}.nutrient-mass-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.nutrient-mass-editor__help:focus-visible{outline:none}.nutrient-mass-editor__help:focus-visible .icon-badge,.nutrient-mass-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.nutrient-mass-editor__add-button{color:var(--btn-success-fg);border-color:var(--btn-success-border)}.nutrient-mass-editor__add-button:disabled{color:var(--btn-neutral-fg);border-color:var(--btn-neutral-border)}.nutrient-mass-editor__pills{display:flex;flex-wrap:wrap;gap:.5rem}.nutrient-mass-editor__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:999px;background-color:#f0f4ff;color:var(--fg-default, #1f3d7a)}.nutrient-mass-editor__pill-text{font-size:.875rem}.nutrient-mass-editor__pill-remove{border:none;background:transparent;color:inherit;cursor:pointer;line-height:1;padding:0}.nutrient-mass-editor__pill-remove:hover{opacity:.8}.nutrient-calories-editor{display:flex;flex-direction:column;gap:.75rem}.nutrient-calories-editor__header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.nutrient-calories-editor__label{display:inline-flex;align-items:center;gap:.5rem}.nutrient-calories-editor__badge{color:#2563eb}.nutrient-calories-editor__label-text{font-weight:600}.nutrient-calories-editor__help-wrapper{position:relative;display:inline-flex}.nutrient-calories-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.nutrient-calories-editor__help:focus-visible{outline:none}.nutrient-calories-editor__help:focus-visible .icon-badge,.nutrient-calories-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.nutrient-calories-editor__help-badge{color:var(--fg-default, #1f3d7a)}.nutrient-calories-editor__controls{display:flex;flex-wrap:wrap;gap:.75rem}.nutrient-calories-editor__field{display:flex;flex-direction:column;gap:.35rem;flex:1 1 8rem;min-width:8rem}@media (max-width: 640px){.nutrient-calories-editor__controls{flex-direction:column}.nutrient-calories-editor__field{flex:1 1 auto;min-width:100%}}.nutrient-calories-editor__field-label{font-size:.8rem;font-weight:500;color:#4a5776}.nutrient-calories-editor__input-wrapper{position:relative}.nutrient-calories-editor__input{padding-right:2rem}.nutrient-calories-editor__input[aria-invalid=true]{border-color:#e45765}.nutrient-calories-editor__suffix{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.85rem;color:#4a5776}.nutrient-calories-editor__error{font-size:.85rem;color:#e45765}.nutrient-calories-editor__footer{min-height:0}.person-editor,.person-editor__advanced{display:flex;flex-direction:column;gap:.75rem}.person-editor__advanced-toggle{display:flex;align-items:center;gap:.5rem;width:100%;border:1px solid rgba(37,99,235,.25);background:#2563eb0f;color:var(--fg-default, #1f3d7a);border-radius:10px;padding:.6rem .9rem;font-size:.95rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.person-editor__advanced-toggle:after{content:"▸";margin-left:auto;color:inherit;transition:transform .2s ease}.person-editor__advanced-toggle[data-open=true]:after{content:"▾"}.person-editor__advanced-toggle:hover{border-color:var(--accent-primary, #2563eb);background:#2563eb1a;color:var(--fg-default, #1f3d7a)}.person-editor__advanced-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}.person-editor__advanced-toggle[data-open=true]{border-color:var(--accent-primary, #2563eb)}.person-editor__advanced-icon{color:var(--accent-primary, #2563eb)}.person-editor__advanced-label{font-weight:600;letter-spacing:.01em}.person-editor__advanced-panels{display:flex;flex-direction:column;gap:.75rem}.people-lib-editor{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.tag-constraint-editor{display:flex;flex-direction:column;gap:.75rem}.tag-constraint-editor__header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tag-constraint-editor__label{display:inline-flex;align-items:center;gap:.5rem}.tag-constraint-editor__label-text{font-weight:600}.tag-constraint-editor__input-row{display:inline-flex;align-items:center;gap:.5rem;flex:1 1 320px}.tag-constraint-editor__behaviour-toggle{display:inline-flex;border:1px solid #d6dcf5;border-radius:.5rem;overflow:hidden}.tag-constraint-editor__behaviour-btn{border:none;background:#f8faff;padding:.35rem .6rem;cursor:pointer;color:#50629b}.tag-constraint-editor__behaviour-btn--active{background:#e6edff;color:#1f3d7a;font-weight:600}.tag-constraint-editor__help-wrapper{position:relative;display:inline-flex}.tag-constraint-editor__help{border:none;background:transparent;padding:0;line-height:0;cursor:help}.tag-constraint-editor__help:focus-visible{outline:none}.tag-constraint-editor__help:focus-visible .icon-badge,.tag-constraint-editor__help:hover .icon-badge{box-shadow:var(--focus-ring)}.tag-constraint-editor__badge,.tag-constraint-editor__help-badge{color:var(--fg-default, #1f3d7a)}.tag-constraint-editor__search{position:relative;flex:1 1 280px}.tag-constraint-editor__input{width:100%}.tag-constraint-editor__dropdown{position:absolute;max-height:220px;overflow-y:auto;background-color:#fff;border:1px solid #d6dcf5;border-radius:.5rem;box-shadow:0 10px 30px #1f3d7a26;padding:.25rem 0;margin:0;list-style:none;z-index:5}.tag-constraint-editor__dropdown--floating{position:fixed;z-index:2500}.tag-constraint-editor__option{width:100%;text-align:left;background:none;border:none;padding:.5rem .75rem;font-size:.9rem;cursor:pointer}.tag-constraint-editor__option:hover{background-color:#f0f4ff}.tag-constraint-editor__empty{padding:.5rem .75rem;font-size:.85rem;color:#6c7ca8}.tag-constraint-editor__pills{display:flex;flex-wrap:wrap;gap:.5rem}.tag-constraint-editor__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:999px;background-color:#f0f4ff;color:var(--fg-default, #1f3d7a)}.tag-constraint-editor__pill-behaviour{border:none;border-radius:999px;font-size:.75rem;line-height:1;padding:.1rem .4rem;cursor:pointer}.tag-constraint-editor__pill-behaviour--include{background:#e8f6ee;color:#2b7a48}.tag-constraint-editor__pill-behaviour--exclude{background:#fdebed;color:#ba3043}.tag-constraint-editor__pill-text{font-size:.875rem}.tag-constraint-editor__pill-remove{border:none;background:transparent;color:inherit;cursor:pointer;line-height:1;padding:0}.tag-constraint-editor__pill-remove:hover{opacity:.8}.tag-constraint-editor__browser{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.tag-constraint-editor__browse-toggle{align-self:flex-start;border:1px solid #d6dcf5;background:#fff;color:#1f3d7a;padding:.3rem .6rem;border-radius:.5rem;cursor:pointer}.tag-tree__root,.tag-tree__children{list-style:none;padding-left:.25rem;margin:0}.tag-tree__children{margin-left:1rem}.tag-tree__item{margin:.1rem 0}.tag-tree__row{display:inline-flex;align-items:center;gap:.35rem;padding:.1rem .2rem;border-radius:.35rem}.tag-tree__row--selected{background:#f7f9ff}.tag-tree__caret{width:1.5rem;height:1.5rem;border:none;background:transparent;color:#6c7ca8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.tag-tree__caret--empty{display:inline-block}.tag-tree__name{border:none;background:transparent;color:#1f3d7a;font-size:.92rem;display:inline-flex;align-items:center;cursor:pointer}.tag-tree__status{font-size:.75rem;border-radius:999px;padding:.05rem .4rem}.tag-tree__status--include{background:#e8f6ee;color:#2b7a48}.tag-tree__status--exclude{background:#fdebed;color:#ba3043}.tag-tree__add{border:none;background:transparent;cursor:pointer;padding:0;line-height:0}.tag-tree__add--include{color:#2b7a48}.tag-tree__add--exclude{color:#ba3043}.meal-editor,.meal-editor__advanced{display:flex;flex-direction:column;gap:.75rem}.meal-editor__advanced-toggle{display:flex;align-items:center;gap:.5rem;width:100%;border:1px solid rgba(37,99,235,.25);background:#2563eb0f;color:var(--fg-default, #1f3d7a);border-radius:10px;padding:.6rem .9rem;font-size:.95rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.meal-editor__advanced-toggle:after{content:"▸";margin-left:auto;color:inherit;transition:transform .2s ease}.meal-editor__advanced-toggle[data-open=true]:after{content:"▾"}.meal-editor__advanced-toggle:hover{border-color:var(--accent-primary, #2563eb);background:#2563eb1a;color:var(--fg-default, #1f3d7a)}.meal-editor__advanced-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}.meal-editor__advanced-toggle[data-open=true]{border-color:var(--accent-primary, #2563eb)}.meal-editor__advanced-icon{color:var(--accent-primary, #2563eb)}.meal-editor__advanced-label{font-weight:600;letter-spacing:.01em}.meal-editor__advanced-panels{display:flex;flex-direction:column;gap:.75rem}.meals-lib-editor{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.day-meals-editor{margin-top:1rem}.day-meals-editor__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.day-meals-editor__label{display:inline-flex;align-items:center;gap:.5rem;font-weight:600}.day-meals-editor__list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.day-meals-editor__item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border:1px solid var(--border-subtle, #e1e3e6);border-radius:6px;background:var(--panel-bg, #fff)}.day-meals-editor__item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-meals-editor__item-actions{display:inline-flex;gap:.25rem}.day-meals-editor__item-button{padding:.25rem .5rem}.day-meals-editor__item-button--edit{color:var(--btn-edit-fg);border-color:var(--btn-edit-border)}.day-meals-editor__item-button--delete{color:var(--btn-danger-fg);border-color:var(--btn-danger-border)}.day-meals-editor__empty{color:#666;font-style:italic}.day-meals-editor__add{color:var(--btn-success-fg);border-color:var(--btn-success-border)}.day-editor{display:flex;flex-direction:column;gap:1rem}.days-lib-editor,.plans-lib-editor{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.plan-editor{display:block;padding:0}.plan-editor__scroll{width:100%;overflow-x:auto}.plan-editor__content{display:inline-block;width:-moz-max-content;width:max-content;min-width:100%}.plan-editor__input{width:100%;text-align:center;border-radius:0}.plan-editor__empty-line{display:inline-flex;align-items:center;gap:.75rem}.plan-editor__empty-text{font-weight:600}.plan-editor--empty{display:grid;place-items:center}.plan-editor__empty-wrap{width:100%;padding:var(--dietrix-editor-gutter);min-height:50vh;display:grid;place-items:center}.plan-editor__empty{width:min(100%,28rem);display:grid;gap:.75rem}.plan-editor__add-button{color:var(--btn-success-fg);border-color:var(--btn-success-border)}.plan-grid{display:grid;grid-auto-rows:minmax(3rem,auto);width:100%;border-top:1px solid var(--fg-subtle);border-bottom:1px solid var(--fg-subtle);background:#fff}.plan-grid__cell{padding:.75rem .9rem;border-right:1px solid var(--fg-subtle)}.plan-grid__cell--lhs{background:var(--bg-canvas)}.plan-grid__cell--header{background:linear-gradient(180deg,#6366f10f,#6366f10a);font-weight:600;display:flex;align-items:center;justify-content:center}.plan-grid__cell--body{background:#fff}.plan-grid__cell--body.plan-grid__cell--day,.plan-grid__cell--lhs.plan-grid__cell--day{background:var(--plan-row-bg)}.plan-grid__cell--center{display:flex;align-items:center;justify-content:center}.plan-grid__toggle{min-width:auto;padding:.25rem}.plan-grid__toggle--on{color:var(--btn-success-fg);border-color:var(--btn-success-border)}.plan-grid__cell-controls{display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.plan-grid__consumer-wrap{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.15rem .25rem;border:2px solid transparent;border-radius:.5rem}.plan-grid__share{min-width:auto;padding:.25rem}.plan-grid__pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.85rem;color:var(--accent-primary);background:color-mix(in srgb,var(--accent-primary) 12%,transparent);border:1px solid color-mix(in srgb,var(--accent-primary) 35%,transparent)}.plan-grid__pill--implicit{border-style:dashed;color:var(--fg-muted, #6b7280);border-color:color-mix(in srgb,var(--fg-muted, #6b7280) 45%,transparent);background:color-mix(in srgb,var(--fg-muted, #6b7280) 8%,transparent)}.plan-grid__cell--lhs.plan-grid__cell--body{display:flex;align-items:center}.plan-grid__header-text{display:inline-block;text-align:center}.plan-grid__muted{color:var(--fg-muted, #6b7280)}.plan-grid__solve-button{color:var(--btn-edit-fg);border-color:var(--btn-edit-border)}.plan-grid__warn-button{color:#b45309;border-color:color-mix(in srgb,#f59e0b 45%,transparent)}.plan-grid__add-button{color:var(--btn-success-fg);border-color:var(--btn-success-border)}.plan-grid__cell--header-top,.plan-grid__cell--row-divider{border-bottom:1px solid var(--fg-subtle)}.plan-grid__name{display:inline-flex;align-items:center;gap:.35rem}.plan-grid__header-info{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1.15}.plan-grid__person-cal{display:inline-flex;align-items:center;gap:.25rem;font-size:.85rem;color:var(--fg-muted, #6b7280)}.plan-grid__person-cal-icon{width:1em;height:1em;color:var(--accent-color, #ff7a00);flex:0 0 auto}.plan-grid__person-warn{width:1em;height:1em;color:#f59e0b}.plan-grid__person-warn--large{width:1.25em;height:1.25em}.plan-grid__person-warn-block{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem}.plan-grid__person-warn-text{font-size:.75rem;color:var(--fg-muted, #6b7280);max-width:9rem;text-align:center}.plan-grid__chevron{min-width:auto;padding:.25rem}.plan-grid__anchor+.plan-grid__chevron{margin-left:-.2rem}.plan-grid__name-delete{min-width:auto;padding:.35rem;color:var(--btn-danger-fg);border-color:var(--btn-danger-border)}.plan-grid__meal-label{display:inline-block;padding-left:0}.plan-grid__day-label{font-weight:600}.plan-grid__anchor{position:relative;display:inline-block;width:0;height:0}.ellipsis-button{--dtx-button-padding-x: .6rem;--dtx-button-border-radius: .3rem;--dtx-button-icon-size: 1.1rem;min-width:auto;width:.9rem;height:.9rem}.meal-cal-btn+.ellipsis-button{margin-left:.35rem}.ellipsis-toolbar{position:absolute;z-index:20;background:#fff;border:1px solid var(--fg-subtle);border-radius:.4rem;box-shadow:0 8px 24px #0f172a2e;padding:.3rem;display:flex;flex-direction:row;gap:.25rem}.ellipsis-toolbar__btn{min-width:auto;padding:.35rem}.ellipsis-toolbar__btn--edit{color:var(--btn-edit-fg);border-color:var(--btn-edit-border)}.ellipsis-toolbar__btn--delete{color:var(--btn-danger-fg);border-color:var(--btn-danger-border)}.meal-switch{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .35rem;border:1px solid var(--fg-subtle);border-radius:999px;height:2rem;background:#fff;cursor:pointer}.meal-switch--on{border-color:var(--btn-success-border);background:color-mix(in srgb,var(--btn-success-border) 10%,white)}.meal-switch--off{border-color:var(--fg-subtle)}.meal-switch__track{position:relative;width:2.25rem;height:1.15rem;border-radius:999px;background:var(--bg-canvas);border:1px solid var(--fg-subtle)}.meal-switch--on .meal-switch__track{background:color-mix(in srgb,var(--btn-success-border) 18%,white);border-color:color-mix(in srgb,var(--btn-success-border) 45%,transparent)}.meal-switch__thumb{position:absolute;top:50%;left:.15rem;transform:translateY(-50%);width:.85rem;height:.85rem;border-radius:999px;background:#fff;border:1px solid var(--fg-subtle);transition:transform .12s ease}.meal-switch--on .meal-switch__thumb{transform:translate(1.1rem,-50%);border-color:color-mix(in srgb,var(--btn-success-border) 45%,transparent)}.meal-switch__label{font-size:.9rem}.results-selector{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.try-dietrix-section{background-color:#fff;color:var(--fg-default)}.try-dietrix-section__wrap{display:grid;gap:2.5rem;padding-block:2.75rem}@media (min-width: 768px){.try-dietrix-section__wrap{gap:3rem;padding-block:3.5rem}}
