@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Caveat:wght@400;700&display=swap";:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#3d2817;background:#faf7f2}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:#8b4513;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font:inherit}input,textarea{font:inherit}.container{max-width:720px;margin:0 auto;padding:1rem}.container--wide{max-width:1180px}.container--form{max-width:980px}@media(min-width:768px){.container{padding:1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:6px;border:1px solid #ccc;background:#fff;min-height:44px}.btn:hover{background:#faf7f2}.btn-secondary{background:#fff;color:#3d2817;border-color:#ccc}.btn-secondary:hover{background:#f5ede0}.btn-primary{background:#8b4513;color:#fff;border-color:#8b4513}.btn-primary:hover{background:#723a0f}.btn-danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn-danger:hover{background:#b91c1c}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.25rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:6px;min-height:44px}.form-group textarea{min-height:100px;resize:vertical}.page-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.page-header__content{flex:1 1 320px;min-width:0}.page-header__actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.page-intro-link{display:inline-block;margin-bottom:.5rem;font-size:.9rem}.recipe-title{margin:.25rem 0 0}.recipe-description{margin:.25rem 0 0;color:#666}.recipe-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.5rem;color:#666;font-size:.95rem}.recipe-detail-shell,.recipe-detail-content{min-width:0}.recipe-attempts-sidebar{position:fixed;inset:0 0 0 auto;z-index:40;width:min(380px,100%);overflow-y:auto;background:#faf7f2;border-left:1px solid rgba(139,69,19,.2);box-shadow:-12px 0 30px #3d281724;transform:translate(100%);transition:transform .2s ease}.recipe-attempts-sidebar--open{transform:translate(0)}.recipe-attempts-panel{padding:1rem}.recipe-attempts-header,.recipe-attempt__heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.recipe-attempts-header{margin-bottom:1rem}.recipe-attempts-header .detail-section-title{margin:0}.recipe-attempts-close{display:inline-grid;place-items:center;width:44px;min-width:44px;height:44px;padding:0;border:1px solid rgba(139,69,19,.2);border-radius:999px;background:#fff;color:#3d2817;font-size:1.5rem;line-height:1}.recipe-attempts-toggle{border:1px solid #8b4513;border-radius:999px;background:#8b4513;color:#fff;font:inherit;font-weight:600}.recipe-attempts-toggle--mobile{position:fixed;right:1rem;bottom:calc(4.75rem + env(safe-area-inset-bottom));z-index:30;min-height:44px;padding:.55rem 1rem;box-shadow:0 8px 22px #3d281738}.recipe-attempts-toggle--desktop{display:none}.recipe-attempts-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;padding:0;border:0;background:#3d28175c}.recipe-attempt-form{padding-bottom:1.25rem;border-bottom:1px solid rgba(139,69,19,.16)}.recipe-attempt-form .form-group:last-of-type{margin-bottom:.35rem}.recipe-attempt-form__count{display:block;margin-top:.25rem;color:#666;font-size:.8rem;text-align:right}.recipe-attempts-error{margin:1rem 0;color:#b91c1c}.recipe-attempts-error p{margin:0 0 .5rem}.recipe-attempt-timeline{margin:1.25rem 0 0;padding:0 0 0 1.25rem;border-left:2px solid rgba(139,69,19,.2);list-style:none}.recipe-attempt{position:relative;padding:0 0 1.25rem .5rem}.recipe-attempt:last-child{padding-bottom:0}.recipe-attempt:before{position:absolute;top:.45rem;left:-1.72rem;width:.65rem;height:.65rem;border:2px solid #faf7f2;border-radius:50%;background:#8b4513;box-shadow:0 0 0 1px #8b451359;content:""}.recipe-attempt__heading time{font-weight:600}.recipe-attempt__delete{display:inline-grid;place-items:center;width:36px;min-width:36px;min-height:36px;padding:0;border-radius:999px}.recipe-attempt__trash-icon{width:18px;height:18px}.recipe-attempt__delete-progress{font-size:1.1rem;line-height:1}.recipe-attempt__notes{margin:.45rem 0 0;white-space:pre-wrap}.detail-layout{display:grid;gap:1.5rem;align-items:start}.detail-layout--single{grid-template-columns:minmax(0,1fr)}.recipe-image-gallery{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-top:2rem;align-items:start}.recipe-image-gallery__item{min-width:0;overflow:hidden;border-radius:12px;background:#e8dcc9}.recipe-image-gallery__image{display:block;width:100%;height:auto}.recipe-image-gallery__trigger{display:block;width:100%;padding:0;border:0;background:transparent}.recipe-image-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:3rem 1rem;overflow:hidden;background:#000000d9}.recipe-image-gallery__fullscreen-image{display:block;width:auto;height:auto;max-width:calc(100vw - 2rem);max-height:calc(100vh - 6rem);max-height:calc(100dvh - 6rem);object-fit:contain}.recipe-image-gallery__close{position:absolute;top:.75rem;right:.75rem;width:2.75rem;height:2.75rem;border:1px solid #fff;border-radius:50%;color:#fff;background:transparent;font-size:2rem;line-height:1}.recipe-image-gallery__unavailable{display:grid;place-items:center;min-height:12rem;padding:1rem;color:#666;text-align:center}.detail-sidebar,.detail-main{min-width:0}.detail-card{background:#fffbf5;border:1px solid rgba(139,69,19,.14);border-radius:14px;padding:1rem}.detail-section-title{margin:0 0 .75rem;font-size:1.15rem}.detail-card .detail-section-title{margin-bottom:.9rem}.recipe-notes{margin-top:1.5rem}.recipe-notes__list{margin:0;padding-left:1.25rem}.recipe-notes__list li{margin-bottom:.35rem}.recipe-notes__list li:last-child{margin-bottom:0}.ingredient-group+.ingredient-group{margin-top:1rem}.ingredient-group__title{margin:0 0 .35rem;font-size:1rem;font-style:italic}.ingredient-list,.steps-list,.subrecipe-steps-list{margin:0;padding-left:1.25rem}.ingredient-item,.steps-list li,.subrecipe-steps-list li{margin-bottom:.35rem}.subrecipe-step{margin-bottom:.75rem}.subrecipe-step__toggle{display:flex;align-items:center;gap:.4rem;cursor:pointer}.subrecipe-step__caret{font-size:.7rem;transition:transform .15s}.subrecipe-step__content{margin-top:.4rem;margin-left:1.25rem}.muted-text{color:#666}.recipe-list-toolbar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.recipe-list-user{color:#666;font-size:.95rem}.report-bug-button{position:fixed;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));z-index:10;box-shadow:0 2px 8px #3d28172e}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:1rem;background:#3d281773}.dialog{width:min(100%,560px);max-height:calc(100vh - 2rem);overflow-y:auto;padding:1.25rem;border-radius:12px;background:#fffbf5;box-shadow:0 12px 40px #3d281740}.dialog h2{margin:0}.dialog .muted-text{margin-top:.35rem}.dialog textarea{min-height:180px}.dialog__actions{display:flex;justify-content:flex-end;gap:.5rem}.form-error{margin-top:0;color:#dc2626}.recipe-search{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.recipe-search__input{flex:1 1 260px;min-height:44px;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px}.recipe-grid{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}.recipe-card{display:block;height:100%;padding:1rem;background:#fff;border:1px solid #e5e5e5;border-radius:12px;color:inherit;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.recipe-card:hover{text-decoration:none;transform:translateY(-1px);border-color:#8b45133d;box-shadow:0 10px 24px #3d281714}.recipe-card__title{display:block;margin-bottom:.25rem;font-size:1.05rem}.recipe-card__meta{color:#666;font-size:.9rem}.recipe-card__description{margin:.45rem 0 0;color:#666;font-size:.95rem}.form-title{margin:0 0 1rem}.form-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.form-group--tight{margin:0}.form-toggle{display:flex;align-items:center;gap:.5rem}.form-toggle label{margin:0}.editor-section{margin-bottom:1rem;padding:1rem;border:1px solid #e5e5e5;border-radius:12px;background:#fffbf5}.editor-section input:not([type=checkbox]),.editor-section textarea{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:6px;min-height:44px}.editor-section__hint{margin:0 0 .5rem}.ingredient-row,.subrecipe-row{display:grid;gap:.5rem;align-items:end;margin-bottom:.75rem}.ingredient-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ingredient-row__name,.subrecipe-row__search{grid-column:1 / -1}.subrecipe-row__label{width:100%}.ingredient-row__remove,.subrecipe-row__remove{min-height:36px;padding:.25rem .5rem;justify-self:start}.form-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}@media(max-width:640px){.container{padding:.75rem}.page-header{flex-direction:column;align-items:stretch}.page-header .btn,.page-header a.btn{min-height:44px}}@media(min-width:768px){.detail-layout{grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:2rem}.detail-layout--single{grid-template-columns:minmax(0,1fr)}.detail-sidebar{position:sticky;top:1.5rem}.recipe-image-gallery{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ingredient-row{grid-template-columns:72px 82px minmax(0,1fr) 140px auto}.ingredient-row>*{grid-column:auto}.subrecipe-row{grid-template-columns:minmax(0,1fr) 180px auto}.subrecipe-row>*{grid-column:auto}}@media(max-width:767px){.page-header__actions{width:100%}.page-header__actions .btn,.page-header__actions a.btn{flex:1 1 0}.recipe-list-toolbar{align-items:stretch}.recipe-list-user{width:100%}.recipe-search .btn,.form-actions .btn,.form-actions a.btn{flex:1 1 160px}}@media(min-width:1080px){.recipe-detail-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:start}.recipe-attempts-sidebar{position:sticky;top:1.5rem;z-index:auto;width:52px;max-height:calc(100vh - 3rem);border:1px solid rgba(139,69,19,.18);border-radius:14px;box-shadow:none;transform:none;transition:width .2s ease}.recipe-attempts-sidebar--open{width:340px}.recipe-attempts-toggle--mobile,.recipe-attempts-backdrop{display:none}.recipe-attempts-toggle--desktop{display:flex;align-items:center;justify-content:center;width:100%;min-height:220px;padding:.75rem .5rem;border:0;border-radius:14px;writing-mode:vertical-rl}.recipe-grid,.recipe-image-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}body{font-family:Crimson Text,serif}.handwritten{font-family:Caveat,cursive}
