:root{font-family:system-ui,sans-serif;color:#1f2924;background:#f4f7ef;color-scheme:light dark}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f4f7ef}button,input,textarea,select{font:inherit}button{border:0;border-radius:999px;background:#263d34;color:#fff8ee;padding:.75rem 1rem;cursor:pointer;font-weight:700;transition:transform .12s ease,background .12s ease,box-shadow .12s ease,opacity .12s ease}button:hover:not(:disabled){transform:translateY(-1px);background:#1f2924;box-shadow:0 8px 20px #263d3429}button:active:not(:disabled){transform:translateY(0)}button:disabled,input:disabled,textarea:disabled,select:disabled{opacity:.6;cursor:not-allowed}input,textarea,select{width:100%;border:1px solid #E4D6C2;border-radius:.8rem;padding:.75rem;background:#fff8ee;color:#1f2924}input:focus,textarea:focus,select:focus{outline:3px solid rgba(168,191,163,.42);border-color:#a8bfa3}.app-shell{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:2rem 0}.hero,.card{border-radius:1.5rem;padding:1.25rem}.hero{display:flex;justify-content:space-between;gap:1.25rem;align-items:end;background:#a8bfa3;color:#263d34;box-shadow:0 18px 50px #263d341a;border:1px solid rgba(38,61,52,.08)}.hero h1{margin:0;font-size:clamp(2.75rem,8vw,6rem);line-height:1;color:#263d34}.hero p{color:#263d34}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:800;color:#536f88;margin:0 0 .35rem}.hero .eyebrow{color:#263d34}.workspace{display:grid;grid-template-columns:340px 1fr;gap:1rem;margin-top:1rem;align-items:start}.card{background:#fff8ee;border:1px solid #E4D6C2;box-shadow:0 18px 50px #263d3414}.search,.recipe-list,.field,.form{display:grid;gap:.75rem}.recipe-list-item{display:grid;text-align:left;background:transparent;color:#1f2924;box-shadow:none}.recipe-list-item:hover:not(:disabled){background:#a8bfa338}.recipe-list-item.active{background:#a8bfa3;color:#263d34}.form-grid,.columns,.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field--wide{grid-column:1 / -1}.form-actions,.detail-actions,.tag-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.detail-topline,.heritage-header{display:flex;justify-content:space-between;gap:1rem}.notice{padding:.8rem 1rem;border-radius:1rem;background:#a8bfa38c;color:#263d34;border:1px solid rgba(38,61,52,.08)}.notice--error{background:#d9826733;color:#263d34;border-color:#d9826766}pre{white-space:pre-wrap;background:#f4f7ef;border:1px solid #E4D6C2;border-radius:1rem;padding:1rem;color:#1f2924}.tag-row span{background:#a8bfa3;color:#263d34;padding:.35rem .7rem;border-radius:999px;font-weight:700}.upload-button{position:relative;display:inline-flex;border-radius:999px;background:#263d34;color:#fff8ee;padding:.8rem 1.2rem;overflow:hidden;width:fit-content;cursor:pointer;font-weight:700}.upload-button:hover{background:#1f2924;box-shadow:0 8px 20px #263d3429}.upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.upload-list{display:grid;gap:.5rem}.upload-list-item{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.6rem .75rem;background:#a8bfa32e;border:1px solid #E4D6C2;border-radius:.9rem}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.recipe-image img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:1rem;border:1px solid #E4D6C2}.button-secondary{background:#a8bfa3;color:#263d34;border:1px solid rgba(38,61,52,.14)}.button-secondary:hover:not(:disabled){background:#97af92;color:#263d34}.button-danger{background:#d98267;color:#263d34}.button-danger:hover:not(:disabled){background:#cc7258;color:#263d34}.muted{color:#536f88}h1,h2,h3,strong{color:#263d34}a{color:#536f88}a:hover{color:#263d34}.cookbook-page{display:grid;gap:1.25rem;padding:clamp(1.25rem,3vw,2rem)}.cookbook-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid #E4D6C2}.cookbook-header h2{margin:.1rem 0 .35rem;font-size:clamp(2rem,5vw,4rem);line-height:.98;letter-spacing:-.04em}.source-line{margin:0;color:#536f88;font-weight:700}.cookbook-description{margin:0;max-width:72ch;font-size:1.08rem;line-height:1.65}.cookbook-meta{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.6rem}.cookbook-meta span{display:grid;gap:.25rem;min-width:0;padding:.8rem;background:#f4f7ef;border:1px solid #E4D6C2;border-radius:1rem;color:#1f2924}.cookbook-meta strong{font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;color:#536f88}.cook-section,.family-source-section,.archive-note-box{display:grid;gap:1rem}.section-heading--divider{padding-bottom:.75rem;border-bottom:1px solid #E4D6C2}.section-heading--compact h3,.section-heading--divider h3{margin:0}.cook-columns{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(260px,1.2fr);gap:1rem;align-items:start}.recipe-box{background:#fff8ee;border:1px solid #E4D6C2;border-radius:1.25rem;padding:1rem}.recipe-box h3{margin-top:0}.recipe-box pre,.archive-note-box pre{margin:0;line-height:1.55}.recipe-box--ingredients{border-left:.35rem solid #A8BFA3}.recipe-box--instructions{border-left:.35rem solid #536F88}.archive-note-box{background:#a8bfa31f;border:1px solid #E4D6C2;border-radius:1.25rem;padding:1rem}.family-source-section{background:#f4f7ef;border:1px solid #E4D6C2;border-radius:1.25rem;padding:1rem}.source-image-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.source-image-card{display:grid;gap:.45rem;text-decoration:none;color:#1f2924}.source-image-card img{aspect-ratio:5 / 4;background:#fff8ee;box-shadow:0 8px 24px #263d3414}.source-image-card span{overflow-wrap:anywhere;font-size:.9rem;color:#536f88}.cookbook-tags{padding-top:.25rem}@media(max-width:1000px){.cookbook-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.cook-columns{grid-template-columns:1fr}}@media(max-width:850px){.workspace,.form-grid,.columns,.meta-grid{grid-template-columns:1fr}.hero,.detail-topline,.heritage-header,.cookbook-header{display:grid}.app-shell{width:min(100% - 1rem,1180px);padding:1rem 0}.cookbook-meta{grid-template-columns:1fr 1fr}}@media(max-width:520px){.cookbook-meta{grid-template-columns:1fr}.cookbook-page{padding:1rem}}@media(prefers-color-scheme:dark){:root{color:#f4f7ef;background:#101713}body{background:#101713}button{background:#a8bfa3;color:#263d34}button:hover:not(:disabled){background:#c0d1bb;box-shadow:0 8px 24px #00000047}input,textarea,select{background:#121d17;color:#f4f7ef;border-color:#e4d6c247}input::placeholder,textarea::placeholder{color:#f4f7ef85}input:focus,textarea:focus,select:focus{outline-color:#a8bfa352;border-color:#a8bfa3}.hero{background:#263d34;color:#f4f7ef;border-color:#a8bfa347;box-shadow:0 18px 50px #0000004d}.hero h1,.hero p,.hero .eyebrow{color:#f4f7ef}.card,.recipe-box{background:#17221d;border-color:#e4d6c22e;box-shadow:0 18px 50px #00000047}.recipe-list-item{color:#f4f7ef}.recipe-list-item:hover:not(:disabled){background:#a8bfa31f}.recipe-list-item.active{background:#a8bfa3;color:#263d34}.notice{background:#a8bfa333;color:#f4f7ef;border-color:#a8bfa357}.notice--error{background:#d9826733;color:#fff8ee;border-color:#d9826780}pre,.cookbook-meta span,.family-source-section{background:#101713;border-color:#e4d6c22e;color:#f4f7ef}.archive-note-box,.upload-list-item{background:#a8bfa31a;border-color:#e4d6c22e}.tag-row span,.button-secondary{background:#a8bfa3;color:#263d34;border-color:#f4f7ef1f}.button-secondary:hover:not(:disabled){background:#c0d1bb;color:#263d34}.button-danger{background:#d98267;color:#1f2924}.button-danger:hover:not(:disabled){background:#e69a83;color:#1f2924}.upload-button{background:#a8bfa3;color:#263d34}.upload-button:hover{background:#c0d1bb}.muted,.source-line,.source-image-card span,.cookbook-meta strong,.eyebrow,a{color:#9cb4cc}a:hover,h1,h2,h3,strong,.source-image-card{color:#f4f7ef}.cookbook-header,.section-heading--divider{border-color:#e4d6c22e}.recipe-image img,.source-image-card img{background:#17221d;border-color:#e4d6c233;box-shadow:0 8px 24px #00000042}.recipe-box--ingredients{border-left-color:#a8bfa3}.recipe-box--instructions{border-left-color:#9cb4cc}}:root{--font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;--shadow-soft: 0 16px 40px rgba(38, 61, 52, .08);--shadow-lift: 0 22px 60px rgba(38, 61, 52, .12)}html,body,#root{max-width:100%;overflow-x:hidden}body{font-family:var(--font-body);line-height:1.5}button,input,textarea,select{font-family:var(--font-body)}h1,h2,h3{font-family:var(--font-display);font-weight:700;letter-spacing:-.025em}h2,h3,p{margin-top:0}p:last-child{margin-bottom:0}button{min-height:2.75rem;letter-spacing:.01em}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(83,111,136,.42);outline-offset:3px}.app-shell{padding:clamp(1rem,3vw,2.5rem) 0}.hero{align-items:center;padding:clamp(1.35rem,3vw,2.25rem);border-radius:1.75rem;box-shadow:var(--shadow-lift)}.hero-copy{max-width:760px}.hero h1{max-width:10ch;margin-bottom:.65rem;font-size:clamp(3.1rem,9vw,6.6rem)}.hero p:not(.eyebrow){max-width:58ch;margin-bottom:0;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65}.hero-actions{display:flex;justify-content:flex-end;align-items:center;gap:.65rem;flex-wrap:wrap;min-width:min(100%,22rem)}.hero-actions button{white-space:nowrap}.workspace{grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:clamp(1rem,2vw,1.35rem);margin-top:clamp(1rem,2vw,1.35rem)}.sidebar{position:sticky;top:1rem;display:grid;gap:1rem;align-self:start;padding:1rem}.sidebar-header{display:grid;gap:.75rem;padding-bottom:.9rem;border-bottom:1px solid #E4D6C2}.sidebar-header h2{margin:0;font-size:1.65rem}.count-pill{width:fit-content;padding:.4rem .75rem;border-radius:999px;background:#a8bfa357;color:#263d34;font-size:.82rem;font-weight:800}.search{grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.search input{min-height:2.75rem;padding-left:.95rem}.recipe-list{gap:.55rem}.recipe-list-item{width:100%;min-height:auto;padding:.9rem .95rem;border:1px solid transparent;border-radius:1rem;transition:background .12s ease,border-color .12s ease,transform .12s ease,box-shadow .12s ease}.recipe-list-item strong{margin-bottom:.2rem;font-family:var(--font-display);font-size:1.04rem;letter-spacing:-.015em}.recipe-list-item span{color:#536f88;font-size:.88rem;font-weight:700}.recipe-list-item:hover:not(:disabled){border-color:#a8bfa3a6;transform:translateY(-1px);box-shadow:0 8px 18px #263d3412}.recipe-list-item.active{border-color:#263d3429;box-shadow:inset 4px 0 #263d34}.main-panel{min-width:0}.card{border-radius:1.45rem}.empty-state,.welcome{display:grid;gap:1rem}.empty-state{padding:1rem;border:1px dashed #E4D6C2;border-radius:1.2rem;background:#a8bfa31a}.empty-state h2,.welcome h2{margin:0;font-size:clamp(2.1rem,5vw,4.25rem);line-height:1}.welcome{min-height:clamp(26rem,58vh,38rem);align-content:center;padding:clamp(1.5rem,4vw,3rem);overflow:hidden;position:relative}.welcome:before{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border:1px solid rgba(228,214,194,.8);border-radius:1.15rem;pointer-events:none}.welcome:after{content:"";position:absolute;right:-4rem;bottom:-4rem;width:13rem;height:13rem;border-radius:999px;background:#a8bfa32e;pointer-events:none}.welcome>*{position:relative;z-index:1}.welcome p:not(.eyebrow){max-width:58ch;color:#1f2924;font-size:1.08rem;line-height:1.7}.welcome-grid{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.35rem}.section-heading h2,.section-heading h3{margin-bottom:.35rem}.form,.card.form{gap:1rem}input,textarea,select,pre{font-size:1rem}textarea{line-height:1.55}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1000px){.hero{align-items:start}.hero-actions{justify-content:flex-start;min-width:0}.sidebar{position:static}}@media(max-width:850px){.app-shell{width:min(100% - .75rem,1180px);padding:.5rem 0 1.25rem}.hero{width:100%;gap:1rem;border-radius:1.4rem;padding:1.1rem}.hero h1{max-width:none;font-size:clamp(3rem,17vw,4.75rem)}.hero p:not(.eyebrow){font-size:1rem;line-height:1.55}.hero-actions,.welcome-grid{display:grid;grid-template-columns:1fr;width:100%}.hero-actions button,.welcome-grid button{width:100%}.workspace{display:flex;flex-direction:column;grid-template-columns:none;gap:.85rem;width:100%}.main-panel{order:1;width:100%}.sidebar{order:2;width:100%;padding:1rem}.search,.sidebar-header{grid-template-columns:1fr}.card{width:100%}}@media(max-width:520px){.app-shell{width:min(100% - .5rem,1180px)}.hero,.card{border-radius:1.25rem}.hero{padding:1rem}.hero h1{font-size:clamp(2.75rem,18vw,4.25rem)}.welcome{min-height:auto}}@media(prefers-color-scheme:dark){:root{--shadow-soft: 0 16px 40px rgba(0, 0, 0, .26);--shadow-lift: 0 22px 60px rgba(0, 0, 0, .34)}.sidebar-header,.welcome:before{border-color:#e4d6c22e}.count-pill,.recipe-list-item.active{background:#a8bfa3;color:#263d34}.recipe-list-item span{color:#9cb4cc}.recipe-list-item:hover:not(:disabled){border-color:#a8bfa34d;box-shadow:0 8px 18px #0000002e}.empty-state{background:#a8bfa314;border-color:#e4d6c22e}.welcome p:not(.eyebrow){color:#f4f7ef}.welcome:after{background:#a8bfa31a}}.recipe-story-page{gap:clamp(1.15rem,2.4vw,1.75rem);padding:clamp(1.25rem,3.4vw,2.5rem);max-width:100%;overflow-x:hidden}.recipe-story-header{align-items:flex-start;padding-bottom:clamp(1rem,2vw,1.35rem)}.recipe-story-title-block{display:grid;gap:.35rem;max-width:820px;min-width:0}.recipe-story-header h2{max-width:13ch;margin:0;font-size:clamp(2.75rem,7.5vw,6.25rem);line-height:.92;overflow-wrap:anywhere}.recipe-story-header .source-line{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:.45rem;margin-top:.3rem;padding:.38rem .7rem;border:1px solid rgba(83,111,136,.22);border-radius:999px;background:#536f8814;font-size:.92rem;overflow-wrap:anywhere}.recipe-deck{padding:0 0 .25rem;font-size:clamp(1.05rem,1.5vw,1.25rem);color:#1f2924}.recipe-meta-strip{grid-template-columns:repeat(6,minmax(0,1fr));padding:.4rem;border:1px solid #E4D6C2;border-radius:1.25rem;background:#f4f7efb3}.recipe-meta-strip span{border:0;background:transparent;border-radius:.9rem;min-width:0;overflow-wrap:anywhere}.recipe-meta-strip span:hover{background:#fff8eeb8}.recipe-section-intro{display:flex;justify-content:space-between;gap:1rem;align-items:end}.recipe-section-intro h3{font-size:clamp(1.55rem,3vw,2.25rem)}.recipe-cookbook-columns{grid-template-columns:minmax(230px,.76fr) minmax(320px,1.24fr);gap:clamp(1rem,2vw,1.35rem)}.recipe-box{overflow:hidden;min-width:0}.recipe-box-header{display:grid;gap:.25rem;margin-bottom:.85rem}.recipe-box-header h3{margin:0;font-size:clamp(1.55rem,3vw,2.15rem)}.recipe-ingredients-card,.recipe-instructions-card{padding:clamp(1rem,2.2vw,1.35rem)}.recipe-ingredients-card{background:linear-gradient(180deg,#a8bfa329,#fff8ee00 9rem),#fff8ee}.recipe-instructions-card{background:linear-gradient(180deg,#536f881a,#fff8ee00 10rem),#fff8ee}.ingredient-list,.instruction-list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.ingredient-list li{position:relative;padding:.72rem .75rem .72rem 2rem;border:1px solid rgba(228,214,194,.82);border-radius:.95rem;background:#f4f7ef94;line-height:1.45;overflow-wrap:anywhere}.ingredient-list li:before{content:"";position:absolute;top:1.08rem;left:.85rem;width:.5rem;height:.5rem;border-radius:999px;background:#a8bfa3;box-shadow:0 0 0 3px #a8bfa338}.instruction-list{counter-reset:step}.instruction-list li{counter-increment:step;position:relative;min-height:3.25rem;padding:.35rem 0 .95rem 3.2rem;border-bottom:1px solid rgba(228,214,194,.75);line-height:1.62;overflow-wrap:anywhere}.instruction-list li:last-child{border-bottom:0;padding-bottom:.2rem}.instruction-list li:before{content:counter(step);position:absolute;top:.1rem;left:0;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:999px;background:#263d34;color:#fff8ee;font-family:var(--font-body);font-weight:800;font-size:.92rem}.kitchen-memory-card{padding:clamp(1rem,2vw,1.25rem)}.kitchen-memory-card pre{max-height:28rem;overflow:auto}.recipe-source-archive{padding:clamp(1rem,2vw,1.25rem)}.source-archive-header{align-items:center;padding-bottom:.9rem;border-bottom:1px solid #E4D6C2}.source-archive-header h3{margin-bottom:.2rem;font-size:clamp(1.55rem,3vw,2.15rem)}.source-documentation-link{margin:.55rem 0 0;color:#536f88;font-size:.86rem;font-weight:700}.source-documentation-link a{color:#536f88;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.source-documentation-link a:hover{color:#263d34}.source-archive-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem}.source-archive-card{padding:.65rem;border:1px solid #E4D6C2;border-radius:1.1rem;background:#fff8ee;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;min-width:0}.source-archive-card:hover{transform:translateY(-2px);border-color:#a8bfa3d9;box-shadow:0 12px 28px #263d341a}.source-archive-card img{aspect-ratio:4 / 3}.source-archive-card small{color:#263d34;font-weight:800;font-size:.8rem}.empty-source-note{padding:1rem;border:1px dashed #E4D6C2;border-radius:1rem;background:#a8bfa31a}.recipe-tag-row{border-top:1px solid #E4D6C2;padding-top:1rem}@media(max-width:1100px){.recipe-meta-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.recipe-cookbook-columns{grid-template-columns:1fr}}@media(max-width:850px){.recipe-story-page{padding:1rem;gap:1rem}.recipe-story-header{display:grid;gap:1rem}.recipe-story-header h2{max-width:none;font-size:clamp(2.45rem,14vw,4rem);line-height:.98}.recipe-story-header .source-line{width:100%;border-radius:1rem}.detail-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.detail-actions button{width:100%}.recipe-meta-strip{grid-template-columns:1fr 1fr}.recipe-section-intro{display:grid;align-items:start}.recipe-cookbook-columns{grid-template-columns:1fr}.ingredient-list li{padding-right:.65rem}.instruction-list li{padding-left:2.8rem}.source-archive-header{display:grid;gap:1rem;align-items:start}.source-archive-header .upload-button{width:100%;justify-content:center}}@media(max-width:480px){.recipe-story-page{padding:.85rem}.recipe-story-header h2{font-size:clamp(2.2rem,13vw,3.4rem)}.recipe-meta-strip,.detail-actions,.source-archive-grid{grid-template-columns:1fr}.recipe-ingredients-card,.recipe-instructions-card,.recipe-source-archive,.kitchen-memory-card{padding:.85rem}.source-archive-grid{gap:.75rem}}@media(prefers-color-scheme:dark){.recipe-deck{color:#f4f7ef}.recipe-story-header .source-line{background:#9cb4cc1f;border-color:#9cb4cc3d}.recipe-meta-strip,.ingredient-list li,.source-archive-card,.empty-source-note{background:#101713d1;border-color:#e4d6c22e}.recipe-meta-strip span:hover{background:#a8bfa314}.recipe-ingredients-card{background:linear-gradient(180deg,#a8bfa31f,#17221d00 9rem),#17221d}.recipe-instructions-card{background:linear-gradient(180deg,#9cb4cc1a,#17221d00 10rem),#17221d}.ingredient-list li:before{background:#a8bfa3;box-shadow:0 0 0 3px #a8bfa333}.instruction-list li{border-color:#e4d6c22e}.instruction-list li:before{background:#a8bfa3;color:#263d34}.source-documentation-link,.source-documentation-link a{color:#9cb4cc}.source-documentation-link a:hover{color:#f4f7ef}.source-archive-header,.recipe-tag-row{border-color:#e4d6c22e}.source-archive-card:hover{border-color:#a8bfa366;box-shadow:0 12px 28px #00000047}.source-archive-card small{color:#a8bfa3}}.recipe-switcher{gap:0;overflow:hidden}.recipe-switcher-toggle{display:flex;width:100%;justify-content:space-between;align-items:center;gap:1rem;min-height:auto;padding:0 0 .9rem;border:0;border-bottom:1px solid #E4D6C2;border-radius:0;background:transparent;color:#1f2924;text-align:left;box-shadow:none}.recipe-switcher-toggle:hover:not(:disabled){transform:none;background:transparent;box-shadow:none}.recipe-switcher-copy{display:grid;gap:.2rem;min-width:0}.recipe-switcher-title{color:#263d34;font-family:var(--font-display);font-size:1.65rem;font-weight:700;line-height:1}.recipe-switcher-meta{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;flex-wrap:wrap}.switcher-chevron{display:none}.recipe-switcher-panel{display:grid;gap:1rem;padding-top:1rem}@media(max-width:850px){.workspace{display:flex;flex-direction:column;gap:.85rem}.sidebar.recipe-switcher{order:1;width:100%;padding:0}.main-panel{order:2;width:100%}.recipe-switcher-toggle{padding:.95rem 1rem;border-bottom:0;border-radius:1.25rem}.recipe-switcher-title{font-size:1.25rem}.recipe-switcher-meta{justify-content:flex-end;flex-wrap:nowrap}.switcher-chevron{display:inline-flex;align-items:center;justify-content:center;min-width:4.2rem;padding:.35rem .65rem;border-radius:999px;background:#a8bfa357;color:#263d34;font-size:.78rem;font-weight:800}.recipe-switcher.is-open .recipe-switcher-toggle{border-bottom:1px solid #E4D6C2;border-radius:1.25rem 1.25rem 0 0}.recipe-switcher-panel{padding:1rem}.recipe-switcher.is-collapsed .recipe-switcher-panel{display:none}.recipe-switcher .recipe-list{max-height:min(54vh,28rem);overflow:auto;padding-right:.15rem}}@media(max-width:520px){.recipe-switcher-toggle{gap:.7rem;padding:.85rem}.recipe-switcher-meta{display:grid;gap:.35rem}.switcher-chevron,.count-pill{width:100%;justify-content:center;text-align:center}}@media(prefers-color-scheme:dark){.recipe-switcher-toggle{border-color:#e4d6c22e;color:#f4f7ef}.recipe-switcher-title{color:#f4f7ef}.recipe-switcher.is-open .recipe-switcher-toggle{border-color:#e4d6c22e}.switcher-chevron{background:#a8bfa3;color:#263d34}}.collection-picker,.recipe-collection-manager{display:grid;gap:.85rem}.collection-picker>div:first-child,.recipe-collection-manager .section-heading{display:grid;gap:.25rem}.collection-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.55rem}.collection-option{display:flex;align-items:center;gap:.55rem;padding:.65rem .75rem;border:1px solid #E4D6C2;border-radius:.9rem;background:#f4f7ef8c;color:#1f2924;font-weight:700}.collection-option input{width:auto;accent-color:#A8BFA3}.recipe-collection-manager--compact{padding:1rem}.collection-dropdown-shell{display:grid;gap:.65rem;max-width:28rem}.collection-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;min-height:2.9rem;padding:.7rem .85rem;border:1px solid #E4D6C2;border-radius:.95rem;background:#fff8ee;color:#1f2924;text-align:left;box-shadow:none}.collection-dropdown-toggle:hover:not(:disabled){background:#f4f7ef;color:#1f2924;transform:none;box-shadow:none}.collection-dropdown-toggle span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.collection-dropdown-toggle span:last-child{flex:0 0 auto;color:#536f88;font-size:.82rem;font-weight:900}.collection-dropdown-menu{display:grid;gap:.35rem;max-height:13rem;overflow:auto;padding:.45rem;border:1px solid #E4D6C2;border-radius:.95rem;background:#fff8ee;box-shadow:0 12px 28px #263d341a}.collection-dropdown-option{display:flex;align-items:center;gap:.55rem;padding:.55rem .6rem;border-radius:.7rem;color:#1f2924;font-weight:750}.collection-dropdown-option:hover{background:#a8bfa32e}.collection-dropdown-option input{width:auto;accent-color:#A8BFA3}.collection-dropdown-actions{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.recipe-tag-row{align-items:center}.recipe-tag-row--after-cook{margin-top:-.25rem;padding-top:.35rem;border-top:0}.recipe-tag-button{min-height:auto;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(38,61,52,.14);background:#a8bfa3;color:#263d34;font-weight:800;box-shadow:none}.recipe-tag-button:hover:not(:disabled){background:#97af92;color:#263d34;transform:translateY(-1px);box-shadow:0 8px 18px #263d3414}.tag-count{font-weight:700;opacity:.76}@media(max-width:520px){.collection-options{grid-template-columns:1fr}.collection-dropdown-shell{max-width:none}.collection-dropdown-actions{display:grid}.collection-dropdown-actions button{width:100%}.recipe-tag-button{width:100%;justify-content:center}}@media(prefers-color-scheme:dark){.collection-option,.collection-dropdown-menu,.collection-dropdown-toggle{background:#a8bfa314;border-color:#e4d6c22e;color:#f4f7ef}.collection-dropdown-toggle:hover:not(:disabled){background:#a8bfa31f;color:#f4f7ef}.collection-dropdown-toggle span:last-child{color:#9cb4cc}.collection-dropdown-option{color:#f4f7ef}.collection-dropdown-option:hover{background:#a8bfa324}.recipe-tag-button{background:#a8bfa3;color:#263d34;border-color:#f4f7ef1f}.recipe-tag-button:hover:not(:disabled){background:#c0d1bb;color:#263d34;box-shadow:0 8px 18px #0000002e}}.search-input-wrap{position:relative;min-width:0}.search-input-wrap input{padding-right:3rem}.search-clear-button{position:absolute;top:50%;right:.45rem;width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:0;border-radius:999px;background:#a8bfa352;color:#263d34;font-size:1.25rem;font-weight:800;line-height:1;transform:translateY(-50%);box-shadow:none}.search-clear-button:hover:not(:disabled){background:#a8bfa3;color:#263d34;transform:translateY(-50%);box-shadow:none}.search-clear-button:focus-visible{outline:3px solid rgba(83,111,136,.42);outline-offset:2px}@media(prefers-color-scheme:dark){.search-clear-button{background:#a8bfa333;color:#f4f7ef}.search-clear-button:hover:not(:disabled){background:#a8bfa3;color:#263d34}}.mobile-app-bar,.mobile-bottom-nav{display:none}.workspace--full{grid-template-columns:1fr}.workspace--full .main-panel{width:100%}.recipe-tab-empty{display:grid;gap:.75rem;padding:clamp(1.25rem,3vw,2rem)}.recipe-tab-empty h2{margin:0;font-size:clamp(2.2rem,6vw,4rem);line-height:1}@media(max-width:850px){.app-shell{padding-top:0;padding-bottom:5.75rem}.mobile-app-bar{position:sticky;top:0;z-index:60;display:grid;grid-template-columns:2.75rem 1fr 2.75rem;align-items:center;gap:.5rem;width:100%;min-height:4rem;padding:.55rem .75rem;margin-bottom:.75rem;background:#fff8eeeb;border:1px solid #E4D6C2;border-radius:0 0 1.25rem 1.25rem;box-shadow:0 10px 28px #263d341a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-icon-button,.mobile-avatar-button,.mobile-title-button{min-height:0;box-shadow:none}.mobile-icon-button,.mobile-avatar-button{display:grid;place-items:center;width:2.5rem;height:2.5rem;padding:0;border-radius:999px;background:#f4f7ef;color:#263d34;border:1px solid #E4D6C2;font-weight:900}.mobile-icon-button:hover:not(:disabled),.mobile-avatar-button:hover:not(:disabled){background:#a8bfa3;color:#263d34;transform:none;box-shadow:none}.mobile-title-button{justify-self:center;padding:.25rem .75rem;border-radius:.8rem;background:transparent;color:#263d34;font-family:var(--font-display);font-size:1.55rem;line-height:1;font-weight:800;letter-spacing:-.03em}.mobile-title-button:hover:not(:disabled){background:#a8bfa329;color:#263d34;transform:none;box-shadow:none}.mobile-avatar-button{background:#a8bfa3;color:#263d34;font-size:.75rem;letter-spacing:.04em}.desktop-hero{display:none}.workspace{margin-top:0}.workspace--full{display:block}.sidebar.recipe-switcher{border-radius:1.25rem}.mobile-bottom-nav{position:fixed;left:.5rem;right:.5rem;bottom:.5rem;z-index:70;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem;padding:.45rem;border:1px solid #E4D6C2;border-radius:1.35rem;background:#fff8eef0;box-shadow:0 -10px 34px #263d3424;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-nav-item{display:grid;justify-items:center;gap:.18rem;min-height:3.25rem;padding:.4rem .2rem;border-radius:1rem;background:transparent;color:#536f88;font-size:.72rem;font-weight:850;box-shadow:none}.mobile-nav-item>span:first-child{font-size:1.25rem;line-height:1}.mobile-nav-item:hover:not(:disabled){background:#a8bfa32e;color:#263d34;transform:none;box-shadow:none}.mobile-nav-item.active{background:#a8bfa3;color:#263d34}.mobile-nav-add{background:#263d34;color:#fff8ee}.mobile-nav-add:hover:not(:disabled),.mobile-nav-add.active{background:#263d34;color:#fff8ee}}@media(max-width:520px){.mobile-app-bar{margin-bottom:.6rem}.mobile-title-button{font-size:1.38rem}.mobile-bottom-nav{left:.35rem;right:.35rem;bottom:.35rem}}@media(prefers-color-scheme:dark)and (max-width:850px){.mobile-app-bar,.mobile-bottom-nav{background:#121d17eb;border-color:#e4d6c22e;box-shadow:0 10px 28px #00000047}.mobile-icon-button,.mobile-title-button{color:#f4f7ef}.mobile-icon-button{background:#a8bfa314;border-color:#e4d6c22e}.mobile-title-button:hover:not(:disabled),.mobile-icon-button:hover:not(:disabled),.mobile-nav-item:hover:not(:disabled){background:#a8bfa324;color:#f4f7ef}.mobile-nav-item{color:#9cb4cc}.mobile-nav-item.active{background:#a8bfa3;color:#263d34}.mobile-nav-add,.mobile-nav-add:hover:not(:disabled),.mobile-nav-add.active{background:#a8bfa3;color:#263d34}}.add-recipe-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.add-recipe-heading h2{margin-bottom:.35rem}.add-recipe-heading .button-secondary{flex:0 0 auto}@media(max-width:700px){.add-recipe-heading{display:grid}.add-recipe-heading .button-secondary{width:100%}}.dashboard-shell{display:grid;gap:1rem}.dashboard-hero{display:grid;gap:1rem;padding:clamp(1.25rem,3vw,2rem);background:linear-gradient(135deg,#a8bfa373,#fff8eef5 62%),#fff8ee;overflow:hidden;position:relative}.dashboard-hero:after{content:"";position:absolute;right:-3rem;top:-3rem;width:10rem;height:10rem;border-radius:999px;background:#536f881a;pointer-events:none}.dashboard-hero>*{position:relative;z-index:1}.dashboard-hero h2{margin:0;max-width:10ch;font-size:clamp(2.7rem,9vw,5.4rem);line-height:.95}.dashboard-hero p:not(.eyebrow){max-width:36rem;color:#1f2924;font-size:1.08rem}.dashboard-actions{display:flex;gap:.65rem;flex-wrap:wrap}.dashboard-review-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(220px,1.05fr);gap:1rem;align-items:start;padding:clamp(1rem,2.4vw,1.35rem);border-color:#d9826759;background:linear-gradient(135deg,#d9826729,#fff8eef0 62%),#fff8ee}.dashboard-review-card h3,.dashboard-section h3{margin:0 0 .35rem;font-size:clamp(1.55rem,3vw,2.25rem)}.dashboard-review-list{display:grid;gap:.55rem}.dashboard-mini-recipe,.dashboard-recent-card{min-height:auto;text-align:left;box-shadow:none}.dashboard-mini-recipe{display:grid;gap:.2rem;padding:.75rem .85rem;border:1px solid #E4D6C2;border-radius:1rem;background:#fff8eead;color:#1f2924}.dashboard-mini-recipe:hover:not(:disabled){background:#fff8ee;color:#1f2924;transform:translateY(-1px);box-shadow:0 8px 18px #263d3414}.dashboard-mini-recipe span{color:#536f88;font-size:.88rem;font-weight:800}.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.dashboard-stat{display:grid;gap:.25rem;padding:1rem}.dashboard-stat strong{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);line-height:.95}.dashboard-stat span{color:#536f88;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.dashboard-section{display:grid;gap:1rem;padding:clamp(1rem,2.4vw,1.35rem)}.dashboard-section-header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.dashboard-section-header .button-secondary{flex:0 0 auto}.dashboard-recent-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.dashboard-recent-card{display:grid;gap:.35rem;align-content:start;padding:1rem;border:1px solid #E4D6C2;border-radius:1.15rem;background:#fff8ee;color:#1f2924}.dashboard-recent-card:hover:not(:disabled){background:#f4f7ef;color:#1f2924;transform:translateY(-2px);box-shadow:0 12px 28px #263d341a}.dashboard-recent-card span{color:#536f88;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.dashboard-recent-card strong{font-family:var(--font-display);font-size:1.28rem;line-height:1.05}.dashboard-recent-card small{color:#536f88;font-size:.88rem;font-weight:800}@media(max-width:850px){.dashboard-hero h2{max-width:none}.dashboard-actions,.dashboard-section-header{display:grid}.dashboard-actions button,.dashboard-section-header .button-secondary{width:100%}.dashboard-review-card{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:1fr 1fr}}@media(max-width:520px){.dashboard-shell{gap:.85rem}.dashboard-hero,.dashboard-section,.dashboard-review-card{padding:1rem}.dashboard-hero h2{font-size:clamp(2.4rem,15vw,3.8rem)}.dashboard-stats{gap:.55rem}.dashboard-stat{padding:.85rem}.dashboard-recent-list{grid-template-columns:1fr}}@media(prefers-color-scheme:dark){.dashboard-hero{background:linear-gradient(135deg,#a8bfa329,#17221df5 62%),#17221d}.dashboard-hero p:not(.eyebrow),.dashboard-mini-recipe,.dashboard-recent-card{color:#f4f7ef}.dashboard-review-card{background:linear-gradient(135deg,#d9826724,#17221df5 62%),#17221d;border-color:#d9826747}.dashboard-mini-recipe,.dashboard-recent-card{background:#101713d1;border-color:#e4d6c22e}.dashboard-mini-recipe:hover:not(:disabled),.dashboard-recent-card:hover:not(:disabled){background:#a8bfa314;color:#f4f7ef;box-shadow:0 12px 28px #0000003d}.dashboard-mini-recipe span,.dashboard-stat span,.dashboard-recent-card span,.dashboard-recent-card small{color:#9cb4cc}}.recipe-form-polished{gap:1rem;padding:0;overflow:visible;background:transparent;border:0;box-shadow:none}.recipe-form-sticky-header{position:sticky;top:.75rem;z-index:40;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border:1px solid #E4D6C2;border-radius:1.25rem;background:#fff8eef0;box-shadow:0 14px 34px #263d341a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.recipe-form-sticky-header h2{margin:0;font-size:clamp(1.9rem,5vw,3rem);line-height:1}.recipe-form-header-actions{flex:0 0 auto}.recipe-form-header-actions button{min-width:7rem}.form-section-card{display:grid;gap:1rem;padding:clamp(1rem,2.5vw,1.35rem);border:1px solid #E4D6C2;border-radius:1.35rem;background:#fff8ee;box-shadow:0 12px 28px #263d340f}.form-section-card--metadata{background:linear-gradient(135deg,#a8bfa32e,#fff8eef5 56%),#fff8ee}.form-section-card--cooking{background:linear-gradient(180deg,#536f8814,#fff8ee00 10rem),#fff8ee}.recipe-form-polished .section-heading h3{margin:0;font-size:clamp(1.35rem,3vw,2rem)}.recipe-form-polished .form-grid{gap:.85rem}.metadata-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.recipe-form-polished .field{display:grid;gap:.38rem}.recipe-form-polished .field>span,.recipe-form-polished .collection-picker>.section-heading>h3+.muted{font-weight:850}.recipe-form-polished textarea{min-height:8rem;resize:vertical}.recipe-form-polished .form-section-card--cooking textarea{font-family:var(--font-body);line-height:1.55}.tag-editor{display:grid;gap:.8rem}.tag-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.tag-editor-chip{display:inline-flex;align-items:center;gap:.45rem;min-height:auto;padding:.42rem .7rem;border-radius:999px;border:1px solid rgba(38,61,52,.14);background:#a8bfa3;color:#263d34;font-weight:850;box-shadow:none}.tag-editor-chip span{display:inline-grid;place-items:center;width:1rem;height:1rem;border-radius:999px;background:#263d3424;font-size:.9rem;line-height:1}.tag-editor-chip:hover:not(:disabled){background:#97af92;color:#263d34;transform:translateY(-1px);box-shadow:0 8px 18px #263d3414}.tag-editor-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.recipe-form-polished .form-collection-dropdown{max-width:none;width:100%}.recipe-form-polished .collection-dropdown-toggle{min-height:3.2rem}.recipe-form-polished .collection-dropdown-menu{max-height:16rem}.recipe-form-polished .collection-dropdown-option{min-height:2.85rem;cursor:pointer}.recipe-form-polished .collection-dropdown-option input{flex:0 0 auto}.recipe-form-bottom-actions{position:sticky;bottom:.75rem;z-index:35;padding:.75rem;border:1px solid #E4D6C2;border-radius:1.25rem;background:#fff8eef0;box-shadow:0 -12px 32px #263d341a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(max-width:1000px){.metadata-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.recipe-form-polished{gap:.85rem}.recipe-form-sticky-header{top:4.75rem;padding:.85rem;border-radius:1.1rem}.recipe-form-sticky-header h2{font-size:clamp(1.65rem,8vw,2.45rem)}.form-section-card{border-radius:1.15rem;padding:1rem}.tag-editor-input-row{grid-template-columns:1fr}.tag-editor-input-row button,.recipe-form-header-actions button,.recipe-form-bottom-actions button{width:100%}.recipe-form-bottom-actions{bottom:5rem;display:grid}}@media(max-width:560px){.recipe-form-sticky-header{display:grid}.metadata-form-grid{grid-template-columns:1fr}.tag-editor-chip{width:100%;justify-content:space-between}}@media(prefers-color-scheme:dark){.recipe-form-sticky-header,.recipe-form-bottom-actions{background:#121d17f0;border-color:#e4d6c22e;box-shadow:0 14px 34px #00000047}.form-section-card,.form-section-card--metadata,.form-section-card--cooking{background:#17221d;border-color:#e4d6c22e;box-shadow:0 12px 28px #00000038}.form-section-card--metadata{background:linear-gradient(135deg,#a8bfa31a,#17221df5 56%),#17221d}.form-section-card--cooking{background:linear-gradient(180deg,#9cb4cc14,#17221d00 10rem),#17221d}.tag-editor-chip{background:#a8bfa3;color:#263d34}.tag-editor-chip:hover:not(:disabled){background:#c0d1bb;color:#263d34;box-shadow:0 8px 18px #0000002e}}.recipe-bottom-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem 0 0;border-top:1px solid #E4D6C2}.recipe-bottom-actions button{width:100%}@media(max-width:560px){.recipe-bottom-actions{grid-template-columns:1fr}}@media(prefers-color-scheme:dark){.recipe-bottom-actions{border-color:#e4d6c22e}}.collections-page{display:grid;gap:1rem}.collections-page-header{display:grid;gap:.35rem;padding:clamp(1.25rem,3vw,2rem);background:linear-gradient(135deg,#a8bfa342,#fff8eef5 64%),#fff8ee}.collections-page-header h2{margin:0;font-size:clamp(2.5rem,7vw,5rem);line-height:.95}.collections-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.9rem}.collection-card{display:grid;gap:.85rem;min-height:20rem;padding:.85rem;border:1px solid #E4D6C2;border-radius:1.35rem;background:#fff8ee;color:#1f2924;text-align:left;box-shadow:0 12px 28px #263d340f;overflow:hidden}button.collection-card:hover:not(:disabled){background:#fff8ee;color:#1f2924;transform:translateY(-2px);border-color:#a8bfa3db;box-shadow:0 16px 34px #263d341f}button.collection-card.selected{border-color:#a8bfa3;box-shadow:inset 0 0 0 2px #a8bfa380,0 16px 34px #263d341a}.collection-card-preview{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:4 / 3;border:1px solid #E4D6C2;border-radius:1rem;background:radial-gradient(circle at 78% 16%,rgba(83,111,136,.16),transparent 33%),linear-gradient(135deg,#a8bfa373,#fff8eeeb);color:#263d34;font-family:var(--font-display);font-size:clamp(2.6rem,8vw,4rem);font-weight:900;overflow:hidden}.collection-card-preview.has-image{background:#f4f7ef}.collection-card-preview img{width:100%;height:100%;object-fit:cover;display:block}.collection-card-body{display:grid;gap:.45rem;align-content:start}.collection-card h3,.collection-detail-card h3{margin:0;font-size:clamp(1.45rem,3vw,2rem);line-height:1.05}.collection-card p{margin:0;color:#536f88;line-height:1.45}.collection-count-pill{display:inline-flex;width:fit-content;align-items:center;padding:.32rem .58rem;border-radius:999px;background:#a8bfa3;color:#263d34;font-size:.78rem;font-weight:900}.collection-card--create{align-content:start;background:linear-gradient(135deg,#a8bfa32e,#fff8eefa 62%),#fff8ee}.collection-card--create .field{display:grid;gap:.35rem}.collection-card--create input{width:100%}.collection-create-icon{display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:999px;background:#263d34;color:#fff8ee;font-size:1.6rem;font-weight:900}.collection-detail-card{display:grid;gap:1rem;padding:clamp(1rem,2.5vw,1.35rem)}.collection-detail-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid #E4D6C2}.collection-add-recipe{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.collection-recipe-list{display:grid;gap:.65rem}.collection-recipe-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:center;padding:.55rem;border:1px solid #E4D6C2;border-radius:1rem;background:#f4f7ef9e}.collection-recipe-link{display:grid;gap:.2rem;min-height:auto;padding:.55rem;background:transparent;color:#1f2924;box-shadow:none;text-align:left}.collection-recipe-link:hover:not(:disabled){background:#a8bfa329;color:#1f2924;transform:none;box-shadow:none}.collection-recipe-link span{color:#536f88;font-size:.86rem;font-weight:850}@media(max-width:850px){.collections-card-grid{grid-template-columns:1fr}.collection-card{min-height:auto}.collection-add-recipe,.collection-recipe-row,.collection-detail-header{display:grid}.collection-add-recipe button,.collection-recipe-row .button-secondary{width:100%}}@media(prefers-color-scheme:dark){.collections-page-header,.collection-card,.collection-detail-card,.collection-card--create{background:#17221d;border-color:#e4d6c22e;color:#f4f7ef;box-shadow:0 12px 28px #00000038}.collections-page-header{background:linear-gradient(135deg,#a8bfa31f,#17221dfa 64%),#17221d}button.collection-card:hover:not(:disabled),button.collection-card.selected{background:#17221d;color:#f4f7ef;border-color:#a8bfa38c;box-shadow:inset 0 0 0 2px #a8bfa338,0 16px 34px #00000047}.collection-card p,.collection-recipe-link span{color:#9cb4cc}.collection-card-preview{border-color:#e4d6c22e;background:radial-gradient(circle at 78% 16%,rgba(156,180,204,.16),transparent 33%),linear-gradient(135deg,#a8bfa32e,#101713eb);color:#f4f7ef}.collection-create-icon{background:#a8bfa3;color:#263d34}.collection-detail-header,.collection-recipe-row{border-color:#e4d6c22e}.collection-recipe-row{background:#101713d1}.collection-recipe-link{color:#f4f7ef}.collection-recipe-link:hover:not(:disabled){background:#a8bfa31a;color:#f4f7ef}}@media(min-width:851px){.mobile-app-bar,.mobile-bottom-nav{display:none!important}.app-shell{width:min(100%,1440px);margin:0 auto;padding:clamp(1.25rem,2.5vw,2.25rem)}.desktop-hero{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:center;gap:clamp(1.5rem,3vw,3rem);min-height:16rem;padding:clamp(2rem,4vw,3rem);border-radius:2rem;background:radial-gradient(circle at 90% 18%,rgba(83,111,136,.16),transparent 22rem),linear-gradient(135deg,#263d34fa,#263d34e0);box-shadow:0 22px 55px #263d3429}.desktop-hero .hero-copy{max-width:780px}.desktop-hero h1{max-width:none;margin:.15rem 0 .65rem;font-size:clamp(4rem,6vw,6.8rem);line-height:.9;letter-spacing:-.055em}.desktop-hero p:not(.eyebrow){max-width:60ch;font-size:1.12rem;line-height:1.6}.desktop-hero .hero-actions{display:grid;align-items:stretch;gap:.85rem}.desktop-hero .hero-actions button{width:100%;justify-content:center}.workspace{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:clamp(1rem,2vw,1.5rem);align-items:start;margin-top:clamp(1rem,2vw,1.5rem)}.workspace--full{display:block}.main-panel{min-width:0}.workspace:not(.workspace--full) .sidebar.recipe-switcher{position:sticky;top:1.25rem;max-height:calc(100vh - 2.5rem);padding:1.1rem;border-radius:1.6rem;overflow:hidden}.workspace:not(.workspace--full) .recipe-switcher-toggle{cursor:default;pointer-events:none}.workspace:not(.workspace--full) .recipe-switcher-panel{display:grid!important;max-height:calc(100vh - 12rem);overflow:auto;padding-right:.15rem}.recipe-switcher .search{display:grid;grid-template-columns:1fr;gap:.65rem}.recipe-list{display:grid;gap:.45rem}.recipe-list-item{padding:.85rem;border-radius:1rem}.dashboard-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1rem,2vw,1.35rem);width:100%}.dashboard-hero{display:none}.dashboard-review-card,.dashboard-stats,.dashboard-section{grid-column:auto;grid-row:auto}.dashboard-review-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);align-items:start}.dashboard-review-list{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-section{border-radius:1.7rem}.dashboard-recent-list{grid-template-columns:repeat(4,minmax(0,1fr))}.recipe-story-page{border-radius:2rem}.recipe-story-header{display:grid;grid-template-columns:minmax(0,1fr)}.recipe-story-header h2{max-width:16ch;font-size:clamp(4rem,5.6vw,6.8rem)}.recipe-cookbook-columns{grid-template-columns:minmax(260px,.82fr) minmax(420px,1.18fr)}.recipe-source-archive,.recipe-collection-manager,.kitchen-memory-card,.recipe-bottom-actions{width:min(100%,980px)}.recipe-bottom-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.recipe-form-polished{max-width:1180px;margin:0 auto}.recipe-form-sticky-header{top:1rem;border-radius:1.5rem}.recipe-form-bottom-actions{position:static;grid-template-columns:auto auto;justify-content:end;border-radius:1.5rem}.form-section-card{border-radius:1.55rem}.collections-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.collection-card{min-height:22rem}.collection-detail-card{border-radius:1.7rem}}@media(min-width:1200px){.workspace:not(.workspace--full){grid-template-columns:minmax(320px,380px) minmax(0,1fr)}.collections-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1500px){.app-shell{width:min(100%,1560px)}.workspace:not(.workspace--full){grid-template-columns:minmax(340px,400px) minmax(0,1fr)}}@media(prefers-color-scheme:dark)and (min-width:851px){.desktop-hero{background:radial-gradient(circle at 90% 18%,rgba(156,180,204,.14),transparent 22rem),linear-gradient(135deg,#121d17fa,#263d34db);box-shadow:0 22px 55px #0000004d}}
