:root{--ink:#172a2c;--muted:#6f7c78;--line:#d6ddd6;--teal:#0f3b3e;--yellow:#fff3a8;--pink:#ec91bd;--night:#79c7c7}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:linear-gradient(140deg,#f0efe7,#f7f6f0 55%,#e7f0ed);color:var(--ink);font-family:ui-rounded,"Nunito Sans",system-ui,sans-serif}.app-shell{max-width:920px;min-height:100vh;margin:auto;padding:24px 18px 90px}.topbar{display:flex;justify-content:space-between;align-items:center}.eyebrow{margin:0 0 4px;color:#598079;font-size:.7rem;font-weight:800;letter-spacing:.12em}.topbar h1,.login-card h1{margin:0;font-family:Georgia,serif;font-size:2rem;letter-spacing:-.04em}.avatar,.icon-button,.close{border:0;background:transparent;color:var(--teal);cursor:pointer}.avatar{width:40px;height:40px;border-radius:50%;background:#d8ebe4;font-size:1.2rem}.view-switcher{display:inline-flex;gap:4px;margin:26px 0 14px;padding:4px;border-radius:12px;background:#e6ebe5}.view-switcher button{padding:8px 16px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:750;cursor:pointer}.view-switcher button.active{background:#fff;color:var(--teal);box-shadow:0 1px 5px #36453c22}.calendar-panel{padding:18px;border:1px solid #e5e7de;border-radius:22px;background:#fffefa;box-shadow:0 12px 35px #33544812}.calendar-toolbar{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;margin-bottom:18px;text-align:center}.calendar-toolbar h2{margin:0;font-family:Georgia,serif;font-size:1.45rem;text-transform:capitalize}.icon-button{font-size:2rem;line-height:1}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line);border-right:0;border-bottom:0}.weekday{padding:9px 4px;background:#f4f5ef;color:var(--muted);font-size:.68rem;font-weight:800;text-align:center}.day{position:relative;min-height:104px;padding:7px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.day.outside{background:#fafaf6;color:#b6bdb7}.day-number{font-size:.85rem;font-weight:800}.entry{display:block;width:100%;overflow:hidden;margin-top:5px;padding:5px 4px;border:0;border-radius:8px;color:#173339;background:#fce3bd;font-size:.72rem;font-weight:800;line-height:1.15;text-align:left;text-overflow:ellipsis;white-space:nowrap}.entry.shift-M{background:var(--yellow)}.entry.shift-T{background:var(--pink)}.entry.shift-N{background:var(--night)}.add-button{position:fixed;right:max(24px,calc((100vw - 920px)/2));bottom:24px;width:58px;height:58px;border:0;border-radius:50%;background:var(--teal);color:#fff;font-size:2rem;box-shadow:0 8px 18px #163c3a55;cursor:pointer}.week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.week-day{min-height:350px;padding:10px;border:1px solid var(--line);border-radius:13px;background:#fff}.week-date{padding-bottom:8px;border-bottom:1px solid #edf0eb;color:var(--muted);font-size:.82rem;font-weight:800}.week-day .entry{min-height:31px;white-space:normal}.meals{margin-top:15px;padding-top:12px;border-top:1px dashed var(--line)}.meal-card{margin-top:8px}.meal-label{display:block;margin-bottom:3px;color:#719087;font-size:.64rem;font-weight:850;text-transform:uppercase}.meal-input{width:100%;padding:4px 0;border:0;border-bottom:1px solid #dce3dd;background:transparent;color:var(--ink);font:inherit;font-size:.74rem}.meal-input:focus{outline:0;border-color:var(--teal)}.login-screen{display:grid;min-height:100vh;place-items:center}.login-card{width:min(100%,430px);padding:34px;border:1px solid #e1e4dc;border-radius:24px;background:#fffefa;box-shadow:0 18px 40px #31534c16}.login-card p:not(.eyebrow):not(.hint){color:var(--muted);line-height:1.55}label{display:block;margin:14px 0 6px;font-size:.78rem;font-weight:800}input,select{width:100%;padding:11px;border:1px solid #cfd8d1;border-radius:9px;background:#fff;color:var(--ink);font:inherit}button.primary,.login-card button[type=submit]{width:100%;margin-top:20px;padding:12px;border:0;border-radius:10px;background:var(--teal);color:#fff;font:inherit;font-weight:800;cursor:pointer}.hint{min-height:1.2em;color:var(--muted);font-size:.8rem}dialog{width:min(92vw,430px);padding:0;border:0;border-radius:20px;box-shadow:0 20px 70px #172a2c55}dialog::backdrop{background:#18323066}dialog form{padding:24px}.dialog-title{display:flex;justify-content:space-between;align-items:flex-start}.dialog-title h2{margin:0;font-family:Georgia,serif}.close{font-size:1.8rem}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:640px){.app-shell{padding:18px 10px 90px}.calendar-panel{padding:10px;border-radius:16px}.weekday{font-size:.58rem}.day{min-height:75px;padding:4px}.entry{padding:4px 3px;font-size:.62rem}.week-grid{display:block}.week-day{min-height:0;margin-bottom:9px}.week-day:not(.active-day){display:none}.week-day.active-day{display:block}.calendar-toolbar h2{font-size:1.15rem}}
