body{font-family:Inter,system-ui,sans-serif;background:#f3f7ee;color:#1f2937;margin:0}
main{max-width:980px;margin:0 auto;padding:1rem}
.card{background:#fff;border:1px solid #d6e5ce;border-radius:12px;padding:1rem;margin:.8rem 0}
label{display:grid;gap:.3rem;margin:.5rem 0}
input,select,button{font:inherit;padding:.55rem .65rem;border-radius:8px;border:1px solid #9fb39a}
button{background:#3f7d20;color:white;border:0;cursor:pointer}
button.muted{background:#6b7280}
.row{display:flex;gap:.7rem;align-items:end}.between{justify-content:space-between}.wrap{flex-wrap:wrap}
.hidden{display:none}
.loading{margin:.8rem 0;padding:.65rem .8rem;border-radius:10px;background:#eef6e8;border:1px solid #cfe0c6;color:#365224;font-weight:600}
.results{display:grid;gap:.8rem;margin-top:1rem}
.history-list{display:grid;gap:.6rem;margin-top:.8rem}
.history-item{border:1px solid #d6e5ce;border-radius:10px;padding:.7rem;background:#fbfdf9}
.history-meta{color:#64748b;font-size:.9rem}
.calendar-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.3rem}
.cal-head{font-size:.82rem;color:#475569;text-align:center;font-weight:700;padding:.2rem 0}
.cal-day{border:1px solid #d6e5ce;border-radius:8px;padding:.45rem;min-height:44px;background:#fff;cursor:pointer;position:relative;color:#0f172a;font-size:1rem;line-height:1;display:flex;align-items:flex-start;justify-content:flex-start}
.cal-day .num{font-weight:700;color:#0f172a;display:block;position:relative;z-index:2}
.cal-day .dot{width:7px;height:7px;border-radius:50%;background:#16a34a;position:absolute;right:6px;bottom:6px}
.cal-day.muted{opacity:.35;cursor:default}
.cal-day.active{outline:2px solid #3f7d20}
.meal{background:#fff;border:1px solid #d6e5ce;border-radius:12px;padding:1rem}
.meal img{max-width:220px;border-radius:10px;border:1px solid #d6e5ce}
.meta{color:#64748b;font-size:.92rem}
.pill{display:inline-block;padding:.1rem .45rem;border-radius:999px;font-size:.78rem;font-weight:700;margin-right:.35rem}
.pill.new{background:#dcfce7;color:#166534}
.pill.old{background:#e2e8f0;color:#334155}
.feedback-row{display:flex;gap:.35rem;flex-wrap:wrap;margin:.45rem 0}
.fb{display:inline-flex;width:24px;height:24px;border-radius:4px;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:#fff}
.fb.s5{background:#15803d}.fb.s4{background:#65a30d}.fb.s3{background:#eab308;color:#111827}.fb.s2{background:#f97316}.fb.s1{background:#dc2626}
.swap{border-top:1px dashed #d6e5ce;margin-top:.7rem;padding-top:.7rem;display:grid;gap:.5rem}
.swap-reasons{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.35rem}
.swap-reasons label{display:flex;gap:.4rem;align-items:center;margin:0}
.rate{display:grid;gap:.5rem;border-top:1px dashed #d6e5ce;margin-top:.7rem;padding-top:.7rem}
