:root{color:#202925;font-synthesis:none;text-rendering:optimizelegibility;--surface:#fff;--surface-soft:#edf1ed;--ink:#202925;--muted:#66736c;--line:#d9e1db;--accent:#cf462d;--accent-dark:#a93420;--teal:#177566;--shadow:0 14px 36px #222f2824;background:#f4f6f2;font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{background:#f4f6f2;min-width:320px}body{background:#f4f6f2;min-width:320px;min-height:100vh;margin:0}body.modal-open{overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}button:focus-visible,input:focus-visible,label:focus-within{outline-offset:2px;outline:3px solid #1775663d}.app-shell{min-height:100vh}.app-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #d9e1dbeb;position:sticky;top:0}.header-inner{grid-template-columns:minmax(0,1fr) auto auto;justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100%);min-height:74px;margin:0 auto;padding:12px 24px;display:grid}.view-tabs{border:1px solid var(--line);background:#f4f6f2;border-radius:8px;align-items:center;gap:4px;padding:4px;display:flex}.view-tab{min-height:36px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:0 13px;font-weight:800;display:inline-flex}.view-tab.active{color:#fff;background:#26352d}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-mark{color:#fff;background:var(--teal);border-radius:8px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.brand h1{margin:0;font-size:1.2rem;line-height:1.2}.brand p{color:var(--muted);margin:3px 0 0;font-size:.78rem}.button{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:700;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.button:active:not(:disabled){transform:translateY(1px)}.button-primary{color:#fff;background:var(--teal)}.button-primary:hover:not(:disabled){background:#0f5f52}.button-ghost{color:var(--ink);border-color:var(--line);background:#fff}.button-ghost:hover:not(:disabled){background:var(--surface-soft)}.content{width:min(1180px,100%);margin:0 auto;padding:26px 24px 56px}.daily-menu{margin-bottom:38px}.daily-menu-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.daily-menu-heading h2{margin:0;font-size:1.45rem}.daily-count{color:var(--muted);align-items:center;gap:6px;font-size:.86rem;display:flex}.daily-total{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.meal-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.meal-column{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0}.meal-column>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:44px;padding:0 12px;font-weight:800;display:flex}.meal-column>header strong{color:#fff;background:#314139;border-radius:6px;place-items:center;min-width:24px;height:24px;font-size:.76rem;display:grid}.meal-items{gap:6px;min-height:72px;padding:7px;display:grid}.meal-item{border:1px solid var(--line);background:#f8faf7;border-radius:7px;grid-template-columns:40px minmax(0,1fr) 30px;align-items:center;gap:8px;min-width:0;min-height:48px;padding:4px 5px 4px 4px;display:grid}.meal-item img{object-fit:cover;border-radius:6px;width:40px;height:40px}.meal-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;overflow:hidden}.meal-item button{width:30px;height:30px;color:var(--muted);background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.meal-item button:hover{color:#9d2d1c;background:#fff1ee}.meal-empty{color:#8b9690;place-items:center;min-height:56px;font-size:.84rem;display:grid}.catalog-section{margin-top:4px}.toolbar{grid-template-columns:minmax(220px,360px) minmax(0,1fr);align-items:center;gap:14px;display:grid}.search-box{border:1px solid var(--line);height:44px;color:var(--muted);background:var(--surface);border-radius:8px;align-items:center;gap:9px;padding:0 13px;display:flex}.search-box input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.search-box input::placeholder{color:#8b9690}.meal-filter{justify-content:flex-end;align-items:center;gap:4px;min-height:44px;padding:4px;display:flex;overflow-x:auto}.meal-filter>svg{color:var(--muted);flex:none;margin:0 8px}.filter-button{min-width:70px;height:36px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:7px;flex:none;padding:0 14px;font-weight:700}.filter-button:hover{color:var(--ink);background:var(--surface-soft)}.filter-button.active{color:#fff;background:var(--teal)}.results-heading{justify-content:space-between;align-items:baseline;gap:16px;margin:0 0 14px;display:flex}.results-heading h2{margin:0;font-size:1.35rem}.results-heading>span{color:var(--muted);font-size:.86rem}.error-banner{color:#7f2819;background:#fff0ed;border:1px solid #e7b8ae;border-radius:8px;margin-bottom:16px;padding:12px 14px}.dish-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.dish-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 2px #20292505}.dish-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #222f281a}.dish-image-wrap{aspect-ratio:16/9;background:#e5ebe6;position:relative;overflow:hidden}.dish-image,.dish-image-fallback{object-fit:cover;width:100%;height:100%;display:block}.dish-image-fallback{color:#78867e;background:#e7ece8;place-items:center;display:grid}.meal-badges{flex-wrap:wrap;gap:4px;max-width:calc(100% - 14px);display:flex;position:absolute;top:7px;left:7px}.meal-badge{color:#fff;text-align:center;border-radius:6px;padding:3px 6px;font-size:.68rem;font-weight:800}.meal-breakfast{background:#a86e00}.meal-lunch{background:#177566}.meal-dinner{background:#af3b58}.dish-body{justify-content:space-between;align-items:flex-start;gap:8px;min-height:44px;padding:8px 9px 5px;display:flex}.dish-body h2{overflow-wrap:anywhere;min-width:0;margin:0;font-size:.94rem;line-height:1.3}.dish-meta{color:var(--muted);white-space:nowrap;align-items:center;gap:5px;font-size:.75rem;display:flex}.dish-actions{justify-content:flex-end;gap:7px;padding:0;display:flex}.quick-add{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:5px;margin:0 8px 8px;padding-top:6px;display:flex}.quick-meal{border:1px solid var(--line);width:26px;height:26px;color:var(--muted);background:#fff;border-radius:6px;place-items:center;padding:0;font-size:.74rem;font-weight:800;display:grid}.quick-meal:hover:not(:disabled){color:#fff;border-color:var(--teal);background:var(--teal)}.quick-meal.selected{color:#fff;opacity:1;border-color:#0000}.icon-button{border:1px solid var(--line);color:#56635c;background:#fff;border-radius:7px;place-items:center;width:36px;height:36px;padding:0;display:inline-grid}.dish-card .icon-button{width:32px;height:32px}.icon-button:hover:not(:disabled){color:var(--ink);background:var(--surface-soft)}.icon-button-danger:hover:not(:disabled){color:#9d2d1c;background:#fff1ee;border-color:#e4b4aa}.dish-skeleton{border:1px solid var(--line);background:#e9ede9;border-radius:8px;height:290px;animation:1.3s ease-in-out infinite alternate pulse;overflow:hidden}@keyframes pulse{to{opacity:.55}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:50px 20px;display:flex}.empty-icon{border:1px solid var(--line);width:72px;height:72px;color:var(--teal);background:#fff;border-radius:8px;place-items:center;display:grid}.empty-state h2{margin:18px 0 6px;font-size:1.2rem}.empty-state p{color:var(--muted);margin:0 0 20px}.modal-backdrop{z-index:50;background:#18221d8f;place-items:center;height:100dvh;padding:20px;display:grid;position:fixed;inset:0;overflow:hidden}.modal{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:min(520px,100%);max-height:calc(100% - 40px);box-shadow:var(--shadow);background:#fff;border-radius:8px;overflow:auto}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 16px;display:flex}.eyebrow{color:var(--teal);margin-bottom:5px;font-size:.75rem;font-weight:800;display:block}.modal-header h2{overflow-wrap:anywhere;margin:0;font-size:1.35rem}.dish-form{padding:18px 20px 20px}.upload-zone{aspect-ratio:16/9;width:100%;color:var(--muted);cursor:pointer;background:#f6f8f5;border:1px dashed #afbbb4;border-radius:8px;place-items:center;display:grid;position:relative;overflow:hidden}.upload-zone img{object-fit:cover;width:100%;height:100%}.upload-placeholder{flex-direction:column;align-items:center;gap:8px;font-weight:700;display:flex}.upload-loading{color:#fff;background:#1f2d26a3;justify-content:center;align-items:center;gap:8px;font-weight:700;display:flex;position:absolute;inset:0}.field{margin-top:17px}.field>label,.field legend{color:#34413a;margin-bottom:7px;font-size:.88rem;font-weight:800;display:block}.field>input{border:1px solid var(--line);background:#fff;border-radius:8px;outline:0;width:100%;height:44px;padding:0 12px;scroll-margin-block:140px}.field>input:focus{border-color:var(--teal)}.meal-field{border:0;padding:0}.meal-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.meal-option{border:1px solid var(--line);height:42px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;place-items:center;font-weight:800;display:grid;position:relative}.meal-option input{opacity:0;pointer-events:none;position:absolute}.meal-option.selected{color:#fff;border-color:var(--teal);background:var(--teal)}.form-error{color:#8a2b1b;background:#fff0ed;border-radius:7px;margin:15px 0 0;padding:10px 12px;font-size:.88rem}.modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;scroll-margin-bottom:140px;display:flex}.toast{right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:70;color:#fff;max-width:calc(100vw - 40px);min-height:48px;box-shadow:var(--shadow);background:#24332b;border-radius:8px;align-items:center;gap:9px;padding:0 10px 0 14px;display:flex;position:fixed}.toast span{min-width:0;font-size:.9rem;font-weight:700}.toast button{color:#fff;background:0 0;border:0;place-items:center;width:34px;height:34px;padding:0;display:grid}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=720px){.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:68px;padding:10px 16px}.view-tabs{grid-area:2/1/auto/-1}.view-tab{flex:1;justify-content:center}.daily-menu-heading{align-items:flex-start}.daily-count{flex-direction:column;align-items:flex-end}.brand p{display:none}.brand-mark{flex-basis:38px;width:38px;height:38px}.content{padding:18px 16px 42px}.daily-menu{margin-bottom:30px}.meal-board{grid-template-columns:1fr}.meal-items{min-height:0}.meal-empty{min-height:44px}.toolbar{grid-template-columns:1fr;gap:8px}.meal-filter{justify-content:flex-start}.results-heading{margin-top:0}}@media (width<=470px){.button{padding:0 12px}.header-inner .button-primary{min-width:44px;padding:0;font-size:0}.header-inner .button-primary svg{width:20px;height:20px}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:calc(100% - max(8px, env(safe-area-inset-top)));padding-bottom:env(safe-area-inset-bottom);border-radius:8px 8px 0 0}.modal-header{z-index:2;background:#fff;position:sticky;top:0}.modal-actions .button{flex:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
