:root{--text:#e8e6f0;--muted:#9b96ab;--bg:#0f0e14;--surface:#18161f;--border:#2a2635;--link:#a78bfa;--ok:#86efac;--err:#fca5a5;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, "Cascadia Code", monospace;font-family:var(--sans);color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}#root{min-height:100vh}body{margin:0}a{color:inherit;text-decoration:none}.app{text-align:left;max-width:72rem;margin:0 auto;padding:2rem 1.25rem 3rem}.header{margin-bottom:2rem}.title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.tagline{color:var(--muted);margin:0;font-size:.95rem;line-height:1.45}.panel{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:1rem 1.15rem}.panel-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .75rem;font-size:.8rem;font-weight:600}.status{font-family:var(--mono);margin:0;font-size:.9rem}.status.ok{color:var(--ok)}.status.error{color:var(--err)}.status.muted{color:var(--muted)}.hint{color:var(--muted);margin:1rem 0 0;font-size:.85rem}.hint a{color:var(--link)}.hint a:hover{text-decoration:underline}.extract-panel{margin-top:1.25rem}.extract-panel-row{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(13.5rem,20rem);align-items:start;gap:1.25rem 1.5rem;width:100%;margin-top:.75rem;display:grid}@media (width<=52rem){.extract-panel-row{grid-template-columns:1fr}}.extract-layout{box-sizing:border-box;width:100%;max-width:42rem}.recipe-history-aside{border:1px solid var(--border);box-sizing:border-box;background:#ffffff08;border-radius:8px;min-width:0;padding:.65rem .75rem}.recipe-history-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem .65rem;margin-bottom:.5rem;display:flex}.recipe-history-heading{color:var(--text);margin:0;font-size:.95rem;font-weight:600}.recipe-history-clear{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;margin:0;padding:.2rem .5rem;font-family:inherit;font-size:.78rem;font-weight:600}.recipe-history-clear:hover:not(:disabled){color:var(--text);border-color:var(--muted)}.recipe-history-clear:disabled{opacity:.35;cursor:not-allowed}.recipe-history-clear:focus-visible{outline:2px solid var(--link);outline-offset:2px}.recipe-history-list{flex-direction:column;gap:.4rem;max-height:11.35rem;margin:0;padding:0;list-style:none;display:flex;overflow:hidden auto}.recipe-history-row{align-items:stretch;gap:.25rem;min-width:0;display:flex}.recipe-history-item{text-align:left;border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--text);font:inherit;cursor:pointer;box-sizing:border-box;border-radius:8px;flex:auto;margin:0;padding:.45rem .5rem}.recipe-history-item:hover:not(:disabled){border-color:var(--link)}.recipe-history-item:focus-visible{outline:2px solid var(--link);outline-offset:2px}.recipe-history-item:disabled{opacity:.55;cursor:not-allowed}.recipe-history-remove{width:1.85rem;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex:0 0 1.85rem;justify-content:center;align-items:center;margin:0;padding:0;font-family:inherit;font-size:1.15rem;line-height:1;display:inline-flex}.recipe-history-remove:hover{color:var(--text);border-color:var(--border);background:#ffffff0f}.recipe-history-remove:focus-visible{outline:2px solid var(--link);outline-offset:2px}.recipe-history-title{margin-bottom:.2rem;font-size:.86rem;font-weight:600;line-height:1.3;display:block}.recipe-history-url{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;display:block;overflow:hidden}.extract-col{box-sizing:border-box;min-width:0;max-width:100%}.extract-col-heading{color:var(--text);margin:0 0 .35rem;font-size:.95rem;font-weight:600}.extract-col-hint{margin:0 0 .65rem;font-size:.8rem;line-height:1.45}.extract-col-hint strong{color:var(--text);font-weight:600}.extract-form-stack{flex-direction:column;align-items:stretch;gap:.6rem;display:flex}.extract-form{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.extract-error-shared{margin-top:.85rem}.recipe-notes-block{border:1px solid var(--border);background:#ffffff08;border-radius:8px;margin:.75rem 0 1rem;padding:.65rem .75rem}.recipe-notes-footnote{border-top:1px solid var(--border);background:#ffffff05;border-radius:0;margin-top:1.35rem;margin-bottom:.25rem;padding-top:1rem}.recipe-notes-footnote-title{margin-bottom:.25rem}.recipe-notes-footnote-meta{margin:0 0 .6rem;font-size:.78rem;line-height:1.4}.recipe-notes-body{white-space:pre-wrap;color:var(--muted);margin:0;font-size:.88rem;line-height:1.5}.extract-footer-pasted{color:var(--muted);font-size:.9rem}.url-input{border:1px solid var(--border);background:var(--bg);min-width:0;color:var(--text);border-radius:8px;flex:16rem;padding:.55rem .75rem;font-size:.95rem}.extract-col .url-input{box-sizing:border-box;flex:none;width:100%;max-width:100%;height:auto;min-height:2.65rem;max-height:3rem;line-height:1.35;display:block}.extract-col .extract-form-stack .btn.primary{align-self:flex-start;width:auto;min-width:7.5rem}.url-input:focus{outline:2px solid var(--link);outline-offset:1px}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;padding:.55rem 1rem;font-size:.9rem;font-weight:500}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.primary{background:var(--link);color:#0f0e14;border-color:#0000}.btn.secondary{background:0 0}.result-panel{margin-top:1.25rem}.result-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.result-head-main{flex-wrap:wrap;flex:1;align-items:baseline;gap:.5rem .75rem;min-width:0;display:flex}.result-head-actions{flex-shrink:0;align-items:flex-start;gap:.35rem;display:flex}.result-bookmark-btn{min-width:2.5rem;color:var(--muted);justify-content:center;align-items:center;padding:.35rem .5rem;display:inline-flex}.result-bookmark-btn[aria-pressed=true]{color:var(--link)}.result-bookmark-btn:disabled{opacity:.45;cursor:not-allowed}.bookmark-icon-svg{display:block}.result-menu-wrap{position:relative}.result-menu-trigger{letter-spacing:.02em;padding:.35rem .55rem;font-size:1.15rem;line-height:1}.result-menu-dropdown{background:var(--surface);border:1px solid var(--border);z-index:40;border-radius:8px;min-width:11rem;margin:.25rem 0 0;padding:.25rem 0;list-style:none;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #00000059}.result-menu-item{width:100%;font:inherit;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:.45rem .85rem;font-size:.9rem;display:block}.result-menu-item:hover:not(:disabled){background:#ffffff0f}.result-menu-item:disabled{opacity:.55;cursor:not-allowed}.bookmarks-modal-backdrop{z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.bookmarks-modal{background:var(--bg);border:1px solid var(--border);border-radius:10px;flex-direction:column;width:min(28rem,100%);max-height:min(70vh,32rem);display:flex;box-shadow:0 16px 48px #00000073}.bookmarks-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.bookmarks-modal-title{margin:0;font-size:1rem;font-weight:600}.bookmarks-modal-close{flex-shrink:0}.bookmarks-modal-list{margin:0;padding:.35rem 0;list-style:none;overflow-y:auto}.bookmarks-modal-row{width:100%;font:inherit;text-align:left;cursor:pointer;color:var(--text);background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.55rem 1rem;display:flex}.bookmarks-modal-row:hover:not(:disabled){background:#ffffff0d}.bookmarks-modal-row:disabled{opacity:.5;cursor:not-allowed}.bookmarks-modal-row-title{font-size:.92rem;font-weight:500}.bookmarks-modal-row-url{font-family:var(--mono);color:var(--muted);word-break:break-all;font-size:.72rem}.nutrition-keys-modal-backdrop{z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.nutrition-keys-modal{background:var(--bg);border:1px solid var(--border);border-radius:10px;flex-direction:column;width:min(26rem,100%);max-height:min(85vh,36rem);display:flex;box-shadow:0 16px 48px #00000073}.nutrition-keys-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.nutrition-keys-modal-title{margin:0;font-size:1rem;font-weight:600}.nutrition-keys-modal-body{flex-direction:column;gap:.85rem;padding:1rem;display:flex;overflow-y:auto}.nutrition-keys-intro{margin:0;line-height:1.45}.nutrition-keys-status-loading{margin:0}.nutrition-keys-saved-block{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem}.nutrition-keys-saved-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 .5rem;font-size:.72rem;font-weight:600}.nutrition-keys-saved-row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.35rem;font-size:.88rem;display:flex}.nutrition-keys-saved-row:first-of-type{margin-top:0}.nutrition-keys-mask{font-family:var(--mono);letter-spacing:.12em;color:var(--muted)}.nutrition-keys-field-group{flex-direction:column;gap:.35rem;display:flex}.nutrition-keys-label{color:var(--text);font-size:.82rem;font-weight:500}.nutrition-keys-doc-link{color:var(--link);margin-left:.25rem;font-weight:400}.nutrition-keys-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:6px;padding:.45rem .55rem;font-size:.88rem}.nutrition-keys-input-mt{margin-top:.25rem}.nutrition-keys-error{color:#f87171;margin:0;font-size:.86rem}.nutrition-keys-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.nutrition-keys-remove{padding:.2rem .5rem;font-size:.8rem}.result-title{color:var(--text);text-transform:none;letter-spacing:normal;margin:0;font-size:1.1rem;font-weight:600}.method-badge{font-family:var(--mono);background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:.2rem .45rem;font-size:.75rem}.warnings{color:#fcd34d;margin:0 0 1rem;padding-left:1.2rem;font-size:.88rem}.warning-jump{font:inherit;color:inherit;text-align:left;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.warning-jump:hover{color:var(--link)}.warning-jump:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:2px}.description{color:var(--muted);margin:0 0 1rem;font-size:.92rem;line-height:1.5}.servings-bar{background:var(--bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:1rem;padding:.65rem .85rem;display:flex}.servings-inline{cursor:default;flex-wrap:wrap;align-items:baseline;gap:.45rem .55rem;margin:0;font-size:1rem;display:flex}.servings-suffix{color:var(--text);letter-spacing:.01em;font-weight:600}.servings-hint{color:var(--muted);max-width:36rem;font-size:.82rem;font-weight:400;line-height:1.35}.servings-input{border:1px solid var(--border);background:var(--surface);color:var(--text);box-sizing:content-box;border-radius:6px;padding:.3rem .35rem;font-size:.95rem}.servings-input-inline{text-align:center;appearance:textfield;min-width:2ch;max-width:6ch}.servings-input-inline::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.servings-input-inline::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.recipe-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.unit-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.8rem;font-weight:600}.unit-toggle{border:1px solid var(--border);border-radius:8px;display:inline-flex;overflow:hidden}.unit-btn{background:var(--bg);color:var(--muted);cursor:pointer;border:none;padding:.4rem .85rem;font-size:.85rem;font-weight:500}.unit-btn+.unit-btn{border-left:1px solid var(--border)}.unit-btn:hover{color:var(--text)}.unit-btn.active{background:var(--link);color:#0f0e14}.recipe-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr) minmax(0,1.2fr);align-items:start;gap:1.25rem 1.5rem;display:grid}@media (width<=960px){.recipe-grid{grid-template-columns:1fr 1fr}.nutrition-col{grid-column:1/-1}}@media (width<=640px){.recipe-grid{grid-template-columns:1fr}}.recipe-col{min-width:0}.nutrition-col-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem .75rem;margin-bottom:.35rem;display:flex}.nutrition-col-title{margin:0}.nutrition-api-key-btn{flex-shrink:0;padding:.35rem .65rem;font-size:.82rem}.nutrition-source.small{margin:0 0 .65rem;font-size:.78rem;line-height:1.4}.nutrition-source a{color:var(--link)}.nutrition-msg{font-size:.88rem}.nf-panel{width:100%;max-width:20rem}.nf-label-inner{color:#f5f5f5;background:#0a0a0a;border:2px solid #e5e5e5;border-radius:2px;padding:.75rem .85rem .65rem;font-family:Helvetica Neue,Helvetica,Arial,system-ui,sans-serif;font-size:.8125rem;line-height:1.35;box-shadow:0 2px 12px #00000073}.nf-estimate-banner{color:#fde68a;background:#1a1206;border:1px solid #92400e;border-radius:2px;margin:0 0 .4rem;padding:.35rem .4rem;font-size:.72rem;line-height:1.35}.nf-asterisk{color:#fbbf24;font-weight:700}.nf-heading{letter-spacing:-.02em;color:#fafafa;margin:0 0 .15rem;font-size:1.65rem;font-weight:800;line-height:1.1}.nf-serving-label{color:#fafafa;margin:.35rem 0 0;font-size:.85rem;font-weight:700}.nf-serving-meta{color:#a3a3a3;margin:.15rem 0 .35rem;font-size:.72rem}.nf-bar{border:0;border-top:1px solid #737373;height:0;margin:.35rem 0}.nf-bar-thick{background:#e5e5e5;border:0;height:6px;margin:.35rem 0}.nf-calories-line{justify-content:space-between;align-items:baseline;gap:.75rem;margin:.35rem 0 .15rem;display:flex}.nf-calories-word{color:#fafafa;font-size:1.35rem;font-weight:700}.nf-calories-num{letter-spacing:-.03em;color:#fafafa;font-size:2.25rem;font-weight:800;line-height:1}.nf-cal-dv{color:#a3a3a3;margin:.15rem 0 .35rem;font-size:.72rem}.nf-dv-column-head{text-align:right;color:#fafafa;grid-template-columns:1fr auto;gap:.5rem;margin-bottom:.2rem;font-size:.72rem;font-weight:700;display:grid}.nf-nutrient-row{border-bottom:1px solid #404040;grid-template-columns:1fr auto;align-items:baseline;gap:.5rem;padding:.18rem 0;font-size:.78rem;display:grid}.nf-nutrient-row:last-of-type{border-bottom:none}.nf-nutrient-sub{padding-left:.65rem;font-weight:400}.nf-nutrient-sub strong{font-weight:700}.nf-nutrient-amt{font-weight:400}.nf-nutrient-dv{text-align:right;color:#fafafa;min-width:2.5rem;font-weight:700}.nf-legal,.nf-backend-note{color:#a3a3a3;margin:.65rem 0 0;font-size:.65rem;line-height:1.4}.nf-panel-skeleton .nf-label-inner{opacity:.96}.nf-skeleton-banner{color:#a3a3a3;background:#141414;border:1px solid #404040;border-radius:2px;margin:0 0 .45rem;padding:.35rem .45rem;font-size:.68rem;line-height:1.4}.nf-skeleton-legal{color:#737373}@keyframes nf-skeleton-pulse{0%,to{opacity:.35}50%{opacity:.95}}.nf-skeleton-pulse{animation:1.1s ease-in-out infinite nf-skeleton-pulse}@keyframes nf-panel-enter{0%{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.nf-panel-enter{animation:.38s ease-out nf-panel-enter}.nf-breakdown-wrap{max-width:20rem;margin-top:.75rem}.nf-breakdown-wrap-wide{max-width:100%}.nf-ing-breakdown-list{margin:0;padding:0;font-size:.78rem;line-height:1.35;list-style:none}.nf-ing-row{border-bottom:1px solid var(--border)}.nf-ing-row:last-child{border-bottom:none}.nf-ing-row-toggle{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:flex-start;gap:.5rem;margin:0;padding:.45rem .15rem .45rem 0;display:flex}.nf-ing-row-toggle:hover{background:#ffffff0a}.nf-ing-row-toggle:focus-visible{outline:2px solid var(--link);outline-offset:2px}.nf-ing-name{color:var(--text);word-break:break-word;flex:45%;min-width:0;font-weight:600}.nf-ing-preview{font-family:var(--mono);color:var(--muted);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:.2rem .35rem;font-size:.74rem;display:flex}.nf-ing-preview-sep{color:var(--border)}.nf-ing-preview-kcal{color:var(--text)}.nf-ing-chevron{text-align:center;width:1rem;color:var(--muted);flex-shrink:0;padding-top:.15rem;font-size:.7rem}.nf-ing-expanded{border-left:2px solid var(--border);margin:0 0 .25rem .5rem;padding:0 0 .65rem .35rem}.nf-ing-amt-note{color:var(--muted);margin:0 0 .5rem;font-size:.72rem;line-height:1.35}.nf-ing-expanded-inner{font-size:.76rem}.nf-ing-dv-head{color:var(--muted);text-align:right;grid-template-columns:1fr auto;gap:.5rem;margin-bottom:.25rem;padding-right:.1rem;font-size:.68rem;font-weight:600;display:grid}.nf-ing-dv-head span:first-child{text-align:left}.nf-ing-cal-row,.nf-ing-nut-row{border-bottom:1px solid #ffffff0f;grid-template-columns:1fr auto;align-items:baseline;gap:.5rem;padding:.18rem 0;display:grid}.nf-ing-nut-row:last-child{border-bottom:none}.nf-ing-nut-sub .nf-ing-cell-label{padding-left:.65rem}.nf-ing-cell-label{min-width:0}.nf-ing-amt-inline{color:var(--text);font-weight:400}.nf-ing-cell-dv{font-family:var(--mono);text-align:right;white-space:nowrap;font-size:.74rem}.nf-breakdown-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.nf-breakdown-title{color:var(--muted);font-size:.78rem;font-weight:600}.nf-calorie-help{border:1px solid var(--border);background:var(--surface);width:1.35rem;height:1.35rem;color:var(--muted);cursor:pointer;border-radius:50%;flex-shrink:0;margin:0;padding:0;font-size:.75rem;font-weight:700;line-height:1}.nf-calorie-help:hover{color:var(--text);border-color:var(--muted)}.nf-calorie-help:focus-visible{outline:2px solid var(--link);outline-offset:2px}.nf-breakdown-panel{background:var(--surface);border:1px solid var(--border);border-radius:6px}.nf-kcal-est{position:relative}.nf-kcal-star{color:#d97706;vertical-align:super;margin-left:.1rem;font-size:.72em;font-weight:700}.nutrition-card{border:1px solid var(--border);background:var(--bg);border-radius:8px;padding:.75rem .85rem}.nutrition-calories{border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;margin-bottom:.65rem;padding-bottom:.5rem;display:flex}.nutrition-calories-main{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.nutrition-calorie-help{border:1px solid var(--border);background:var(--surface);width:1.35rem;height:1.35rem;color:var(--muted);cursor:pointer;border-radius:50%;flex-shrink:0;margin:0;padding:0;font-size:.75rem;font-weight:700;line-height:1;transition:background .12s,color .12s,border-color .12s}.nutrition-calorie-help:hover{color:var(--text);border-color:var(--muted);background:var(--bg)}.nutrition-calorie-help:focus-visible{outline:2px solid var(--link);outline-offset:2px}.nutrition-calorie-breakdown{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.5rem .55rem}.nutrition-breakdown-heading{color:var(--muted);margin:0 0 .4rem;font-size:.72rem;line-height:1.35}.nutrition-breakdown-list{margin:0;padding:0;font-size:.78rem;line-height:1.4;list-style:none}.nutrition-breakdown-list li{border-bottom:1px solid var(--border);justify-content:space-between;gap:.65rem;padding:.2rem 0;display:flex}.nutrition-breakdown-list li:last-child{border-bottom:none}.nutrition-breakdown-ingredient{color:var(--muted);word-break:break-word;min-width:0}.nutrition-breakdown-kcal{font-family:var(--mono);color:var(--text);flex-shrink:0;font-size:.76rem}.nutrition-calories-value{color:var(--text);font-size:1.35rem;font-weight:700}.nutrition-calories-unit{color:var(--muted);font-size:.8rem}.nutrition-list{margin:0;padding:0;font-size:.82rem;line-height:1.35;list-style:none}.nutrition-list li{border-bottom:1px solid var(--border);justify-content:space-between;gap:.5rem;padding:.2rem 0;display:flex}.nutrition-list li:last-child{border-bottom:none}.nutrition-n-label{color:var(--muted)}.nutrition-n-val{font-family:var(--mono);color:var(--text);text-align:right}.inline-code{font-family:var(--mono);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:.05em .25em;font-size:.85em}.nutrition-footnote{margin:.65rem 0 0;line-height:1.35}.ingredient-checklist{margin:0;padding:0;list-style:none}.ingredient-checklist li{margin-bottom:.45rem}.ingredient-label{cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.92rem;line-height:1.45;display:flex}.ingredient-check{accent-color:var(--link);flex-shrink:0;margin-top:.28rem}.ingredient-line{flex:1;min-width:0}.ingredient-line.has-tip{cursor:help;border-bottom:1px dotted #0000}.ingredient-line.has-tip:hover{border-bottom-color:var(--muted)}.ingredient-line.crossed{color:var(--muted);opacity:.82;text-decoration:line-through;text-decoration-thickness:1px}.subhead{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.85rem;font-weight:600}.step-list{margin:0;padding-left:1.2rem;font-size:.92rem;line-height:1.45}.step-list-readable .step-item{margin-bottom:.85rem}.step-list-readable .step-item:last-child{margin-bottom:0}.step-chunk{color:var(--text);margin:0 0 .45rem;line-height:1.5}.step-chunk:last-child{margin-bottom:0}.step-chunk.has-tip{cursor:help;border-bottom:1px dotted #0000}.step-chunk.has-tip:hover{border-bottom-color:var(--muted)}.muted{color:var(--muted);margin:0;font-size:.9rem}.muted.small{font-size:.82rem}.save-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.save-ok{color:var(--ok);font-size:.88rem}.save-err{color:var(--err);font-size:.88rem}.extract-footer{border-top:1px solid var(--border);color:var(--muted);margin-top:1.5rem;padding-top:1rem;font-size:.85rem}.extract-footer-label{color:var(--text);font-weight:500}.extract-footer-link{color:var(--link);word-break:break-all}.extract-footer-link:hover{text-decoration:underline}.app-version-footer{border-top:1px solid var(--border);color:var(--muted);margin-top:2rem;padding-top:1rem;font-size:.78rem}.app-version-text{display:inline-block}.app-version-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600}.app-version-code{font-family:var(--mono);color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:.1em .35em;font-size:.85em}.app-version-sep{opacity:.6;margin:0 .4rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
