@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600&display=swap";:root{color:#283431;font-synthesis:none;background:#f6f3ec;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:900px;margin:0}button,input,select{font:inherit}.app{grid-template-columns:238px 1fr;min-height:100vh;display:grid}aside{color:#fff;background:#203b38;flex-direction:column;gap:30px;padding:28px 20px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand>span{color:#203b38;background:#f3b95f;border-radius:13px;place-items:center;width:40px;height:40px;display:grid}.brand strong{font:600 24px Fraunces;display:block}.brand small{color:#b9cbc6;font-size:11px}.brand+nav{gap:7px;display:grid}nav button{color:#c9d7d3;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;padding:12px 14px;display:flex}nav button:hover,nav button.active{color:#fff;background:#34534f}.family{border-top:1px solid #3b5753;gap:12px;padding-top:23px;display:grid}.family p{letter-spacing:1.5px;color:#90aaa4;margin:0 0 3px;font-size:10px}.person{align-items:center;gap:10px;font-size:14px;display:flex}.person i{border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-style:normal;font-weight:700;display:grid}.today-card{background:#2c4945;border-radius:14px;gap:5px;margin-top:auto;padding:17px;display:grid}.today-card small{color:#f3b95f;letter-spacing:1.2px;font-size:10px}.today-card strong{font-family:Fraunces;font-size:16px}.today-card span{color:#a9bdb8;font-size:11px}main{min-width:0;padding:34px 40px}header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}header p{color:#78847f;margin:0 0 3px;font-size:13px}h1,h2{margin:0;font-family:Fraunces}h1{font-size:32px}.header-actions{align-items:center;gap:15px;display:flex}.sync{color:#73807b;align-items:center;gap:7px;font-size:11px;display:flex}.sync:before{content:"";background:#d4a64f;border-radius:50%;width:7px;height:7px}.sync.synced:before{background:#4f9187}.sync.offline:before{background:#d96c50}.primary{color:#fff;cursor:pointer;background:#d96c50;border:0;border-radius:10px;align-items:center;gap:7px;padding:11px 17px;font-weight:600;display:flex;box-shadow:0 5px 14px #d96c5030}.primary:disabled{display:none}.toolbar{align-items:center;gap:6px;margin-bottom:16px;display:flex}.toolbar button{cursor:pointer;color:#52605c;background:#fff;border:1px solid #d9d7d0;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.toolbar .today{width:auto;padding:0 12px}.toolbar strong{margin-left:10px;font-size:14px}.legend{gap:15px;margin-left:auto;display:flex}.legend span{color:#66736e;align-items:center;gap:5px;font-size:11px;display:flex}.legend i{border-radius:50%;width:8px;height:8px}.week-grid{background:#fff;border:1px solid #ddd9d0;border-radius:15px;grid-template-columns:repeat(7,minmax(120px,1fr));min-height:590px;display:grid;overflow:hidden}.day{border-right:1px solid #ebe8e0}.day:last-child{border:0}.day-head{text-align:center;border-bottom:1px solid #ebe8e0;gap:6px;padding:16px 7px;display:grid}.day-head span{text-transform:uppercase;letter-spacing:1px;color:#7a8580;font-size:10px}.day-head b{font:600 21px Fraunces}.day-head.current b{color:#fff;background:#d96c50;border-radius:50%;place-items:center;width:35px;height:35px;margin:-7px auto;display:grid}.events{align-content:start;gap:8px;padding:9px 7px;display:grid}.events article{border-left:3px solid var(--person);background:color-mix(in srgb,var(--person) 11%,white);border-radius:5px;gap:4px;padding:10px 9px;display:grid}.events article small{color:#6f7774;font-size:10px}.events article strong{font-size:12px;line-height:1.25}.events article span{text-transform:uppercase;color:var(--person);font-size:9px;font-weight:700}.board{background:#fff;border:1px solid #e0ddd5;border-radius:18px;max-width:900px;padding:28px}.board-title{border-bottom:1px solid #ebe8e0;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:20px;display:flex}.board-title h2{font-size:24px}.board-title p{color:#7a8580;margin:5px 0 0;font-size:13px}.board-title svg{color:#d96c50}.task-list{display:grid}.task{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #efede7;align-items:center;gap:14px;padding:17px 5px;display:flex}.task>i{color:#fff;border:2px solid #b8c1bd;border-radius:7px;place-items:center;width:24px;height:24px;display:grid}.task>span{gap:4px;display:grid}.task small{color:#82908b;align-items:center;gap:5px;display:flex}.task.done{color:#8b9692}.task.done strong{text-decoration:line-through}.task.done>i{background:#4f9187;border-color:#4f9187}.meal-grid{grid-template-columns:1fr 1fr;gap:12px;padding-top:14px;display:grid}.meal-grid label{background:#f8f6f1;border-radius:12px;gap:7px;padding:15px;display:grid}.meal-grid span{text-transform:uppercase;letter-spacing:1px;color:#d96c50;font-size:10px;font-weight:700}.meal-grid input{color:#35413e;background:0 0;border:0;outline:none;font-weight:600}.scrim{z-index:10;background:#172b2899;place-items:center;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:20px;width:420px;padding:29px;position:relative;box-shadow:0 25px 70px #172b2860}.modal h2{font-size:27px}.modal>p{color:#7a8580;margin:6px 0 24px}.modal label{gap:7px;margin:15px 0;font-size:12px;font-weight:700;display:grid}.modal input,.modal select{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;padding:12px}.close{cursor:pointer;background:#f1f0eb;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:18px;right:18px}.wide{justify-content:center;width:100%;margin-top:22px}@media (width<=1100px){main{padding:28px 22px}.week-grid{grid-template-columns:repeat(7,140px);overflow-x:auto}.legend{display:none}}.view-switch{background:#ebe8e0;border-radius:9px;margin-left:12px;padding:3px;display:flex}.toolbar .view-switch button{background:0 0;border:0;width:auto;height:29px;padding:0 10px;font-size:11px}.toolbar .view-switch button.selected{background:#fff;box-shadow:0 1px 4px #203b3820}.event-card{position:relative}.event-card>button{color:#7c8984;opacity:0;cursor:pointer;background:0 0;border:0;padding:2px;position:absolute;top:4px;right:4px}.event-card:hover>button{opacity:1}.agenda{background:#fff;border:1px solid #ddd9d0;border-radius:15px;overflow:hidden}.agenda-day{border-bottom:1px solid #ebe8e0;grid-template-columns:90px 1fr;min-height:90px;display:grid}.agenda-day:last-child{border:0}.agenda-day>div{text-align:center;border-right:1px solid #ebe8e0;place-content:center;display:grid}.agenda-day>div span{text-transform:uppercase;color:#78847f;font-size:10px}.agenda-day>div b{font:600 22px Fraunces}.agenda-day>section{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px;padding:10px;display:grid}.agenda-day article{border-left:3px solid var(--person);background:color-mix(in srgb,var(--person) 11%,white);border-radius:5px;gap:3px;padding:10px;display:grid}.agenda-day article small{color:#6f7774;font-size:10px}.agenda-day article span{color:var(--person);text-transform:uppercase;font-size:9px;font-weight:700}.agenda-day p{color:#a0aaa6;align-self:center;font-size:12px}.people-settings{gap:10px;padding-top:14px;display:grid}.person-setting{background:#f8f6f1;border-radius:12px;grid-template-columns:48px 1fr 42px;align-items:center;gap:12px;padding:11px 13px;display:grid}.person-setting input[type=color]{cursor:pointer;background:0 0;border:0;width:38px;height:38px;padding:0}.person-setting input[type=text],.person-setting input:not([type]){color:#35413e;background:0 0;border:1px solid #0000;border-radius:8px;padding:10px;font-weight:600}.person-setting input:not([type]):focus{background:#fff;border-color:#d8d8d2;outline:none}.person-setting button{color:#a86a5b;cursor:pointer;background:0 0;border:0;border-radius:8px;height:38px}.person-setting button:hover{background:#f4e4df}.person-setting button:disabled{opacity:.25;cursor:not-allowed}.feed-form{grid-template-columns:1fr 150px auto;align-items:end;gap:12px;padding:18px 0;display:grid}.feed-form label{gap:7px;font-size:11px;font-weight:700;display:grid}.feed-form input,.feed-form select{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;min-width:0;padding:11px}.feed-status{color:#3e756c;background:#edf5f2;border-radius:9px;padding:10px 13px;font-size:12px}.feed-list{gap:9px;margin-top:14px;display:grid}.feed-list article{background:#f8f6f1;border-radius:11px;grid-template-columns:12px 1fr 38px 38px;align-items:center;gap:10px;padding:13px;display:grid}.feed-list article>i{border-radius:6px;width:10px;height:38px}.feed-list article div{gap:3px;display:grid}.feed-list article span{color:#7d8984;font-size:10px}.feed-list article button{color:#65736e;cursor:pointer;background:0 0;border:0;border-radius:8px;height:34px}.feed-list article button:hover{background:#ebe7df}.privacy-note{color:#8b9692;margin-top:20px;font-size:11px;line-height:1.5}.refresh-all{color:#4f8179;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:4px 0;font-size:11px;font-weight:700;display:flex}.meal-controls{align-items:center;gap:9px;padding:14px 0 4px;display:flex}.meal-controls>div{display:flex}.meal-controls button{color:#5d6a66;cursor:pointer;background:#fff;border:1px solid #ddd9d0;align-items:center;gap:6px;height:34px;padding:0 10px;font-size:11px;display:flex}.meal-controls>div button:first-child{border-radius:8px 0 0 8px}.meal-controls>div button:last-child{border-radius:0 8px 8px 0}.meal-controls>div button+button{border-left:0}.meal-controls>button{border-radius:8px}.meal-controls>button:first-of-type{margin-left:auto}.meal-controls .danger-link{color:#a45e4d}.loading-screen,.login-screen{background:#f6f3ec;place-items:center;min-height:100vh;display:grid}.loading-screen{color:#52635e;align-content:center;gap:12px}.loading-screen svg{color:#d96c50;margin:auto}.login-screen form{text-align:center;background:#fff;border:1px solid #e0ddd5;border-radius:22px;width:min(390px,100vw - 40px);padding:36px;box-shadow:0 20px 60px #203b3818}.login-mark{color:#f3b95f;background:#203b38;border-radius:16px;place-items:center;width:52px;height:52px;margin:0 auto 18px;display:grid}.login-screen h1{font-size:31px}.login-screen>form>p{color:#7b8782;margin:8px 0 22px}.login-screen label{text-align:left;gap:6px;margin:12px 0;font-size:11px;font-weight:700;display:grid}.login-screen input{border:1px solid #d8d8d2;border-radius:10px;width:100%;padding:13px;font-size:15px}.login-screen input[name=password]{text-align:center;letter-spacing:3px;font-weight:700}.login-screen .login-error{color:#b5523e;min-height:18px;margin:5px 0 10px;font-size:11px}.login-screen .primary{justify-content:center;width:100%}.login-screen form>small{color:#8b9692;margin-top:14px;display:block}.task{cursor:default;justify-content:space-between;padding:0}.task-toggle{text-align:left;cursor:pointer;color:inherit;background:0 0;border:0;flex:1;align-items:center;gap:14px;padding:17px 5px;display:flex}.task-toggle>i{color:#fff;border:2px solid #b8c1bd;border-radius:7px;flex:none;place-items:center;width:24px;height:24px;display:grid}.task-toggle>span{gap:4px;display:grid}.task.done .task-toggle>i{background:#4f9187;border-color:#4f9187}.task-delete{color:#a06b5e;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:42px;height:42px;margin-right:4px;display:grid}.task-delete:hover{color:#934f3d;background:#f6e8e3}.home-dashboard{gap:18px;max-width:1100px;display:grid}.home-hero{color:#fff;background:#203b38;border-radius:19px;grid-template-columns:125px 1fr;align-items:center;padding:25px 30px;display:grid;box-shadow:0 14px 36px #203b381d}.home-hero>div{text-align:center;border-right:1px solid #49605c;padding-right:28px;display:grid}.home-hero>div span{text-transform:uppercase;letter-spacing:1.5px;color:#f3b95f;font-size:10px}.home-hero>div strong{font:600 53px/1.1 Fraunces}.home-hero>div small{color:#b7c8c3}.home-hero>section{padding-left:31px}.home-hero section>p{color:#acc0ba;margin:0 0 3px;font-size:12px}.home-hero h2{font-size:25px}.quick-actions{gap:8px;margin-top:18px;display:flex}.quick-actions button{color:#fff;cursor:pointer;background:#2d4a46;border:1px solid #55706b;border-radius:9px;align-items:center;gap:7px;padding:9px 13px;font-size:12px;display:flex}.quick-actions button:hover{background:#3a5b56}.overview-grid{grid-template-columns:1.35fr 1fr;gap:14px;display:grid}.overview-card{background:#fff;border:1px solid #e0ddd5;border-radius:16px;min-height:170px;padding:20px}.overview-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.overview-heading>span{align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.overview-heading>span svg{color:#d96c50}.overview-heading button{color:#4d847b;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:700}.schedule-card{grid-row:span 2}.mini-events{gap:9px;display:grid}.mini-events>div{border-left:3px solid var(--person);background:color-mix(in srgb,var(--person) 9%,white);border-radius:6px;grid-template-columns:75px 1fr;padding:11px;display:grid}.mini-events>div>b{color:#687570;font-size:11px}.mini-events>div>span{display:grid}.mini-events small{color:var(--person);text-transform:uppercase;font-size:9px;font-weight:700}.mini-events p,.overview-card>p{color:#87918e;font-size:12px}.meal-card>strong{color:#35433f;font:600 22px Fraunces}.big-number{color:#203b38;font:600 39px Fraunces}.mini-list{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.mini-list span{background:#f7f5f0;border-radius:20px;align-items:center;gap:5px;padding:6px 9px;font-size:10px;display:flex}.mini-list i{background:#d96c50;border-radius:50%;width:7px;height:7px}@media (width<=1100px){.overview-grid{grid-template-columns:1fr 1fr}.schedule-card{grid-area:auto/span 2}}.person>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.person>b{color:#f3b95f;margin-left:auto;font-size:10px}.reward-strip{gap:9px;padding:14px 0 17px;display:flex;overflow-x:auto}.reward-strip>div{background:#f8f6f1;border-radius:12px;align-items:center;gap:9px;min-width:145px;padding:10px 13px;display:flex}.reward-strip i{color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-style:normal;font-weight:700;display:grid}.reward-strip span{display:grid}.reward-strip strong{font-size:11px}.reward-strip small{color:#b07d27;font-size:10px}.task-toggle small{gap:6px}.task-toggle small em{color:#b07d27;margin-left:4px;font-style:normal}.split-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.split-fields label{margin:0}.event-actions{opacity:0;gap:2px;display:flex;position:absolute;top:4px;right:4px}.event-card:hover .event-actions,.event-card:focus-within .event-actions{opacity:1}.event-actions button{color:#65736e;cursor:pointer;background:#ffffffb8;border:0;border-radius:6px;place-items:center;width:23px;height:23px;display:grid}.event-actions button:hover{color:#b25742;background:#fff}.event-card>em{color:#75817d;align-items:center;gap:3px;font-size:9px;font-style:normal;display:flex}.modal .optional{color:#96a09c;margin-left:4px;font-weight:400}@media (hover:none){.event-actions{opacity:1}}.list-tools{color:#87918e;justify-content:space-between;align-items:center;padding:13px 0;font-size:11px;display:flex}.list-tools button{color:#a45e4d;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;display:flex}.grocery-groups{gap:17px;display:grid}.grocery-groups section{border:1px solid #ebe8e0;border-radius:13px;overflow:hidden}.grocery-groups h3{text-transform:uppercase;letter-spacing:1px;color:#687570;background:#f8f6f1;justify-content:space-between;margin:0;padding:10px 14px;font-size:10px;display:flex}.grocery-groups h3 span{text-align:center;background:#e6e2d9;border-radius:12px;min-width:20px;padding:2px 6px}.grocery-groups .task:last-child{border-bottom:0}.item-meta{color:#8c9793;white-space:nowrap;background:#f0eee8;border-radius:10px;margin-left:8px;padding:3px 7px;font-size:10px;font-weight:600}.photo-tools{align-items:center;gap:9px;padding:17px 0;display:flex}.photo-tools input{display:none}.photo-tools>button,.google-button{color:#56645f;cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:9px;align-items:center;gap:7px;padding:10px 13px;font-size:11px;font-weight:700;text-decoration:none;display:flex}.google-button span{color:#4285f4;font-size:17px;font-weight:700}.photo-tools>button:last-child{margin-left:auto}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.photo-grid article{aspect-ratio:4/3;background:#e9e6df;border-radius:12px;position:relative;overflow:hidden}.photo-grid img{object-fit:cover;width:100%;height:100%}.photo-grid button{color:#fff;cursor:pointer;opacity:0;background:#203b38cc;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:7px;right:7px}.photo-grid article:hover button{opacity:1}.photo-empty{text-align:center;color:#87918e;padding:55px 20px}.photo-empty svg{color:#d96c50}.photo-empty h3{color:#35433f;margin:12px 0 5px;font-family:Fraunces}.photo-empty p,.setup-note{color:#87918e;font-size:12px}.setup-note{background:#fff7e6;border:1px solid #efdfb8;border-radius:9px;padding:10px 13px}.photo-saver{z-index:100;cursor:none;background:#0b1110;position:fixed;inset:0}.photo-saver>img{object-fit:contain;width:100%;height:100%}.photo-saver>div{color:#fff;text-shadow:0 2px 12px #000;display:grid;position:absolute;bottom:30px;left:35px}.photo-saver strong{font:600 43px Fraunces}.photo-saver span{font-size:14px}.photo-saver small{opacity:.65;margin-top:7px}@media (hover:none){.photo-grid button{opacity:1}}.album-tip{color:#53687f;background:#eef5ff;border:1px solid #d3e2f6;border-radius:10px;align-items:center;gap:10px;margin-bottom:13px;padding:11px 13px;font-size:11px;display:flex}.album-tip svg{color:#4285f4;flex:none}.album-tip span{display:block}.album-tip strong{color:#32485f;margin-right:4px}.new-list-form{gap:8px;padding:16px 0;display:flex}.new-list-form input,.add-list-item input{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;flex:1;padding:11px}.new-list-form button,.add-list-item button{color:#fff;cursor:pointer;background:#203b38;border:0;border-radius:9px;align-items:center;gap:6px;padding:0 14px;font-size:11px;font-weight:700;display:flex}.list-tabs{gap:7px;padding:4px 0 15px;display:flex;overflow-x:auto}.list-tabs button{color:#65716d;white-space:nowrap;cursor:pointer;background:#f8f6f1;border:1px solid #ddd9d0;border-radius:20px;align-items:center;gap:7px;padding:8px 12px;font-size:11px;font-weight:700;display:flex}.list-tabs button.active{color:#fff;background:#203b38;border-color:#203b38}.list-tabs span{background:#ffffff2b;border-radius:10px;padding:1px 6px}.custom-list{border:1px solid #e5e1d9;border-radius:14px;overflow:hidden}.custom-list-head{background:#f8f6f1;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.custom-list-head h3{margin:0;font:600 19px Fraunces}.custom-list-head span{color:#89938f;font-size:10px}.custom-list-head>button{color:#a05d4d;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:35px;height:35px;display:grid}.custom-list-head>button:hover{background:#f4e4df}.add-list-item{border-bottom:1px solid #ebe8e0;gap:8px;padding:13px;display:flex}.list-empty{text-align:center;color:#98a29e;padding:40px}.list-empty p{margin:8px 0;font-size:11px}.month-wrap{background:#fff;border:1px solid #ddd9d0;border-radius:15px;overflow:hidden}.month-weekdays{background:#f8f6f1;border-bottom:1px solid #e4e0d8;grid-template-columns:repeat(7,1fr);display:grid}.month-weekdays span{text-align:center;text-transform:uppercase;letter-spacing:1px;color:#77837e;padding:10px;font-size:9px;font-weight:700}.month-grid{grid-template-columns:repeat(7,1fr);display:grid}.month-day{border-bottom:1px solid #ece9e2;border-right:1px solid #ece9e2;min-width:0;min-height:112px;padding:8px}.month-day:nth-child(7n){border-right:0}.month-day:nth-last-child(-n+7){border-bottom:0}.month-day>b{place-items:center;width:25px;height:25px;margin-bottom:4px;font:600 14px Fraunces;display:grid}.month-day.today>b{color:#fff;background:#d96c50;border-radius:50%}.month-day.muted{color:#b6bcb9;background:#fbfaf7}.month-day>div{gap:3px;display:grid}.month-day button{background:color-mix(in srgb,var(--person) 10%,white);text-align:left;color:#43504c;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border:0;border-radius:4px;align-items:center;gap:5px;padding:5px;font-size:9px;display:flex;overflow:hidden}.month-day button i{background:var(--person);border-radius:50%;flex:none;width:5px;height:5px}.month-day small{color:#7d8884;padding-left:5px;font-size:8px}@media (width<=1100px){.month-day{min-height:95px;padding:5px}.month-day button{padding:4px;font-size:8px}}.weather-card>div:nth-child(2){grid-template-columns:45px auto 1fr;align-items:center;gap:8px;display:grid}.weather-card>div:nth-child(2) svg{color:#e4a93d;width:39px;height:39px}.weather-card>div:nth-child(2) strong{font:600 37px Fraunces}.weather-card>div:nth-child(2) span{color:#687570;font-size:12px}.household-setting{border-top:1px solid #ebe8e0;justify-content:space-between;align-items:center;margin-top:22px;padding:20px 3px 5px;display:flex}.household-setting>div{align-items:center;gap:11px;display:flex}.household-setting>div>svg{color:#d96c50}.household-setting span{display:grid}.household-setting strong{font-size:12px}.household-setting small{color:#89938f;font-size:10px}.household-setting>button{color:#4f8179;cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:8px;padding:9px 12px;font-size:10px;font-weight:700}.household-setting>button.danger-link{color:#a45e4d}.setting-status{color:#75837e;margin:8px 3px;font-size:10px}.backup-setting>div:last-child{gap:7px;display:flex}.backup-setting a,.backup-setting label{color:#4f8179;cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:8px;align-items:center;gap:5px;padding:9px 11px;font-size:10px;font-weight:700;text-decoration:none;display:flex}.backup-setting label{color:#7a6863}.backup-setting input{display:none}@media (width<=900px){body{min-width:0}.app{grid-template-columns:1fr;min-height:100dvh}aside{z-index:20;gap:9px;padding:10px 14px;position:sticky;top:0;box-shadow:0 5px 18px #13252235}.brand{justify-content:center}.brand>span{border-radius:10px;width:34px;height:34px}.brand strong{font-size:20px}.brand small,.family,.today-card{display:none}.brand+nav{scrollbar-width:none;gap:5px;padding-bottom:2px;display:flex;overflow-x:auto}.brand+nav::-webkit-scrollbar{display:none}nav button{flex:none;gap:7px;padding:9px 11px;font-size:12px}main{padding:22px 18px}header{flex-wrap:wrap;gap:14px;margin-bottom:20px}header h1{font-size:28px}.header-actions{margin-left:auto}.toolbar{scrollbar-width:none;padding-bottom:4px;overflow-x:auto}.toolbar>strong{white-space:nowrap}.toolbar .legend{display:none}.week-grid{grid-template-columns:repeat(7,minmax(135px,1fr));min-height:500px;overflow-x:auto}.month-wrap{overflow-x:auto}.month-weekdays,.month-grid{min-width:700px}.board{max-width:none;padding:21px}.home-dashboard{max-width:none}.overview-grid{grid-template-columns:1fr 1fr}.schedule-card{grid-column:span 2}.feed-form{grid-template-columns:1fr 140px}.photo-tools{flex-wrap:wrap}.photo-tools>button:last-child{margin-left:0}.meal-controls{flex-wrap:wrap}.meal-controls>button:first-of-type{margin-left:0}.modal{width:min(420px,100vw - 28px);max-height:calc(100dvh - 28px);padding:24px;overflow-y:auto}.scrim{padding:14px}.login-screen{padding:18px}.login-screen form{padding:28px}.photo-saver>div{bottom:20px;left:22px}}@media (width<=640px){aside{align-items:stretch}.brand{justify-content:flex-start}.brand+nav{margin:0 -4px}.brand+nav button{padding:8px 10px}main{padding:18px 12px}header{align-items:flex-end}.header-actions{justify-content:space-between;width:100%}.sync{font-size:10px}.primary{padding:10px 13px}h1{font-size:27px}.home-hero{grid-template-columns:1fr;padding:22px}.home-hero>div{text-align:left;border-bottom:1px solid #49605c;border-right:0;grid-template-columns:auto auto 1fr;align-items:end;gap:8px;padding:0 0 17px}.home-hero>div strong{font-size:39px}.home-hero>div small{padding-bottom:5px}.home-hero>section{padding:18px 0 0}.home-hero h2{font-size:21px}.quick-actions{flex-wrap:wrap}.overview-grid{grid-template-columns:1fr}.schedule-card{grid-column:auto}.overview-card{min-height:145px}.board{border-radius:14px;padding:17px}.board-title h2{font-size:21px}.feed-form{grid-template-columns:1fr}.feed-form .primary{justify-content:center}.meal-grid{grid-template-columns:1fr}.meal-controls{align-items:stretch}.meal-controls>button{flex:1;justify-content:center}.people-settings{gap:7px}.person-setting{grid-template-columns:42px minmax(0,1fr) 38px;padding:9px}.household-setting{align-items:flex-start;gap:12px}.household-setting>button{flex:none}.backup-setting{display:grid}.backup-setting>div:last-child{margin-top:8px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-tools{grid-template-columns:1fr;display:grid}.photo-tools>*{justify-content:center!important}.agenda-day{grid-template-columns:65px 1fr}.agenda-day>section{grid-template-columns:1fr}.new-list-form,.add-list-item{grid-template-columns:1fr auto;display:grid}.task-toggle,.task-toggle>span{min-width:0}.task-toggle strong{overflow-wrap:anywhere}.split-fields{grid-template-columns:1fr}.month-day{min-height:88px}.photo-saver>img{object-fit:cover}.photo-saver strong{font-size:35px}}@media (width<=420px){nav button{gap:0;font-size:0}nav button svg{width:20px;height:20px}.brand+nav{justify-content:space-between}.header-actions .sync{max-width:130px}.photo-grid,.new-list-form,.add-list-item{grid-template-columns:1fr}.new-list-form button,.add-list-item button{justify-content:center;padding:10px}.list-tabs{margin-right:-10px}.backup-setting>div:last-child{flex-wrap:wrap}.event-actions{opacity:1}.modal{padding:21px}}@media (width>=1600px){.app{grid-template-columns:280px 1fr}aside{padding:34px 26px}main{padding:42px 52px}.home-dashboard{max-width:1400px}.board{max-width:1150px}.week-grid{min-height:680px}.day-head{padding:20px 8px}.events article{padding:12px}.overview-card{padding:24px}}.message-form{background:#f8f6f1;border-radius:13px;margin:16px 0;padding:14px}.message-form textarea{resize:vertical;background:#fff;border:1px solid #d8d8d2;border-radius:9px;width:100%;min-height:80px;padding:12px}.message-form>div{justify-content:space-between;align-items:end;margin-top:9px;display:flex}.message-form label{gap:5px;font-size:10px;font-weight:700;display:grid}.message-form select{background:#fff;border:1px solid #d8d8d2;border-radius:8px;padding:8px 28px 8px 9px}.message-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.message-grid article{border-top:4px solid var(--person);background:#fff;border-bottom:1px solid #e5e1d9;border-left:1px solid #e5e1d9;border-right:1px solid #e5e1d9;border-radius:12px;padding:15px;box-shadow:0 3px 12px #203b3810}.message-grid article>div{align-items:center;gap:9px;display:flex}.message-grid article i,.message-preview i{background:var(--person);color:#fff;border-radius:50%;place-items:center;width:31px;height:31px;font-size:11px;font-style:normal;font-weight:700;display:grid}.message-grid article span{display:grid}.message-grid article strong{font-size:11px}.message-grid article small{color:#89938f;font-size:9px}.message-grid article button{color:#a16659;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;margin-left:auto;display:grid}.message-grid article button:hover{background:#f5e5e1}.message-grid article p{color:#35433f;white-space:pre-wrap;margin:14px 2px 3px;font:600 16px/1.45 Fraunces}.message-preview>div:not(.overview-heading){align-items:center;gap:9px;margin:9px 0;display:flex}.message-preview>div>span{min-width:0;display:grid}.message-preview>div>span strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.message-preview>div>span small{color:#89938f;font-size:9px}@media (width<=640px){.message-grid{grid-template-columns:1fr}.message-form>div{align-items:stretch;gap:10px}.message-form .primary{align-self:end}}.global-search{color:#78847f;background:#fff;border:1px solid #d9d7d0;border-radius:10px;align-items:center;gap:7px;width:220px;padding:0 9px;display:flex;position:relative}.global-search input{color:#35413e;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:10px 0;font-size:12px}.global-search>button{color:#87928e;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:25px;height:25px;padding:0;display:grid}.global-search>button:hover{background:#f0eee8}.search-results{z-index:40;background:#fff;border:1px solid #ddd9d0;border-radius:13px;width:340px;max-height:min(430px,70vh);padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 18px 45px #203b3830}.search-results>button{text-align:left;cursor:pointer;color:#35413e;background:0 0;border:0;border-radius:9px;grid-template-columns:39px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:9px;display:grid}.search-results>button:hover,.search-results>button:focus{background:#f6f3ec;outline:0}.search-results i{color:#3f746c;letter-spacing:.4px;background:#e8f0ed;border-radius:8px;place-items:center;width:39px;height:32px;font-size:8px;font-style:normal;font-weight:700;display:grid}.search-results span{gap:2px;min-width:0;display:grid}.search-results strong,.search-results small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-results strong{font-size:11px}.search-results small{color:#87928e;font-size:9px}.search-results p{text-align:center;color:#87928e;margin:0;padding:22px;font-size:11px}@media (width<=900px){.global-search{width:190px}.header-actions{flex-wrap:wrap}}@media (width<=640px){.global-search{order:-1;width:100%}.search-results{width:auto;left:0;right:0}.header-actions{align-items:center}.header-actions .global-search+span{margin-right:auto}}.countdown-grid{gap:10px;padding-top:15px;display:grid}.countdown-grid article{background:#f8f6f1;border:1px solid #ebe7df;border-radius:13px;grid-template-columns:52px minmax(0,1fr) auto 38px;align-items:center;gap:13px;padding:13px;display:grid}.countdown-grid article>i{background:#fff1d9;border-radius:14px;place-items:center;width:52px;height:52px;font-size:25px;font-style:normal;display:grid}.countdown-grid article>div{gap:4px;display:grid}.countdown-grid article strong{font-size:13px}.countdown-grid article span{color:#818c88;font-size:10px}.countdown-grid article>b{color:#d96c50;white-space:nowrap;font:600 18px Fraunces}.countdown-grid article>button{color:#a16659;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.countdown-grid article>button:hover{background:#f1dfda}.countdown-preview>div:not(.overview-heading){grid-template-columns:35px minmax(0,1fr);align-items:center;gap:9px;margin:8px 0;display:grid}.countdown-preview i{background:#fff1d9;border-radius:10px;place-items:center;width:35px;height:35px;font-style:normal;display:grid}.countdown-preview span{min-width:0;display:grid}.countdown-preview strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.countdown-preview small{color:#89938f;font-size:9px}@media (width<=640px){.countdown-grid article{grid-template-columns:44px minmax(0,1fr) 34px;gap:10px;padding:11px}.countdown-grid article>i{width:44px;height:44px;font-size:21px}.countdown-grid article>b{grid-column:2;font-size:16px}.countdown-grid article>button{grid-area:1/3/3}.countdown-grid article span{line-height:1.4}}.countdown-grid article.expired{opacity:.62}.countdown-grid article.expired>b{color:#87918e}.modal textarea{resize:vertical;background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;min-height:72px;padding:12px}.event-notes{-webkit-line-clamp:2;white-space:pre-wrap;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:#78847f!important;margin:1px 0!important;font:400 9px/1.35 DM Sans!important}.weekly-sheet{background:#fff;border:1px solid #ddd9d0;border-radius:17px;max-width:1300px;padding:25px}.weekly-sheet-tools{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.weekly-sheet-tools>div{display:flex}.weekly-sheet-tools button{color:#53615d;cursor:pointer;background:#fff;border:1px solid #d9d7d0;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:11px;font-weight:700;display:flex}.weekly-sheet-tools>div button:first-child{border-radius:9px 0 0 9px}.weekly-sheet-tools>div button+button{border-left:0}.weekly-sheet-tools>div button:last-child{border-radius:0 9px 9px 0}.weekly-sheet-tools>button{color:#fff;background:#203b38;border-color:#203b38;border-radius:9px}.weekly-sheet-title{border-bottom:3px solid #203b38;justify-content:space-between;align-items:end;margin-bottom:14px;padding-bottom:14px;display:flex}.weekly-sheet-title small{color:#d96c50;letter-spacing:2px;font-size:9px;font-weight:700}.weekly-sheet-title h2{font-size:24px}.weekly-sheet-title>strong{color:#203b38;font:600 21px Fraunces}.weekly-days{border:1px solid #e5e1d9;border-radius:12px;grid-template-columns:repeat(7,minmax(120px,1fr));display:grid;overflow:hidden}.weekly-days>article{border-right:1px solid #e5e1d9;min-height:330px}.weekly-days>article:last-child{border:0}.weekly-days>article>header{background:#f4f1ea;justify-content:space-between;align-items:center;padding:10px;display:flex}.weekly-days>article.today>header{color:#fff;background:#203b38}.weekly-days header span{text-transform:uppercase;letter-spacing:.7px;font-size:9px;font-weight:700}.weekly-days header b{font:600 18px Fraunces}.weekly-days section{border-bottom:1px solid #eeeae3;padding:11px 9px}.weekly-days h3,.weekly-bottom h3{text-transform:uppercase;letter-spacing:1px;color:#7b8782;margin:0 0 9px;font-size:8px}.weekly-days p{grid-template-columns:46px 1fr;gap:5px;margin:7px 0;font-size:9px;display:grid}.weekly-days time{color:#d96c50;font-weight:700}.weekly-days p span{overflow-wrap:anywhere;min-width:0;font-weight:700;display:grid}.weekly-days p small{color:#89938f;text-transform:uppercase;font-size:7px}.weekly-days em,.weekly-bottom em{color:#a1aaa7;font-size:9px}.weekly-days .weekly-meal{font:600 12px/1.35 Fraunces;display:block}.weekly-bottom{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.weekly-bottom>section{border:1px solid #e5e1d9;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;padding:14px;display:grid}.weekly-bottom h3{color:#4b5955;grid-column:1/-1;align-items:center;gap:6px;font-size:9px;display:flex}.weekly-bottom p{grid-template-columns:13px minmax(0,1fr) auto;align-items:center;gap:6px;margin:0;font-size:9px;display:grid}.weekly-bottom p>i{border:1px solid #adb6b2;border-radius:3px;width:11px;height:11px}.weekly-bottom p small{color:#8a9591;font-size:8px}@media (width<=1100px){.weekly-sheet{overflow-x:auto}.weekly-days{min-width:900px}.weekly-bottom{min-width:700px}}@media (width<=640px){.weekly-sheet{padding:14px}.weekly-sheet-tools{flex-wrap:wrap;align-items:stretch;gap:9px}.weekly-sheet-tools>button{flex:1}.weekly-sheet-title h2{font-size:19px}.weekly-sheet-title>strong{display:none}}@media print{body{background:#fff;min-width:0}.app{display:block}.app>aside,.app>main>header,.app>main>:not(.weekly-sheet),.weekly-sheet-tools{display:none!important}.app>main{padding:0;display:block}.weekly-sheet{border:0;border-radius:0;max-width:none;padding:0;overflow:visible;display:block!important}.weekly-days{break-inside:avoid;grid-template-columns:repeat(7,1fr);min-width:0}.weekly-days>article{min-height:330px}.weekly-bottom{break-inside:avoid;min-width:0}.weekly-sheet-title{margin-top:0}@page{size:landscape;margin:10mm}}.meal-ideas{border-top:1px solid #e8e4dc;margin-top:22px;padding-top:20px}.meal-ideas>div:first-child{align-items:center;gap:8px;margin-bottom:12px;display:flex}.meal-ideas>div:first-child span{color:#394743;align-items:center;gap:7px;display:flex}.meal-ideas>div:first-child span svg{color:#d96c50}.meal-ideas>div:first-child small{color:#89938f;margin-left:auto;font-size:9px}.meal-ideas form{gap:8px;max-width:520px;display:flex}.meal-ideas form input{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;flex:1;min-width:0;padding:10px 12px}.meal-ideas form button{color:#fff;cursor:pointer;background:#203b38;border:0;border-radius:9px;align-items:center;gap:5px;padding:0 13px;font-size:10px;font-weight:700;display:flex}.meal-idea-list{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.meal-idea-list>span{background:#f3f0e9;border:1px solid #e5e1d9;border-radius:20px;align-items:center;display:flex;overflow:hidden}.meal-idea-list button{color:#56625e;cursor:pointer;background:0 0;border:0;padding:7px 4px;font-size:10px}.meal-idea-list button:first-child{padding-left:11px}.meal-idea-list button:last-child{color:#a36b5e;place-items:center;padding-right:9px;display:grid}.meal-idea-list span:hover{background:#ebe7df}@media (width<=640px){.meal-ideas>div:first-child{flex-direction:column;align-items:flex-start}.meal-ideas>div:first-child small{margin-left:0}.meal-ideas form{max-width:none}.meal-controls>button{min-width:calc(50% - 5px)}}
