:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fbfaf7;--foreground:#1f2320;--muted:#686f68;--panel:#fff;--border:#d8ddd5;--accent:#2d6a4f;--accent-strong:#1b4332;--danger:#9f1239;--danger-bg:#fff1f2;--success-bg:#effaf3;--shadow:0 18px 42px #1f232014}*{box-sizing:border-box}html{min-height:100%}body{background:var(--background);min-height:100%;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}.login-page{place-items:center;min-height:100vh;padding:24px 16px;display:grid}.login-panel{border:1px solid var(--border);background:var(--panel);width:min(100%,480px);box-shadow:var(--shadow);border-radius:8px;gap:16px;padding:24px;display:grid}.login-panel h1{font-size:clamp(2rem,8vw,3rem)}.login-panel p{color:var(--muted);margin:0;line-height:1.6}.login-actions{gap:12px;display:grid}.google-login-button{justify-content:center;align-items:center;gap:10px;display:flex}.google-login-button__mark{width:24px;height:24px;color:var(--accent-strong);background:#fff;border-radius:999px;place-items:center;font-weight:800;display:inline-grid}button,input,select,textarea{font:inherit}.page{min-height:100vh;padding:24px 16px}.shell{width:min(100%,720px);margin:0 auto}.header{margin-block:16px 24px}.eyebrow{color:var(--accent);letter-spacing:0;margin:0;font-size:.85rem;font-weight:700}.top-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.top-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.language-toggle{border:1px solid var(--border);background:#fbfaf7;border-radius:999px;grid-template-columns:repeat(2,minmax(0,auto));gap:2px;padding:2px;display:inline-grid}.language-toggle button{min-height:28px;color:var(--muted);background:0 0;border-radius:999px;padding:4px 8px;font-size:.72rem}.language-toggle button[data-active=true]{color:var(--accent-strong);background:#fff;box-shadow:0 1px 6px #1f232014}h1{letter-spacing:0;margin:0;font-size:clamp(2rem,9vw,3.5rem);line-height:1.05}.form{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;gap:12px;padding:16px;display:grid}.drive-folder-panel{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;margin-bottom:16px;padding:10px 12px;display:grid}.drive-folder-panel h2{margin:0;font-size:1rem}.drive-folder-panel[data-expanded=true]{grid-template-columns:1fr;padding:16px}.drive-folder-panel[data-expanded=true] .drive-folder-panel__main{gap:6px;display:grid}.drive-folder-panel[data-expanded=true] .drive-folder-panel__status,.drive-folder-panel[data-expanded=true] .drive-folder-panel__actions,.drive-folder-panel[data-expanded=true] .drive-folder-panel__edit{grid-column:1}.drive-folder-panel__status{min-width:0;color:var(--muted);overflow-wrap:anywhere;align-items:center;gap:8px;font-size:.9rem;line-height:1.45;display:flex}.drive-folder-panel__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.drive-folder-panel__actions[hidden]{display:none}.drive-folder-panel__edit{grid-area:1/2/span 2;align-self:center}.drive-folder-panel .drive-save-message{grid-column:1/-1;margin:0}.saved-recipes-panel{border:1px solid var(--border);background:var(--panel);border-radius:8px;gap:0;margin-bottom:12px;display:grid;box-shadow:0 8px 22px #1f23200d}.saved-recipes-panel__summary{grid-template-columns:minmax(0,1fr);align-items:center;gap:6px;padding:10px 12px;display:grid}.saved-recipes-panel__toggle{width:fit-content;min-width:0;min-height:28px;color:var(--foreground);text-align:start;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:.96rem;display:inline-flex}.saved-recipes-panel__toggle span{font-weight:700}.saved-recipes-panel__chevron{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:15px;height:15px;transition:transform .16s}.saved-recipes-panel[data-expanded=true] .saved-recipes-panel__chevron{transform:rotate(180deg)}.saved-recipes-panel__summary p{min-width:0;color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:.8rem;line-height:1.45}.saved-recipes-panel__refresh{background:0 0;border-color:#0000;width:fit-content;min-height:30px;padding:5px 9px;font-size:.8rem;text-decoration:underline}.saved-recipes-panel__content{gap:8px;padding:0 10px 10px;display:grid}.saved-recipes-panel__controls{gap:8px;display:grid}.saved-recipes-panel__controls input,.saved-recipes-panel__controls select{border:1px solid var(--border);min-height:34px;color:var(--foreground);background:#fff;border-radius:6px;padding:7px 9px;font-size:.86rem}.saved-recipes-panel__controls input:focus,.saved-recipes-panel__controls select:focus{border-color:var(--accent);outline:3px solid #2d6a4f2e}.saved-recipes-panel__message{border:1px solid var(--border);color:var(--muted);background:#fbfaf7;border-radius:6px;margin:0;padding:8px 10px;font-size:.84rem;line-height:1.45}.saved-recipes-panel__message--error{background:var(--danger-bg);color:var(--danger);border-color:#fecdd3}.saved-recipes-list{border:1px solid var(--border);background:#fff;border-radius:6px;gap:0;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.saved-recipes-list li{border-bottom:1px solid var(--border);gap:8px;padding:9px 10px;display:grid}.saved-recipes-list li:last-child{border-bottom:0}.saved-recipes-list li[data-highlighted=true]{background:var(--success-bg)}.saved-recipes-list__main{gap:3px;min-width:0;display:grid}.saved-recipes-list__main strong{text-overflow:ellipsis;white-space:nowrap;overflow-wrap:anywhere;max-width:100%;font-size:.9rem;font-weight:700;line-height:1.25;overflow:hidden}.saved-recipes-list__main span{color:var(--muted);font-size:.74rem}.saved-recipes-list__actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.saved-recipes-list__actions a{width:30px;height:30px;min-height:30px;color:var(--accent-strong);border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-grid}.saved-recipes-list__actions a:hover{background:var(--success-bg);border-color:#2d6a4f40}.saved-recipes-list__actions svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:14px;height:14px}.settings-shell{gap:18px;display:grid}.settings-header{gap:14px;margin-block:16px 0;display:grid}.settings-header h1,.settings-panel h1{font-size:clamp(1.7rem,6vw,2.2rem)}.settings-copy{max-width:58ch;color:var(--muted);margin:8px 0 0;line-height:1.6}.settings-list{gap:10px;display:grid}.settings-list__item{border:1px solid var(--border);background:var(--panel);width:100%;min-width:0;color:inherit;text-align:start;box-shadow:var(--shadow);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:16px;text-decoration:none;display:flex}.settings-list__item span{gap:6px;min-width:0;display:grid}.settings-list__item small{color:var(--muted);font-size:.88rem;line-height:1.45}.settings-list__icon{fill:none;width:22px;height:22px;stroke:var(--accent-strong);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none}.settings-layout{min-height:0;display:grid;overflow:hidden}.settings-layout--page{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);border-radius:8px}.settings-sidebar{border-bottom:1px solid var(--border);background:var(--panel);align-content:start;padding:10px;display:grid}.settings-nav{gap:8px;display:grid}.settings-nav__item{width:100%;min-width:0;color:inherit;text-align:start;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:flex-start;align-items:center;gap:8px;padding:9px 10px;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.settings-nav__item:before{content:"";background:0 0;border-radius:999px;flex:none;width:3px;height:18px}.settings-nav__item[data-active=true]{color:var(--accent-strong);background:#effaf3}.settings-nav__item[data-active=true]:before{background:var(--accent)}.settings-panel{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);border-radius:8px;gap:16px;padding:16px;display:grid}.settings-layout--page .settings-panel{box-shadow:none;border:0;border-radius:0}.settings-status{border:1px solid var(--border);background:#fbfaf7;border-radius:8px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.settings-status div{gap:4px;min-width:0;display:grid}.settings-status strong,.settings-status span{overflow-wrap:anywhere}.settings-status span{color:var(--muted);font-size:.88rem}.settings-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.settings-modal{z-index:60;background:#1f232057;justify-content:center;align-items:flex-end;padding:16px;animation:.18s ease-out both settings-overlay-in;display:flex;position:fixed;inset:0}.settings-modal[data-state=closing]{animation:.18s ease-in both settings-overlay-out}.settings-modal__dialog{border:1px solid var(--border);background:var(--background);border-radius:18px 18px 8px 8px;width:min(100%,720px);max-height:min(86vh,760px);animation:.2s ease-out both settings-dialog-in;display:grid;overflow:hidden;box-shadow:0 28px 80px #1f232038}.settings-modal[data-state=closing] .settings-modal__dialog{animation:.18s ease-in both settings-dialog-out}.settings-modal__topbar{border-bottom:1px solid var(--border);background:var(--panel);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.settings-modal__topbar h2{margin:2px 0 0;font-size:1.35rem;line-height:1.15}.settings-modal__close{width:38px;height:38px;min-height:38px}.settings-modal__content{min-height:0;padding:16px;animation:.18s ease-out both settings-content-in;overflow-y:auto}.settings-modal__view{gap:18px;display:grid}.settings-modal__view h2{margin:0;font-size:clamp(1.7rem,6vw,2.2rem);line-height:1.05}.mode-toggle{border:1px solid var(--border);background:#fbfaf7;border-radius:999px;grid-template-columns:repeat(3,minmax(0,auto));gap:3px;width:fit-content;max-width:100%;padding:3px;display:inline-grid}.mode-toggle button{min-height:34px;color:var(--muted);background:0 0;border-radius:999px;padding:7px 12px;font-size:.82rem}.auth-chip{min-width:0;color:var(--muted);white-space:nowrap;align-items:center;gap:6px;font-size:.78rem;display:flex}.auth-chip__text{text-overflow:ellipsis;max-width:120px;overflow:hidden}.auth-warning{color:var(--danger);margin:10px 0 0;font-size:.82rem;line-height:1.4}.link-button{min-height:auto;color:var(--accent-strong);cursor:pointer;background:0 0;border:0;align-items:center;padding:0;font-size:.78rem;font-weight:700;text-decoration:underline;display:inline-flex}.link-button:disabled{opacity:.48}.auth-dot{background:var(--border);border-radius:999px;flex:none;width:8px;height:8px}.auth-dot[data-active=true]{background:var(--accent)}label{color:var(--foreground);font-size:.95rem;font-weight:700}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.input-row{gap:10px;display:grid}.checkbox-row{color:var(--foreground);align-items:flex-start;gap:10px;font-size:.9rem;font-weight:700;line-height:1.4;display:flex}.checkbox-row input[type=checkbox]{width:18px;height:18px;min-height:18px;accent-color:var(--accent);flex:none;margin:1px 0 0}input{border:1px solid var(--border);width:100%;min-height:48px;color:var(--foreground);background:#fff;border-radius:8px;padding:12px 14px}textarea{resize:vertical;border:1px solid var(--border);width:100%;min-height:140px;color:var(--foreground);background:#fff;border-radius:8px;padding:12px 14px;line-height:1.5}.source-textarea{min-height:220px}.image-upload{gap:12px;display:grid}.image-upload input[type=file]{min-height:auto;padding:10px}.image-preview-list,.file-preview-list{gap:10px;display:grid}.image-preview-list{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}.image-preview{gap:8px;display:grid}.image-preview img{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--border);background:#fff;border-radius:8px;width:100%}.image-preview span{color:var(--muted);overflow-wrap:anywhere;font-size:.82rem}.file-preview-list span{color:var(--muted);overflow-wrap:anywhere;font-size:.86rem}input:focus,textarea:focus{border-color:var(--accent);outline:3px solid #2d6a4f2e}button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;min-height:48px;padding:12px 16px;font-weight:700}button:disabled{cursor:not-allowed;opacity:.68}.hint,.doc-id{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:.9rem;line-height:1.5}.status{border-radius:8px;margin-top:16px;padding:14px;line-height:1.5}.status__action{margin-inline-start:10px;min-height:34px;color:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:8px;align-items:center;margin-top:8px;font-size:.9rem;font-weight:700;display:inline-flex}.status__action:hover{background:#ffffff94}.status.error{background:var(--danger-bg);color:var(--danger);border:1px solid #fecdd3}.status.neutral{border:1px solid var(--border);color:var(--muted);background:#fff}.status.success{background:var(--success-bg);color:var(--accent-strong);border:1px solid #b7e4c7}.extract-loader{color:var(--accent-strong);background:linear-gradient(135deg,#fff 0%,#effaf3 100%);border:1px solid #b7e4c7;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:16px;margin-top:16px;padding:16px;display:grid;overflow:hidden;box-shadow:0 14px 34px #1f232012}.extract-loader p{color:var(--accent-strong);margin:0 0 10px;font-weight:700;line-height:1.45}.extract-loader__visual{flex:none;width:98px;height:88px;position:relative}.extract-loader__card{background:#fff;border:1px solid #2d6a4f2e;border-radius:8px;gap:6px;width:72px;padding:12px 10px;animation:2.8s ease-in-out infinite recipe-card-float;display:grid;position:absolute;bottom:0;right:7px;box-shadow:0 12px 24px #1f23201a}.extract-loader__title,.extract-loader__line,.extract-loader__steps span{background:linear-gradient(90deg,#d8ddd5 0%,#b7e4c7 45%,#d8ddd5 100%) 0 0/180% 100%;border-radius:999px;animation:1.7s linear infinite recipe-shimmer;display:block}.extract-loader__title{width:34px;height:8px}.extract-loader__line{opacity:.82;width:40px;height:5px}.extract-loader__line--wide{width:52px}.extract-loader__steps{gap:4px;margin-top:2px;display:grid}.extract-loader__steps span{opacity:.64;width:48px;height:4px}.extract-loader__ingredients span{background:var(--accent);border-radius:999px;width:13px;height:13px;animation:2.4s ease-in-out infinite ingredient-orbit;position:absolute;box-shadow:0 7px 16px #2d6a4f33}.extract-loader__ingredients span:first-child{top:45px;left:2px}.extract-loader__ingredients span:nth-child(2){background:#f2c078;width:10px;height:10px;animation-delay:-.55s;top:18px;left:19px}.extract-loader__ingredients span:nth-child(3){background:#d95d39;width:9px;height:9px;animation-delay:-1.05s;top:61px;left:22px}.extract-loader__ingredients span:nth-child(4){background:#6c9a8b;width:8px;height:8px;animation-delay:-1.45s;top:7px;left:45px}.extract-loader__steam{gap:6px;display:flex;position:absolute;top:0;right:18px}.extract-loader__steam span{background:linear-gradient(#2d6a4f00,#2d6a4f47);border-radius:999px;width:5px;height:22px;animation:1.8s ease-in-out infinite steam-rise}.extract-loader__steam span:nth-child(2){animation-delay:-.45s}.extract-loader__steam span:nth-child(3){animation-delay:-.9s}.extract-loader__progress{background:#2d6a4f1f;border-radius:999px;height:6px;position:relative;overflow:hidden}.extract-loader__progress span{border-radius:inherit;background:linear-gradient(90deg, var(--accent), #b7e4c7);width:42%;animation:1.6s ease-in-out infinite progress-sweep;position:absolute;inset:0 auto 0 0}.preview{background:var(--success-bg);border:1px solid #b7e4c7;border-radius:8px;margin-top:16px;padding:16px}.preview h2{margin:0;font-size:1rem}.preview__header{gap:10px;margin-bottom:10px;display:grid}pre{max-height:420px;color:var(--foreground);white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border-radius:8px;margin:0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9rem;line-height:1.55;overflow:auto}.preview-editor{min-height:320px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9rem}.recipe-card{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);text-align:start;border-radius:8px;gap:14px;margin-top:16px;padding:16px;display:grid}.recipe-result{scroll-margin-top:24px}.recipe-card__header{gap:8px;display:grid}.recipe-card__toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:2px;display:flex}.recipe-card__actions{flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:10px;display:flex}.recipe-card h2{margin:0;font-size:clamp(1.7rem,7vw,2.6rem);line-height:1.12}.recipe-title-input{resize:none;width:100%;min-height:0;color:var(--foreground);background:0 0;border:0;border-radius:0;padding:0;font-size:clamp(1.7rem,7vw,2.6rem);font-weight:700;line-height:1.12;overflow:hidden}.recipe-title-input:focus{border-radius:6px;outline:3px solid #2d6a4f2e}.recipe-edit-display{max-width:100%;color:inherit;font:inherit;line-height:inherit;text-align:inherit;white-space:normal;overflow-wrap:anywhere;cursor:text;box-shadow:none;background:0 0;border:0;border-radius:5px;padding:0 2px}.recipe-edit-display:hover,.recipe-edit-display:focus-visible{outline-offset:1px;background:#ffffff80;outline:1px solid #2d6a4f29}.recipe-title-display{width:100%;color:var(--foreground);margin:0;padding:0;font-size:clamp(1.7rem,7vw,2.6rem);font-weight:700;line-height:1.12;display:block}.recipe-description-display{width:100%;color:var(--muted);margin-top:8px;font-size:1rem;line-height:1.45;display:block}.recipe-edit-input,.recipe-edit-textarea{max-width:100%;min-height:0;color:inherit;font:inherit;line-height:inherit;background:0 0;border:1px solid #0000;border-radius:6px;padding:3px 5px}.recipe-edit-input:hover,.recipe-edit-textarea:hover{border-color:color-mix(in oklab, var(--border) 80%, var(--accent) 20%);background:#ffffff8c}.recipe-edit-input:focus,.recipe-edit-textarea:focus{border-color:var(--accent);background:#fff;outline:3px solid #2d6a4f2e}.recipe-edit-textarea{resize:vertical;width:100%}.recipe-edit-textarea--description{color:var(--muted);margin-top:8px;font-size:1rem;line-height:1.45}.recipe-meta--editable dd{margin:4px 0 0}.recipe-edit-row{flex-wrap:wrap;align-items:baseline;gap:.35em;display:flex}.recipe-edit-input--quantity{flex:0 auto;width:auto;min-width:2ch;font-weight:700}.recipe-edit-input--ingredient{flex:0 auto;width:auto;min-width:min(8rem,100%)}.recipe-edit-input--note{width:min(100%,36rem);max-width:100%;color:var(--muted);margin-top:0;font-size:.82rem;line-height:1.25;display:block}.recipe-ingredient-quantity-display{font-weight:700;display:inline}.recipe-ingredient-item-display{display:inline}.recipe-ingredient-note-display{width:fit-content;color:var(--muted);margin-block-start:0;margin-inline-start:0;font-size:.82rem;font-weight:600;line-height:1.25;display:block}.recipe-meta-display{font-weight:700;display:inline}.recipe-instruction-display,.recipe-note-display{width:100%;display:block}.drive-save-message{overflow-wrap:anywhere;margin:0 0 12px;font-size:.88rem;line-height:1.45}.drive-save-message a{color:inherit;font-weight:700}.drive-save-message--success{color:var(--accent-strong)}.drive-save-message--error{color:var(--danger)}.openai-cost-panel{border:1px solid var(--border);color:var(--muted);background:#fbfaf7;border-radius:6px;gap:8px;padding:10px 12px;font-size:.84rem;line-height:1.35;display:grid}.openai-cost-panel__summary,.openai-cost-panel__rows{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 14px;display:flex}.openai-cost-panel strong{color:var(--foreground)}.openai-cost-panel p{margin:0}.openai-cost-panel details{border-top:1px solid var(--border);padding-top:6px}.openai-cost-panel summary{cursor:pointer;width:fit-content;font-weight:700}.openai-cost-panel dl{gap:8px;margin:8px 0 0;display:grid}.openai-cost-panel dl>div{grid-template-columns:minmax(80px,max-content) minmax(0,1fr);gap:3px 10px;display:grid}.openai-cost-panel dt{color:var(--muted);font-weight:700}.openai-cost-panel dd{color:var(--foreground);overflow-wrap:anywhere;margin:0}.secondary-button{border:1px solid var(--accent);width:fit-content;max-width:100%;color:var(--accent-strong);background:#fff}.icon-button{border:1px solid var(--accent);width:48px;height:48px;min-height:48px;color:var(--accent-strong);background:#fff;border-radius:999px;flex:none;place-items:center;padding:0;display:inline-grid}.icon-button:hover{background:var(--success-bg)}.icon-button:focus-visible{outline:3px solid #2d6a4f2e}.icon-button__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.icon-button__icon--spin{animation:.9s linear infinite icon-spin}.recipe-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0;display:grid}.recipe-meta div{border:1px solid var(--border);background:#fbfaf7;border-radius:6px;padding:8px 10px}.recipe-meta dt{color:var(--muted);text-transform:uppercase;margin:0 0 2px;font-size:.78rem;font-weight:700}.recipe-meta dd{overflow-wrap:anywhere;margin:0;font-weight:700}.dietary-badges,.dietary-icons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dietary-badges{border-top:1px solid var(--border);color:var(--muted);justify-content:center;padding:6px 0 0;font-weight:800}.dietary-badge{align-items:center;gap:7px;display:inline-flex}.dietary-badge__icon{width:22px;height:22px;color:var(--accent-strong);letter-spacing:0;background:0 0;border:0;border-radius:0;place-items:center;font-size:.7rem;font-weight:900;display:inline-grid}.dietary-badge__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:20px;height:20px}.dietary-icons{gap:5px;min-height:24px}.dietary-icons .dietary-badge{gap:0}.dietary-icons .dietary-badge__icon{background:#21604814;border:1px solid #21604826;border-radius:999px;width:24px;height:24px}.dietary-icons .dietary-badge__icon svg{width:15px;height:15px}.recipe-section{gap:8px;display:grid}.recipe-section h3{margin:0;font-size:1.05rem;line-height:1.2}.ingredients-list,.instructions-list,.notes-list{margin:0;padding-inline-start:22px;line-height:1.35}.ingredients-list{line-height:1.32}.ingredients-list li,.instructions-list li,.notes-list li{margin-bottom:5px}.ingredients-list li{margin-bottom:4px}.ingredients-list li::marker{font-weight:800}.instructions-list li::marker{font-weight:800}.notes-list li::marker{font-weight:800}.instructions-list{padding-inline-start:22px;list-style-position:outside}.instructions-list li{border-radius:0;padding:0;font-weight:700}.instructions-list li:nth-child(2n){background:0 0}.ingredients-list small{color:var(--muted);font-size:.88rem;font-weight:600;line-height:inherit;display:inline}.tutorial-overlay{z-index:20;background:#1f232075;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.tutorial-dialog{border:1px solid var(--border);background:var(--panel);text-align:start;border-radius:8px;gap:18px;width:min(100%,620px);max-height:min(760px,100vh - 32px);padding:20px;display:grid;overflow:auto;box-shadow:0 28px 70px #1f232038}.tutorial-dialog__header{gap:8px;display:grid}.tutorial-dialog h2,.tutorial-dialog h3,.tutorial-dialog p{margin:0}.tutorial-dialog h2{font-size:clamp(1.45rem,6vw,2rem);line-height:1.15}.tutorial-dialog__header p{color:var(--muted);line-height:1.55}.tutorial-steps{gap:12px;margin:0;padding:0;list-style:none;display:grid}.tutorial-steps li{border:1px solid var(--border);background:#fbfaf7;border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:12px;padding:12px;display:grid}.tutorial-steps__number{background:var(--accent);color:#fff;border-radius:999px;place-items:center;width:28px;height:28px;font-size:.82rem;font-weight:700;display:inline-grid}.tutorial-steps h3{font-size:.98rem;line-height:1.25}.tutorial-steps p{color:var(--muted);margin-top:4px;font-size:.9rem;line-height:1.5}.tutorial-reset-hint{background:var(--success-bg);color:var(--accent-strong);border:1px solid #b7e4c7;border-radius:8px;padding:10px 12px;font-size:.88rem;line-height:1.45}.tutorial-dialog__footer{align-items:center;gap:12px;display:grid}@media (min-width:640px){.page{padding:48px 24px}.settings-modal{align-items:center;padding:24px}.settings-modal__dialog{border-radius:8px}.settings-layout{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr)}.settings-sidebar{border-right:1px solid var(--border);border-bottom:0}.form{padding:20px}.drive-folder-panel[data-expanded=true]{grid-template-columns:1fr auto;padding:20px}.drive-folder-panel[data-expanded=true] .drive-folder-panel__status{grid-column:1/-1}.drive-folder-panel[data-expanded=true] .drive-folder-panel__actions{grid-area:1/2;justify-content:flex-end}.saved-recipes-panel__summary{grid-template-columns:auto minmax(0,1fr) auto;padding:10px 12px}.saved-recipes-panel__content{padding:0 12px 12px}.saved-recipes-panel__controls{grid-template-columns:minmax(0,1fr) minmax(132px,.28fr)}.saved-recipes-list li{grid-template-columns:minmax(0,1fr) auto;align-items:center}.saved-recipes-list__actions{justify-content:flex-end}.input-row{grid-template-columns:1fr auto;align-items:start}.recipe-card{padding:18px}.preview__header{grid-template-columns:1fr auto;align-items:center}.recipe-meta{grid-template-columns:repeat(4,minmax(0,1fr))}.tutorial-dialog{padding:24px}.tutorial-dialog__footer{grid-template-columns:1fr auto}}@keyframes recipe-card-float{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-5px)rotate(1deg)}}@keyframes recipe-shimmer{0%{background-position:180% 0}to{background-position:-180% 0}}@keyframes ingredient-orbit{0%,to{transform:translate(0)scale(1)}50%{transform:translate(9px,-7px)scale(1.12)}}@keyframes steam-rise{0%,to{opacity:.22;transform:translateY(8px)scaleY(.74)}50%{opacity:.75;transform:translateY(-4px)scaleY(1)}}@keyframes progress-sweep{0%{transform:translate(-115%)}to{transform:translate(245%)}}@keyframes icon-spin{to{transform:rotate(360deg)}}@keyframes settings-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes settings-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes settings-dialog-in{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes settings-dialog-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(12px)scale(.98)}}@keyframes settings-content-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.settings-modal,.settings-modal[data-state=closing],.settings-modal__dialog,.settings-modal[data-state=closing] .settings-modal__dialog,.settings-modal__content{animation-duration:.01ms;animation-iteration-count:1;transform:none}.extract-loader__card,.extract-loader__title,.extract-loader__line,.extract-loader__steps span,.extract-loader__ingredients span,.extract-loader__steam span,.extract-loader__progress span{animation:none}.extract-loader__progress span{transform:translate(70%)}.icon-button__icon--spin{animation:none}}:root{--background:#f7f2ea;--foreground:#24241f;--muted:#706d64;--panel:#fffdf9;--surface:#fbf7f0;--border:#e7dfd2;--accent:#2f6b4f;--accent-strong:#1f4e39;--accent-soft:#e9f4ec;--shadow:0 22px 54px #4b3d2d1a;--shadow-soft:0 12px 28px #4b3d2d14}body{background:radial-gradient(circle at 50% -12%, #fffffff2, #fff0 34%), var(--background)}.page{padding:0 16px 40px}.shell{width:min(100%,800px)}.header{margin:0 0 34px;padding-top:10px}.top-row{min-height:68px;margin-bottom:26px;padding-inline:0}.brand-mark{min-width:0;color:var(--foreground);align-items:center;gap:10px;font-weight:700;display:inline-flex}.brand-mark__logo{color:#fff;background:#2f6b4f;border-radius:12px;place-items:center;width:34px;height:34px;font-size:.95rem;display:inline-grid;box-shadow:0 8px 18px #2f6b4f33}.profile-menu{position:relative}.profile-button{background:var(--panel);width:44px;height:44px;min-height:44px;color:var(--accent-strong);border-radius:999px;place-items:center;padding:0;display:inline-grid;position:relative;box-shadow:0 8px 22px #4b3d2d17}.profile-button .auth-dot{border:2px solid var(--panel);position:absolute;inset-block-start:8px;inset-inline-end:7px}.profile-button__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:21px;height:21px}.profile-dropdown{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf9f5;border:1px solid #e7dfd2c7;border-radius:18px;gap:8px;width:min(260px,100vw - 32px);padding:10px;animation:.16s ease-out both soft-fade-in;display:grid;position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0;box-shadow:0 24px 54px #4b3d2d29}.profile-dropdown>button,.profile-dropdown__group{width:100%;min-height:42px;color:var(--foreground);text-align:start;background:0 0;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.profile-dropdown>button:hover,.profile-dropdown__group:hover{background:var(--surface)}.profile-dropdown__group{color:var(--muted);align-items:center;gap:12px;font-weight:700;display:flex}.hero{text-align:center;gap:12px;max-width:560px;margin:0 auto;padding:24px 0 10px;display:grid}.hero h1{font-size:clamp(2rem,6vw,2.5rem);font-weight:700;line-height:1.12}.subtitle{max-width:560px;color:var(--muted);margin:0;font-size:1.125rem;line-height:1.55}.drive-folder-panel,.form,.preview,.extract-loader,.recipe-card,.source-card-panel,.saved-recipes-panel{box-shadow:var(--shadow-soft);background:#fffdf9f0;border:1px solid #e7dfd2ad;border-radius:22px}.install-panel{background:#fffdf9eb;border:1px solid #e7dfd2ad;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:grid;box-shadow:0 10px 24px #4b3d2d12}.install-panel[data-state=installed]{background:#e9f4ecc7}.install-panel__icon{background:var(--accent-soft);width:38px;height:38px;color:var(--accent-strong);border-radius:13px;place-items:center;display:grid}.install-panel__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:20px;height:20px}.install-panel__copy{gap:3px;min-width:0;display:grid}.install-panel__copy strong{color:var(--foreground);font-size:.95rem}.install-panel__copy span,.install-panel__copy small{color:var(--muted);font-size:.88rem;line-height:1.35}.install-panel__copy small{color:#7e776d}.install-panel__button{white-space:nowrap;border-radius:12px;min-height:38px;padding:0 14px}.drive-folder-panel,.form,.source-card-panel,.preview,.recipe-card,.saved-recipes-panel{margin-bottom:34px;padding:24px}.form{gap:16px}.source-card-panel{gap:18px;display:grid}.source-card-panel__header{gap:4px;display:grid}.source-card-panel__header h2{margin:0;font-size:1.45rem;line-height:1.2}.source-card-grid{gap:10px;display:grid}.source-card{width:100%;min-height:78px;color:var(--foreground);text-align:start;background:#fffdf9;border:1px solid #e7dfd2d1;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 8px 20px #4b3d2d0f}.source-card:hover,.source-card:focus-visible{border-color:#2f6b4f47;transform:translateY(-2px);box-shadow:0 16px 32px #4b3d2d1f}.source-card[data-active=true],.source-card[data-filled=true]{background:#f1f8f0b8;border-color:#2f6b4f57}.source-card__badge{background:var(--accent-soft);min-width:52px;height:52px;color:var(--accent-strong);border-radius:16px;place-items:center;font-size:.76rem;font-weight:800;display:inline-grid}.source-card__copy{gap:4px;min-width:0;display:grid}.source-card__copy strong{color:var(--foreground);font-size:1rem;line-height:1.25}.source-card__copy span{color:var(--muted);font-size:.9rem;line-height:1.4}.source-sheet{z-index:58;background:#1f232057;place-items:end center;padding:16px;animation:.18s ease-out both settings-overlay-in;display:grid;position:fixed;inset:0}.source-sheet[data-state=closing]{animation:.18s ease-in both settings-overlay-out}.source-sheet__dialog{border:1px solid var(--border);background:var(--background);border-radius:22px 22px 10px 10px;width:min(100%,680px);max-height:calc(100dvh - 32px);animation:.2s ease-out both settings-dialog-in;display:grid;overflow:hidden;box-shadow:0 28px 80px #1f232038}.source-sheet[data-state=closing] .source-sheet__dialog{animation:.18s ease-in both settings-dialog-out}.source-sheet__topbar{border-bottom:1px solid #e7dfd2b8;justify-content:space-between;align-items:center;gap:14px;padding:16px 16px 12px;display:flex}.source-sheet__topbar--compact{justify-content:flex-end;padding-bottom:8px}.source-sheet__topbar h2{margin:2px 0 0;font-size:clamp(1.35rem,5vw,1.9rem);line-height:1.12}.source-sheet__close{width:40px;height:40px;min-height:40px}.source-sheet__form{gap:12px;padding:16px;display:grid;overflow:auto}.source-sheet__form .status{margin-top:0}.source-label{font-size:1rem}.workspace-switcher{background:#eee7dc;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%;margin-bottom:18px;padding:4px;display:grid}.workspace-switcher button{color:#6f685b;background:0 0;border-radius:14px;min-height:46px;font-size:1rem;transition:background .18s,box-shadow .18s,color .18s}.workspace-switcher button[data-active=true]{color:var(--foreground);background:#fff;box-shadow:0 7px 18px #4b3d2d1a}.workspace-panel{animation:.18s ease-out both workspace-panel-in}.mobile-sheet-menu-shell{display:none}.mode-toggle{background:#eee7dc;border:0;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:100%;padding:4px}.mode-toggle button{color:#6f685b;border-radius:14px;min-height:42px;font-size:.95rem;transition:background .18s,box-shadow .18s,color .18s}.mode-toggle button[data-active=true]{color:var(--foreground);background:#fff;box-shadow:0 7px 18px #4b3d2d1a}.input-row{gap:12px}input,textarea{background:#fbf8f2;border-color:#beb19d8f;border-radius:16px;font-size:1.05rem;transition:border-color .16s,background .16s,box-shadow .16s}input{min-height:58px;padding:15px 17px}textarea{padding:16px 17px}input:focus,textarea:focus{background:#fff;border-color:#2f6b4f9e;outline:0;box-shadow:0 0 0 4px #2f6b4f1f}.form>.input-row>button,.preview__header .secondary-button{background:var(--accent);color:#fff;min-height:58px;box-shadow:none;border-radius:16px;padding-inline:28px;transition:background .16s,transform .16s}.form>.input-row>button:hover,.preview__header .secondary-button:hover{background:var(--accent-strong);transform:translateY(-1px)}.hint{font-size:.9rem}.hint--active,.clipboard-suggestion{color:var(--accent-strong)}.clipboard-suggestion{background:var(--accent-soft);text-align:start;border-radius:16px;gap:4px;width:100%;min-height:auto;padding:12px 14px;display:grid}.clipboard-suggestion strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.saved-recipes-panel{gap:18px;display:grid;overflow:hidden}.saved-recipes-panel__summary{gap:4px;padding:0;display:grid}.saved-recipes-panel__summary h2,.preview h2,.settings-modal__view h2{margin:0;font-size:1.45rem;line-height:1.2}.saved-recipes-panel__summary p{color:var(--muted);margin:0;font-size:.9rem}.saved-recipes-list{scroll-snap-type:x proximity;background:0 0;border:0;border-radius:0;grid-auto-columns:minmax(180px,220px);grid-auto-flow:column;gap:14px;margin:0 -4px;padding:4px 4px 10px;list-style:none;display:grid;overflow-x:auto}.saved-recipes-list li{scroll-snap-align:start;background:#fff;border:0;border-radius:20px;padding:0;transition:box-shadow .18s,transform .18s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 22px #4b3d2d14}.saved-recipes-list li:hover{transform:scale(1.015);box-shadow:0 18px 34px #4b3d2d21}.saved-recipes-list li[data-highlighted=true]{background:#fff;box-shadow:0 0 0 3px #2f6b4f29,0 18px 34px #4b3d2d21}.saved-recipes-list li[data-deleting=true]{opacity:.64}.saved-recipe-card__link{height:100%;color:inherit;grid-template-rows:138px auto;text-decoration:none;display:grid}.saved-recipe-card__image{color:#24241fc2;background:linear-gradient(135deg,#e6c78d,#f4e9cf);place-items:center;height:138px;font-size:2rem;font-weight:800;display:grid;overflow:hidden}.saved-recipe-card__image img{object-fit:contain;width:100%;height:100%;animation:.22s ease-out both saved-recipe-image-in;display:block}.saved-recipe-card__image[data-variant="1"]{background:linear-gradient(135deg,#a9c7b4,#e7f1e8)}.saved-recipe-card__image[data-variant="2"]{background:linear-gradient(135deg,#d9a08c,#f4dfd6)}.saved-recipe-card__image[data-variant="3"]{background:linear-gradient(135deg,#b9b0d8,#eeeaf6)}.saved-recipe-card__body{align-items:center;gap:6px;min-height:74px;padding:13px 14px 15px;display:grid}.saved-recipe-card__body strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.65em;font-size:1rem;line-height:1.32;display:-webkit-box;overflow:hidden}.saved-recipe-card__body span,.saved-recipe-card__body small{color:var(--muted);font-size:.86rem}.saved-recipe-card__favorite{color:#7d6c5f;background:#fffdf9e0;border-radius:999px;place-items:center;width:36px;height:36px;min-height:36px;padding:0;display:inline-grid;position:absolute;inset-block-start:10px;inset-inline-end:10px}.saved-recipe-card__favorite svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:18px;height:18px}.saved-recipe-card__favorite[data-active=true]{color:#b94d3d}.saved-recipe-card__favorite[data-active=true] svg{fill:currentColor}.saved-recipe-card__menu{z-index:3;position:absolute;inset-block-start:10px;inset-inline-start:10px}.saved-recipe-card__menu summary{color:#5c4f45;cursor:pointer;width:36px;height:36px;min-height:36px;box-shadow:none;background:0 0;border-radius:8px;place-items:center;padding:0;font-size:1.15rem;font-weight:800;line-height:1;list-style:none;display:inline-grid}.saved-recipe-card__menu summary:hover{background:#fffdf957;transform:none}.saved-recipe-card__menu summary::-webkit-details-marker{display:none}.saved-recipe-card__menu-popover{background:#fffdf9;border:1px solid #5142331f;border-radius:12px;min-width:132px;padding:6px;position:absolute;inset-block-start:42px;inset-inline-start:0;box-shadow:0 16px 32px #4b3d2d29}.saved-recipe-card__menu-popover button{color:#2f4638;width:100%;min-height:38px;box-shadow:none;background:0 0;border-radius:9px;justify-content:flex-start;padding:8px 10px;font-size:.88rem}.saved-recipe-card__menu-popover button:hover:not(:disabled){background:#eef5ef;transform:none}.saved-recipe-card__menu-popover .saved-recipe-card__menu-action--danger{color:#8c372f}.saved-recipe-card__menu-popover .saved-recipe-card__menu-action--danger:hover:not(:disabled){background:#f9ece8}.saved-recipes-panel__message{background:var(--surface);border:0;border-radius:16px}.preview{background:#f1f8f0}.recipe-result{scroll-margin-top:24px;animation:.2s ease-out both soft-fade-in}.recipe-success-preview{background:var(--surface);border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:16px;display:grid}.recipe-success-preview__image{width:76px;height:76px;color:var(--accent-strong);object-fit:cover;background:linear-gradient(135deg,#a9c7b4,#e7f1e8);border-radius:18px;place-items:center;font-size:1.45rem;font-weight:800;display:grid}.recipe-success-preview h2{margin:2px 0 4px;font-size:1.35rem;line-height:1.2}.recipe-success-preview p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.45}.recipe-card{border-radius:8px}.recipe-image-button{white-space:nowrap;min-height:42px;padding:10px 14px}.recipe-hero-image{background:var(--surface);border-radius:20px;margin:0 0 18px;position:relative;overflow:hidden}.recipe-hero-image img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.recipe-hero-image__remove{appearance:none;color:#1f2320c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff3d;border:1px solid #ffffff80;border-radius:999px;place-items:center;width:32px;height:32px;padding:0;line-height:1;transition:background .16s,color .16s,opacity .16s,transform .16s;display:inline-grid;position:absolute;inset-block-start:12px;inset-inline-end:12px;box-shadow:0 6px 18px #1f23201f}.recipe-hero-image__remove svg{stroke-width:2.25px;width:17px;height:17px}.recipe-hero-image__remove:hover{color:var(--text);background:#ffffffad;transform:scale(1.04)}.recipe-hero-image__remove:focus-visible{outline-offset:2px;outline:3px solid #ffffffad}.recipe-hero-image__placeholder{background:linear-gradient(135deg, #a9c7b48c, #f4e9cfe6), var(--surface);min-height:220px;color:var(--accent-strong);place-items:center;display:grid}.recipe-hero-image__placeholder span{background:#fffdf9bd;border-radius:24px;place-items:center;width:86px;height:86px;font-size:2rem;font-weight:800;display:grid;box-shadow:0 12px 28px #4b3d2d14}.recipe-meta div{background:var(--surface);border:0;border-radius:6px}.secondary-button,.icon-button{border-color:#0000;border-radius:14px;box-shadow:0 8px 18px #4b3d2d14}.icon-button{border-radius:999px}.settings-panel--soft{background:var(--panel);border:0;border-radius:18px;gap:16px}.settings-option-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkbox-row small{color:var(--muted);margin-top:4px;font-size:.84rem;font-weight:400;display:block}@keyframes soft-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes workspace-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-sheet-menu-in{0%{opacity:0;transform:translateY(34px)scaleY(.9)}to{opacity:1;transform:translateY(0)scaleY(1)}}@keyframes saved-recipe-image-in{0%{opacity:0}to{opacity:1}}@media (min-width:640px){.page{padding:0 24px 56px}.top-row{padding-inline:8px}.input-row{grid-template-columns:1fr auto;align-items:start}}@media (max-width:639px){.page{padding-bottom:calc(132px + env(safe-area-inset-bottom))}.brand-mark span:last-child{display:none}.hero{text-align:start}.form,.preview,.recipe-card,.source-card-panel,.saved-recipes-panel,.drive-folder-panel{border-radius:20px;padding:20px}.install-panel{grid-template-columns:auto minmax(0,1fr)}.install-panel__button{grid-column:1/-1;width:100%}.form>.input-row>button,.preview__header .secondary-button{width:100%}.workspace-switcher{display:none}.mobile-sheet-menu-shell{z-index:44;pointer-events:none;display:block;position:fixed;inset:0}.mobile-sheet-menu__scrim{z-index:45;min-height:0;box-shadow:none;pointer-events:auto;background:#1f232029;border-radius:0;animation:.18s ease-out both settings-overlay-in;position:fixed;inset:0}.mobile-sheet-menu{inset-inline:14px;bottom:calc(158px + env(safe-area-inset-bottom));z-index:46;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;transform-origin:bottom;background:#fffdf9f7;border:1px solid #e7dfd2a3;border-bottom-color:#fffdf9eb;border-radius:28px 28px 18px 18px;gap:0;max-width:520px;margin-inline:auto;padding:12px;animation:.2s ease-out both mobile-sheet-menu-in;display:grid;position:fixed;box-shadow:0 22px 56px #4b3d2d24}.mobile-sheet-menu__header{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.mobile-sheet-menu__header h2{color:var(--foreground);margin:0;font-size:1.16rem;line-height:1.2}.mobile-sheet-menu__header span{color:var(--muted);font-size:.86rem;font-weight:700}.mobile-sheet-menu__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.mobile-sheet-menu__card{min-width:0;min-height:92px;color:var(--foreground);text-align:center;background:#fffdf9;border:1px solid #e7dfd2b8;border-radius:17px;justify-items:center;gap:7px;padding:14px 6px 12px;display:grid;box-shadow:0 8px 18px #4b3d2d0e}.mobile-sheet-menu__card:active{transform:translateY(1px)}.mobile-sheet-menu__icon{width:34px;min-width:34px;height:34px;color:var(--accent-strong);background:0 0;border-radius:0;place-items:center;display:inline-grid}.mobile-sheet-menu__card:nth-child(2) .mobile-sheet-menu__icon{color:#b9552c}.mobile-sheet-menu__card:nth-child(3) .mobile-sheet-menu__icon{color:#6d5329}.mobile-sheet-menu__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55px;width:30px;height:30px}.mobile-sheet-menu__copy{justify-items:center;gap:3px;min-width:0;display:grid}.mobile-sheet-menu__copy strong{max-width:100%;color:var(--foreground);font-size:.94rem;font-weight:750;line-height:1.2}.mobile-bottom-nav{inset-inline:14px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:47;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;background:#fffdf9f5;border:1px solid #e7dfd2c2;border-radius:28px;grid-template-columns:minmax(0,1fr) 84px minmax(0,1fr);align-items:end;max-width:520px;min-height:74px;margin-inline:auto;padding:9px 14px 10px;transition:border-radius .18s,transform .18s,box-shadow .18s;display:grid;position:fixed;box-shadow:0 18px 48px #4b3d2d2b}.mobile-bottom-nav[data-menu-open=true]{border-start-start-radius:20px;border-start-end-radius:20px;box-shadow:0 16px 44px #4b3d2d33}.mobile-bottom-nav__item{color:#7a7266;min-width:0;min-height:54px;box-shadow:none;background:0 0;border-radius:18px;justify-items:center;gap:4px;padding:6px 4px 4px;font-size:.72rem;font-weight:800;line-height:1.1;display:grid}.mobile-bottom-nav__item[data-active=true]{color:var(--accent-strong);background:#e9f4ecb8}.mobile-bottom-nav__item span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mobile-bottom-nav__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:21px;height:21px}.mobile-bottom-nav__add{background:var(--accent);color:#fff;border:6px solid #fffdf9f5;border-radius:999px;justify-self:center;place-items:center;width:66px;height:66px;min-height:66px;margin-bottom:22px;padding:0;display:grid;box-shadow:0 18px 34px #2f6b4f47,0 8px 18px #4b3d2d24}.mobile-bottom-nav__add span{font-size:2rem;font-weight:650;line-height:1;transition:transform .2s;display:block;transform:translateY(-1px)}.mobile-bottom-nav__add[data-open=true] span{transform:translateY(-1px)rotate(45deg)}.saved-recipes-list{grid-auto-flow:row;grid-auto-columns:unset;grid-template-columns:1fr;overflow-x:visible}.saved-recipes-list li{min-height:0}}@media (prefers-reduced-motion:reduce){.profile-dropdown,.recipe-result,.workspace-panel,.mobile-sheet-menu,.mobile-sheet-menu__scrim{animation-duration:.01ms}.mode-toggle button,.workspace-switcher button,.source-card,.mobile-bottom-nav__add span,input,textarea,.saved-recipes-list li,.form>.input-row>button{transition-duration:.01ms}.source-sheet,.source-sheet[data-state=closing],.source-sheet__dialog,.source-sheet[data-state=closing] .source-sheet__dialog{animation-duration:.01ms}}
