:root{color-scheme:light;--bg: #f4efe6;--bg-2: #ebe4d6;--surface: #fffbf5;--ink: #1c241f;--muted: #6b726e;--line: #e4ddd0;--forest: #2f4a3c;--forest-2: #3d6150;--terra: #c45c26;--terra-press: #a84c1e;--ok: #2f4a3c;--danger: #a33b2b;--shadow: 0 1px 0 rgba(28, 36, 31, .04);--radius: 16px;--nav-h: 64px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--font: "Segoe UI", system-ui, -apple-system, sans-serif;--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%;height:100%}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}img{max-width:100%}.app{min-height:100%;max-width:480px;margin:0 auto;background:var(--bg);display:flex;flex-direction:column;position:relative}.app-header{padding:calc(14px + var(--safe-top)) 20px 12px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.brand{font-family:var(--serif);font-size:28px;font-weight:600;letter-spacing:-.03em;line-height:1.1}.brand-sub{color:var(--muted);font-size:13px}.screen{flex:1;overflow:auto;padding:0 16px calc(var(--nav-h) + var(--safe-bottom) + 20px);-webkit-overflow-scrolling:touch}.screen.has-fab{padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 88px)}.search{width:100%;height:48px;border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:0 14px;margin-bottom:14px}.search:focus{outline:2px solid var(--forest);outline-offset:1px}.card-list{display:flex;flex-direction:column;gap:10px}.recipe-card,.slot-card,.shop-item,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px}.recipe-card{display:flex;flex-direction:column;gap:6px;text-align:left;min-height:72px;width:100%}.recipe-card:active{background:var(--bg-2)}.recipe-title{font-size:17px;font-weight:650;letter-spacing:-.02em}.recipe-meta{color:var(--muted);font-size:13px}.fab{position:fixed;right:max(16px,calc((100% - 480px)/2 + 16px));bottom:calc(var(--nav-h) + var(--safe-bottom) + 16px);height:52px;padding:0 18px;border-radius:999px;background:var(--terra);color:#fff;font-weight:650;font-size:15px;z-index:20;display:flex;align-items:center;gap:8px}.fab:active{background:var(--terra-press)}.empty{text-align:center;padding:48px 20px 24px;color:var(--muted)}.empty h2{font-family:var(--serif);color:var(--ink);font-size:22px;font-weight:600;margin-bottom:8px}.empty p{font-size:15px;line-height:1.45}.bottom-nav{position:fixed;left:50%;transform:translate(-50%);width:min(480px,100%);bottom:0;height:calc(var(--nav-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr 1fr 1fr;z-index:30}.nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);font-size:10px;font-weight:600;min-height:var(--nav-h)}.nav-btn svg{width:24px;height:24px}.nav-btn.active{color:var(--forest)}.week-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.icon-btn{width:44px;height:44px;border-radius:12px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;flex-shrink:0}.icon-btn:active{background:var(--bg-2)}.week-label{font-weight:650;font-size:15px;text-align:center}.day-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:14px}.day-chip{min-height:56px;border-radius:12px;border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;color:var(--muted)}.day-chip strong{font-size:16px;color:var(--ink);font-weight:700}.day-chip.today{border-color:var(--forest-2)}.day-chip.selected{background:var(--forest);border-color:var(--forest);color:#ffffffbf}.day-chip.selected strong{color:#fff}.view-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:var(--bg-2);padding:4px;border-radius:12px;margin-bottom:14px}.view-toggle button{height:40px;border-radius:9px;font-weight:650;color:var(--muted)}.view-toggle button.active{background:var(--surface);color:var(--ink)}.day-title{font-family:var(--serif);font-size:20px;margin-bottom:12px}.slots{display:flex;flex-direction:column;gap:10px}.slot-card{min-height:88px;text-align:left;width:100%}.slot-card .meal{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:6px}.slot-card .placeholder{color:var(--muted);font-size:15px}.slot-card .servings{margin-top:4px;font-size:13px;color:var(--muted)}.week-rows{display:flex;flex-direction:column;gap:10px}.week-row .date{font-weight:700;font-size:13px;margin-bottom:6px}.week-slots{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.mini-slot{min-height:64px;border-radius:12px;border:1px solid var(--line);background:var(--surface);padding:8px;text-align:left;font-size:12px;line-height:1.25}.mini-slot .meal{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;margin-bottom:4px}.sheet{position:fixed;inset:0;z-index:40;background:var(--bg);max-width:480px;margin:0 auto;display:flex;flex-direction:column}.sheet-head{padding:calc(10px + var(--safe-top)) 8px 10px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--line)}.sheet-head h1{font-size:17px;font-weight:700}.sheet-body{flex:1;overflow:auto;padding:16px 16px calc(24px + var(--safe-bottom))}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:13px;font-weight:650;color:var(--muted)}.field input,.field textarea,.field select{width:100%;min-height:48px;border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:12px 14px}.field textarea{min-height:96px;resize:vertical}.row{display:flex;gap:8px}.ing-row{display:grid;grid-template-columns:1fr 72px 84px 44px;gap:6px;margin-bottom:8px;align-items:center}.ing-row input,.ing-row select{min-height:44px;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:0 10px;width:100%}.step-row{display:grid;grid-template-columns:1fr 44px;gap:6px;margin-bottom:8px}.ghost{height:44px;border-radius:12px;border:1px dashed var(--forest-2);color:var(--forest);font-weight:650;width:100%;margin-bottom:16px}.primary{height:48px;width:100%;border-radius:12px;background:var(--forest);color:#fff;font-weight:700}.primary:active{background:var(--forest-2)}.primary:disabled{opacity:.45}.danger-text{color:var(--danger);font-weight:650;height:48px;width:100%;margin-top:8px}.linkish{color:var(--forest);font-weight:650;padding:8px 12px;min-height:44px}.picker-list{display:flex;flex-direction:column;gap:8px}.picker-item{text-align:left;width:100%}.shop-toolbar{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.shop-item{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;width:100%;text-align:left}.check{width:24px;height:24px;border-radius:8px;border:2px solid var(--forest);display:grid;place-items:center}.check.done{background:var(--forest)}.shop-item.done .name{text-decoration:line-through;color:var(--muted)}.shop-item .qty{font-variant-numeric:tabular-nums;font-weight:650;font-size:14px;white-space:nowrap}.manual-form{display:grid;grid-template-columns:1fr 72px 84px;gap:6px;margin-top:12px}.manual-form input,.manual-form select{min-height:44px;border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:0 10px}.stats{color:var(--muted);font-size:13px}.install-bar{margin:0 16px 10px;background:var(--forest);color:#fff;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px}.install-bar button{background:#fff;color:var(--forest);height:36px;padding:0 12px;border-radius:9px;font-weight:700}.badge{display:inline-block;font-size:11px;color:var(--muted);font-weight:600}.shop-text{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;min-width:0}.toolbar-row{display:grid;grid-template-columns:1fr 44px;gap:8px;margin-bottom:10px;align-items:start}.toolbar-row .search{margin-bottom:0}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;margin-bottom:4px;-webkit-overflow-scrolling:touch}.chip{flex-shrink:0;height:36px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:13px;font-weight:650;color:var(--muted)}.chip.active{background:var(--forest);border-color:var(--forest);color:#fff}.recipe-grid{display:flex;flex-direction:column;gap:10px}.recipe-tile{display:grid;grid-template-columns:96px 1fr;gap:0;padding:0;overflow:hidden;min-height:96px;text-align:left;width:100%;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.recipe-tile:active{background:var(--bg-2)}.recipe-photo{height:96px;background:var(--bg-2);display:block}.recipe-photo img{width:100%;height:96px;object-fit:cover;display:block}.photo-fallback,.detail-photo.fallback{display:grid;place-items:center;height:100%;color:var(--muted);font-size:12px}.recipe-tile-body{padding:12px 14px;display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.photo-pick{display:grid;place-items:center;height:180px;border-radius:var(--radius);background:var(--bg-2);border:1px dashed var(--line);margin-bottom:12px;overflow:hidden;color:var(--muted);font-weight:650}.photo-pick img{width:100%;height:180px;object-fit:cover}.detail-photo{width:100%;height:200px;object-fit:cover;border-radius:var(--radius);margin-bottom:12px;background:var(--bg-2)}.section-label{font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:18px 0 8px}.ing-list{list-style:none;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.ing-list li{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line);font-size:15px}.ing-list li:last-child{border-bottom:none}.description{white-space:pre-wrap;line-height:1.5;font-size:15px}.cat-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.cat-row .recipe-title{flex:1;min-width:120px}.slot-wrap{display:grid;grid-template-columns:1fr 44px;gap:8px;align-items:stretch}.slot-wrap .slot-card{min-width:0}.slot-wrap:has(.slot-card:only-child),.slot-wrap:not(:has(.slot-del)){grid-template-columns:1fr}.row-item{display:grid;grid-template-columns:1fr 44px;gap:8px;align-items:center;padding:6px 6px 6px 0}.shop-main{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;text-align:left;min-height:48px;padding-left:10px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.measure-table{width:100%;border-collapse:collapse;font-size:13px}.measure-table th,.measure-table td{padding:10px 8px;text-align:left;border-bottom:1px solid var(--line)}.measure-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--bg-2)}.measure-table td:not(:first-child),.measure-table th:not(:first-child){text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.measure-table tr:last-child td{border-bottom:none}.volume-row{display:flex;justify-content:space-between;gap:12px;align-items:center}
