:root{color:#1f2933;background:#f7f3ea;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}.app-shell{min-height:100vh;padding:32px;background:linear-gradient(120deg,rgba(47,107,93,.14),transparent 34%),linear-gradient(240deg,rgba(199,98,63,.13),transparent 36%),#f7f3ea}.workspace{width:min(1180px,100%);margin:0 auto}.intro{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 8px;color:#2f6b5d;font-size:.82rem;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;color:#13251f;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.95}h2{margin-bottom:0;color:#13251f;font-size:clamp(1.7rem,3vw,2.4rem)}h3{margin-bottom:12px;color:#273b35;font-size:1rem}.panel-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:20px}.upload-panel,.results-panel{min-height:650px;border:1px solid rgba(55,74,67,.16);border-radius:8px;background:#ffffffd1;box-shadow:0 24px 70px #26312c1f}.upload-panel{padding:14px}.dropzone{display:grid;min-height:520px;overflow:hidden;border:1px dashed rgba(47,107,93,.45);border-radius:8px;background:#eef4ef;cursor:pointer;place-items:center}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.dropzone img{width:100%;height:100%;max-height:520px;object-fit:cover}.empty-preview{display:grid;gap:8px;color:#2f6b5d;font-weight:800;place-items:center;text-align:center}.empty-preview small{color:#68746f;font-weight:600}.upload-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.file-meta{display:flex;min-width:0;align-items:center;gap:8px;color:#52615c;font-size:.9rem}.file-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.primary-button{display:inline-flex;min-width:150px;height:44px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#2f6b5d;color:#fff;font-weight:800;cursor:pointer}.primary-button:disabled{background:#9aa7a2;cursor:not-allowed}.action-buttons{display:flex;align-items:center;gap:8px}.icon-button{display:inline-grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border:1px solid rgba(162,61,45,.24);border-radius:8px;background:#fff7f4;color:#a23d2d;cursor:pointer}.icon-button:disabled{color:#9aa7a2;border-color:#374a4324;background:#f3f4f2;cursor:not-allowed}.message{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:12px;border-radius:8px;font-weight:700}.error{background:#fff1ed;color:#a23d2d}.results-panel{padding:24px}.centered{display:grid;align-content:center;justify-items:center;color:#52615c;text-align:center}.centered p{max-width:350px;margin:12px 0 0}.muted{background:#fff9}.result-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.calorie-badge{display:grid;width:120px;height:120px;flex:0 0 auto;align-content:center;border-radius:50%;background:#c7623f;color:#fff;text-align:center}.calorie-badge strong{font-size:2rem;line-height:1}.calorie-badge span{font-size:.85rem;font-weight:800;text-transform:uppercase}.summary{margin:22px 0;color:#52615c;font-size:1.05rem}.macro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.macro{padding:16px;border:1px solid rgba(55,74,67,.12);border-radius:8px;background:#f7faf7}.macro span{display:block;color:#68746f;font-size:.85rem;font-weight:800;text-transform:uppercase}.macro strong{color:#13251f;font-size:1.6rem}.section-block{margin-top:24px}.item-list{display:grid;gap:8px}.food-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid rgba(55,74,67,.12)}.food-item div{display:grid;gap:2px}.food-item span,.muted-text{color:#68746f}.food-item b{white-space:nowrap}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:20px}ul{margin:0;padding-left:18px;color:#52615c}li+li{margin-top:8px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:920px){.app-shell{padding:18px}.intro{display:block}.panel-grid{grid-template-columns:1fr}.upload-panel,.results-panel{min-height:auto}.dropzone{min-height:360px}}@media(max-width:560px){.upload-actions,.result-header{align-items:stretch;flex-direction:column}.action-buttons,.primary-button{width:100%}.calorie-badge{width:100%;height:auto;min-height:86px;border-radius:8px}.macro-grid,.two-column{grid-template-columns:1fr}}
