@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}.calendar-providers{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:14px 0 10px;display:grid}.calendar-providers>button{color:#46534f;text-align:left;cursor:pointer;background:#faf9f5;border:1px solid #e1ded6;border-radius:11px;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:11px;display:grid}.calendar-providers>button>i{background:var(--provider);color:#fff;border-radius:9px;place-items:center;width:34px;height:34px;font-style:normal;font-weight:700;display:grid}.calendar-providers>button span{gap:2px;min-width:0;display:grid}.calendar-providers>button strong{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.calendar-providers>button small{color:#8a9591;font-size:8px}.calendar-providers>button>svg{opacity:0;color:#4f8179}.calendar-providers>button.active{background:#edf5f2;border-color:#87aaa3;box-shadow:0 0 0 1px #87aaa3}.calendar-providers>button.active>svg{opacity:1}.provider-help{background:#fff8e9;border:1px solid #eedfb9;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.provider-help strong{font-size:10px}.provider-help p{color:#756e5f;margin:3px 0 0;font-size:9px;line-height:1.45}.provider-help a{color:#3e756c;background:#fff;border:1px solid #c9d8d4;border-radius:8px;flex:none;padding:8px 10px;font-size:9px;font-weight:700;text-decoration:none}.feed-list article span b{font-size:8px}.calendar-export{margin-top:20px}@media (width<=800px){.calendar-providers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.calendar-providers{grid-template-columns:1fr}.provider-help{flex-direction:column;align-items:stretch}.provider-help a{text-align:center}}.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)}}.calendar-export{background:#eef5f2;border:1px solid #d7e6e1;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin:16px 0 4px;padding:14px 16px;display:flex}.calendar-export>div{align-items:center;gap:11px;display:flex}.calendar-export>div>svg{color:#4f8179;flex:none}.calendar-export span{gap:3px;display:grid}.calendar-export strong{font-size:11px}.calendar-export small{color:#788782;font-size:9px}.calendar-export>button{color:#fff;cursor:pointer;white-space:nowrap;background:#203b38;border:0;border-radius:8px;align-items:center;gap:6px;padding:9px 12px;font-size:10px;font-weight:700;display:flex}@media (width<=640px){.calendar-export{flex-direction:column;align-items:stretch}.calendar-export>button{justify-content:center}.feed-form{margin-top:8px}}.calendar-filters{scrollbar-width:none;align-items:center;gap:5px;margin-left:auto;display:flex;overflow-x:auto}.calendar-filters::-webkit-scrollbar{display:none}.toolbar .calendar-filters button{white-space:nowrap;color:#89938f;background:#fff;border:1px solid #ddd9d0;border-radius:18px;align-items:center;gap:5px;width:auto;height:29px;padding:0 9px;font-size:9px;display:flex}.toolbar .calendar-filters button.active{color:#354c47;background:#edf4f2;border-color:#b8ccc6;font-weight:700}.calendar-filters i{opacity:.35;border-radius:50%;width:7px;height:7px}.calendar-filters button.active i{opacity:1}@media (width<=1100px){.toolbar{flex-wrap:wrap}.calendar-filters{order:2;width:100%;margin-left:0;padding-top:4px}}@media (width<=640px){.calendar-filters{margin-right:-8px}.toolbar .calendar-filters button{height:32px;padding:0 11px}}.list-tools>div{align-items:center;gap:10px;display:flex}.list-tools .shopping-start{color:#3f7d73;background:#edf5f2;border-radius:8px;padding:7px 10px;font-weight:700}.shopping-mode{z-index:80;background:#f6f3ec;padding:18px;position:fixed;inset:0;overflow-y:auto}.shopping-mode>.board{border-top:0;border-radius:0 0 18px 18px;max-width:780px;margin:0 auto}.shopping-mode-head{z-index:3;color:#fff;background:#203b38;border-radius:0 0 14px 14px;justify-content:space-between;align-items:center;max-width:780px;margin:0 auto;padding:15px 20px;display:flex;position:sticky;top:-18px;box-shadow:0 8px 24px #203b3830}.shopping-mode-head>div{align-items:center;gap:11px;display:flex}.shopping-mode-head span{display:grid}.shopping-mode-head strong{font:600 18px Fraunces}.shopping-mode-head small{color:#b9cbc6;font-size:10px}.shopping-mode-head button{color:#fff;cursor:pointer;background:#2e4b47;border:1px solid #5e7470;border-radius:9px;align-items:center;gap:6px;padding:9px 12px;font-size:10px;font-weight:700;display:flex}.shopping-mode .board-title{display:none}.shopping-mode .list-tools{padding-top:4px}.shopping-mode .list-tools .shopping-start{display:none}.shopping-mode .grocery-groups{gap:13px}.shopping-mode .grocery-groups h3{z-index:2;padding:12px 15px;position:sticky;top:67px}.shopping-mode .task-toggle{min-height:64px;padding:19px 8px}.shopping-mode .task-toggle>i{border-radius:9px;width:31px;height:31px}.shopping-mode .task-toggle strong{font-size:15px}.shopping-mode .task-delete{display:none}@media (width<=640px){.shopping-mode{padding:0}.shopping-mode-head{border-radius:0;max-width:none;top:0}.shopping-mode>.board{border:0;border-radius:0;padding:12px}.shopping-mode .grocery-groups h3{top:69px}.shopping-mode .list-tools>span{display:none}.shopping-mode .list-tools{justify-content:flex-end}.shopping-mode .task-toggle{padding:18px 5px}}.reward-shop{background:#fbf8f1;border:1px solid #e6e1d7;border-radius:14px;margin:2px 0 18px;padding:15px}.reward-shop-title{align-items:center;gap:7px;margin-bottom:12px;display:flex}.reward-shop-title svg{color:#d4a64f}.reward-shop-title small{color:#89938f;margin-left:auto;font-size:9px}.reward-create{grid-template-columns:minmax(180px,1fr) 100px auto;gap:8px;display:grid}.reward-create>input,.reward-create label{background:#fff;border:1px solid #d8d5cd;border-radius:8px}.reward-create>input{padding:10px}.reward-create label{color:#8a7a58;align-items:center;padding:0 8px;font-size:9px;display:flex}.reward-create label input{background:0 0;border:0;outline:0;width:45px;padding:9px 4px;font-weight:700}.reward-create button{color:#fff;cursor:pointer;background:#203b38;border:0;border-radius:8px;align-items:center;gap:5px;padding:0 12px;font-size:9px;font-weight:700;display:flex}.reward-shop>p{color:#5c8179;margin:9px 2px 0;font-size:9px}.reward-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.reward-list article{background:#fff;border:1px solid #e6e1d7;border-radius:10px;grid-template-columns:31px minmax(0,1fr) auto 29px;align-items:center;gap:8px;padding:9px;display:grid}.reward-list article>svg{color:#d4a64f}.reward-list article>div{min-width:0;display:grid}.reward-list article strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.reward-list article span{color:#b07d27;font-size:8px}.reward-list article form{display:flex}.reward-list select,.reward-list form button{background:#fff;border:1px solid #dedad1;height:29px;font-size:8px}.reward-list select{border-radius:7px 0 0 7px;max-width:82px;padding:0 4px}.reward-list form button{color:#3f7d73;cursor:pointer;border-left:0;border-radius:0 7px 7px 0;font-weight:700}.reward-list article>button{color:#a46a5c;cursor:pointer;background:0 0;border:0;place-items:center;width:29px;height:29px;display:grid}@media (width<=700px){.reward-create{grid-template-columns:1fr 95px}.reward-create button{grid-column:1/-1;justify-content:center;padding:10px}.reward-list{grid-template-columns:1fr}.reward-shop-title{flex-wrap:wrap;align-items:flex-start}.reward-shop-title small{width:100%;margin-left:25px}}@media (width<=420px){.reward-create{grid-template-columns:1fr}.reward-create button{grid-column:auto}.reward-list article{grid-template-columns:27px minmax(0,1fr) 28px}.reward-list article form{grid-area:2/2}.reward-list article>button{grid-area:1/3/3}}.message-form .pin-message{color:#6e7975;cursor:pointer;align-items:center;gap:6px;margin:0 auto 0 0;font-size:10px;display:flex}.message-form .pin-message input{accent-color:#d96c50}.message-grid article.pinned{background:#fffaf0;box-shadow:0 5px 18px #d4a64f20}.message-grid article>div>aside{align-items:center;gap:2px;margin-left:auto;display:flex}.message-grid article>div>aside button{margin-left:0}.message-grid article>div>aside button.active{color:#b27a19;background:#fff0cc}.message-preview>div.pinned{background:#fff8e8;border-radius:9px;padding:6px}.message-preview>div.pinned i{background:#d4a64f;place-items:center;display:grid}@media (width<=640px){.message-form>div{flex-wrap:wrap}.message-form .pin-message{order:2;width:100%;margin-top:2px}.message-form>div>.primary{order:1}}.display-setting{align-items:flex-start}.display-setting>div:last-child{align-items:end;gap:8px;display:flex}.display-setting>div:last-child label{color:#8a9591;gap:4px;font-size:8px;font-weight:700;display:grid}.display-setting select{color:#53615d;background:#fff;border:1px solid #d8d8d2;border-radius:8px;min-width:95px;padding:8px 24px 8px 8px;font-size:9px}@media (width<=800px){.display-setting{gap:13px;display:grid}.display-setting>div:last-child{flex-wrap:wrap}}@media (width<=480px){.display-setting>div:last-child{grid-template-columns:1fr 1fr;width:100%;display:grid}.display-setting>div:last-child label:last-child{grid-column:1/-1}.display-setting select{width:100%}}.connection-screen{background:#f6f3ec;place-items:center;min-height:100dvh;padding:24px;display:grid}.connection-screen>div{text-align:center;background:#fff;border:1px solid #e0ddd5;border-radius:20px;width:min(430px,100%);padding:36px;box-shadow:0 20px 60px #203b3818}.connection-screen svg{color:#d96c50}.connection-screen h1{margin-top:14px;font-size:29px}.connection-screen p{color:#7b8782;margin:9px 0 22px;font-size:13px;line-height:1.5}.connection-screen .primary{margin:auto}.wall-display-card{background:#fff;border:1px solid #e0ddd5;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;max-width:900px;margin-top:14px;padding:17px 20px;display:flex}.wall-display-card>div{align-items:center;gap:12px;display:flex}.wall-display-card i{color:#4f8179;background:#edf3f1;border-radius:12px;place-items:center;width:42px;height:42px;font-style:normal;display:grid}.wall-display-card span{gap:3px;display:grid}.wall-display-card strong{font-size:12px}.wall-display-card small{color:#89938f;font-size:10px}.wall-display-card>button{color:#4f8179;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d8d8d2;border-radius:9px;padding:10px 13px;font-size:10px;font-weight:700}.wall-display-card.enabled{color:#fff;background:#203b38;border-color:#203b38}.wall-display-card.enabled i{color:#203b38;background:#f3b95f}.wall-display-card.enabled small{color:#b9cbc6}.wall-display-card.enabled>button{color:#fff;background:#2d4a46;border-color:#607570}@media (width<=640px){.wall-display-card{flex-direction:column;align-items:stretch;padding:15px}.wall-display-card>button{width:100%}}.login-options{grid-template-columns:repeat(2,minmax(300px,390px));gap:22px;padding:25px}.login-options .login-mark.member{color:#fff;background:#d96c50}@media (width<=760px){.login-options{grid-template-columns:minmax(0,390px);align-content:start;overflow:auto}.login-options form{padding:28px}}.lock-badge{color:#8a681c;cursor:pointer;background:#fff8e8;border:1px solid #e1c88f;border-radius:9px;align-items:center;gap:5px;padding:8px 10px;font-size:9px;font-weight:700;display:flex}.planner-readonly main>.board,.planner-readonly main>.meal-planner,.planner-readonly main>.smart-import{box-shadow:inset 0 0 0 1px #ecdcae}.parental-lock{z-index:150;background:#172b28b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.parental-lock form{text-align:center;background:#fff;border-radius:20px;width:min(360px,100%);padding:30px;box-shadow:0 25px 80px #172b2870}.parental-lock form>i{color:#f3b95f;background:#203b38;border-radius:15px;place-items:center;width:52px;height:52px;margin:auto;display:grid}.parental-lock h2{margin:14px 0 5px;font:600 25px Fraunces}.parental-lock p{color:#7b8782;font-size:11px}.parental-lock label{text-align:left;gap:6px;margin:18px 0 10px;font-size:10px;font-weight:700;display:grid}.parental-lock input{text-align:center;letter-spacing:5px;border:1px solid #d8d8d2;border-radius:9px;padding:12px;font-size:18px}.parental-lock small{color:#b45e49;margin-bottom:8px;display:block}.parental-lock .primary{justify-content:center;width:100%}.parental-lock form>button:last-child{color:#7c8783;cursor:pointer;background:0 0;border:0;margin-top:10px;font-size:10px}.day-focus{background:#fff;border:1px solid #ddd9d0;border-radius:16px;max-width:920px;overflow:hidden}.day-focus>header{color:#fff;background:#203b38;justify-content:flex-start;gap:22px;margin:0;padding:22px 28px;display:flex}.day-focus>header>div{text-align:center;border-right:1px solid #526966;width:82px;padding-right:22px;display:grid}.day-focus>header span{text-transform:uppercase;letter-spacing:1px;color:#f3b95f;font-size:9px}.day-focus>header strong{font:600 36px Fraunces}.day-focus>header small{color:#b9cbc6;white-space:nowrap;font-size:8px}.day-focus>header section{align-self:center}.day-focus h2{font-size:22px}.day-focus>header p{color:#b9cbc6;margin:4px 0 0;font-size:10px}.day-focus>div:not(.feature-empty){padding:10px 24px}.day-focus>div>article{border-bottom:1px solid #eeeae3;grid-template-columns:78px 4px minmax(0,1fr) auto;align-items:start;gap:14px;padding:18px 5px;display:grid}.day-focus time{color:#596762;text-align:right;font-size:11px;font-weight:700}.day-focus article>i{background:var(--person);border-radius:3px;width:4px;min-height:48px}.day-focus article>span{gap:4px;display:grid}.day-focus article strong{font-size:15px}.day-focus article small{color:#78847f;font-size:10px}.day-focus article p{color:#78847f;margin:2px 0;font-size:10px}.day-focus .day-actions{display:flex}.day-focus .day-actions button{color:#798682;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;display:grid}.feature-empty{text-align:center;color:#8a9591;place-items:center;gap:7px;display:grid;padding:38px!important}.feature-empty strong{color:#44514d;font:600 18px Fraunces}.feature-empty span{font-size:10px}@media (width<=640px){.day-focus>header{padding:17px}.day-focus>div:not(.feature-empty){padding:5px 12px}.day-focus>div>article{grid-template-columns:58px 3px minmax(0,1fr);gap:9px}.day-focus .day-actions{grid-column:3}.day-focus time{font-size:9px}}.routine-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.routine-groups>section{border:1px solid #e6e2da;border-radius:12px;overflow:hidden}.routine-groups h3{text-transform:uppercase;letter-spacing:.8px;background:#f5f2eb;justify-content:space-between;margin:0;padding:11px 14px;font-size:10px;display:flex}.routine-groups h3 span{color:#89938f;font-size:8px}.routine-groups .task{padding:12px 9px}.routine-groups .task:last-child{border-bottom:0}@media (width<=700px){.routine-groups{grid-template-columns:1fr}}.meal-planner{max-width:1250px}.meal-controls>strong{color:#78847f;font-size:11px}.meal-week{grid-template-columns:repeat(7,minmax(135px,1fr));gap:8px;padding-bottom:8px;display:grid;overflow-x:auto}.meal-week>article{background:#fff;border:1px solid #e0ddd5;border-radius:12px;overflow:hidden}.meal-week article>header{color:#fff;background:#203b38;justify-content:space-between;align-items:center;margin:0;padding:10px 12px;display:flex}.meal-week header span{text-transform:uppercase;color:#b9cbc6;font-size:9px}.meal-week header b{font:600 18px Fraunces}.meal-week label{border-bottom:1px solid #eeeae3;gap:3px;padding:8px 9px;display:grid}.meal-week label:last-child{border:0}.meal-week label span{text-transform:uppercase;letter-spacing:.7px;color:#d96c50;font-size:7px;font-weight:700}.meal-week input{color:#3f4d48;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:9px;font-weight:600}.recipe-heading{justify-content:space-between;align-items:center;margin:24px 0 12px;display:flex}.recipe-heading>div{align-items:center;gap:9px;display:flex}.recipe-heading>div>svg{color:#d96c50}.recipe-heading span{gap:2px;display:grid}.recipe-heading strong{font:600 18px Fraunces}.recipe-heading small{color:#89938f;font-size:9px}.recipe-heading>button{color:#fff;cursor:pointer;background:#203b38;border:0;border-radius:8px;align-items:center;gap:5px;padding:9px 11px;font-size:9px;font-weight:700;display:flex}.recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.recipe-grid>article{background:#fff;border:1px solid #e0ddd5;border-radius:13px;align-content:start;padding:14px;display:grid}.recipe-grid article>header{grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:5px;margin:0;display:grid}.recipe-grid header button{color:#aaa49a;cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:28px;display:grid}.recipe-grid header button.favorite{color:#e4a82c}.recipe-grid header strong{font-size:12px}.recipe-grid ul{color:#68746f;margin:10px 0 5px;padding-left:17px;font-size:9px;line-height:1.6}.recipe-grid>article>small{color:#9aa39f;font-size:8px}.recipe-grid>article>p{color:#798480;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:9px;line-height:1.45;display:-webkit-box;overflow:hidden}.recipe-grid footer{gap:6px;margin-top:auto;padding-top:10px;display:flex}.recipe-grid footer button{color:#4f8179;cursor:pointer;background:#fff;border:1px solid #dcd9d1;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 5px;font-size:8px;font-weight:700;display:flex}.recipe-modal textarea{resize:vertical;background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;padding:11px}@media (width<=950px){.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.meal-week{grid-template-columns:repeat(7,150px)}}@media (width<=600px){.recipe-grid{grid-template-columns:1fr}.recipe-heading{align-items:flex-end}.meal-controls>strong{order:-1;width:100%}.meal-controls{flex-wrap:wrap}}.smart-import{max-width:1000px}.import-hero{color:#fff;background:#203b38;border-radius:16px;align-items:center;gap:14px;padding:20px;display:flex}.import-hero>i{color:#203b38;background:#f3b95f;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.import-hero>div{gap:4px;display:grid}.import-hero strong{font:600 22px Fraunces}.import-hero span{color:#b9cbc6;font-size:10px}.smart-import>form{background:#fff;border:1px solid #e0ddd5;border-radius:15px;gap:12px;margin-top:12px;padding:18px;display:grid}.import-file{cursor:pointer;background:#f2f7f5;border:1px dashed #afc3bd;border-radius:11px;align-items:center;gap:10px;padding:15px;display:flex!important}.import-file input{display:none}.import-file>svg{color:#4f8179}.import-file span{display:grid}.import-file strong{font-size:10px}.import-file small{color:#89938f;font-size:8px}.smart-import form>label:not(.import-file){gap:6px;font-size:10px;font-weight:700;display:grid}.smart-import textarea{resize:vertical;border:1px solid #d8d8d2;border-radius:9px;padding:11px}.smart-import form>div{justify-content:space-between;align-items:end;display:flex}.smart-import form>div label{gap:5px;font-size:9px;font-weight:700;display:grid}.smart-import select{background:#fff;border:1px solid #d8d8d2;border-radius:8px;padding:8px}.import-status{color:#3e756c;background:#edf5f2;border-radius:9px;padding:10px 13px;font-size:10px}.import-review{background:#fff;border:1px solid #e0ddd5;border-radius:15px;margin-top:12px;padding:15px}.import-review>header{justify-content:space-between;align-items:center;margin:0 0 12px;display:flex}.import-review header>div{align-items:center;gap:8px;display:flex}.import-review header span{display:grid}.import-review header strong{font-size:11px}.import-review header small{color:#89938f;font-size:8px}.import-review>article{border-top:1px solid #eeeae3;grid-template-columns:24px 100px minmax(150px,1fr) 135px 105px;align-items:center;gap:7px;padding:8px;display:grid}.import-review>article.skipped{opacity:.45}.import-review article input,.import-review article select{background:#fff;border:1px solid #d8d8d2;border-radius:7px;min-width:0;padding:8px;font-size:9px}.import-review article input[type=checkbox]{width:17px;height:17px}@media (width<=720px){.import-review>article{grid-template-columns:24px 90px minmax(0,1fr)}.import-review>article input[type=date]{grid-column:2}.import-review>article input[type=time]{grid-column:3}.smart-import form>div{flex-direction:column;align-items:stretch;gap:10px}.smart-import form>div button{justify-content:center}}.import-tools{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.import-tools>button,.import-tools>div{color:#50605b;text-align:left;background:#fff;border:1px solid #dcdad3;border-radius:12px;align-items:center;gap:9px;min-width:0;padding:12px;display:flex}.import-tools>button{cursor:pointer}.import-tools>button:hover,.import-tools>button.active{background:#edf5f2;border-color:#4f8179}.import-tools>svg{color:#d96c50;flex:none}.import-tools>span{flex:1;gap:2px;min-width:0;display:grid}.import-tools strong{color:#263936;font-size:11px}.import-tools small{color:#7d8985;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.import-warning{color:#80641d;background:#fff6df;border-radius:9px;margin:0;padding:10px 12px;font-size:10px}@media (width<=720px){.import-tools{grid-template-columns:1fr}.import-tools>button,.import-tools>div{min-height:58px}}.import-capture-row{grid-template-columns:1fr 1fr;gap:9px;display:grid!important}.import-capture-row label{color:#3f746c;cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:10px 12px;font-weight:700;font-size:11px!important;display:flex!important}.import-capture-row input{display:none}.apple-install-card{background:#f2f7fb;border-color:#b9cedf}.apple-install-card>div>i{color:#286383;background:#dceaf5}.device-setting-status{max-width:900px;margin:12px 0}.apple-install-help .modal>i{color:#286383;background:#eaf2f8;border-radius:17px;place-items:center;width:58px;height:58px;display:grid}.apple-install-help ol{color:#52605c;padding-left:22px;line-height:1.8}.apple-install-help li{padding-left:4px}.apple-install-help .modal>small{color:#7b8782;background:#f5f5f1;border-radius:9px;padding:11px;line-height:1.5;display:block}.apple-install-help .close{padding:0}@media (width<=520px){.import-capture-row{grid-template-columns:1fr}}@supports (padding:max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@media (width<=900px){.app>aside{padding-top:max(10px,env(safe-area-inset-top))}.app>main{padding-bottom:max(22px,env(safe-area-inset-bottom))}.photo-saver>div{bottom:max(20px,env(safe-area-inset-bottom))}.kids-mode>header{padding-top:max(11px,env(safe-area-inset-top))}.kids-mode>main{padding-bottom:max(16px,env(safe-area-inset-bottom))}}}html{-webkit-tap-highlight-color:transparent}.brand+nav,.toolbar,.week-grid,.month-wrap,.meal-week{-webkit-overflow-scrolling:touch}.alarms-view .header-actions>.primary{display:none}.alarm-page{max-width:1000px}.alarm-clock-face{background:var(--theme-side);color:#fff;border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 28px;display:grid;box-shadow:0 14px 35px #203b3820}.alarm-clock-face>svg{color:var(--theme-highlight)}.alarm-clock-face>div{display:grid}.alarm-clock-face>div>span{font:600 clamp(34px,5vw,58px)/1 Fraunces}.alarm-clock-face>div>small{color:#bfd0cc;margin-top:6px;font-size:12px}.alarm-clock-face>aside{border-left:1px solid #ffffff2e;gap:3px;min-width:190px;padding-left:24px;display:grid}.alarm-clock-face aside small{letter-spacing:1.2px;color:var(--theme-highlight);font-size:9px}.alarm-clock-face aside strong{font-size:17px}.alarm-clock-face aside span{color:#bfd0cc;font-size:11px}.alarm-heading{justify-content:space-between;align-items:center;margin:22px 0 12px;display:flex}.alarm-heading>div{align-items:center;gap:10px;display:flex}.alarm-heading>div>svg{color:var(--theme-accent)}.alarm-heading span{display:grid}.alarm-heading strong{font:600 20px Fraunces}.alarm-heading small{color:#82908b;font-size:10px}.alarm-status{color:#3e756c;background:#edf5f2;border-radius:9px;padding:11px 13px;font-size:11px}.alarm-list{gap:9px;display:grid}.alarm-list article{opacity:.58;background:#fff;border:1px solid #e0ddd5;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.alarm-list article.enabled{opacity:1}.alarm-list article>div{gap:2px;display:grid}.alarm-list article>div>strong{color:var(--theme-side);font:600 25px Fraunces}.alarm-list article>div>span{font-size:13px;font-weight:700}.alarm-list article>div>small{color:#84908b;font-size:10px}.alarm-list article>button{color:#55756f;cursor:pointer;background:#fff;border:1px solid #ddd9d1;border-radius:10px;align-items:center;gap:6px;min-height:44px;padding:0 12px;display:flex}.alarm-list article>button:last-child{color:#a16659;justify-content:center;width:44px;padding:0}.alarm-switch{width:50px;height:29px;display:block;position:relative}.alarm-switch input{opacity:0;position:absolute}.alarm-switch i{cursor:pointer;background:#c7cdca;border-radius:18px;transition:all .2s;position:absolute;inset:0}.alarm-switch i:after{content:"";background:#fff;border-radius:50%;width:23px;height:23px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #0003}.alarm-switch input:checked+i{background:var(--theme-accent)}.alarm-switch input:checked+i:after{transform:translate(21px)}.alarm-empty{text-align:center;color:#83908b;justify-items:center;gap:7px;padding:55px 20px;display:grid}.alarm-empty svg{color:var(--theme-accent)}.alarm-empty strong{color:#35433f;font:600 22px Fraunces}.alarm-empty span{max-width:420px;font-size:12px}.alarm-modal fieldset{border:0;margin:15px 0;padding:0}.alarm-modal legend{margin-bottom:8px;font-size:12px;font-weight:700}.alarm-modal legend small{color:#89938f;font-weight:400}.alarm-modal fieldset>div{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.alarm-modal fieldset label{margin:0;position:relative}.alarm-modal fieldset input{opacity:0;position:absolute}.alarm-modal fieldset span{color:#76827e;cursor:pointer;border:1px solid #ddd9d1;border-radius:8px;place-items:center;min-height:40px;font-size:10px;display:grid}.alarm-modal fieldset input:checked+span{background:var(--theme-side);border-color:var(--theme-side);color:#fff}.alarm-ringing{z-index:300;background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--theme-side-soft) 88%,#000),#07100f);color:#fff;text-align:center;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));align-content:center;justify-items:center;animation:1.3s ease-in-out infinite alternate alarm-pulse;display:grid;position:fixed;inset:0}.alarm-ringing>svg{color:var(--theme-highlight);animation:.65s ease-in-out infinite alarm-shake}.alarm-ringing>time{margin-top:16px;font:600 clamp(70px,14vw,150px)/1 Fraunces}.alarm-ringing h2{margin:12px 0 3px;font-size:clamp(25px,4vw,42px)}.alarm-ringing>p{color:#bfd0cc;margin:0 0 28px}.alarm-ringing>div{gap:15px;width:min(580px,100%);display:grid}.alarm-ringing button{cursor:pointer;border-radius:14px;min-height:58px;font-size:16px;font-weight:800}.alarm-dismiss{background:var(--theme-accent);color:#fff;border:0}.alarm-ringing section{grid-template-columns:auto repeat(3,1fr);align-items:center;gap:8px;display:grid}.alarm-ringing section span{color:#bfd0cc;font-size:12px}.alarm-ringing section button{color:#fff;background:#ffffff12;border:1px solid #ffffff48}.alarm-ringing section button:hover{background:#ffffff24}@keyframes alarm-shake{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}@keyframes alarm-pulse{0%{box-shadow:inset 0 0 #f3b95f00}to{box-shadow:inset 0 0 90px #f3b95f18}}@media (width<=650px){.alarm-clock-face{grid-template-columns:auto 1fr;padding:19px}.alarm-clock-face>aside{border-top:1px solid #ffffff2e;border-left:0;grid-column:1/-1;padding:13px 0 0}.alarm-heading{align-items:flex-end}.alarm-heading small{display:none}.alarm-list article{grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.alarm-list article>button:nth-last-child(2){grid-column:2;justify-self:start}.alarm-list article>button:last-child{grid-area:1/3/3}.alarm-ringing section{grid-template-columns:repeat(3,1fr)}.alarm-ringing section span{grid-column:1/-1}.alarm-modal fieldset>div{gap:3px}.alarm-modal fieldset span{font-size:9px}}.access-settings,.access-card{background:#fff;border:1px solid #e0ddd5;border-radius:16px;max-width:900px;margin-top:14px;padding:18px}.access-heading,.access-card{justify-content:space-between;align-items:center;gap:12px;display:flex}.access-heading>div,.access-card>div,.pin-form>div{align-items:center;gap:9px;display:flex}.access-heading span,.access-card span,.pin-form span{gap:2px;display:grid}.access-heading strong,.access-card strong,.pin-form strong{font-size:11px}.access-heading small,.access-card small,.pin-form small{color:#89938f;font-size:8px}.access-heading button,.access-card>button{color:#4f8179;cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:8px;align-items:center;gap:5px;padding:8px 10px;font-size:9px;font-weight:700;display:flex}.invite-form{grid-template-columns:1fr 180px auto;gap:8px;margin-top:15px;display:grid}.invite-form input,.invite-form select,.pin-form input{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:8px;min-width:0;padding:10px}.invite-form button,.pin-form>button,.new-code button{color:#fff;cursor:pointer;background:#203b38;border:0;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:9px 11px;font-size:9px;font-weight:700;display:flex}.new-code{background:#fff7df;border:1px solid #ead69e;border-radius:10px;justify-content:space-between;align-items:center;margin-top:10px;padding:10px 12px;display:flex}.new-code span{display:grid}.new-code strong{letter-spacing:2px;font-size:17px}.new-code small{color:#8b7b55;font-size:8px}.member-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px;display:grid}.member-list>div{background:#f7f5f0;border-radius:9px;grid-template-columns:32px 1fr 30px;align-items:center;gap:8px;padding:8px;display:grid}.member-list i{color:#fff;background:#d96c50;border-radius:9px;place-items:center;width:32px;height:32px;font-style:normal;font-weight:700;display:grid}.member-list span{display:grid}.member-list strong{font-size:9px}.member-list small{color:#89938f;text-transform:capitalize;font-size:8px}.member-list button{color:#a16659;cursor:pointer;background:0 0;border:0}.pin-form{border-top:1px solid #e8e4dc;grid-template-columns:minmax(180px,1fr) 130px auto auto;align-items:center;gap:8px;margin-top:15px;padding-top:15px;display:grid}.pin-form>button:last-child{background:#8b681c}@media (width<=700px){.invite-form,.member-list,.pin-form{grid-template-columns:1fr}.access-heading{align-items:flex-start}.access-card{flex-direction:column;align-items:stretch}}.display-management{background:#fff;border:1px solid #ddd9d0;border-radius:18px;max-width:1100px;margin-top:16px;padding:20px}.display-management>header,.display-management>header>div,.display-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.display-management>header>div{justify-content:flex-start}.display-management>header span,.display-card-head span{gap:3px;min-width:0;display:grid}.display-management strong{font-size:16px}.display-management small{color:#75837e;font-size:13px}.display-management button{color:#315f59;cursor:pointer;background:#fff;border:1px solid #d4d8d3;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:9px 13px;font-size:14px;font-weight:700;display:inline-flex}.display-registry{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:17px;display:grid}.display-registry>article{background:#fbfaf7;border:1px solid #e0ddd5;border-radius:14px;padding:15px}.display-card-head{justify-content:flex-start}.display-card-head>i{color:#39746c;background:#e7f0ed;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.display-card-head input{background:0 0;border:1px solid #0000;border-radius:7px;width:100%;padding:4px 6px;font-size:17px;font-weight:700}.display-card-head input:focus{background:#fff;border-color:#318997;outline:3px solid #31899722}.display-options{grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0;display:grid}.display-options label{color:#687570;gap:5px;font-size:12px;font-weight:700;display:grid}.display-options select{background:#fff;border:1px solid #d8d8d2;border-radius:9px;min-height:42px;padding:8px;font-size:14px}.display-registry footer{flex-wrap:wrap;gap:7px;display:flex}.display-registry .danger-link{color:#a45443}.activity-history{border-top:1px solid #e6e2d9;margin-top:17px;padding-top:14px}.activity-history summary{cursor:pointer;align-items:center;gap:8px;font-weight:700;display:flex}.activity-history>div{border-bottom:1px solid #eeeae2;justify-content:space-between;gap:15px;padding:9px 2px;font-size:13px;display:flex}.activity-history time{color:#7b8782}.display-management .setting-status{font-size:14px!important}@media (width<=800px){.display-registry,.display-options{grid-template-columns:1fr}.activity-history>div{display:grid}}html[data-text-scale=larger] .app{zoom:1.08}html[data-text-scale=largest] .app{zoom:1.16}.notification-center{background:#fff;border:1px solid #ddd9d0;border-radius:18px;max-width:1100px;margin-top:16px;padding:20px}.notification-center header>div{align-items:center;gap:10px;display:flex}.notification-center header span{display:grid}.notification-center header strong{font-size:17px}.notification-center header small{color:#75837e;font-size:13px}.notification-center form{grid-template-columns:180px 220px minmax(260px,1fr) auto;align-items:end;gap:10px;margin-top:16px;display:grid}.notification-center label{gap:5px;font-size:13px;font-weight:700;display:grid}.notification-center input,.notification-center select{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:10px;min-height:48px;padding:10px 12px;font-size:16px}.notification-center button{color:#fff;background:#203b38;border:0;border-radius:10px;align-items:center;gap:7px;min-height:48px;padding:11px 17px;font-size:15px;font-weight:700;display:flex}.notification-center>p{color:#47756e;font-size:14px}.notification-note{color:#75837e;align-items:center;gap:7px;margin-top:12px;font-size:13px;display:flex}.display-announcement{z-index:1000;color:#fff;text-align:center;background:#153f48f2;border:3px solid #83d5d2;border-radius:28px;align-content:center;place-items:center;gap:20px;padding:50px;display:grid;position:fixed;inset:24px;box-shadow:0 20px 80px #0008}.display-announcement strong{max-width:1100px;font:600 clamp(34px,6vw,84px) Fraunces}.display-announcement small{font-size:20px}@media (width<=950px){.notification-center form{grid-template-columns:1fr 1fr}.notification-message,.notification-center form>button{grid-column:1/-1}}.automation-center{background:#fff;border:1px solid #ddd9d0;border-radius:18px;max-width:1100px;margin-top:16px;padding:20px}.automation-center header>div{align-items:center;gap:10px;display:flex}.automation-center header span{display:grid}.automation-center header strong{font-size:17px}.automation-center header small{color:#75837e;font-size:13px}.automation-center>form{grid-template-columns:1.2fr 150px 110px 150px 1.2fr 140px;gap:8px;margin-top:16px;display:grid}.automation-center input,.automation-center select,.automation-center label,.automation-center form button{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;min-width:0;min-height:46px;padding:9px;font-size:14px}.automation-center label{align-items:center;gap:5px;display:flex}.automation-center label input{border:0;width:50px;padding:0}.automation-center form button{color:#fff;background:#203b38;justify-content:center;align-items:center;gap:5px;font-weight:700;display:flex}.automation-center>div>article{border-top:1px solid #ebe7df;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;padding:11px 0;display:grid}.automation-center article>button{color:#6c7975;background:#fff;border:1px solid #d8d8d2;border-radius:10px;width:40px;height:40px}.automation-center article>button.enabled{color:#286f63;background:#dff3ed}.automation-center article span{display:grid}.automation-center article strong{font-size:15px}.automation-center article small{color:#75837e;font-size:13px}@media (width<=950px){.automation-center>form{grid-template-columns:1fr 1fr}.automation-center>form>:first-child,.automation-center>form>button{grid-column:1/-1}}.sync-connections{background:#fff;border:1px solid #ddd9d0;border-radius:18px;max-width:1100px;margin-bottom:16px;padding:20px}.sync-connections header>div{align-items:center;gap:10px;display:flex}.sync-connections header span{display:grid}.sync-connections header strong{font-size:18px}.sync-connections header small,.sync-safety{color:#75837e;font-size:13px}.sync-provider-grid{gap:10px;margin-top:16px;display:grid}.sync-provider-grid>article{background:#fbfaf7;border:1px solid #e2ded6;border-radius:13px;grid-template-columns:48px minmax(220px,1fr) auto auto;align-items:center;gap:12px;padding:13px;display:grid}.sync-provider-grid>article>i{color:#286f63;background:#e4efec;border-radius:12px;place-items:center;width:46px;height:46px;font-size:20px;font-style:normal;font-weight:800;display:grid}.sync-provider-grid span{display:grid}.sync-provider-grid strong{font-size:16px}.sync-provider-grid small{color:#75837e;font-size:13px}.sync-provider-grid button,.sync-provider-grid a{color:#286f63;background:#fff;border:1px solid #cfd7d3;border-radius:9px;align-items:center;gap:6px;min-height:42px;padding:9px 12px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.sync-provider-grid form{gap:7px;display:flex}.sync-provider-grid input{border:1px solid #d8d8d2;border-radius:9px;min-height:42px;padding:9px;font-size:14px}.sync-connections>p{color:#47756e;font-size:14px}@media (width<=750px){.sync-provider-grid>article{grid-template-columns:48px 1fr}.sync-provider-grid>article>button,.sync-provider-grid>article>a,.sync-provider-grid>article>form{grid-column:1/-1}.sync-provider-grid form{display:grid}}.media-filters{align-items:end;gap:9px;margin:12px 0;display:flex}.media-filters label{color:#798581;gap:4px;font-size:8px;font-weight:700;display:grid}.media-filters select{background:#fff;border:1px solid #d8d8d2;border-radius:8px;padding:8px 28px 8px 9px;font-size:9px}.media-grid article{padding-bottom:0;overflow:hidden}.media-grid article>video,.media-grid article>img{object-fit:cover;width:100%;height:145px;display:block}.media-grid article>button{cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:0;border-radius:8px;place-items:center;width:31px;height:31px;display:grid;position:absolute;top:7px}.media-grid .media-star{color:#fff;background:#203b3899;font-size:16px;left:7px}.media-grid article.favorite .media-star{color:#203b38;background:#f3b95f}.media-grid .media-delete{color:#a16659;background:#fff9;right:7px}.media-grid article>div{background:#fff;grid-template-columns:1fr 1fr;gap:5px;padding:7px;display:grid}.media-grid article input{border:1px solid #e1ded7;border-radius:6px;min-width:0;padding:7px;font-size:8px}.photo-saver>video{width:100%;height:100%;position:absolute;inset:0}.photo-saver>div>b{text-shadow:0 2px 8px #000;max-width:min(620px,80vw);margin-top:8px;font:600 16px Fraunces;display:block}@media (width<=600px){.media-filters{flex-direction:column;align-items:stretch}.media-filters select{width:100%}.media-grid article>div{grid-template-columns:1fr}}@media (width>=1200px){.app.home-view{grid-template-columns:clamp(215px,14vw,250px) minmax(0,1fr);height:100dvh;min-height:0;overflow:hidden}.home-view>aside{gap:clamp(8px,1.4vh,15px);height:100dvh;min-height:0;padding:clamp(14px,2vh,22px) 16px;overflow:hidden}.home-view .brand>span{width:38px;height:38px}.home-view .brand strong{font-size:22px}.home-view .brand small{font-size:9px}.home-view .brand+nav{gap:clamp(1px,.35vh,4px)}.home-view nav button{border-radius:9px;gap:9px;min-height:0;padding:clamp(5px,.75vh,8px) 11px;font-size:clamp(10px,1.1vw,13px)}.home-view nav button svg{width:17px;height:17px}.home-view .family{gap:clamp(4px,.7vh,8px);padding-top:clamp(8px,1.2vh,13px)}.home-view .family p{margin:0;font-size:8px}.home-view .person{gap:7px;font-size:10px}.home-view .person i{width:22px;height:22px;font-size:9px}.home-view .today-card{border-radius:10px;gap:2px;padding:10px 12px}.home-view .today-card small{font-size:8px}.home-view .today-card strong{font-size:12px}.home-view .today-card span{font-size:8px}.home-view>main{flex-direction:column;height:100dvh;min-height:0;padding:clamp(14px,2.4vh,24px) clamp(20px,2.6vw,42px);display:flex;overflow:hidden}.home-view>main>header{flex:none;min-height:44px;margin-bottom:clamp(10px,1.6vh,16px)}.home-view>main>header p{font-size:10px}.home-view>main>header h1{font-size:clamp(25px,2.1vw,34px)}.home-view .home-dashboard{flex:1;grid-template-rows:auto minmax(0,1fr);gap:clamp(8px,1.3vh,13px);width:100%;max-width:none;min-height:0;display:grid}.home-view .home-hero{border-radius:15px;grid-template-columns:100px 1fr;padding:clamp(11px,1.8vh,18px) clamp(18px,2vw,28px)}.home-view .home-hero>div{padding-right:20px}.home-view .home-hero>div span{font-size:8px}.home-view .home-hero>div strong{font-size:clamp(35px,4vh,46px)}.home-view .home-hero>div small{font-size:9px}.home-view .home-hero>section{padding-left:22px}.home-view .home-hero section>p{font-size:9px}.home-view .home-hero h2{font-size:clamp(18px,1.7vw,24px)}.home-view .quick-actions{margin-top:clamp(7px,1.1vh,11px)}.home-view .quick-actions button{padding:7px 10px;font-size:9px}.home-view .overview-grid{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:1.2fr 1fr 1fr;gap:clamp(7px,1vh,11px);min-height:0}.home-view .overview-card{border-radius:12px;min-height:0;padding:clamp(10px,1.4vh,15px);overflow:hidden}.home-view .schedule-card{grid-area:span 3}.home-view .overview-heading{margin-bottom:clamp(7px,1vh,11px)}.home-view .overview-heading>span{font-size:10px}.home-view .overview-heading>span svg{width:15px;height:15px}.home-view .overview-heading button{font-size:8px}.home-view .mini-events{gap:5px}.home-view .mini-events>div{grid-template-columns:58px 1fr;padding:7px}.home-view .mini-events>div>b,.home-view .mini-events strong{font-size:9px}.home-view .mini-events small{font-size:7px}.home-view .mini-events p,.home-view .overview-card>p{margin:6px 0;font-size:9px}.home-view .meal-card>strong{font-size:clamp(14px,1.35vw,19px)}.home-view .big-number{font-size:clamp(25px,3vh,34px)}.home-view .mini-list{gap:4px;margin-top:6px}.home-view .mini-list span{padding:4px 7px;font-size:8px}.home-view .weather-card>div strong{font-size:clamp(25px,3vh,35px)}}@media (width>=1200px) and (height<=760px){.home-view .family,.home-view .today-card{display:none}.home-view>aside{gap:7px}.home-view nav button{padding:4px 10px}.home-view .home-hero{grid-template-columns:82px 1fr}.home-view .home-hero>div strong{font-size:31px}.home-view .quick-actions{margin-top:5px}.home-view .overview-card{padding:9px}.home-view .mini-list{display:none}}.night-setting.enabled{background:#f1f0f8}.night-controls{flex-wrap:wrap;justify-content:flex-end!important;align-items:end!important;gap:8px!important;display:flex!important}.night-controls label{color:#697772;gap:4px;font-size:8px;font-weight:700;display:grid}.night-controls input[type=time],.night-controls select{color:#203b38;background:#fff;border:1px solid #d8d8d2;border-radius:8px;padding:8px}.night-controls .night-switch,.night-controls .privacy-switch{background:#fff;border:1px solid #d8d8d2;border-radius:8px;align-items:center;gap:6px;min-height:34px;padding:9px 10px;display:flex}.night-controls input[type=checkbox]{accent-color:#4f8179}.app.night-display{filter:brightness(var(--night-level,.4));background:#000;transition:filter 1s}.night-private .schedule-card .mini-events,.night-private .message-preview .mini-list,.night-private .photo-saver b{filter:blur(7px);opacity:.25;-webkit-user-select:none;user-select:none}@media (width<=780px){.night-setting{flex-direction:column;align-items:stretch}.night-controls{justify-content:flex-start!important}.night-controls label{flex:1;min-width:110px}}.theme-hearth{--theme-side:#203b38;--theme-side-soft:#34534f;--theme-accent:#d96c50;--theme-highlight:#f3b95f;--theme-bg:#f6f3ec;--theme-tint:#f8f6f1}.theme-coastal{--theme-side:#16465a;--theme-side-soft:#2b6273;--theme-accent:#2c91a6;--theme-highlight:#8ed8d4;--theme-bg:#eef7f7;--theme-tint:#edf7f8}.theme-lavender{--theme-side:#493b59;--theme-side-soft:#675477;--theme-accent:#9a6fa5;--theme-highlight:#e2b8d5;--theme-bg:#f7f1f7;--theme-tint:#f6f0f7}.theme-sunshine{--theme-side:#59451f;--theme-side-soft:#745d30;--theme-accent:#e08a32;--theme-highlight:#f5ce5b;--theme-bg:#fbf6e9;--theme-tint:#fcf5df}.theme-winter{--theme-side:#2d4158;--theme-side-soft:#455d75;--theme-accent:#6085a8;--theme-highlight:#b9d7e8;--theme-bg:#f0f5f8;--theme-tint:#edf3f7}.theme-pack{background:var(--theme-bg)}.theme-pack>aside,.theme-pack .home-hero,.theme-pack .import-hero,.theme-pack .wall-display-card.enabled{background:var(--theme-side)}.theme-pack .brand>span{background:var(--theme-highlight);color:var(--theme-side)}.theme-pack nav button:hover,.theme-pack nav button.active,.theme-pack .today-card,.theme-pack .quick-actions button{background:var(--theme-side-soft)}.theme-pack .primary{background:var(--theme-accent);box-shadow:0 5px 14px color-mix(in srgb,var(--theme-accent) 25%,transparent)}.theme-pack .home-hero>div span,.theme-pack .today-card small,.theme-pack .person>b{color:var(--theme-highlight)}.theme-pack .overview-heading>span svg,.theme-pack .board-title svg,.theme-pack .photo-empty svg{color:var(--theme-accent)}.theme-pack .overview-heading button,.theme-pack .refresh-all{color:var(--theme-side-soft)}.theme-pack .big-number{color:var(--theme-side)}.theme-pack .mini-list span,.theme-pack .person-setting,.theme-pack .reward-strip>div,.theme-pack .grocery-groups h3{background:var(--theme-tint)}.theme-setting{align-items:flex-start}.theme-packs{flex:1;grid-template-columns:repeat(5,minmax(72px,1fr));gap:7px!important;display:grid!important}.theme-packs button{color:#53605c;cursor:pointer;text-align:left;background:#fff;border:1px solid #ddd9d1;border-radius:10px;gap:5px;padding:7px;display:grid;position:relative}.theme-packs button.selected{border-color:var(--theme-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-accent) 20%,transparent)}.theme-packs button>i{border-radius:6px;grid-template-columns:1.3fr 1fr 1fr;height:24px;display:grid;overflow:hidden}.theme-packs button>i b{display:block}.theme-packs button>span{font-size:8px;font-weight:700}.theme-packs button>svg{color:var(--theme-accent);position:absolute;bottom:5px;right:5px}@media (width<=850px){.theme-setting{flex-direction:column;align-items:stretch}.theme-packs{grid-template-columns:repeat(3,minmax(80px,1fr));width:100%}}@media (pointer:coarse),(width<=1199px){body{-webkit-text-size-adjust:100%;min-width:0}button,a,input,select,textarea{touch-action:manipulation}.primary,.toolbar button,.meal-controls button,.weekly-sheet-tools button,.photo-tools>button,.google-button,.new-list-form button,.add-list-item button,.calendar-export>button,.wall-display-card>button,.access-heading button,.access-card>button,.invite-form button,.pin-form>button,.new-code button,.recipe-heading>button,.recipe-grid footer button,.refresh-all,.provider-help a{min-height:44px;font-size:13px}.task-delete,.event-actions button,.day-focus .day-actions button,.custom-list-head>button,.feed-list article button,.photo-grid button,.media-grid article>button,.reward-list article>button{width:44px;min-width:44px;height:44px}.task-toggle{min-height:58px}.task-toggle strong{font-size:15px}.task-toggle small,.task-toggle small em{font-size:12px}.task-toggle>i{width:30px;height:30px}.board-title p,.privacy-note,.feed-status,.setup-note,.album-tip,.list-empty p{font-size:13px;line-height:1.45}.board-title h2{font-size:27px}.feed-form label,.modal label,.login-screen label,.smart-import form>label:not(.import-file),.smart-import form>div label,.media-filters label,.display-setting>div:last-child label,.night-controls label{font-size:12px}.feed-form input,.feed-form select,.modal input,.modal select,.modal textarea,.login-screen input,.new-list-form input,.add-list-item input,.meal-ideas form input,.reward-create>input,.invite-form input,.invite-form select,.pin-form input,.media-filters select,.media-grid article input,.display-setting select,.night-controls input[type=time],.night-controls select,.smart-import textarea,.smart-import select,.import-review article input,.import-review article select{min-height:44px;font-size:16px}.calendar-providers>button{min-height:68px;padding:12px}.calendar-providers>button strong{font-size:13px}.calendar-providers>button small{font-size:11px}.provider-help strong,.calendar-export strong,.wall-display-card strong,.access-heading strong,.access-card strong,.pin-form strong{font-size:13px}.provider-help p,.calendar-export small,.wall-display-card small,.access-heading small,.access-card small,.pin-form small,.feed-list article span,.feed-list article span b{font-size:11px}.list-tabs button{min-height:44px;font-size:13px}.grocery-groups h3,.routine-groups h3{align-items:center;min-height:44px;font-size:12px}.routine-groups h3 span{font-size:11px}.reward-strip strong,.reward-list article strong{font-size:13px}.reward-strip small,.reward-list article span,.reward-shop-title small,.reward-shop>p{font-size:11px}.reward-list select,.reward-list form button{height:44px;font-size:12px}.reward-create label,.reward-create button{min-height:44px;font-size:12px}.meal-week header span{font-size:11px}.meal-week label span{font-size:10px}.meal-week input{min-height:32px;font-size:14px}.recipe-grid header strong{font-size:14px}.recipe-grid ul,.recipe-grid>article>p{font-size:12px}.recipe-grid>article>small,.recipe-heading small{font-size:11px}.recipe-grid header button{width:44px;height:44px}.import-file strong,.import-review header strong{font-size:13px}.import-file small,.import-review header small,.import-status{font-size:11px}.theme-packs button{min-height:58px;padding:9px}.theme-packs button>span{font-size:12px}.theme-packs button>i{height:28px}.night-controls .night-switch,.night-controls .privacy-switch{min-height:44px}.lock-badge{min-height:44px;font-size:12px}.day-focus>header span,.day-focus>header small{font-size:11px}.day-focus>header p,.day-focus time,.day-focus article small,.day-focus article p,.feature-empty span{font-size:12px}.day-focus article strong{font-size:16px}.global-search{min-height:44px}.global-search input{font-size:16px}.search-results>button{min-height:54px}.search-results strong{font-size:13px}.search-results small{font-size:11px}}@media (width>=1200px){.home-view nav button{min-height:42px;font-size:14px}.home-view nav button svg{width:20px;height:20px}.home-view .brand small{font-size:12px}.home-view .person{font-size:13px}.home-view .person i{width:27px;height:27px;font-size:11px}.home-view .today-card small,.home-view .today-card span{font-size:11px}.home-view .today-card strong{font-size:15px}.home-view>main>header p{font-size:13px}.home-view .home-hero>div span,.home-view .home-hero>div small,.home-view .home-hero section>p{font-size:12px}.home-view .quick-actions button{min-height:44px;padding:9px 13px;font-size:13px}.home-view .overview-heading>span{font-size:14px}.home-view .overview-heading>span svg{width:19px;height:19px}.home-view .overview-heading button{min-height:36px;font-size:12px}.home-view .mini-events>div{grid-template-columns:72px 1fr;padding:9px}.home-view .mini-events>div>b,.home-view .mini-events strong{font-size:13px}.home-view .mini-events small{font-size:11px}.home-view .mini-events p,.home-view .overview-card>p{font-size:13px}.home-view .meal-card>strong{font-size:clamp(18px,1.5vw,23px)}.home-view .mini-list span{padding:6px 9px;font-size:12px}}@media (width>=1200px) and (height<=900px){.home-view .family,.home-view .today-card{display:none}.home-view>aside{gap:8px}.home-view .brand+nav{gap:2px}}@media (orientation:portrait) and (width<=1100px){.app{grid-template-columns:1fr;min-height:100dvh}.app>aside{z-index:20;gap:9px;height:auto;max-height:none;padding:10px 14px;position:sticky;top:0;overflow:hidden;box-shadow:0 5px 18px #13252235}.app>aside .brand{justify-content:center}.app>aside .brand>span{border-radius:11px;width:38px;height:38px}.app>aside .brand strong{font-size:22px}.app>aside .brand small,.app>aside .family,.app>aside .today-card{display:none}.app>aside .brand+nav{scrollbar-width:none;gap:6px;padding:2px 0 4px;display:flex;overflow-x:auto}.app>aside .brand+nav::-webkit-scrollbar{display:none}.app>aside nav button{flex:none;gap:8px;min-height:46px;padding:10px 13px;font-size:14px}.app>aside nav button svg{width:20px;height:20px}.app>main{padding:24px 20px}.app>main>header{flex-wrap:wrap;gap:14px;margin-bottom:22px}.app>main>header h1{font-size:30px}.app>main .board,.app>main .home-dashboard,.app>main .day-focus,.app>main .access-settings,.app>main .access-card,.app>main .wall-display-card{max-width:none}.overview-grid{grid-template-columns:1fr 1fr}.schedule-card{grid-area:auto/span 2}.feed-form{grid-template-columns:minmax(0,1fr) 160px}.photo-tools{flex-wrap:wrap}.photo-tools>button:last-child{margin-left:0}.modal{width:min(520px,100vw - 32px);max-height:calc(100dvh - 32px);overflow-y:auto}.login-options{grid-template-columns:minmax(0,440px);align-content:start;overflow:auto}.theme-packs{grid-template-columns:repeat(3,minmax(110px,1fr))}.display-setting,.theme-setting,.night-setting{flex-direction:column;align-items:stretch}.display-setting>div:last-child,.night-controls{flex-wrap:wrap;justify-content:flex-start!important}.weekly-sheet,.month-wrap,.week-grid,.meal-week{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}}@media (orientation:portrait) and (width<=700px){.overview-grid{grid-template-columns:1fr}.schedule-card{grid-column:auto}.app>main{padding:18px 12px}.app>aside .brand{justify-content:flex-start}.theme-packs{grid-template-columns:repeat(2,minmax(110px,1fr))}.feed-form,.message-grid,.routine-groups,.recipe-grid{grid-template-columns:1fr}}@media (orientation:landscape) and (width>=901px) and (height<=900px){.app:not(.home-view)>aside{gap:12px;height:100dvh;padding:18px 16px;position:sticky;top:0;overflow-y:auto}.app:not(.home-view)>aside .brand+nav{gap:2px}.app:not(.home-view)>aside nav button{min-height:44px;padding:8px 11px;font-size:13px}.app:not(.home-view)>aside .family,.app:not(.home-view)>aside .today-card{display:none}.app:not(.home-view)>main{padding:22px 28px}.app:not(.home-view)>main>header{margin-bottom:20px}.modal{max-height:calc(100dvh - 24px);overflow-y:auto}.scrim{padding:12px}}.kids-setting>div:last-child{align-items:end;gap:8px;display:flex}.kids-setting label{color:#7c8883;gap:4px;font-size:11px;font-weight:700;display:grid}.kids-setting select{background:#fff;border:1px solid #d8d8d2;border-radius:9px;min-height:44px;padding:9px 34px 9px 11px;font-size:14px}.kids-setting button{color:#fff;cursor:pointer;background:#203b38;border:0;border-radius:9px;min-height:44px;padding:10px 14px;font-size:13px;font-weight:700}.kids-setting button:disabled{opacity:.38;cursor:not-allowed}.kids-mode{background:var(--theme-bg);color:#283431;min-height:100dvh}.kids-mode>header{background:var(--theme-side);color:#fff;align-items:center;gap:18px;height:82px;margin:0;padding:14px clamp(18px,4vw,52px);display:flex}.kid-brand{align-items:center;gap:12px;display:flex}.kid-brand>i{border:3px solid #ffffff70;border-radius:17px;place-items:center;width:52px;height:52px;font-size:23px;font-style:normal;font-weight:800;display:grid}.kid-brand>span{display:grid}.kid-brand small{letter-spacing:1.5px;color:var(--theme-highlight);font-size:11px;font-weight:700}.kid-brand strong{font:600 27px Fraunces}.kid-stars{background:#ffffff17;border:1px solid #ffffff28;border-radius:16px;align-items:baseline;gap:7px;margin-left:auto;padding:11px 18px;display:flex}.kid-stars b{color:var(--theme-highlight);font:600 26px Fraunces}.kid-stars span{color:#d5e0dd;font-size:13px}.kids-mode>header>button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff42;border-radius:13px;align-items:center;gap:8px;min-height:48px;padding:0 16px;font-size:14px;font-weight:700;display:flex}.kids-mode>main{max-width:1600px;margin:auto;padding:clamp(16px,2.5vw,32px)}.kid-hero{background:var(--theme-side);color:#fff;border-radius:22px;grid-template-columns:110px 1fr;align-items:center;padding:20px 28px;display:grid;box-shadow:0 14px 35px #203b3820}.kid-hero>div{border-right:1px solid #ffffff30;grid-template-columns:auto auto;align-items:end;padding-right:25px;display:grid}.kid-hero>div span{color:var(--theme-highlight);text-transform:uppercase;letter-spacing:1px;grid-column:1/-1;font-size:12px;font-weight:700}.kid-hero>div strong{font:600 52px/1 Fraunces}.kid-hero>div small{padding:0 0 6px 7px;font-size:13px}.kid-hero>section{padding-left:28px}.kid-hero>section>svg{color:var(--theme-highlight);float:left;margin:5px 11px 0 0}.kid-hero h1{font-size:29px}.kid-hero p{color:#c4d2ce;margin:5px 0 0;font-size:14px}.kid-grid{grid-template-columns:1.25fr 1fr 1fr;gap:16px;margin-top:16px;display:grid}.kid-card{background:#fff;border:1px solid #dedbd3;border-radius:19px;min-height:380px;overflow:hidden}.kid-card>header{background:var(--theme-tint);border-bottom:1px solid #e8e4dc;justify-content:space-between;align-items:center;height:auto;margin:0;padding:17px 20px;display:flex}.kid-card>header>span{align-items:center;gap:9px;font-size:18px;font-weight:800;display:flex}.kid-card>header>span svg{color:var(--theme-accent)}.kid-card>header>b{color:var(--theme-side);background:#fff;border-radius:20px;padding:6px 10px;font-size:14px}.kid-chores>div{display:grid}.kid-chores button{text-align:left;color:#35413e;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #ece9e2;grid-template-columns:42px 1fr;align-items:center;gap:13px;min-height:76px;padding:12px 17px;display:grid}.kid-chores button:last-child{border-bottom:0}.kid-chores button>i{color:#fff;border:3px solid #aebbb6;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.kid-chores button>span{gap:4px;display:grid}.kid-chores button strong{font-size:17px}.kid-chores button small{color:#8a9591;font-size:12px}.kid-chores button.done{color:#75817d;background:#f1f7f4}.kid-chores button.done>i{background:#4f9187;border-color:#4f9187}.kid-chores button.done strong{text-decoration:line-through}.kid-day>div{padding:7px 18px}.kid-day article{border-left:5px solid var(--person);background:#f8faf9;border-radius:9px;grid-template-columns:75px 1fr;gap:11px;margin:9px 0;padding:13px;display:grid}.kid-day time{color:#64726d;font-size:13px;font-weight:800}.kid-day article>span{gap:3px;display:grid}.kid-day article strong{font-size:16px}.kid-day article small{color:#84908b;font-size:12px}.kid-card footer{border-top:1px solid #e8e4dc;align-items:center;gap:10px;padding:13px 18px;display:flex}.kid-day footer svg{color:var(--theme-accent)}.kid-day footer span{display:grid}.kid-day footer small{color:#8a9591;font-size:10px;font-weight:700}.kid-day footer strong{font-size:15px}.kid-rewards>div{padding:7px 14px}.kid-rewards article{border-bottom:1px solid #ece9e2;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;padding:11px 6px;display:grid}.kid-rewards article:last-child{border:0}.kid-rewards article>svg{color:#d4a64f}.kid-rewards article>span{gap:3px;display:grid}.kid-rewards article strong{font-size:14px}.kid-rewards article small{color:#89938f;font-size:11px}.kid-rewards article>b{color:#b17b22;font-size:13px}.kid-rewards article.ready{background:#fff9e8;border-radius:9px}.kid-rewards article.ready small{color:#7b681f;font-weight:700}.kid-rewards footer{gap:6px;display:grid}.kid-rewards progress{width:100%;height:13px;accent-color:var(--theme-accent)}.kid-rewards footer small{color:#77847f;font-size:11px}.kid-empty{text-align:center;color:#84908b;padding:28px 20px;font-size:14px}.kid-celebration{z-index:200;color:#fff;text-align:center;background:#172b28b8;place-content:center;justify-items:center;animation:.2s ease-out kid-pop;display:grid;position:fixed;inset:0}.kid-celebration>div{font-size:88px;animation:.7s infinite alternate kid-bounce}.kid-celebration strong{margin:10px;font:600 clamp(25px,4vw,44px) Fraunces}.kid-celebration span{color:#f5ce5b;font-size:30px}@keyframes kid-pop{0%{opacity:0}to{opacity:1}}@keyframes kid-bounce{0%{transform:translateY(4px)rotate(-3deg)}to{transform:translateY(-9px)rotate(3deg)}}@media (orientation:portrait){.kids-mode>header{height:auto;min-height:78px}.kid-grid{grid-template-columns:1fr}.kid-card{min-height:0}.kid-hero{grid-template-columns:95px 1fr}.kid-stars span{display:none}}@media (orientation:portrait) and (width<=600px){.kids-mode>header{gap:8px;padding:11px 12px}.kid-brand>i{width:43px;height:43px}.kid-brand strong{font-size:20px}.kid-stars{padding:9px}.kids-mode>header>button{justify-content:center;width:48px;padding:0;font-size:0}.kids-mode>main{padding:12px}.kid-hero{grid-template-columns:1fr;padding:18px}.kid-hero>div{border:0;border-bottom:1px solid #ffffff30;padding:0 0 13px}.kid-hero>section{padding:15px 0 0}.kid-hero h1{font-size:23px}.kid-grid{gap:12px;margin-top:12px}.kids-setting{flex-direction:column;align-items:stretch}.kids-setting>div:last-child{width:100%}.kids-setting label{flex:1}.kids-setting select{width:100%}}.kid-chores{grid-row:span 2}.kid-routine>h2{color:#77837e;letter-spacing:1.2px;text-transform:uppercase;background:#f6f3ec;margin:0;padding:8px 17px;font:800 11px DM Sans}.kid-nudges{min-height:0}.kid-nudges>div{padding:8px 14px}.kid-nudges article{background:#fff8e8;border:1px solid #efdfb8;border-radius:11px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;margin:7px 0;padding:10px;display:grid}.kid-nudges article>svg{color:#d99a2f}.kid-nudges article>span{gap:3px;display:grid}.kid-nudges article strong{font-size:14px}.kid-nudges article small{color:#8a7958;font-size:11px}.kid-nudges article button{background:var(--theme-side);color:#fff;cursor:pointer;border:0;border-radius:9px;align-items:center;gap:5px;min-height:44px;padding:8px 11px;font-size:12px;font-weight:800;display:flex}.kid-nightlight{z-index:190;background:radial-gradient(circle at 50% 40%,color-mix(in srgb,var(--nightlight) 42%,#17111d),#08070b 75%);color:color-mix(in srgb,var(--nightlight) 75%,white);text-align:center;cursor:pointer;place-content:center;justify-items:center;display:grid;position:fixed;inset:0}.kid-nightlight>svg{filter:drop-shadow(0 0 24px var(--nightlight));margin-bottom:18px}.kid-nightlight strong{text-shadow:0 0 45px color-mix(in srgb,var(--nightlight) 45%,transparent);font:600 clamp(72px,14vw,180px)/1 Fraunces}.kid-nightlight span{margin-top:12px;font-size:clamp(17px,3vw,30px)}.kid-nightlight small{opacity:.55;margin-top:36px;font-size:13px}.nudge-settings{background:#fff;border:1px solid #e0ddd5;border-radius:16px;max-width:900px;margin-top:14px;padding:18px}.nudge-settings>header{margin:0 0 12px}.nudge-settings>header>div{align-items:center;gap:9px;display:flex}.nudge-settings>header svg{color:#d99a2f}.nudge-settings>header span{display:grid}.nudge-settings>header strong{font-size:14px}.nudge-settings>header small{color:#89938f;font-size:11px}.nudge-settings>form{grid-template-columns:minmax(180px,1fr) 140px 190px auto;gap:8px;display:grid}.nudge-settings input,.nudge-settings select{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:9px;min-width:0;min-height:44px;padding:9px 11px;font-size:14px}.nudge-settings form button{color:#fff;cursor:pointer;background:#203b38;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:9px 12px;font-size:12px;font-weight:800;display:flex}.nudge-settings>p{color:#4f8179;font-size:11px}.nudge-settings>div{gap:7px;margin-top:12px;display:grid}.nudge-settings article{background:#f8f6f1;border-radius:9px;grid-template-columns:28px minmax(0,1fr) 44px;align-items:center;gap:8px;padding:8px;display:grid}.nudge-settings article>span{display:grid}.nudge-settings article strong{font-size:13px}.nudge-settings article small{color:#89938f;font-size:10px}.nudge-settings article>button{color:#a16659;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:44px;height:44px;display:grid}@media (orientation:portrait){.kid-chores{grid-row:auto}.nudge-settings{max-width:none}.nudge-settings>form{grid-template-columns:1fr 1fr}.nudge-settings>form button{grid-column:1/-1}}@media (width<=600px){.kid-nudges article{grid-template-columns:30px 1fr}.kid-nudges article button{grid-column:2;justify-self:start}.nudge-settings>form{grid-template-columns:1fr}.nudge-settings>form button{grid-column:auto}}.smart-home-view .header-actions>.primary{display:none}.ha-loading,.ha-connect,.ha-page{max-width:1100px}.ha-loading{color:#76847f;justify-content:center;align-items:center;gap:10px;min-height:280px;display:flex}.ha-connect{background:#fff;border:1px solid #dedbd3;border-radius:20px;overflow:hidden}.ha-connect-hero{background:var(--theme-side);color:#fff;align-items:center;gap:18px;padding:30px;display:flex}.ha-connect-hero>i{background:var(--theme-highlight);width:66px;height:66px;color:var(--theme-side);border-radius:20px;flex:none;place-items:center;display:grid}.ha-connect-hero small,.ha-header small{color:var(--theme-highlight);letter-spacing:1.4px;font-size:10px;font-weight:800}.ha-connect-hero h2{margin:5px 0;font:600 clamp(25px,4vw,38px) Fraunces}.ha-connect-hero p{color:#c2d2ce;margin:0;font-size:13px}.ha-connect>form{gap:15px;padding:24px;display:grid}.ha-connect label{gap:6px;font-size:12px;font-weight:800;display:grid}.ha-connect input,.ha-connect textarea{resize:vertical;border:1px solid #d7d9d3;border-radius:11px;padding:13px;font:14px DM Sans}.ha-connect form>p{color:#7f8b87;margin:0;font-size:11px}.ha-connect form>.primary{justify-content:center;min-height:50px}.ha-owner-note{background:#f7f3ea;border-radius:12px;align-items:center;gap:12px;margin:24px;padding:18px;display:flex}.ha-owner-note span{display:grid}.ha-owner-note small{color:#7d8985;margin-top:3px}.ha-guide{color:var(--theme-accent);align-items:center;gap:6px;margin:0 24px 24px;font-size:12px;font-weight:700;display:inline-flex}.ha-header{background:var(--theme-side);color:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.ha-header>div{align-items:center;gap:12px;display:flex}.ha-header>div>i{width:48px;height:48px;color:var(--theme-highlight);background:#ffffff13;border-radius:14px;place-items:center;display:grid}.ha-header span{display:grid}.ha-header strong{font:600 23px Fraunces}.ha-header b{color:#b8cbc6;white-space:nowrap;text-overflow:ellipsis;max-width:400px;font-size:9px;font-weight:500;overflow:hidden}.ha-header>div:last-child button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff35;border-radius:10px;align-items:center;gap:6px;min-height:44px;padding:0 12px;font-weight:700;display:flex}.ha-header>div:last-child .danger-link{color:#ffd1c8}.ha-message{color:#3e756c;background:#edf5f2;border-radius:10px;padding:11px 13px;font-size:12px}.ha-message.error{color:#a34f3c;background:#fff0ec}.ha-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0;display:grid}.ha-summary article{background:#fff;border:1px solid #e0ddd5;border-radius:13px;grid-template-columns:auto 1fr;align-items:center;gap:1px 9px;padding:14px;display:grid}.ha-summary svg{color:var(--theme-accent);grid-row:1/3}.ha-summary strong{font:600 24px Fraunces}.ha-summary span{color:#83908b;font-size:10px}.ha-tools{gap:9px;margin-bottom:12px;display:flex}.ha-tools label{background:#fff;border:1px solid #dcdad3;border-radius:11px;flex:1;align-items:center;gap:8px;padding:0 12px;display:flex}.ha-tools input{background:0 0;border:0;outline:0;width:100%;min-height:46px}.ha-tools select{background:#fff;border:1px solid #dcdad3;border-radius:11px;min-height:46px;padding:0 36px 0 12px}.ha-entities{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.ha-entities>article{background:#fff;border:1px solid #dfddd6;border-radius:14px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:74px;padding:13px;display:grid}.ha-entities>article.on{background:#f4faf7;border-color:#b9d7cf}.ha-entities>article.unavailable{opacity:.5}.ha-entities>article>i{color:#54766f;background:#edf2f0;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.ha-entities>article.on>i{background:var(--theme-highlight);color:var(--theme-side)}.ha-entities>article>div{min-width:0;display:grid}.ha-entities>article>div strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.ha-entities>article>div span{color:#82908b;margin-top:3px;font-size:10px}.ha-toggle{color:#66756f;cursor:pointer;background:#e7ece9;border:0;border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.ha-entities>article.on .ha-toggle{background:var(--theme-accent);color:#fff}.ha-activate{background:var(--theme-side);color:#fff;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:6px;min-height:44px;padding:0 12px;font-weight:800;display:flex}.ha-dimmer{grid-column:2/-1;grid-template-columns:48px 48px 48px;align-items:center;gap:5px;display:grid}.ha-dimmer button{color:#466f67;cursor:pointer;background:#fff;border:1px solid #d9ddd8;border-radius:9px;min-height:38px;font-weight:800}.ha-dimmer b{text-align:center;font-size:11px}.ha-empty{color:#84908b;justify-items:center;gap:7px;padding:65px 20px;display:grid}.ha-empty strong{color:#35413e;font-size:16px}.ha-empty span,.ha-limit{color:#84908b;font-size:11px}.spin{animation:1s linear infinite ha-spin}@keyframes ha-spin{to{transform:rotate(360deg)}}@media (width<=760px){.ha-connect-hero{padding:22px}.ha-summary{grid-template-columns:repeat(2,1fr)}.ha-entities{grid-template-columns:1fr}.ha-header{align-items:flex-start}.ha-header>div:last-child,.ha-tools{display:grid}.ha-tools select{width:100%}}@media (width<=480px){.ha-connect-hero{align-items:flex-start}.ha-connect-hero>i{width:52px;height:52px}.ha-header{display:grid}.ha-header>div:last-child{grid-template-columns:1fr 1fr}.ha-header>div:last-child button{justify-content:center}.ha-summary article{padding:11px}.ha-entities>article{grid-template-columns:44px minmax(0,1fr) 48px}.ha-dimmer{grid-column:1/-1;justify-content:end}}.ha-header>div:last-child a{color:#fff;background:#ffffff0d;border:1px solid #ffffff35;border-radius:10px;align-items:center;gap:6px;min-height:44px;padding:0 12px;font-weight:700;text-decoration:none;display:flex}.ha-dashboard-tabs{scrollbar-width:thin;gap:7px;padding:14px 1px 10px;display:flex;overflow-x:auto}.ha-dashboard-tabs button{color:#5d6b66;cursor:pointer;background:#fff;border:1px solid #dcdad3;border-radius:11px;flex:none;align-items:center;gap:7px;min-height:46px;padding:0 14px;font-size:13px;font-weight:800;display:flex}.ha-dashboard-tabs button.active{background:var(--theme-side);border-color:var(--theme-side);color:#fff}.ha-dashboard-tabs button.add{color:var(--theme-accent);border-style:dashed}.ha-new-dashboard{background:#fff;border:1px solid #dedbd3;border-radius:13px;grid-template-columns:1fr auto auto;gap:8px;margin-bottom:12px;padding:12px;display:grid}.ha-new-dashboard input{border:1px solid #d8d8d2;border-radius:9px;min-height:46px;padding:0 12px;font-size:14px}.ha-new-dashboard button{cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:9px;min-height:46px;padding:0 15px;font-weight:800}.ha-new-dashboard .primary{background:var(--theme-side);color:#fff}.ha-dashboard-welcome{background:#fff8e8;border:1px solid #ead9ac;border-radius:14px;align-items:center;gap:12px;margin:0 0 13px;padding:14px;display:flex}.ha-dashboard-welcome>svg{color:#c88c2c;flex:none}.ha-dashboard-welcome>span{flex:1;display:grid}.ha-dashboard-welcome strong{font-size:14px}.ha-dashboard-welcome small{color:#82775e;margin-top:3px;font-size:11px}.ha-dashboard-welcome button{background:var(--theme-side);color:#fff;cursor:pointer;border:0;border-radius:10px;min-height:44px;padding:0 14px;font-weight:800}.ha-dashboard-head{background:#fff;border:1px solid #dedbd3;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:13px 15px;display:flex}.ha-dashboard-head>div,.ha-dashboard-head>span{align-items:center;gap:9px;display:flex}.ha-dashboard-head>div>svg{color:var(--theme-accent)}.ha-dashboard-head>div>span{display:grid}.ha-dashboard-head strong{font:600 19px Fraunces}.ha-dashboard-head small{color:#89938f;font-size:10px}.ha-dashboard-head input{border:1px solid #d8d8d2;border-radius:9px;min-height:44px;padding:0 11px;font-size:15px;font-weight:800}.ha-dashboard-head button{color:#52645e;cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:9px;align-items:center;gap:6px;min-height:44px;padding:0 12px;font-weight:800;display:flex}.ha-dashboard-head button.active{background:var(--theme-side);color:#fff}.ha-dashboard-head button.danger-link{color:#a25343}.ha-dashboard-section{margin:14px 0 20px}.ha-dashboard-section>header{justify-content:space-between;align-items:baseline;height:auto;margin:0 0 8px;padding:0 3px;display:flex}.ha-dashboard-section>header span{font:600 20px Fraunces}.ha-dashboard-section>header small{color:#89938f;font-size:10px}.ha-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr))}.ha-dashboard-grid .dashboard-card{min-height:92px}.ha-dashboard-grid .dashboard-card>i{border-radius:15px;width:52px;height:52px}.ha-dashboard-grid .dashboard-card>div strong{font-size:15px}.ha-dashboard-grid .dashboard-card>div span{font-size:11px}.ha-grip{color:#b0b7b3;cursor:grab}.ha-dashboard-grid article:has(.ha-grip){grid-template-columns:20px 52px minmax(0,1fr) auto}.ha-dashboard-grid article>footer{border-top:1px solid #ebe8e1;grid-column:1/-1;justify-content:space-between;align-items:end;gap:8px;padding-top:10px;display:flex}.ha-dashboard-grid article>footer label{color:#7f8b87;flex:1;gap:4px;font-size:9px;font-weight:800;display:grid}.ha-dashboard-grid article>footer input{border:1px solid #d8d8d2;border-radius:9px;min-width:0;min-height:42px;padding:0 10px}.ha-dashboard-grid article>footer>span{gap:5px;display:flex}.ha-dashboard-grid article>footer button{color:#54736d;cursor:pointer;background:#fff;border:1px solid #dedbd4;border-radius:9px;place-items:center;width:44px;height:44px;display:grid}.ha-dashboard-grid article>footer button:last-child{color:#a25343}.ha-device-picker{background:#fff;border:1px solid #dedbd3;border-radius:15px;margin-bottom:16px;padding:14px}.ha-device-picker>header{height:auto;margin:0 0 12px}.ha-device-picker>header>div{align-items:center;gap:9px;display:flex}.ha-device-picker>header svg{color:var(--theme-accent)}.ha-device-picker>header span{display:grid}.ha-device-picker>header strong{font-size:14px}.ha-device-picker>header small{color:#89938f;font-size:10px}.ha-device-picker>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;max-height:260px;display:grid;overflow-y:auto}.ha-device-picker>div:last-child>button{text-align:left;color:#4a5c56;cursor:pointer;background:#faf9f6;border:1px solid #e1ded7;border-radius:10px;grid-template-columns:25px 1fr auto;align-items:center;gap:7px;min-height:58px;padding:7px 9px;display:grid}.ha-device-picker>div:last-child>button>span{min-width:0;display:grid}.ha-device-picker>div:last-child strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ha-device-picker>div:last-child small{color:#89938f;font-size:9px}.ha-device-picker>div:last-child>button:disabled{opacity:.45;cursor:default}.ha-dashboard-empty button{background:var(--theme-side);color:#fff;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:6px;min-height:46px;margin-top:8px;padding:0 15px;font-weight:800;display:flex}.ha-wall{z-index:180;background:var(--theme-bg,#f6f3ec);padding:clamp(12px,2vw,30px);position:fixed;inset:0;overflow:auto;max-width:none!important}.ha-wall .ha-header{display:none}.ha-wall .ha-dashboard-tabs{padding-top:0;padding-right:150px}.ha-wall .ha-dashboard-tabs .add,.ha-wall .ha-dashboard-tabs button:first-child{display:none}.ha-wall-exit{z-index:181;color:#fff;cursor:pointer;background:#a84e3d;border:0;border-radius:11px;align-items:center;gap:7px;min-height:46px;padding:0 14px;font-weight:800;display:flex;position:fixed;top:clamp(12px,2vw,30px);right:clamp(12px,2vw,30px)}.ha-wall .ha-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}.ha-wall .dashboard-card{min-height:105px}.ha-wall .ha-dashboard-section>header span{font-size:24px}@media (orientation:portrait) and (width<=1100px){.ha-loading,.ha-connect,.ha-page{max-width:none}.ha-device-picker>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}.ha-dashboard-grid{grid-template-columns:1fr}.ha-wall .ha-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.ha-header>div:last-child{grid-template-columns:1fr 1fr}.ha-dashboard-welcome{flex-wrap:wrap;align-items:flex-start}.ha-dashboard-welcome button{width:100%}.ha-dashboard-head{flex-direction:column;align-items:flex-start}.ha-dashboard-head>span{flex-wrap:wrap;width:100%}.ha-new-dashboard{grid-template-columns:1fr 1fr}.ha-new-dashboard input{grid-column:1/-1}.ha-device-picker>div:last-child,.ha-wall .ha-dashboard-grid{grid-template-columns:1fr}.ha-wall .ha-dashboard-tabs{padding-top:58px;padding-right:0}.ha-wall-exit{justify-content:center;left:12px;right:12px}.ha-dashboard-grid article:has(.ha-grip){grid-template-columns:20px 44px minmax(0,1fr) 48px}.ha-dashboard-grid article>footer{flex-direction:column;align-items:stretch}.ha-dashboard-grid article>footer>span{justify-content:flex-end}}.smart-home-integrations{max-width:1100px}.smart-provider-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px;display:grid}.smart-provider-tabs button{color:#60706a;cursor:pointer;background:#fff;border:1px solid #dcdad3;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:54px;padding:7px 13px;font-size:13px;font-weight:800;display:flex}.smart-provider-tabs button>span{color:#54766f;background:#edf2f0;border-radius:9px;place-items:center;width:31px;height:31px;font-size:10px;display:grid}.smart-provider-tabs button.active{background:var(--theme-side);border-color:var(--theme-side);color:#fff}.smart-provider-tabs button.active>span{background:var(--theme-highlight);color:var(--theme-side)}@media (orientation:portrait) and (width<=1100px){.smart-home-integrations{max-width:none}.smart-provider-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.smart-provider-tabs{gap:6px}.smart-provider-tabs button{gap:5px;min-height:50px;padding:6px;font-size:11px}.smart-provider-tabs button>span{width:27px;height:27px}}.pixora-compose{background:#fff;border:1px solid #dedbd3;border-radius:15px;margin-top:14px;padding:16px}.pixora-compose>header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.pixora-compose>header>i{color:#54766f;background:#edf2f0;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.pixora-compose>header>span{display:grid}.pixora-compose>header strong{font-size:15px}.pixora-compose>header small{color:#89938f;margin-top:3px;font-size:10px}.pixora-compose>form{grid-template-columns:2fr 1fr 1fr;align-items:end;gap:10px;display:grid}.pixora-compose label{color:#6d7a76;gap:5px;font-size:10px;font-weight:800;display:grid}.pixora-compose input,.pixora-compose select{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:10px;min-width:0;min-height:48px;padding:0 11px;font:13px DM Sans}.pixora-compose form>.primary{background:var(--theme-side);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:50px;font-weight:800;display:flex}.pixora-graphic-preview{color:#61716b;align-items:center;gap:8px;min-height:50px;font-size:11px;font-weight:800;display:flex}.pixora-graphic-preview img{object-fit:contain;background:#081014;border-radius:8px;width:50px;height:38px}.pixora-devices{margin-top:14px}.pixora-devices>header{justify-content:space-between;align-items:center;margin:0 2px 8px;display:flex}.pixora-devices>header strong{font:600 20px Fraunces}.pixora-devices>header small{color:#89938f;font-size:10px}.pixora-devices>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.pixora-devices article{background:#fff;border:1px solid #dedbd3;border-radius:13px;grid-template-columns:44px 1fr auto;align-items:center;gap:9px;padding:12px;display:grid}.pixora-devices article>i{color:#54766f;background:#edf2f0;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.pixora-devices article>span{display:grid}.pixora-devices article strong{font-size:13px}.pixora-devices article small{color:#89938f;font-size:10px}.pixora-devices article>b{color:#9a746e;text-align:right;font-size:9px}.pixora-devices article>b.online{color:#44887c}@media (width<=760px){.pixora-compose>form{grid-template-columns:1fr 1fr}.pixora-devices>div{grid-template-columns:1fr}}@media (width<=520px){.pixora-compose>form{grid-template-columns:1fr}.pixora-devices article{grid-template-columns:44px 1fr}.pixora-devices article>b{text-align:left;grid-column:2}}.ha-header>div:last-child{flex-wrap:wrap;justify-content:flex-end}.ha-connection-editor{background:#fff;border:1px solid #dedbd3;border-radius:15px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0;padding:16px;display:grid}.ha-connection-editor>header{border-bottom:1px solid #e7e3dc;grid-column:1/-1;justify-content:space-between;align-items:center;height:auto;margin:0;padding:0 0 10px;display:flex}.ha-connection-editor>header span{display:grid}.ha-connection-editor>header strong{font-size:14px}.ha-connection-editor>header small{color:#89938f;font-size:10px}.ha-connection-editor>header button{color:#75827d;cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;display:grid}.ha-connection-editor label{gap:5px;font-size:11px;font-weight:800;display:grid}.ha-connection-editor input,.ha-connection-editor textarea{resize:vertical;border:1px solid #d8d8d2;border-radius:9px;width:100%;min-height:46px;padding:10px 11px;font:13px DM Sans}.ha-connection-editor>p{color:#7d8985;grid-column:1/-1;margin:0;font-size:10px}.ha-connection-editor>.primary{grid-column:1/-1;justify-content:center;min-height:48px}@media (width<=760px){.ha-connection-editor{grid-template-columns:1fr}.ha-connection-editor>header,.ha-connection-editor>p,.ha-connection-editor>.primary{grid-column:auto}}.ha-header.collapsed{border-radius:14px;padding:10px 14px}.ha-header.collapsed>div>i{border-radius:11px;width:40px;height:40px}.ha-header.collapsed strong{font:700 14px DM Sans}.ha-header.collapsed b{display:none}.ha-header.collapsed .ha-collapse{justify-content:center;min-width:90px}.ha-oauth-connect{justify-items:start;gap:9px;padding:24px;display:grid}.ha-oauth-connect strong{font:600 21px Fraunces}.ha-oauth-connect p{color:#7c8984;margin:0;font-size:12px}.ha-oauth-connect .primary,.ha-oauth-editor .primary{border-radius:10px;align-items:center;gap:7px;min-height:48px;padding:0 16px;text-decoration:none;display:flex}.ha-oauth-connect>span,.ha-oauth-editor>span{color:#866721;background:#fff4dc;border-radius:9px;padding:11px;font-size:11px}.ha-oauth-editor{grid-template-columns:1fr}.ha-oauth-editor>header,.ha-oauth-editor>p,.ha-oauth-editor>.primary{grid-column:auto}.ha-entities>article>.ha-toggle{grid-area:1/3;place-self:start end}.ha-entities>article>.ha-dimmer{grid-area:2/2/auto/-1}@media (width<=480px){.ha-entities>article>.ha-dimmer{grid-area:2/1/auto/-1}}.ha-dashboard-head>div.editing-name{flex:1;width:min(100%,620px)}.ha-dashboard-head>div.editing-name>svg{flex:none}.ha-dashboard-head>div.editing-name>input{touch-action:manipulation;width:100%;min-width:220px;min-height:56px;caret-color:var(--theme-side);padding:0 16px;font-size:18px;line-height:1.2}.ha-dashboard-head>div.editing-name>input:focus{outline:3px solid color-mix(in srgb,var(--theme-accent) 28%,transparent);outline-offset:2px;border-color:var(--theme-accent)}@media (width<=760px){.ha-dashboard-head>div.editing-name{width:100%}.ha-dashboard-head>div.editing-name>input{min-width:0;font-size:18px}}.ha-entities>article{align-items:start}.ha-entities>article>i,.ha-entities>article>div{align-self:start}.ha-entities>article>div{padding-top:3px}.ha-dashboard-grid>article.editing-card>.ha-toggle{grid-column:4}.ha-dashboard-grid>article.editing-card>.ha-dimmer{grid-column:3/-1}@media (width<=760px){.ha-dashboard-grid>article.editing-card>.ha-toggle{grid-column:4}.ha-dashboard-grid>article.editing-card>.ha-dimmer{grid-column:3/-1}}@media (width<=480px){.ha-dashboard-grid>article.editing-card>.ha-dimmer{grid-column:1/-1}}.ha-dashboard-tabs button[draggable=true]{cursor:grab}.ha-dashboard-tabs button[draggable=true]:active{cursor:grabbing}.ha-dashboard-head button:disabled{opacity:.38;cursor:not-allowed}@media (width<=760px){.ha-dashboard-head>span button{flex:1;justify-content:center;min-width:132px}}.ha-dashboard-tabs{scrollbar-width:none;flex-wrap:wrap;overflow:visible}.ha-dashboard-tabs::-webkit-scrollbar{display:none}@media (width>=700px){.app{font-size:17px}.brand small{font-size:14px}.brand+nav button{font-size:17px}.family p{font-size:13px}.person{font-size:16px}.today-card small{font-size:13px}.today-card strong{font-size:19px}.today-card span{font-size:14px}main>header p{font-size:16px}.sync{font-size:14px}.global-search{width:260px}.global-search input,.primary{font-size:16px}main :where(button,input,select,textarea){font-size:15px}main :where(label,small){line-height:1.35;font-size:14px!important}main p{line-height:1.45;font-size:16px!important}.board-title p{font-size:16px!important}.toolbar strong{font-size:17px}.legend span{font-size:14px}.day-head span{font-size:13px}.events article small{font-size:13px!important}.events article strong{font-size:15px}.events article span{font-size:12px}.home-hero>div span{font-size:13px}.home-hero>div small,.home-hero section>p{font-size:16px!important}.home-hero h2{font-size:30px}.quick-actions button{font-size:16px}.overview-heading>span{font-size:17px}.overview-heading button{font-size:15px}.mini-events>div>b{font-size:14px}.mini-events strong{font-size:16px}.mini-events small{font-size:13px!important}.mini-events p,.overview-card>p{font-size:16px!important}.meal-card>strong{font-size:29px}.big-number{font-size:45px}.mini-list span{font-size:14px}.weather-card>div:nth-child(2) span,.countdown-preview>div>span strong{font-size:16px}.countdown-preview>div>span small{font-size:14px!important}.task strong,.message-grid article strong,.message-preview>div>span strong,.search-results strong{font-size:16px}.search-results small{font-size:14px!important}.search-results p{font-size:15px!important}.household-setting strong{font-size:16px}.household-setting small{font-size:14px!important}.household-setting>button,.backup-setting a,.backup-setting label{font-size:14px}.setting-status{font-size:14px!important}.ha-connect-hero small,.ha-header small{font-size:13px!important}.ha-connect-hero p,.ha-connect form>p,.ha-message,.ha-connect label{font-size:15px!important}.ha-guide{font-size:15px}.ha-summary span{font-size:14px}.ha-entities>article>div strong,.ha-dashboard-grid .dashboard-card>div strong{font-size:17px}.ha-entities>article>div span,.ha-dashboard-grid .dashboard-card>div span{font-size:14px}.ha-dimmer b{font-size:15px}.ha-empty span,.ha-limit{font-size:14px}.ha-dashboard-tabs button,.smart-provider-tabs button{font-size:16px}.ha-dashboard-head small,.ha-dashboard-section>header small,.ha-dashboard-welcome small,.ha-device-picker>header small,.ha-device-picker>div:last-child small{font-size:14px!important}.ha-device-picker>div:last-child strong{font-size:15px}.pixora-compose>header strong,.pixora-devices article strong{font-size:17px}.pixora-compose>header small,.pixora-devices article small,.pixora-devices article>b,.pixora-devices>header small,.pixora-compose label{font-size:14px!important}.pixora-graphic-preview{font-size:14px}}.pixora-event-reminders{background:#fff;border:1px solid #e0ddd5;border-radius:16px;max-width:900px;margin:16px 0;padding:20px}.pixora-event-reminders>header{height:auto;margin:0 0 16px;padding:0}.pixora-event-reminders>header>div{align-items:center;gap:11px;display:flex}.pixora-event-reminders>header svg{color:var(--theme-accent,#d96c50)}.pixora-event-reminders>header span{display:grid}.pixora-event-reminders>header strong{font-size:17px}.pixora-event-reminders>header small{color:#7e8b86;font-size:14px}.pixora-event-reminders>div{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pixora-event-reminders label{background:#fbfaf7;border:1px solid #d8d8d2;border-radius:10px;align-items:center;gap:8px;min-height:48px;padding:0 14px;font-size:15px;font-weight:700;display:flex}.pixora-event-reminders input{width:20px;height:20px;accent-color:var(--theme-accent,#4f8179)}.pixora-event-reminders select{color:#35433f;background:0 0;border:0;min-height:40px;font-size:16px;font-weight:700}.pixora-event-reminders select:disabled{opacity:.45}.pixora-reminder-target{flex:300px}.pixora-reminder-target select{flex:1;min-width:210px;max-width:100%}.pixora-event-reminders>p{color:#7e8b86;margin:14px 0 0;font-size:14px}@media (width<=700px){.pixora-event-reminders{padding:16px}.pixora-event-reminders>div{display:grid}.pixora-event-reminders label{width:100%}.pixora-reminder-minutes,.pixora-reminder-target{justify-content:space-between}.pixora-reminder-target select{min-width:0}}.planner-error-screen{z-index:500;background:#f6f3ec;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.planner-error-screen>section{text-align:center;background:#fff;border:1px solid #dedbd3;border-radius:20px;width:min(560px,100%);padding:30px;box-shadow:0 18px 55px #203b3825}.planner-error-screen>section>svg{color:#d96c50}.planner-error-screen h1{margin:10px 0 6px;font:600 31px Fraunces}.planner-error-screen p{color:#6f7c77;font-size:16px!important}.planner-error-screen details{text-align:left;background:#f7f5f0;border-radius:10px;margin:16px 0;padding:11px}.planner-error-screen summary{cursor:pointer;font-weight:700}.planner-error-screen code{white-space:pre-wrap;overflow-wrap:anywhere;color:#8b5549;margin-top:8px;display:block}.planner-error-screen>section>div{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.planner-error-screen button{color:#203b38;cursor:pointer;background:#fff;border:1px solid #203b38;border-radius:11px;min-height:48px;padding:0 18px;font-size:16px;font-weight:800}.planner-error-screen button:first-child{color:#fff;background:#203b38;align-items:center;gap:7px;display:flex}.ha-summary button{text-align:left;color:#35413e;cursor:pointer;background:#fff;border:1px solid #e0ddd5;border-radius:13px;grid-template-columns:auto 1fr;align-items:center;gap:1px 9px;min-height:86px;padding:14px;transition:border-color .15s,background .15s,transform .15s,box-shadow .15s;display:grid}.ha-summary button:hover{border-color:var(--theme-accent);transform:translateY(-1px);box-shadow:0 7px 18px #203b3813}.ha-summary button.selected{border-color:var(--theme-accent);box-shadow:inset 0 0 0 1px var(--theme-accent);background:#edf5f2}.ha-summary button:focus-visible{outline:3px solid color-mix(in srgb,var(--theme-accent) 30%,transparent);outline-offset:2px}.ha-summary button svg{color:var(--theme-accent);grid-row:1/3}.ha-summary-result{background:#edf5f2;border:1px solid #cfe1dc;border-radius:11px;align-items:center;gap:10px;margin:0 0 10px;padding:10px 12px;display:flex}.ha-summary-result strong{font-size:16px}.ha-summary-result span{color:#70807a;font-size:14px}.ha-summary-result button{color:#426f67;cursor:pointer;background:#fff;border:1px solid #bad2cb;border-radius:9px;align-items:center;gap:5px;min-height:40px;margin-left:auto;padding:0 11px;font-weight:800;display:flex}@media (width<=480px){.ha-summary button{min-height:78px;padding:11px}.ha-summary-result{flex-wrap:wrap;align-items:flex-start}.ha-summary-result button{justify-content:center;width:100%}}
