:root{color-scheme:light;--background: #fff;--foreground: #101014;--card: #fafafa;--surface: #f2f2f3;--muted: #666674;--border: #dedee2;--input: #d4d4d8;--mono: ui-monospace, "SFMono-Regular", Consolas, monospace}.dark{color-scheme:dark;--background: #09090b;--foreground: #f4f4f5;--card: #0e0e11;--surface: #1a1a1e;--muted: #a1a1aa;--border: #29292e;--input: #36363c}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font:13px system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{color:inherit;font:inherit}button,select,summary{cursor:pointer}button{border:0}:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}svg{width:15px;height:15px;flex-shrink:0}.app-shell{display:flex;height:100dvh;flex-direction:column;overflow:hidden}.toolbar{display:flex;height:44px;flex-shrink:0;align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid var(--border);background:var(--card)}.brand,.empty,.no-results,h2,summary,.tag,.recipe-link small,.ingredient-group,.ingredient strong,.step-number,.iteration h3{font-family:var(--mono)}.brand{font-weight:600}.controls{display:flex;min-width:0;flex:1;justify-content:flex-end;align-items:center;gap:8px}.search,.select-wrap{position:relative;display:flex;align-items:center}.search{min-width:0;flex:1;max-width:224px}.search>svg{position:absolute;left:8px;color:var(--muted);pointer-events:none}.search input,.select-wrap select,.icon-button{height:29px;border:1px solid var(--input);border-radius:4px;background:var(--background)}.search input{width:100%;min-width:0;padding:0 27px}.search input::-webkit-search-cancel-button{display:none}.search>button{position:absolute;right:5px;display:flex;padding:2px;background:none;color:var(--muted)}.select-wrap select{padding:0 25px 0 8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-wrap>svg{position:absolute;right:6px;color:var(--muted);pointer-events:none}.icon-button{display:grid;width:29px;flex-shrink:0;place-items:center;color:var(--muted)}.icon-button:hover,.back:hover,summary:hover{color:var(--foreground)}.app-body{display:flex;min-height:0;flex:1}.recipe-list{width:320px;flex-shrink:0;overflow-y:auto;border-right:1px solid var(--border);background:var(--card)}.recipe-link{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid var(--border);background:none;text-align:left}.recipe-link:hover,.recipe-link.active,.ingredient:hover{background:var(--surface)}.recipe-link>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted,.recipe-link small,.empty,.no-results{color:var(--muted)}.recipe-link small{flex-shrink:0;font-size:10px}.recipe-pane{min-width:0;flex:1;overflow-y:auto;padding:24px 32px}.recipe-content{max-width:672px;margin:0 auto;padding-bottom:32px}.recipe-content>*+*{margin-top:24px}.back{display:none;align-items:center;gap:4px;padding:4px;background:none;color:var(--muted);font-family:var(--mono)}.recipe-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--border)}h1,h2,h3,p{margin:0}h1{font-size:20px;font-weight:600;letter-spacing:-.025em}.tags,.actions{display:flex;gap:6px}.tags{margin-top:8px}.tag{padding:2px 6px;border:1px solid var(--border);border-radius:3px;color:var(--muted);font-size:11px}.effort-instant{color:#10b981;border-color:#10b98166}.effort-easy{color:#0ea5e9;border-color:#0ea5e966}.effort-medium{color:#f59e0b;border-color:#f59e0b66}.effort-hard{color:#f43f5e;border-color:#f43f5e66}h2,summary,.ingredient-group,.iteration h3{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}section>*+*{margin-top:10px}.ingredients{overflow:hidden;border:1px solid var(--border);border-radius:4px}.ingredient-group{padding:7px 12px;border-top:1px solid var(--border);background:var(--surface);font-size:10px}.ingredient-group:first-child{border-top:0}.ingredient{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;border-top:1px solid var(--border);cursor:pointer}.ingredient input{width:16px;height:16px;flex-shrink:0;margin:1px 0 0;accent-color:var(--foreground)}.ingredient input:checked+span{color:var(--muted);text-decoration:line-through}.ingredient strong{font-size:12px;font-weight:500}.ingredient small{color:var(--muted)}.equipment{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:0;list-style:none}.equipment li,.step,.notes,.iteration{border:1px solid var(--border);border-radius:4px}.equipment li{padding:8px 10px;color:var(--muted);font-size:12px}.step{display:flex;gap:12px;padding:12px;line-height:1.6}.step-number{display:grid;min-width:20px;height:20px;flex-shrink:0;place-items:center;border-radius:3px;background:var(--surface);color:var(--muted);font-size:11px}.step>div{min-width:0}.step h3{margin-bottom:4px;font-size:13px;font-weight:600}.step p,.iteration p{white-space:pre-line}.notes,.iteration{padding:12px}.notes ul,.iteration ul{margin:8px 0 0;padding-left:18px;color:var(--muted);font-size:12px;line-height:1.6}.iteration>div{margin-top:12px;padding-top:12px;border-top:1px solid var(--border);color:var(--muted);font-size:12px;line-height:1.6}.iteration>div>*+*{margin-top:16px}.no-results{display:grid;flex:1;place-items:center}.recipe-list .empty{padding:16px}@media(max-width:767px){.toolbar{padding:0 10px}.brand{display:none}.controls{gap:6px}.search{max-width:none}.search input,.select-wrap select{height:32px;font-size:16px}.select-wrap select{width:84px}.icon-button{width:32px;height:32px}.recipe-list{width:100%}.recipe-list.detail-open,.recipe-pane,.no-results{display:none}.recipe-pane.visible{display:block;padding:16px}.back{display:flex}h1{font-size:18px}.equipment{grid-template-columns:1fr}}@media print{:root,.dark{--background: #fff;--foreground: #000;--card: #fff;--surface: #f3f3f3;--muted: #444;--border: #ccc}.app-shell,.app-body,.recipe-pane{height:auto;overflow:visible}.no-print{display:none!important}.step{break-inside:avoid}}
