@import"https://fonts.googleapis.com/css2?family=Caprasimo&family=Figtree:wght@400;500;600;700&display=swap";:root{font-family:Figtree,system-ui,sans-serif;color:#201e1d;background:#f5ead8;font-synthesis:none;--bg: #f5ead8;--surface: #fffaf0;--surface-muted: #ebddc5;--text: #201e1d;--muted: #6e665b;--divider: rgba(32, 30, 29, .15);--accent: #c67139;--accent-strong: #8c491a;--accent-soft: #ffe1d0;--sage: #7a8a5e;--sage-soft: #e1eecc;--danger: #9e3e31;--radius-sm: 10px;--radius: 18px;--radius-lg: 28px;--shadow: 0 3px 12px rgba(46, 43, 37, .1)}:root[data-theme=dark]{color:#f3ebdc;background:#211c16;--bg: #211c16;--surface: #2c261e;--surface-muted: #373027;--text: #f3ebdc;--muted: #b8ae9e;--divider: rgba(243, 235, 220, .14);--accent: #e08a4e;--accent-strong: #f2b083;--accent-soft: rgba(224, 138, 78, .2);--sage: #a2b57e;--sage-soft: rgba(162, 181, 126, .2);--shadow: 0 5px 18px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Caprasimo,Georgia,serif;font-weight:400}h1{margin-bottom:8px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}h2{margin-bottom:10px;font-size:1.35rem}h3{margin-bottom:8px}p{color:var(--muted);line-height:1.55}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 50%,transparent);outline-offset:2px}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.app-main{min-width:0}.sidebar{position:sticky;top:0;height:100vh;padding:22px 16px;background:var(--surface);border-right:1px solid var(--divider);display:flex;flex-direction:column;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;padding:2px 8px;font-family:Caprasimo,serif;font-size:1.28rem}.brand__mark{width:38px;height:38px;border-radius:13px;background:var(--accent);color:var(--bg);display:grid;place-items:center}.primary-nav{display:flex;flex-direction:column;gap:5px}.nav-link{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:999px;color:var(--muted);font-weight:600}.nav-link:hover{background:color-mix(in srgb,var(--text) 6%,transparent);color:var(--text)}.nav-link--active{background:var(--accent);color:var(--bg)}.profile-menu{position:relative;margin-top:auto}.profile{width:100%;display:flex;align-items:center;gap:10px;padding:8px;color:var(--text);background:transparent;border:0;border-radius:12px;cursor:pointer;text-align:left}.profile:hover,.profile[aria-expanded=true]{background:color-mix(in srgb,var(--text) 6%,transparent)}.profile__avatar{width:36px;height:36px;border-radius:50%;background:var(--sage);color:var(--bg);display:grid;place-items:center;font-family:Caprasimo,serif}.profile strong,.profile small{display:block}.profile small{color:var(--muted);margin-top:2px}.profile__chevron{margin-left:auto;color:var(--muted);transition:transform .15s ease}.profile[aria-expanded=true] .profile__chevron{transform:rotate(180deg)}.profile-menu__popover{position:absolute;z-index:30;left:0;right:0;bottom:calc(100% + 8px);padding:6px;border-radius:14px;background:var(--surface);border:1px solid var(--divider);box-shadow:var(--shadow)}.profile-menu__popover a,.profile-menu__popover button{width:100%;display:flex;align-items:center;gap:9px;padding:9px 10px;color:var(--text);background:transparent;border:0;border-radius:9px;cursor:pointer;text-align:left;font-weight:600}.profile-menu__popover a:hover,.profile-menu__popover button:hover{background:color-mix(in srgb,var(--text) 7%,transparent)}.topbar{height:82px;padding:18px 34px;display:flex;align-items:center;gap:12px}.header-search{max-width:560px;flex:1;min-width:0;padding:10px 16px;border-radius:999px;color:var(--muted);background:var(--surface);border:1px solid var(--divider);display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left}.header-search span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-search kbd{margin-left:auto;border:1px solid var(--divider);border-radius:6px;padding:2px 6px;font-size:.7rem}.mobile-menu{display:none!important}.content{max-width:1500px;padding:6px 34px 56px;margin:0 auto}.breadcrumbs{margin-bottom:20px;display:flex;gap:7px;color:var(--muted);font-size:.82rem;text-transform:capitalize}.breadcrumbs a:hover{color:var(--accent-strong)}.page-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:26px}.page-header>div:first-child{max-width:760px}.page-header p{margin-bottom:0}.page-header__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.eyebrow{color:var(--accent-strong);font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px}.button,.icon-button{border:0;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px}.button{min-height:40px;padding:9px 16px;border-radius:999px}.button--primary{color:var(--bg);background:var(--accent)}.button--secondary{color:var(--text);background:var(--surface);border:1px solid var(--divider)}.button--ghost{color:var(--text);background:transparent}.button--danger{color:#fff;background:var(--danger)}.button:hover,.icon-button:hover{filter:brightness(.96);transform:translateY(-1px)}.button:disabled,.icon-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.icon-button{width:40px;height:40px;border-radius:50%;color:var(--text);background:var(--surface);border:1px solid var(--divider)}.icon-button[aria-pressed=true]{background:var(--accent);color:var(--bg)}.card{padding:20px;background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius);box-shadow:var(--shadow)}.badge{display:inline-flex;border-radius:999px;padding:4px 9px;background:var(--surface-muted);color:var(--text);font-size:.72rem;font-weight:700}.badge--orange{background:var(--accent-soft);color:var(--accent-strong)}.badge--green{background:var(--sage-soft);color:color-mix(in srgb,var(--sage) 80%,var(--text))}.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--accent-strong);font-weight:700}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 14px}.section-heading h2{margin:0}.section-heading small{color:var(--muted)}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.summary-grid .card{display:grid;grid-template-columns:auto 1fr;gap:5px 10px;align-items:center}.summary-grid .card>svg{color:var(--accent);grid-row:1 / 3}.summary-grid strong{font-family:Caprasimo,serif;font-size:2rem;font-weight:400}.summary-grid small{grid-column:2;color:var(--muted)}.dashboard-lower{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.favorites-panel .section-heading{margin-top:0}.compact-recipe{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--divider);font-weight:700}.compact-recipe:last-child{border-bottom:0}.compact-recipe small{color:var(--muted);font-weight:500}.quick-create{background:color-mix(in srgb,var(--accent) 12%,var(--surface))}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.recipe-card{padding:0;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.recipe-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2e2b2529}.recipe-card__link{height:100%;display:flex;flex-direction:column}.recipe-card__media{height:180px;position:relative}.recipe-card__body{padding:17px}.recipe-card h3{font-size:1.08rem}.recipe-card p{font-size:.88rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.recipe-image{width:100%;height:100%;display:block;object-fit:cover;background:var(--surface-muted)}.recipe-image--placeholder{background-image:repeating-linear-gradient(135deg,color-mix(in srgb,var(--text) 5%,transparent) 0 9px,transparent 9px 18px);display:grid;place-items:center;color:var(--muted);font-family:Caprasimo,serif}.favorite-mark{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:var(--surface);color:var(--accent);display:grid;place-items:center;box-shadow:var(--shadow)}.metadata{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.78rem}.metadata>span:not(.badge){display:inline-flex;align-items:center;gap:4px}.recipe-list{display:flex;flex-direction:column;gap:10px}.recipe-list-item{display:grid;grid-template-columns:100px 1fr auto;gap:16px;align-items:center;padding:10px;background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius)}.recipe-list-item .recipe-image{height:82px;border-radius:12px}.recipe-list-item h3,.recipe-list-item p{margin-bottom:4px}.library-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:22px}.search-input{min-width:230px;flex:1;display:flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--divider);background:var(--surface);border-radius:999px;color:var(--muted)}.search-input input{width:100%;border:0;outline:0;color:var(--text);background:transparent}.filter-bar,.view-toggle{display:flex;gap:7px}.view-toggle{padding:3px;border:1px solid var(--divider);background:var(--surface);border-radius:999px}.view-toggle .icon-button{border:0;width:34px;height:34px}.input{width:100%;min-height:42px;border:1px solid var(--divider);border-radius:var(--radius-sm);padding:9px 11px;background:var(--bg);color:var(--text)}.select{min-width:145px}.textarea{min-height:100px;resize:vertical}.checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.checkbox input{width:18px;height:18px;accent-color:var(--accent)}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:24px;color:var(--muted);font-size:.85rem}.recipe-hero{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;align-items:stretch;margin-bottom:30px}.recipe-hero>.recipe-image{height:clamp(300px,32vw,430px);min-height:0;border-radius:var(--radius-lg);object-fit:cover;object-position:center}.recipe-hero__summary{display:flex;flex-direction:column;justify-content:center;gap:18px}.recipe-hero__summary dl{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.recipe-hero__summary dl div{padding:12px;border-radius:12px;background:var(--bg)}.recipe-hero__summary dt{color:var(--muted);font-size:.72rem}.recipe-hero__summary dd{margin:4px 0 0;font-weight:700}.tag-row{display:flex;gap:7px;flex-wrap:wrap}.recipe-detail-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.recipe-detail-grid .section-heading{margin-top:0}.ingredient-list{list-style:none;padding:0;margin:0}.ingredient-list li{display:grid;grid-template-columns:90px 1fr;gap:2px 12px;padding:12px 0;border-bottom:1px solid var(--divider)}.ingredient-list li:last-child{border:0}.ingredient-list strong{color:var(--accent-strong)}.ingredient-list em{grid-column:2;color:var(--muted);font-size:.8rem}.step-list{list-style:none;margin:0;padding:0}.step-list li{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:15px 0;border-bottom:1px solid var(--divider)}.step-list li:last-child{border:0}.step-number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--bg);font-weight:700;flex:none}.step-title{display:flex;gap:10px;align-items:center}.step-title h3,.step-list p{margin-bottom:5px}.step-list small{color:var(--muted)}.recipe-flow-section{margin-top:38px}.recipe-flow-toolbar{align-items:flex-end}.recipe-flow-toolbar h2{margin-bottom:4px}.recipe-flow-toolbar p{margin:0;font-size:.9rem}.recipe-flow-toolbar__actions{display:flex;gap:8px;flex-wrap:wrap}.flow-card-scroll{overflow-x:auto;padding:3px 3px 16px}.flow-card{width:max(100%,860px);overflow:hidden;border:2px solid var(--sage);border-radius:var(--radius);color:var(--text);background:var(--surface);box-shadow:0 10px 30px #4035251f}.flow-card__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:22px 25px 18px;border-bottom:1px solid var(--sage);background:color-mix(in srgb,var(--sage-soft) 62%,var(--surface))}.flow-card__header h2{margin:3px 0 0;font-size:clamp(1.55rem,3vw,2.2rem)}.flow-card__brand{color:var(--accent-strong);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.flow-card__meta{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.flow-card__meta span{padding:7px 10px;border:1px solid color-mix(in srgb,var(--sage) 45%,transparent);border-radius:999px;font-size:.76rem;font-weight:700;background:var(--surface)}.flow-card__setup{border-bottom:1px solid var(--sage)}.flow-card__setup>div{display:grid;grid-template-columns:minmax(160px,.55fr) 2fr;gap:14px;padding:10px 24px;border-bottom:1px solid color-mix(in srgb,var(--sage) 42%,transparent)}.flow-card__setup>div:last-child{border-bottom:0}.flow-card__setup strong{display:flex;align-items:center;gap:9px;color:var(--accent-strong)}.flow-card__step-marker,.flow-card__action-step-marker{display:inline-flex;align-items:center;gap:6px}.flow-card__step-word{color:var(--muted);font-size:.82rem;font-weight:500;letter-spacing:.02em}.flow-card__setup-number,.flow-card__action-number{width:30px;height:30px;flex:none;display:inline-grid;place-items:center;border:1.5px solid var(--text);border-radius:50%;color:var(--text);background:transparent;font-size:1rem;font-weight:400;line-height:1}.flow-card__setup span{color:var(--muted)}.flow-card__setup .flow-card__setup-number{color:var(--text)}.flow-card__grid{display:grid;border-bottom:1px solid var(--sage)}.flow-card__ingredient,.flow-card__grid-cell{min-height:58px;border-right:1px solid var(--sage)}.flow-card__ingredient{z-index:1;padding:12px 16px;border-bottom:1px solid color-mix(in srgb,var(--sage) 65%,transparent);background:var(--surface);line-height:1.35}.flow-card__ingredient strong{color:var(--accent-strong)}.flow-card__ingredient span{color:var(--muted);font-size:.82rem}.flow-card__grid-cell{background:color-mix(in srgb,var(--sage-soft) 18%,var(--surface))}.flow-card__carry-line{z-index:4;height:2px;align-self:end;pointer-events:none;background:repeating-linear-gradient(90deg,var(--sage) 0 7px,transparent 7px 12px)}.flow-card__action{position:relative;z-index:2;min-height:58px;padding:45px 10px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid var(--sage);border-right:1px solid var(--sage);border-bottom:1px solid var(--sage);text-align:center;background:var(--sage-soft)}.flow-card__action-step-marker{position:absolute;top:7px;left:50%;transform:translate(-50%);white-space:nowrap}.flow-card__action strong{color:var(--accent-strong);line-height:1.15;letter-spacing:.04em}.flow-card__footer{display:flex;justify-content:space-between;gap:20px;padding:10px 16px;color:var(--muted);font-size:.72rem;font-weight:600}.recipe-editor-form{width:min(980px,100%);margin-inline:auto}.editor-stack{display:flex;flex-direction:column;gap:20px;width:100%}.editor-stack>.card>.section-heading{margin-top:0}.photo-upload{display:grid;gap:10px;margin-bottom:22px}.photo-upload__preview{position:relative;height:280px;overflow:hidden;border:1px dashed var(--divider);border-radius:var(--radius);background:var(--bg)}.photo-upload__preview .recipe-image{object-fit:cover}.photo-upload__prompt{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;color:var(--muted);pointer-events:none}.photo-upload__prompt strong{color:var(--text)}.photo-upload__prompt span{font-size:.8rem}.photo-upload__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.field{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:.82rem}.field--wide{grid-column:1 / -1}.field-hint{color:var(--muted);font-weight:400}.field-error{color:var(--danger)}.editor-rows{display:flex;flex-direction:column;gap:10px}.ingredient-editor-row{display:grid;grid-template-columns:90px 100px 1fr 1fr 42px;gap:8px}.step-editor-row{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid var(--divider);border-radius:14px}.step-editor-row .form-grid{flex:1;grid-template-columns:repeat(2,1fr)}.step-inputs{margin:2px 0 0;padding:13px;border:1px solid var(--divider);border-radius:12px}.step-inputs legend{padding:0 5px;font-weight:700}.step-inputs p{margin:0 0 10px;font-size:.78rem;font-weight:400}.step-inputs__options{display:flex;flex-wrap:wrap;gap:7px}.input-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--divider);border-radius:999px;background:var(--bg);font-size:.77rem;font-weight:600;cursor:pointer}.input-chip:has(input:checked){border-color:var(--sage);background:var(--sage-soft)}.input-chip input{accent-color:var(--sage)}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:920px}.settings-grid .card{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.settings-grid h2,.settings-grid p{margin-bottom:0}.state-card{min-height:330px;padding:40px;border:1px dashed var(--divider);border-radius:var(--radius-lg);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.state-mark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);font-size:1.7rem;margin-bottom:16px}.state-card--error{border-color:color-mix(in srgb,var(--danger) 55%,transparent)}.fatal-error{min-height:100vh;display:grid;place-items:center;padding:30px}.skeleton-card{padding:0 0 16px;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.skeleton{margin:14px;border-radius:8px;background:linear-gradient(90deg,var(--surface-muted) 25%,color-mix(in srgb,var(--text) 7%,var(--surface-muted)) 50%,var(--surface-muted) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton--image{height:160px;margin:0;border-radius:0}.skeleton--title{width:65%;height:18px}.skeleton--line{width:82%;height:11px}@keyframes shimmer{to{background-position:-200% 0}}.toast-region{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;flex-direction:column;gap:8px}.toast{max-width:340px;padding:12px 16px;border-radius:12px;color:var(--bg);background:var(--text);box-shadow:var(--shadow);font-weight:600}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;padding:20px;background:#00000075;display:grid;place-items:center}.modal{width:min(540px,100%);max-height:90vh;overflow:auto;background:var(--surface);border-radius:var(--radius-lg);padding:22px}.modal .section-heading{margin-top:0}.drawer-layer{display:none}@media(max-width:1050px){.app-shell{grid-template-columns:78px 1fr}.sidebar{padding-inline:10px;align-items:center}.brand>span:last-child,.nav-link span,.profile>span:nth-child(2),.profile__chevron{display:none}.nav-link{justify-content:center}.profile-menu{width:100%}.profile{justify-content:center}.profile-menu__popover{left:52px;right:auto;bottom:0;width:170px}.recipe-grid{grid-template-columns:repeat(2,1fr)}.recipe-detail-grid{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{display:block}.sidebar{display:none}.mobile-menu{display:inline-flex!important}.topbar{height:70px;padding:12px 18px}.content{padding:8px 18px 44px}.topbar__create,.header-search kbd{display:none}.page-header{align-items:flex-start;flex-direction:column}.page-header__actions{justify-content:flex-start}.summary-grid,.dashboard-lower,.recipe-hero,.settings-grid,.recipe-grid{grid-template-columns:1fr}.recipe-hero>.recipe-image{height:260px;min-height:0}.library-toolbar{align-items:stretch;flex-wrap:wrap}.search-input{flex-basis:100%}.filter-bar{flex:1}.filter-bar .select{min-width:0}.recipe-list-item{grid-template-columns:78px 1fr}.recipe-list-item .metadata{grid-column:2}.form-grid{grid-template-columns:1fr 1fr}.ingredient-editor-row{grid-template-columns:70px 80px 1fr 42px}.ingredient-editor-row .input:nth-of-type(4){grid-column:1 / -1;grid-row:2}.step-editor-row{padding:12px}.drawer-layer{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none}.drawer-layer--open{pointer-events:auto}.drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#00000073;opacity:0;transition:opacity .16s ease}.drawer{position:absolute;inset:0 auto 0 0;width:min(310px,86vw);padding:18px;background:var(--surface);transform:translate(-100%);transition:transform .16s ease}.drawer{display:flex;flex-direction:column}.drawer .profile-menu{width:100%}.drawer .profile{justify-content:flex-start}.drawer .profile>span:nth-child(2),.drawer .profile__chevron{display:block}.drawer .profile-menu__popover{left:0;right:0;bottom:calc(100% + 8px);width:auto}.drawer-layer--open .drawer{transform:translate(0)}.drawer-layer--open .drawer-scrim{opacity:1}.drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}}@media(max-width:480px){.header-search span{font-size:0}.header-search span:after{content:"Search recipes";font-size:.84rem}.form-grid,.step-editor-row .form-grid{grid-template-columns:1fr}.photo-upload__preview{height:210px}.field--wide{grid-column:auto}.filter-bar{display:grid;grid-template-columns:1fr 1fr}.ingredient-editor-row{grid-template-columns:1fr 1fr 42px}.ingredient-editor-row .input:nth-of-type(3){grid-column:1 / 3;grid-row:2}.ingredient-editor-row .input:nth-of-type(4){grid-column:1 / 3;grid-row:3}}@media print{@page{size:landscape;margin:10mm}body *{visibility:hidden}.recipe-flow-section,.recipe-flow-section *{visibility:visible}.recipe-flow-section{position:absolute;top:0;right:0;bottom:0;left:0;margin:0}.recipe-flow-toolbar{display:none!important}.flow-card-scroll{overflow:visible;padding:0}.flow-card{width:100%;border-radius:0;box-shadow:none;color:#201e1d;background:#fffaf0}.flow-card__header{background:#e1eecc}.flow-card__meta span,.flow-card__ingredient{background:#fffaf0}.flow-card__grid-cell{background:#faf8ef}.flow-card__action{background:#e1eecc}}
