:root{--navy:#183b56;--blue:#2563eb;--cream:#f5f7fb;--ink:#182230;--muted:#667085;--line:#dfe5ee;--white:#fff;--green:#16835b;--orange:#d97706;--orange-dark:#9a4d05;--shadow:0 14px 35px rgba(24,59,86,.10)}
*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,sans-serif}.topbar{min-height:78px;padding:14px clamp(18px,4vw,56px);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#183b56,#2563eb);color:#fff;display:grid;place-items:center;font-family:Nunito;font-weight:800}.brand strong{display:block;font-size:1.08rem}.brand small{display:block;color:var(--muted);margin-top:2px}.back-btn,.secondary-btn{border:1px solid #b9c6d6;background:#fff;color:var(--navy);text-decoration:none;padding:11px 15px;border-radius:10px;font-weight:800;cursor:pointer}.back-btn:hover,.secondary-btn:hover{background:#edf4fb}.primary-btn{border:0;background:var(--blue);color:#fff;padding:14px 20px;border-radius:11px;font-weight:800;font-size:.95rem;cursor:pointer;box-shadow:0 8px 18px rgba(37,99,235,.22)}.primary-btn:hover{background:#1d4ed8}main{max-width:1220px;margin:auto;padding:34px clamp(18px,4vw,46px) 52px}.hero{background:linear-gradient(120deg,#183b56,#245f86);color:#fff;border-radius:24px;padding:32px 36px;display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:var(--shadow)}.eyebrow{font-size:.76rem;letter-spacing:.15em;font-weight:800;color:#bfe3ff}.hero h1{font-family:Nunito;margin:8px 0 8px;font-size:clamp(2rem,4vw,3rem);line-height:1}.hero p{margin:0;max-width:700px;color:#e2edf5;line-height:1.65}.week-toolbar{margin:25px 0 18px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.week-title{text-align:center}.week-title span{font-size:.72rem;letter-spacing:.14em;color:var(--muted);font-weight:800}.week-title h2{font-family:Nunito;margin:4px 0 0;font-size:1.4rem}.toolbar-actions{display:flex;gap:10px}.save-notice{min-height:24px;text-align:center;color:var(--green);font-weight:800;margin-bottom:8px}.menu-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.day-card{background:#fff;border:1px solid var(--line);border-top:5px solid var(--orange);border-radius:17px;overflow:hidden;box-shadow:0 7px 22px rgba(22,34,48,.05)}.day-header{background:#fff8ed;padding:18px;border-bottom:1px solid #f1dfc4}.day-header span{display:block;font-size:.75rem;letter-spacing:.1em;color:var(--orange-dark);font-weight:800;text-transform:uppercase}.day-header h3{font-family:Nunito;font-size:1.35rem;margin:4px 0 0}.fields{padding:17px}.field{margin-bottom:17px}.field:last-child{margin-bottom:0}.field label{display:flex;align-items:center;gap:7px;font-weight:800;font-size:.9rem;margin-bottom:7px}.field textarea{width:100%;min-height:98px;resize:vertical;border:1px solid #cbd5e1;border-radius:10px;padding:11px;font:inherit;line-height:1.45;background:#fbfdff}.field textarea:focus{outline:3px solid rgba(37,99,235,.15);border-color:var(--blue)}.breakfast label:before{content:'☀️'}.morning-snack label:before{content:'🍎'}.afternoon-snack label:before{content:'🌙'}.field-note{display:block;margin:-3px 0 7px 27px;color:var(--muted);font-size:.76rem;font-weight:700}.tips-card{display:flex;gap:16px;margin-top:26px;background:#e9f3fb;border:1px solid #c7dfef;border-radius:17px;padding:20px}.tips-icon{flex:0 0 36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800}.tips-card h2{font-size:1rem;margin:0 0 5px}.tips-card p{margin:0;color:#526476;line-height:1.6}footer{text-align:center;color:#758195;padding:0 20px 32px;font-size:.88rem}
@media(max-width:1050px){.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.day-card:last-child{grid-column:1/-1}.week-toolbar{grid-template-columns:1fr}.week-title{order:-1}.week-toolbar>button,.toolbar-actions{justify-self:center}.toolbar-actions{flex-wrap:wrap;justify-content:center}}
@media(max-width:650px){.topbar{position:static}.brand small{display:none}.hero{padding:25px;align-items:flex-start;flex-direction:column}.hero .primary-btn{width:100%}.menu-grid{grid-template-columns:1fr}.day-card:last-child{grid-column:auto}.week-toolbar>button,.toolbar-actions,.toolbar-actions button{width:100%}.toolbar-actions{display:grid}.secondary-btn{min-height:44px}}
