.mp-root{--mp-bg:var(--bg-base);--mp-raise:var(--bg-raise);--mp-panel:var(--bg-panel);--mp-panel-2:var(--bg-panel-2);--mp-ink:var(--text-primary);--mp-ink-2:var(--text-secondary);--mp-ink-3:var(--text-muted);--mp-ink-4:var(--text-faint);--mp-accent:var(--accent);--mp-accent-soft:var(--accent-soft);--mp-accent-deep:var(--accent-deep);--mp-ok:var(--success);--mp-bad:var(--danger);--mp-warn:var(--warning,var(--accent-deep));--mp-line:var(--border-strong);--mp-line-soft:var(--border-subtle);--mp-hairline:var(--border-hairline);--mp-display:var(--font-bebas-neue),"Bebas Neue",sans-serif;--mp-mono:var(--font-ibm-plex-mono),"IBM Plex Mono",monospace;--mp-sans:var(--font-dm-sans),"DM Sans",system-ui,sans-serif;--mp-r:10px;--mp-r-sm:6px;--mp-z-sticky:20;--mp-z-sheet-backdrop:40;--mp-z-sheet:50;--mp-z-toast:60;--mp-ease:cubic-bezier(0.2,0.6,0.2,1);min-height:100vh;min-height:100dvh;background:var(--mp-bg);color:var(--mp-ink);font-family:var(--mp-sans);-webkit-font-smoothing:antialiased}.mp-root *,.mp-root :after,.mp-root :before{box-sizing:border-box}.mp-root :focus-visible{outline:2px solid var(--mp-accent);outline-offset:2px;border-radius:3px}.mp-shell{width:100%;max-width:1240px;margin:0 auto;padding:20px 16px 96px;display:flex;flex-direction:column;gap:16px}.mp-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.mp-wordmark{display:inline-flex;flex-direction:column;gap:2px;text-decoration:none;color:inherit}.mp-wordmark b{font-family:var(--mp-display);font-size:30px;letter-spacing:.08em;line-height:1}.mp-wordmark span{font-family:var(--mp-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mp-ink-3)}.mp-top-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mp-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.mp-tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:9px 14px;background:var(--mp-panel);border:1px solid var(--mp-line-soft);border-radius:var(--mp-r-sm);color:var(--mp-ink-2);font-family:var(--mp-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .14s var(--mp-ease),color .14s var(--mp-ease)}.mp-tab:hover{background:var(--mp-panel-2);color:var(--mp-ink)}.mp-tab[aria-current=page]{background:var(--mp-accent-soft);border-color:var(--mp-accent);color:var(--mp-ink)}.mp-panel{background:var(--mp-panel);border:1px solid var(--mp-line-soft);border-radius:var(--mp-r);overflow:hidden}.mp-panel__strip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;background:var(--mp-raise);border-bottom:1px solid var(--mp-hairline);font-family:var(--mp-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--mp-ink-3)}.mp-panel__body{padding:16px 14px;display:flex;flex-direction:column;gap:14px}.mp-h{font-family:var(--mp-display);font-size:clamp(24px,5vw,34px);letter-spacing:.02em;line-height:1.05;margin:0}.mp-h2{font-family:var(--mp-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--mp-ink-3);margin:0}.mp-sub{margin:0;color:var(--mp-ink-2);font-size:14px;line-height:1.55;max-width:68ch}.mp-note{line-height:1.5;color:var(--mp-ink-3);margin:0}.mp-btn,.mp-note{font-family:var(--mp-mono);font-size:11px}.mp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:0 14px;background:var(--mp-panel-2);border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);color:var(--mp-ink);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:background .14s var(--mp-ease),border-color .14s var(--mp-ease)}.mp-btn:hover:not(:disabled){background:var(--mp-raise);border-color:var(--mp-accent)}.mp-btn:disabled{opacity:.45;cursor:not-allowed}.mp-btn--primary{background:var(--mp-accent);border-color:var(--mp-accent);color:var(--bg-base);font-weight:600}.mp-btn--primary:hover:not(:disabled){background:var(--mp-accent-deep);border-color:var(--mp-accent-deep)}.mp-btn--ghost{background:transparent;border-color:var(--mp-line-soft);color:var(--mp-ink-2)}.mp-btn--danger{border-color:var(--mp-bad);color:var(--mp-bad);background:transparent}.mp-btn--sm{min-height:30px;padding:0 9px;font-size:10px}.mp-btn--block{width:100%}.mp-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.mp-field{display:flex;flex-direction:column;gap:6px;min-width:0}.mp-label{font-family:var(--mp-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--mp-ink-3)}.mp-input,.mp-select{width:100%;min-height:40px;padding:0 10px;background:var(--mp-bg);border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);color:var(--mp-ink);font-family:var(--mp-sans);font-size:14px}.mp-input--num{font-family:var(--mp-mono);text-align:right;max-width:108px}.mp-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.mp-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px}.mp-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mp-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;background:var(--mp-panel-2);border:1px solid var(--mp-line-soft);border-radius:999px;font-family:var(--mp-mono);font-size:10px;letter-spacing:.06em;color:var(--mp-ink-2);white-space:nowrap}.mp-pill[data-tone=ok]{border-color:var(--mp-ok);color:var(--mp-ok)}.mp-pill[data-tone=warn]{border-color:var(--mp-warn);color:var(--mp-warn)}.mp-pill[data-tone=bad]{border-color:var(--mp-bad);color:var(--mp-bad)}.mp-pill[data-tone=accent]{border-color:var(--mp-accent);color:var(--mp-accent)}.mp-est{font-family:var(--mp-mono);font-size:10px;color:var(--mp-warn);border-bottom:1px dotted;cursor:help}.mp-stepper{display:inline-flex;align-items:center;gap:0;border:1px solid var(--mp-line);border-radius:var(--mp-r-sm);overflow:hidden;background:var(--mp-bg)}.mp-stepper button{width:32px;min-height:34px;background:var(--mp-panel-2);border:0;color:var(--mp-ink);font-family:var(--mp-mono);font-size:14px;cursor:pointer}.mp-stepper button:hover:not(:disabled){background:var(--mp-accent-soft)}.mp-stepper button:disabled{opacity:.4;cursor:not-allowed}.mp-stepper output{min-width:56px;text-align:center;font-family:var(--mp-mono);font-size:12px;padding:0 6px}.mp-totals{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px}.mp-stat{background:var(--mp-raise);border:1px solid var(--mp-line-soft);border-radius:var(--mp-r-sm);padding:10px 12px;display:flex;flex-direction:column;gap:3px;min-width:0}.mp-stat span{font-family:var(--mp-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--mp-ink-3)}.mp-stat b{font-family:var(--mp-display);font-size:22px;letter-spacing:.02em;line-height:1}.mp-stat small{font-family:var(--mp-mono);font-size:10px;color:var(--mp-ink-3)}.mp-notices{gap:8px}.mp-notice,.mp-notices{display:flex;flex-direction:column}.mp-notice{gap:3px;padding:9px 12px;border-radius:var(--mp-r-sm);border:1px solid var(--mp-line-soft);border-left-width:3px;background:var(--mp-raise);font-size:13px;line-height:1.5;color:var(--mp-ink-2)}.mp-notice[data-severity=warning]{border-left-color:var(--mp-warn)}.mp-notice[data-severity=info]{border-left-color:var(--mp-accent)}.mp-notice b{color:var(--mp-ink);font-size:12px}.mp-notice small{font-family:var(--mp-mono);font-size:10px;color:var(--mp-ink-3);overflow-wrap:anywhere}.mp-grid-scroll{overflow-x:auto;padding-bottom:6px}.mp-week{display:grid;grid-template-columns:84px repeat(7,minmax(132px,1fr));gap:6px;min-width:900px}.mp-week[data-single=true]{grid-template-columns:84px minmax(0,1fr);min-width:0}.mp-week__corner{background:transparent}.mp-dayhead{display:flex;flex-direction:column;gap:1px;padding:7px 8px;background:var(--mp-raise);border:1px solid var(--mp-line-soft);border-radius:var(--mp-r-sm);min-width:0}.mp-dayhead b{font-family:var(--mp-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.mp-dayhead span{font-family:var(--mp-mono);font-size:10px;color:var(--mp-ink-3)}.mp-dayhead[data-today=true]{border-color:var(--mp-accent)}.mp-dayhead[data-today=true] b{color:var(--mp-accent)}.mp-mealhead{display:flex;align-items:center;padding:8px;font-family:var(--mp-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--mp-ink-3)}.mp-cell{display:flex;flex-direction:column;gap:5px;min-height:78px;padding:6px;background:var(--mp-bg);border:1px dashed var(--mp-line-soft);border-radius:var(--mp-r-sm);min-width:0}.mp-cell:focus-within{border-color:var(--mp-accent);border-style:solid}.mp-cell[data-filled=true]{border-style:solid;background:var(--mp-panel)}.mp-cell__add{margin-top:auto;align-self:stretch;min-height:26px;padding:0 6px;background:transparent;border:1px solid transparent;border-radius:4px;color:var(--mp-ink-4);font-family:var(--mp-mono);font-size:10px;letter-spacing:.06em;cursor:pointer;text-align:left}.mp-cell__add:hover{border-color:var(--mp-accent);color:var(--mp-accent)}.mp-chip{display:flex;flex-direction:column;gap:3px;padding:6px 7px;background:var(--mp-panel-2);border:1px solid var(--mp-line-soft);border-left:3px solid var(--mp-accent);border-radius:4px;text-align:left;min-width:0}.mp-chip[data-kind=leftovers]{border-left-color:var(--mp-ink-3)}.mp-chip[data-kind=eaten-out]{border-left-color:var(--mp-warn);border-style:dashed}.mp-chip[data-conflict=true]{border-left-color:var(--mp-bad)}.mp-chip__name{font-size:12px;font-weight:600;line-height:1.25;overflow-wrap:anywhere}.mp-chip__meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap;font-family:var(--mp-mono);font-size:9px;color:var(--mp-ink-3)}.mp-chip__tools{display:flex;gap:3px;flex-wrap:wrap}.mp-chip__tools button{min-height:22px;padding:0 5px;background:transparent;border:1px solid var(--mp-line-soft);border-radius:3px;color:var(--mp-ink-3);font-family:var(--mp-mono);font-size:9px;cursor:pointer}.mp-chip__tools button:hover{border-color:var(--mp-accent);color:var(--mp-accent)}.mp-daynav{display:flex;align-items:center;justify-content:space-between;gap:10px}.mp-daynav output{font-size:12px;letter-spacing:.08em}.mp-aisle,.mp-daynav output{font-family:var(--mp-mono);text-transform:uppercase}.mp-aisle{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:14px 0 6px;padding-bottom:4px;border-bottom:1px solid var(--mp-hairline);font-size:10px;letter-spacing:.16em;color:var(--mp-ink-3)}.mp-aisle:first-child{margin-top:0}.mp-list{display:flex;flex-direction:column;gap:4px}.mp-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:8px 10px;background:var(--mp-bg);border:1px solid var(--mp-line-soft);border-radius:var(--mp-r-sm);min-width:0}.mp-row[data-purchased=true]{opacity:.55}.mp-row[data-purchased=true] .mp-row__name{text-decoration:line-through}.mp-row__main{display:flex;align-items:center;gap:9px;min-width:0}.mp-row__name{font-size:13px;overflow-wrap:anywhere}.mp-row__meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.mp-row__numbers{display:flex;align-items:center;gap:10px;font-family:var(--mp-mono);font-size:12px;white-space:nowrap}.mp-row__qty{color:var(--mp-ink)}.mp-row__cost{color:var(--mp-ink-3);min-width:64px;text-align:right}.mp-check{width:18px;height:18px;flex:0 0 auto;accent-color:var(--mp-accent);cursor:pointer}.mp-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:10px}.mp-card{display:flex;flex-direction:column;gap:7px;padding:11px;background:var(--mp-bg);border:1px solid var(--mp-line-soft);border-radius:var(--mp-r-sm);min-width:0}.mp-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.mp-card__name{font-size:14px;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.mp-card__tags{display:flex;gap:5px;flex-wrap:wrap}.mp-fav{flex:0 0 auto;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--mp-line-soft);border-radius:var(--mp-r-sm);color:var(--mp-ink-3);cursor:pointer;font-size:13px}.mp-fav[data-on=true]{border-color:var(--mp-accent);color:var(--mp-accent)}.mp-empty{padding:26px 16px;text-align:center;border:1px dashed var(--mp-line-soft);border-radius:var(--mp-r-sm);color:var(--mp-ink-3);font-size:13px;line-height:1.6}.mp-backdrop{position:fixed;inset:0;z-index:var(--mp-z-sheet-backdrop);background:rgb(0 0 0/55%);border:0;padding:0}.mp-sheet{position:fixed;z-index:var(--mp-z-sheet);inset:auto 0 0 0;max-height:88dvh;overflow-y:auto;background:var(--mp-panel);border-top:1px solid var(--mp-line);border-radius:var(--mp-r) var(--mp-r) 0 0;padding:16px 14px 28px;display:flex;flex-direction:column;gap:12px}@media (min-width:780px){.mp-sheet{inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(760px,94vw);max-height:86dvh;border-radius:var(--mp-r);border:1px solid var(--mp-line)}}.mp-sheet__head{justify-content:space-between;gap:12px}.mp-sheet__head,.mp-sticky{display:flex;align-items:center}.mp-sticky{position:sticky;bottom:0;z-index:var(--mp-z-sticky);gap:10px;flex-wrap:wrap;padding:10px 12px;margin-top:4px;background:var(--mp-raise);border:1px solid var(--mp-line);border-radius:var(--mp-r)}.mp-sticky__info{display:flex;flex-direction:column;gap:1px;margin-right:auto;font-family:var(--mp-mono);font-size:10px;color:var(--mp-ink-3);min-width:0}.mp-sticky__info b{font-family:var(--mp-display);font-size:19px;color:var(--mp-ink);letter-spacing:.02em}.mp-toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:var(--mp-z-toast);padding:9px 15px;background:var(--mp-ink);color:var(--mp-bg);border-radius:999px;font-size:11px;box-shadow:0 8px 26px rgb(0 0 0/26%)}.mp-footer,.mp-toast{font-family:var(--mp-mono)}.mp-footer{margin-top:6px;font-size:10px;letter-spacing:.05em;color:var(--mp-ink-4);line-height:1.7}.mp-footer a{color:var(--mp-ink-3)}.mp-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){.mp-root *,.mp-root :after,.mp-root :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.15s!important;transition-property:opacity!important}}.mp-root .mp-recipe-editor .mp-sheet{overflow-x:hidden}.mp-root .mp-recipe-editor .mp-sheet__head{align-items:flex-start;flex-wrap:wrap}.mp-root .mp-recipe-editor .mp-sheet__head .mp-h2{flex:1 1 240px;min-width:0;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__form,.mp-root .mp-recipe-editor__search,.mp-root .mp-recipe-editor__section,.mp-root .mp-recipe-editor__subform{min-width:0}.mp-root .mp-recipe-editor__form{display:flex;flex-direction:column;gap:18px}.mp-root .mp-recipe-editor__intro{max-width:72ch;font-size:15px}.mp-root .mp-recipe-editor__section{display:flex;flex-direction:column;gap:14px;padding-block-start:18px;border-block-start:1px solid var(--mp-hairline)}.mp-root .mp-recipe-editor__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap;min-width:0}.mp-root .mp-recipe-editor__section-head>div{min-width:0}.mp-root .mp-recipe-editor__section-title{margin:0;color:var(--mp-ink);font-family:var(--mp-mono);font-size:12px;font-weight:600;letter-spacing:.1em;line-height:1.45;text-transform:uppercase;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__details-grid,.mp-root .mp-recipe-editor__ingredient-fields,.mp-root .mp-recipe-editor__nutrition-grid,.mp-root .mp-recipe-editor__subform-grid,.mp-root .mp-recipe-editor__tag-groups{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;min-width:0}.mp-root .mp-recipe-editor .mp-input,.mp-root .mp-recipe-editor .mp-select{min-width:0;max-width:100%;font-size:16px}.mp-root .mp-recipe-editor__number{font-family:var(--mp-mono);font-variant-numeric:tabular-nums;text-align:end}.mp-root .mp-recipe-editor__textarea{min-height:132px;padding:10px;line-height:1.55;resize:vertical}.mp-root .mp-recipe-editor__fieldset{min-width:0;margin:0;padding:0;border:0}.mp-root .mp-recipe-editor__fieldset>.mp-label{display:block;margin-block-end:6px}.mp-root .mp-recipe-editor__check-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2px 12px;min-width:0}.mp-root .mp-recipe-editor__check{display:flex;align-items:center;gap:9px;min-width:0;min-height:38px;padding-block:4px;color:var(--mp-ink-2);font-size:13px;line-height:1.4;cursor:pointer}.mp-root .mp-recipe-editor__check span{min-width:0;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__search{display:flex;flex-direction:column;gap:7px}.mp-root .mp-recipe-editor__results{display:flex;flex-direction:column;border-block-start:1px solid var(--mp-line-soft)}.mp-root .mp-recipe-editor__result{width:100%;min-width:0;min-height:44px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:0;border-block-end:1px solid var(--mp-line-soft);color:var(--mp-ink);font:inherit;text-align:start;cursor:pointer}.mp-root .mp-recipe-editor__result:hover{background:var(--mp-raise)}.mp-root .mp-recipe-editor__result-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.mp-root .mp-recipe-editor__ingredient-identity strong,.mp-root .mp-recipe-editor__result-copy strong{min-width:0;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__result-copy small{color:var(--mp-ink-3);font-family:var(--mp-mono);font-size:10px;line-height:1.4;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__status{display:block;min-height:1.5em;margin:0;color:var(--mp-ink-2);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__ingredient-list{display:flex;flex-direction:column;min-width:0;border-block-start:1px solid var(--mp-line-soft)}.mp-root .mp-recipe-editor__ingredient-row{display:flex;flex-direction:column;gap:11px;min-width:0;padding-block:13px;border-block-end:1px solid var(--mp-line-soft)}.mp-root .mp-recipe-editor__ingredient-head,.mp-root .mp-recipe-editor__ingredient-identity{display:flex;align-items:center;gap:8px;min-width:0}.mp-root .mp-recipe-editor__ingredient-head{justify-content:space-between;align-items:flex-start}.mp-root .mp-recipe-editor__ingredient-identity{flex-wrap:wrap}.mp-root .mp-recipe-editor__optional{align-self:end;min-height:40px}.mp-root .mp-recipe-editor__empty{padding:18px 14px;border:1px dashed var(--mp-line-soft);border-radius:var(--mp-r-sm);color:var(--mp-ink-3);font-size:13px;line-height:1.55;text-align:center;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__create-prompt{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding-block-start:2px}.mp-root .mp-recipe-editor__create-prompt strong{display:block;margin-block-end:2px;font-size:13px}.mp-root .mp-recipe-editor__subform{display:flex;flex-direction:column;gap:15px;padding:14px;background:var(--mp-raise);border:1px solid var(--mp-line-soft);border-radius:var(--mp-r-sm)}.mp-root .mp-recipe-editor__canonical{margin:0;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__error{padding:11px 12px;background:var(--mp-raise);border:1px solid var(--mp-bad);border-radius:var(--mp-r-sm);color:var(--mp-ink-2);font-size:13px;line-height:1.5;overflow-wrap:anywhere}.mp-root .mp-recipe-editor__error:focus{outline:2px solid var(--mp-bad);outline-offset:2px}.mp-root .mp-recipe-editor__error strong{color:var(--mp-ink)}.mp-root .mp-recipe-editor__error ul{margin:6px 0 0;padding-inline-start:20px}.mp-root .mp-recipe-editor__error li+li{margin-block-start:3px}.mp-root .mp-recipe-editor__actions,.mp-root .mp-recipe-editor__create-actions{display:flex;flex-direction:column;gap:8px;min-width:0}.mp-root .mp-recipe-editor__actions{padding-block-start:18px;border-block-start:1px solid var(--mp-line)}.mp-root .mp-recipe-editor__actions .mp-btn,.mp-root .mp-recipe-editor__create-actions .mp-btn,.mp-root .mp-recipe-editor__create-prompt .mp-btn{width:100%;white-space:normal;overflow-wrap:anywhere}@media (min-width:700px){.mp-root .mp-recipe-editor__details-grid,.mp-root .mp-recipe-editor__subform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-root .mp-recipe-editor__wide{grid-column:1/-1}.mp-root .mp-recipe-editor__check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-root .mp-recipe-editor__nutrition-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-root .mp-recipe-editor__tag-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-root .mp-recipe-editor__ingredient-fields{grid-template-columns:minmax(96px,.65fr) minmax(108px,.7fr) minmax(0,1.65fr) auto;align-items:end}.mp-root .mp-recipe-editor__create-prompt{flex-direction:row;align-items:center;justify-content:space-between}.mp-root .mp-recipe-editor__create-prompt .mp-btn{width:auto;flex:0 1 auto}.mp-root .mp-recipe-editor__actions,.mp-root .mp-recipe-editor__create-actions{flex-direction:row;justify-content:flex-end;align-items:center}.mp-root .mp-recipe-editor__actions .mp-btn,.mp-root .mp-recipe-editor__create-actions .mp-btn{width:auto}}@media (min-width:780px){.mp-root .mp-recipe-editor .mp-sheet{width:min(880px,94vw)}}@media (pointer:coarse){.mp-root .mp-recipe-editor .mp-btn,.mp-root .mp-recipe-editor .mp-input,.mp-root .mp-recipe-editor .mp-select,.mp-root .mp-recipe-editor__check,.mp-root .mp-recipe-editor__result{min-height:44px}.mp-root .mp-recipe-editor .mp-check{width:22px;height:22px}}@media (forced-colors:active){.mp-root .mp-recipe-editor__empty,.mp-root .mp-recipe-editor__error,.mp-root .mp-recipe-editor__subform{border-color:CanvasText}}.mp-shared{display:flex;flex-direction:column;gap:1.75rem;max-width:44rem;margin:0 auto}.mp-shared__photo{border:1px solid var(--mp-line,rgba(0,0,0,.14));border-radius:.5rem;overflow:hidden;background:var(--mp-sunken,rgba(0,0,0,.03))}.mp-shared__photo img{display:block;width:100%;height:auto;max-height:26rem;object-fit:cover}.mp-shared__head{display:flex;flex-direction:column;gap:.4rem}.mp-shared__scale{display:flex;flex-direction:column;gap:.6rem;padding:1rem;border:1px solid var(--mp-line,rgba(0,0,0,.14));border-radius:.5rem;background:var(--mp-sunken,rgba(0,0,0,.03))}.mp-shared__steps{display:flex;flex-direction:column;gap:.75rem;margin:0;padding-left:1.4rem;line-height:1.6}.mp-shared__foot{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--mp-line,rgba(0,0,0,.14))}.mp-shared__report{display:flex;flex-direction:column;gap:.5rem;width:100%}.mp-card__photo{display:block;width:100%;height:9rem;object-fit:cover;border-radius:.35rem;margin-bottom:.5rem}.mp-share{display:flex;flex-direction:column;gap:.75rem}.mp-share__link{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.mp-share__url{flex:1 1 16rem;min-width:0;font-family:ui-monospace,monospace;font-size:.8rem;overflow-wrap:anywhere}.mp-share__choice{display:flex;flex-direction:column;gap:.5rem}.mp-share__option{display:flex;gap:.6rem;align-items:flex-start;padding:.65rem .8rem;border:1px solid var(--mp-line,rgba(0,0,0,.14));border-radius:.4rem;cursor:pointer}.mp-share__option input{margin-top:.2rem}.mp-share__preview{max-width:15rem;height:auto;border:1px solid var(--mp-line,rgba(0,0,0,.14));border-radius:.35rem}@media (prefers-reduced-motion:reduce){.mp-share *,.mp-shared *{transition-duration:.15s!important;animation:none!important}}