*,*:before,*:after{box-sizing:border-box}:root{--toggle-height: 2rem;--nav-height: 56px}.navbar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e5e5}.navbar-bar{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);padding:0 1.5rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar-logo-name{font-size:1.1rem;font-weight:700;color:#ff6b35;letter-spacing:-.02em}.navbar-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:#333;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.navbar-toggle:hover{background:#f5f5f5}.navbar-menu{position:fixed;top:var(--nav-height);bottom:0;left:0;width:calc(100% - 3rem);display:flex;flex-direction:column;padding:.5rem 1rem 1rem;background:#fff;box-shadow:2px 0 16px #00000026;overflow-y:auto;transform:translate(-100%);visibility:hidden;transition:transform .25s ease,visibility 0s linear .25s;z-index:2}.navbar-menu--open{transform:translate(0);visibility:visible;transition:transform .25s ease}.navbar-backdrop{position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s;z-index:1}.navbar-backdrop--open{opacity:1;visibility:visible;transition:opacity .25s ease}body.nav-open{overflow:hidden}.navbar-links{display:flex;flex-direction:column}.navbar-actions{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid #f0f0f0}.navbar-link{padding:.75rem;border-radius:6px;font-size:1rem;font-weight:500;color:#333;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.navbar-link:hover{background:#f5f5f5;color:#000}.navbar-login{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;font-family:inherit;font-size:1rem;font-weight:500;color:#fff;background:#ff6b35;text-decoration:none;text-align:center;cursor:pointer;transition:background .15s}.navbar-login:hover{background:#e85c28}.navbar-signup{flex:1;padding:.75rem 1rem;border:1px solid #ff6b35;border-radius:6px;font-family:inherit;font-size:1rem;font-weight:500;color:#ff6b35;background:transparent;text-align:center;cursor:pointer;transition:background .15s,color .15s}.navbar-signup:hover{background:#fff3ee}.navbar-user{display:flex;align-items:center;justify-content:center}.navbar-settings{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;border-radius:6px;color:#555;text-decoration:none;transition:background .15s,color .15s}.navbar-settings:hover{background:#f5f5f5;color:#000}@media (min-width: 768px){.navbar{display:flex;align-items:center;height:var(--nav-height);padding:0 1.5rem}.navbar-bar{height:auto;padding:0;margin-right:1rem}.navbar-toggle{display:none}.navbar-menu{position:static;top:auto;bottom:auto;left:auto;width:auto;display:flex;flex:1;flex-direction:row;align-items:center;justify-content:space-between;padding:0;background:none;box-shadow:none;overflow:visible;transform:none;visibility:visible;transition:none;z-index:auto}.navbar-backdrop{display:none}body.nav-open{overflow:visible}.navbar-links{flex-direction:row;align-items:center;gap:.25rem}.navbar-actions{margin-top:0;padding-top:0;border-top:none}.navbar-link{padding:.4rem .75rem;font-size:.9rem}.navbar-login,.navbar-signup{flex:none;padding:.4rem 1rem;font-size:.9rem}.navbar-settings{width:36px;height:36px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.recipe-toolbar{display:flex;justify-content:flex-end;gap:.5rem;padding:.5rem 1rem 0}.recipe-toolbar--sticky{position:sticky;top:var(--nav-height);z-index:50;padding-bottom:.5rem;background:#fff;border-bottom:1px solid #e5e5e5}.recipe-back-btn{display:inline-flex;align-items:center;justify-content:center;margin-right:auto;padding:.5rem;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s}.recipe-back-btn:hover{background:#f5f5f5;border-color:#ccc}.recipe-back-btn:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.recipe-delete-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#b71c1c;background:#fff;border:1px solid #f0c6c2;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.recipe-delete-btn:hover{background:#fdf0ef;border-color:#e0a9a3}.recipe-delete-btn:focus-visible{outline:2px solid #b71c1c;outline-offset:2px}.recipe-edit-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#fff;background:#ff6b35;border-radius:8px;text-decoration:none;transition:background .15s}.recipe-edit-btn:hover{background:#e85c28}.recipe-edit-btn:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.recipe-grid{--recipe-left-col-min: 25vw;display:grid;grid-template-columns:1fr;align-items:stretch;gap:1rem;padding:1rem}.recipe-grid>*{height:100%;box-sizing:border-box;background-color:#fff;overflow-wrap:anywhere;min-width:0}.recipe-section{margin:1rem 1rem 0}.section-with-top-line{--section-padding: 1rem;--section-line-thickness: 4px;padding:var(--section-padding);background-color:#fff;background-image:linear-gradient(to right,transparent var(--section-padding),#000 var(--section-padding),#000 calc(100% - var(--section-padding)),transparent calc(100% - var(--section-padding)));background-repeat:no-repeat;background-size:100% var(--section-line-thickness);background-position:top}.section-with-top-line>:first-child{margin-top:0}.recipe-grid>.recipe-grid-full{grid-column:1 / -1}@media (min-width: 900px){.recipe-grid{grid-template-columns:minmax(var(--recipe-left-col-min),max-content) 1fr}.recipe-grid-full>.section-with-top-line{--section-line-thickness: 2px}}.my-recipes-page{max-width:1100px;margin:0 auto;height:calc(100dvh - var(--nav-height));display:flex;flex-direction:column;padding:0 1rem}.my-recipes-header{flex:0 0 auto;padding:1.5rem 0 1rem}.my-recipes-header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.my-recipes-title{margin:0 0 .25rem;font-size:1.6rem;letter-spacing:-.02em}.my-recipes-subtitle{margin:0;color:#666;font-size:.9rem}.my-recipes-add{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;color:#fff;background:#ff6b35;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s}.my-recipes-add:hover{background:#e85c28}.my-recipes-add:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.my-recipes-search{display:block;width:100%;padding:.55rem .85rem;font-size:.95rem;border:1px solid #d5d5d5;border-radius:8px;background:#fff}.my-recipes-search:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3526}.my-recipes-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.5rem 0 2rem}.recipe-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.recipe-card-grid-empty{color:#999;font-size:.95rem}.recipe-card{display:flex;flex-direction:column;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;color:inherit;text-decoration:none;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.recipe-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px);border-color:#e0e0e0}.recipe-card:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.recipe-card-image{aspect-ratio:16 / 10;background:#f5f5f5}.recipe-card-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#bbb;font-size:.85rem;letter-spacing:.02em}.recipe-card-image img{width:100%;height:100%;object-fit:cover;display:block}.recipe-card-body{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 1rem 1rem}.recipe-card-title{margin:0;font-size:1.05rem;font-weight:600;line-height:1.3;color:#222;overflow-wrap:anywhere}.recipe-card-rating{display:flex;align-items:center;gap:.4rem;min-height:1.25rem}.recipe-card-rating-value{font-size:.8rem;font-weight:600;color:#666}.recipe-card-rating-empty{font-size:.8rem;color:#aaa}.recipe-card-time{display:flex;align-items:center;gap:.35rem;color:#555;font-size:.85rem}.recipe-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.recipe-card .MuiChip-root,.recipe-card .MuiRating-root{pointer-events:none}.recipe-not-found{max-width:480px;margin:3rem auto;padding:2.5rem 1.5rem;text-align:center;background:#fff;border:1px solid #eee;border-radius:12px}.recipe-not-found h1{margin:0 0 .5rem;font-size:1.6rem;color:#222}.recipe-not-found p{margin:0 0 1.5rem;color:#666}.recipe-not-found-link{display:inline-block;padding:.55rem 1.25rem;font-weight:600;color:#fff;background:#ff6b35;border-radius:6px;text-decoration:none;transition:background .15s}.recipe-not-found-link:hover{background:#e85c28}.ingredients-page{max-width:760px;margin:0 auto;padding:1.5rem 1rem 3rem}.ingredients-title{margin:0 0 .25rem;font-size:1.6rem;letter-spacing:-.02em}.ingredients-subtitle{margin:0 0 1.25rem;color:#666;font-size:.9rem;line-height:1.4}.ingredient-add-form{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.ingredient-input,.ingredient-search{flex:1 1 12rem;min-width:0;padding:.55rem .75rem;font-size:.95rem;border:1px solid #d5d5d5;border-radius:6px;background:#fff}.ingredient-input:focus,.ingredient-search:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3526}.ingredient-search{display:block;width:100%;flex:none;margin:1.25rem 0 .5rem}.ingredient-add-btn{flex:0 0 auto;padding:.55rem 1.25rem;font-size:.95rem;font-weight:600;color:#fff;background:#ff6b35;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.ingredient-add-btn:hover:not(:disabled){background:#e85c28}.ingredient-add-btn:disabled{opacity:.6;cursor:default}.ingredient-feedback{margin:.5rem 0;padding:.55rem .75rem;border-radius:6px;font-size:.9rem}.ingredient-feedback.success{color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9}.ingredient-feedback.error{color:#b71c1c;background:#fdecea;border:1px solid #f5c6c2}.ingredient-list-meta{margin:.25rem 0 .5rem;color:#888;font-size:.8rem}.ingredient-list{list-style:none;margin:0;padding:0;border:1px solid #eee;border-radius:8px;overflow:hidden}.ingredient-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;border-bottom:1px solid #f0f0f0}.ingredient-row:last-child{border-bottom:none}.ingredient-name{font-weight:500;color:#222}.ingredient-badge{padding:.1rem .5rem;font-size:.72rem;color:#555;background:#f1f1f1;border-radius:999px;white-space:nowrap}.ingredient-id{margin-left:auto;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.72rem;color:#aaa;white-space:nowrap}.ingredient-empty{padding:1rem .85rem;color:#999;font-size:.9rem;text-align:center}.ingredient-name{min-width:0;overflow-wrap:anywhere}@media (max-width: 767px){.ingredient-row{flex-wrap:wrap;column-gap:.5rem;row-gap:.25rem}.ingredient-id{flex-basis:100%;margin-left:0;white-space:normal;overflow-wrap:anywhere}}.ingredient-row-actions{display:flex;flex:0 0 auto;gap:.4rem}.ingredient-btn{padding:.35rem .7rem;font-size:.8rem;font-weight:600;color:#444;background:#f3f3f3;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.ingredient-btn:hover:not(:disabled){background:#e9e9e9}.ingredient-btn:disabled{opacity:.6;cursor:default}.ingredient-btn--danger{color:#b71c1c;background:#fdf0ef;border-color:#f0c6c2}.ingredient-btn--danger:hover:not(:disabled){background:#fbe3e0}.ingredient-btn--save{color:#fff;background:#ff6b35;border-color:#ff6b35}.ingredient-btn--save:hover:not(:disabled){background:#e85c28}.ingredient-edit-fields{display:flex;flex:1;flex-wrap:wrap;gap:.5rem;min-width:0}.ingredient-edit-fields .ingredient-input{flex:1 1 8rem}@media (max-width: 767px){.ingredient-row-actions{flex-basis:100%}.ingredient-row--editing .ingredient-row-actions{justify-content:flex-end}}.create-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.create-field--full{grid-column:1 / -1}.create-label{font-size:.8rem;font-weight:600;color:#555}.create-input{width:100%;padding:.55rem .75rem;font-size:.95rem;font-family:inherit;border:1px solid #d5d5d5;border-radius:6px;background:#fff}.create-input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3526}.create-textarea{resize:vertical;line-height:1.4}.create-stack{display:flex;flex-direction:column;gap:.75rem}.recipe-video{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:.5rem;overflow:hidden;background-color:#000}.recipe-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.create-ingredient-list{display:flex;flex-direction:column;gap:.5rem}.create-ingredient-row{display:flex;gap:.5rem;align-items:center}.create-ingredient-amount{flex:0 0 6.75rem}.create-ingredient-unit{flex:0 0 7.25rem}select.create-ingredient-unit{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:1.6rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:.7rem}.create-ingredient-name{flex:1 1 auto}.amount-field{position:relative;display:flex;gap:.25rem}.amount-whole,.amount-frac{flex:1 1 0;min-width:0;padding-left:.4rem;padding-right:.4rem;text-align:center}.amount-frac{cursor:pointer;background:#fafafa;color:#333}.amount-frac::placeholder{color:#bbb}.amount-frac:hover{border-color:#ff6b35}.amount-fraction-menu{position:absolute;bottom:calc(100% + .45rem);left:0;z-index:30;display:flex;flex-direction:column;gap:.35rem;width:max-content;max-width:min(24rem,90vw);padding:.35rem;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 8px 20px #00000024;transform-origin:bottom left;animation:amount-fraction-pop .14s ease-out}.amount-fraction-row{display:flex;flex-wrap:wrap;gap:.25rem}.amount-fraction-more{padding-top:.35rem;border-top:1px solid #ececec}.amount-fraction-menu:after{content:"";position:absolute;top:100%;left:4.8rem;width:10px;height:10px;background:#fff;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;transform:translateY(-50%) rotate(45deg)}.amount-fraction-chip{flex:0 0 auto;min-width:2.4rem;padding:.3rem .5rem;font-size:.85rem;font-weight:600;font-family:inherit;color:#333;background:#f6f6f6;border:1px solid #e2e2e2;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.amount-fraction-chip:hover{background:#fff1ea;border-color:#ff6b35;color:#ff6b35}.amount-fraction-chip.is-active{background:#ff6b35;border-color:#ff6b35;color:#fff}.amount-fraction-chip.is-clear{margin-right:.4rem}.amount-fraction-chip.is-more{margin-left:.4rem;min-width:2rem;font-size:1rem;line-height:1}@keyframes amount-fraction-pop{0%{opacity:0;transform:translateY(6px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.unit-field-wrap{position:relative}.unit-field{display:flex;align-items:center;text-align:left;cursor:pointer;padding-right:1.6rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:.7rem}.unit-picker-menu{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);z-index:30;display:flex;align-items:center;gap:.75rem;width:max-content;max-width:94vw;padding:.25rem;background:none;border:none;box-shadow:none;transform-origin:bottom center;animation:unit-picker-pop .14s ease-out}@keyframes unit-picker-pop{0%{opacity:0;transform:translate(-50%) translateY(6px) scale(.96)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.unit-count{position:relative;align-self:center;flex:0 0 auto}.unit-count-chip{padding:.35rem .7rem;font-size:.85rem;font-weight:600;font-family:inherit;color:#333;background:#fff;border:1px solid #d9d9d9;border-radius:999px;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.unit-count-chip:hover{background:#fff1ea;border-color:#ff6b35;color:#ff6b35}.unit-count-chip.is-active{background:#ff6b35;border-color:#ff6b35;color:#fff}.unit-count-menu{position:absolute;top:100%;left:0;z-index:40;display:flex;flex-direction:column;min-width:100%;margin-top:.3rem;padding:.25rem;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 8px 20px #00000029;max-height:min(18rem,70vh);overflow-y:auto;animation:amount-fraction-pop .12s ease-out}.unit-count-option{padding:.3rem .6rem;font-family:inherit;font-size:.85rem;font-weight:500;text-align:left;white-space:nowrap;color:#333;background:none;border:none;border-radius:5px;cursor:pointer;transition:background .12s,color .12s}.unit-count-option:hover{background:#fff1ea;color:#ff6b35}.unit-count-option.is-active{background:#ff6b35;color:#fff}.unit-dials{display:flex;gap:.75rem}.unit-dial{position:relative;flex:0 0 auto;width:84px;height:84px;touch-action:none;cursor:grab;user-select:none;-webkit-user-select:none}.unit-dial.is-spinning{cursor:grabbing}.unit-dial.is-spinning .unit-dial-ring,.unit-dial.is-spinning .unit-dial-item{transition:none}.unit-dial-face{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#f3f3f4;border:1.5px solid #dcdcdc;box-shadow:0 1px 4px #0000001a;overflow:hidden}.unit-dial.is-active .unit-dial-face{border-color:#ff6b35}.unit-dial-ring{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .28s ease}.unit-dial-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.unit-dial-slice{fill:transparent;pointer-events:fill;cursor:pointer}.unit-dial.is-active .unit-dial-slice.is-selected{fill:#ffe1d3}.unit-dial-divider{stroke:#d1d1d3;stroke-width:1.2}.unit-dial-item{position:absolute;display:flex;align-items:center;justify-content:center;min-width:1.6rem;padding:.1rem .2rem;border:none;background:none;font-family:inherit;font-size:.72rem;font-weight:600;color:#6f6f72;white-space:nowrap;cursor:pointer;transition:transform .28s ease,color .12s}.unit-dial.is-active .unit-dial-item.is-selected{color:#ff6b35;font-weight:700}.unit-dial-marker{position:absolute;top:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #cfcfcf;z-index:1}.unit-dial.is-active .unit-dial-marker{border-top-color:#ff6b35}@media (max-width: 767px){.create-ingredient-row{display:grid;grid-template-columns:auto auto auto 1fr auto;column-gap:.5rem;row-gap:.4rem;align-items:center}.create-ingredient-row>.create-drag-handle{grid-column:1;grid-row:1 / 3;height:100%}.create-ingredient-row>.create-ingredient-name{grid-column:2 / 5;grid-row:1}.create-ingredient-row>.create-row-remove{grid-column:5;grid-row:1}.create-ingredient-row>.create-ingredient-amount{grid-column:2;grid-row:2;width:6.75rem}.create-ingredient-row>.create-ingredient-unit{grid-column:3;grid-row:2;width:7.25rem}}.create-inline-row{display:flex;gap:.5rem;align-items:center}.create-row-remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2rem;height:2rem;color:#b71c1c;background:#fdf0ef;border:1px solid #f0c6c2;border-radius:6px;cursor:pointer;transition:background .15s}.create-row-remove:hover{background:#fbe3e0}.create-drag-handle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.25rem;height:2rem;color:#c4c4c4;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;transition:color .15s}.create-drag-handle:hover{color:#8a8a8a}.create-drag-handle:active{cursor:grabbing}.create-row-dragging{opacity:.45}.create-row-drag-over{border-radius:6px;box-shadow:inset 0 2px #ff6b35}.create-add-row{align-self:flex-start;padding:.4rem .85rem;font-size:.85rem;font-weight:600;color:#ff6b35;background:#fff;border:1px dashed #ff9d78;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.create-add-row:hover{background:#fff4ef;border-color:#ff6b35}.editor-title-input{width:100%;padding:.25rem .4rem;margin:0;font-size:2rem;font-weight:700;font-family:inherit;color:inherit;background:transparent;border:1px solid transparent;border-radius:6px;box-sizing:border-box}.editor-title-input::placeholder{color:#bbb}.editor-title-input:hover{border-color:#eee}.editor-title-input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3526;background:#fff}.editor-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.time-parts{display:flex;gap:.6rem}.time-part{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.time-part-input{text-align:center}.time-part-label{display:flex;align-items:center;justify-content:center;gap:.2rem;font-size:.72rem;color:#777}.time-part-remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;border:none;border-radius:50%;background:transparent;color:#999;font-size:.95rem;line-height:1;cursor:pointer}.time-part-remove:hover{color:#ff6b35}.time-add-buttons{display:flex;gap:.4rem;margin-top:.4rem}.time-add-btn{padding:.15rem .55rem;font-size:.75rem;font-family:inherit;color:#555;background:#f2f2f2;border:1px solid #d5d5d5;border-radius:999px;cursor:pointer}.time-add-btn:hover{border-color:#ff6b35;color:#ff6b35}.editor-units-toggle{display:flex;align-items:center;gap:.6rem;margin-top:.75rem}.editor-step-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.editor-cancel-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#333;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.editor-cancel-btn:hover{background:#f5f5f5;border-color:#ccc}.editor-save-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#fff;background:#ff6b35;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.editor-save-btn:hover:not(:disabled){background:#e85c28}.editor-save-btn:disabled{opacity:.5;cursor:not-allowed}.editor-save-btn:focus-visible,.editor-cancel-btn:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.publish-audit-list{margin:.75rem 0 0;padding-left:1.25rem;color:#000000b3;font-size:.95rem;line-height:1.5}.publish-audit-list li{margin-bottom:.35rem}.publish-audit-list li:last-child{margin-bottom:0}.ingredient-check-results{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1rem}.ingredient-check-heading{margin:0 0 .4rem;font-size:.9rem;font-weight:600}.ingredient-check-heading.is-in-db{color:#2e7d32}.ingredient-check-heading.is-not-in-db{color:#c0392b}.ingredient-check-col ul{margin:0;padding-left:1.1rem;font-size:.9rem;line-height:1.5}.ingredient-check-empty{margin:0;color:#00000080;font-size:.9rem}.ingredient-check-error{margin:.75rem 0 0;color:#c0392b;font-size:.9rem}@media (max-width: 600px){.editor-field-grid{grid-template-columns:1fr}.ingredient-check-results{grid-template-columns:1fr;gap:.75rem}}.grocery-page{max-width:760px;margin:0 auto;height:calc(100dvh - var(--nav-height));display:flex;flex-direction:column;padding:0 1rem}.grocery-header{flex:0 0 auto;padding:1.5rem 0 1rem}.grocery-header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.grocery-title{margin:0 0 .25rem;font-size:1.6rem;letter-spacing:-.02em}.grocery-subtitle{margin:0;color:#666;font-size:.9rem}.grocery-add{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;color:#fff;background:#ff6b35;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s}.grocery-add:hover{background:#e85c28}.grocery-add:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.grocery-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.5rem 0 2rem}.grocery-empty{color:#999;font-size:.95rem}.grocery-inline-link{color:#ff6b35;text-decoration:none;font-weight:600}.grocery-inline-link:hover{text-decoration:underline}.grocery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.grocery-card{display:flex;flex-direction:column;gap:.35rem;background:#fff;border:1px solid #eee;border-radius:12px;padding:1.1rem 1.2rem;color:inherit;text-decoration:none;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.grocery-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px);border-color:#e0e0e0}.grocery-card:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.grocery-card-name{margin:0;font-size:1.1rem;letter-spacing:-.01em}.grocery-card-meta{margin:0;color:#888;font-size:.85rem}.grocery-back{display:inline-flex;align-items:center;gap:.35rem;color:#666;text-decoration:none;font-size:.9rem;font-weight:500;margin-bottom:.75rem}.grocery-back:hover{color:#ff6b35}.grocery-title-input{flex:1 1 auto;min-width:0;margin:0;padding:.15rem .35rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:inherit;background:transparent;border:1px solid transparent;border-radius:6px}.grocery-title-input:hover{border-color:#eee}.grocery-title-input:focus{outline:none;background:#fff;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3526}.grocery-delete{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto;padding:.45rem .8rem;font-size:.85rem;font-weight:500;color:#b3261e;background:transparent;border:1px solid #f0d4d2;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.grocery-delete:hover{background:#fbe9e7;border-color:#e0a9a4}.grocery-additem{display:flex;gap:.5rem;margin-top:.75rem}.grocery-additem-input{flex:1 1 auto;min-width:0;padding:.55rem .85rem;font-size:.95rem;border:1px solid #d5d5d5;border-radius:8px;background:#fff}.grocery-additem-input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3526}.grocery-additem-btn{flex:0 0 auto;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;color:#fff;background:#ff6b35;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.grocery-additem-btn:hover:not(:disabled){background:#e85c28}.grocery-additem-btn:disabled{opacity:.5;cursor:not-allowed}.grocery-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.grocery-item{display:flex;align-items:center;gap:.5rem;padding:.6rem .25rem;border-bottom:1px solid #f0f0f0}.grocery-item-label{display:flex;align-items:center;gap:.6rem;flex:1 1 auto;min-width:0;cursor:pointer}.grocery-item-label input[type=checkbox]{flex:0 0 auto;width:1.1rem;height:1.1rem;accent-color:#ff6b35;cursor:pointer}.grocery-item-name{font-size:.98rem;overflow-wrap:anywhere}.grocery-item--checked .grocery-item-name{color:#aaa;text-decoration:line-through}.grocery-item-remove{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.35rem;color:#bbb;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:color .15s,background .15s}.grocery-item-remove:hover{color:#b3261e;background:#fbe9e7}.grocery-clear{margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#666;background:transparent;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.grocery-clear:hover{background:#f6f6f6;border-color:#ccc}@media (pointer: coarse){.create-input,.my-recipes-search,.ingredient-input,.ingredient-search,.grocery-additem-input{font-size:16px}}.signin-prompt{min-height:calc(100dvh - var(--nav-height));display:flex;align-items:center;justify-content:center;padding:1.5rem}.signin-prompt-card{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #eee;border-radius:16px;padding:2.25rem 1.75rem;box-shadow:0 6px 24px #0000000f}.signin-prompt-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1.1rem;border-radius:50%;color:#ff6b35;background:#fff3ee}.signin-prompt-title{margin:0 0 .5rem;font-size:1.35rem;letter-spacing:-.02em}.signin-prompt-text{margin:0 0 1.5rem;color:#666;font-size:.95rem;line-height:1.45}.signin-prompt-actions{display:flex;gap:.75rem;width:100%}.signin-prompt-login,.signin-prompt-signup{flex:1;padding:.7rem 1rem;border-radius:8px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.signin-prompt-login{border:none;color:#fff;background:#ff6b35}.signin-prompt-login:hover{background:#e85c28}.signin-prompt-signup{border:1px solid #ff6b35;color:#ff6b35;background:transparent}.signin-prompt-signup:hover{background:#fff3ee}.signin-prompt-login:focus-visible,.signin-prompt-signup:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}
