@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,Inter,system-ui,sans-serif;color:#18201d;background:#edf1ef;font-synthesis:none;--green: #07965c;--green-dark: #08744a;--mint: #e8f7ef;--muted: #7b8581;--line: #e4e9e6;--red: #e84949}*{box-sizing:border-box}html,body,#root{touch-action:pan-x pan-y;overscroll-behavior:none}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button{color:inherit}button,a,input,textarea,select{touch-action:manipulation}.app-shell{position:relative;width:min(100%,460px);min-height:100vh;margin:0 auto;background:linear-gradient(180deg,#eefaf4 0,#fff 240px);box-shadow:0 0 55px #1a322714}.app-content{min-height:100vh;padding:max(27px,env(safe-area-inset-top)) 22px 118px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.page-header h1{margin:0;font-size:29px;line-height:1.18;letter-spacing:-.8px;font-weight:800}.page-header p{margin:5px 0 0;color:var(--muted);font-size:14px;font-weight:500}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#ffffffc2;cursor:pointer}.icon-button svg{width:20px}.notification-button{position:relative}.notification-button>span{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid white;border-radius:99px;background:var(--red);color:#fff;font-size:8px;font-weight:800}.icon-button.quiet{border:0;background:transparent;width:30px;height:30px;color:#a2aaa7}.summary-card{padding:18px 19px 16px;background:#fff;border:1px solid rgba(7,150,92,.1);border-radius:17px;box-shadow:0 8px 24px #145a3a14;margin-bottom:26px}.summary-top{display:flex;justify-content:space-between;align-items:end}.summary-top small{display:block;color:var(--muted);font-size:12px;font-weight:600}.summary-top strong{display:block;margin-top:2px;font-size:29px;line-height:1}.progress-copy{display:flex;align-items:baseline;gap:8px}.progress-copy b{color:var(--green);font-size:16px}.progress-copy span{color:var(--muted);font-size:11px}.progress-track{height:6px;margin-top:14px;overflow:hidden;border-radius:99px;background:#edf1ef}.progress-track span{display:block;height:100%;min-width:0;border-radius:inherit;background:var(--green);transition:width .35s ease}.task-section{margin:0 0 26px}.task-section>header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.task-section>header h2{font-size:14px;text-transform:uppercase;letter-spacing:.55px;margin:0;font-weight:800}.task-section>header span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:99px;background:#eff3f1;color:#7b8581;font-size:11px;font-weight:800}.task-section.red>header h2,.task-section.red>header span{color:var(--red)}.task-section.red>header span{background:#fff0f0}.task-row{display:flex;gap:13px;padding:16px 0 15px;border-bottom:1px solid var(--line)}.task-row:last-child{border-bottom:0}.check-button{flex:0 0 auto;width:25px;height:25px;border:2px solid #b9c2be;border-radius:50%;background:#fff;margin-top:1px;padding:4px;cursor:pointer;transition:transform .15s,border-color .15s}.check-button:hover{transform:scale(1.08);border-color:var(--green)}.check-button.danger{border-color:#f19b9b}.check-button span{display:block;width:100%;height:100%;border-radius:50%;background:transparent}.task-copy{min-width:0;flex:1}.task-title-line{display:flex;align-items:start;justify-content:space-between;gap:8px}.task-open{min-width:0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.task-open:hover h3{color:var(--green-dark)}.task-row h3{font-size:15px;line-height:1.38;margin:0;font-weight:700}.task-description{margin:4px 0 0;font-size:12px;color:var(--muted);line-height:1.4}.task-meta{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:7px}.task-meta span{display:inline-flex;align-items:center;gap:4px;color:#7e8884;font-size:10px;font-weight:600}.task-meta svg{width:12px;height:12px}.task-meta .red{color:var(--red)}.round-add{width:42px;height:42px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:var(--green);box-shadow:0 6px 17px #07965c42;cursor:pointer}.search-box{height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:13px;background:#fff;border:1px solid var(--line);margin-bottom:14px}.search-box svg{width:18px;color:#97a09c}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:14px}.assignee-filters{display:flex;gap:9px;margin:0 -2px 24px;padding:2px 2px 5px;overflow-x:auto;scrollbar-width:none}.assignee-filters::-webkit-scrollbar{display:none}.assignee-filters button{position:relative;flex:0 0 auto;min-width:62px;display:grid;justify-items:center;gap:4px;padding:8px 8px 7px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#68736e;cursor:pointer}.assignee-filters button.active{border-color:#72c8a1;background:var(--mint);color:var(--green-dark);box-shadow:0 4px 12px #07965c1a}.filter-avatar{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#eef3f0;color:#4d5b55;font-size:11px;font-weight:800}.filter-avatar img{width:100%;height:100%;object-fit:cover}.filter-avatar.all{border-radius:10px;background:var(--green);color:#fff;font-size:9px}.filter-avatar.family{background:#e6f5ed;color:var(--green-dark)}.assignee-filters b{max-width:68px;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.assignee-filters small{position:absolute;top:5px;right:5px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;border-radius:99px;background:#f0f3f1;color:#78827e;font-size:8px;font-weight:800}.assignee-filters button.active small{background:#fff;color:var(--green-dark)}.empty-assignee{display:flex;align-items:center;justify-content:space-between;padding:15px 2px;color:var(--muted)}.empty-assignee p{margin:0;font-size:11px}.empty-assignee button{padding:7px 10px;border:0;border-radius:9px;background:var(--mint);color:var(--green-dark);font-size:9px;font-weight:800;cursor:pointer}.empty-today{width:100%;display:flex;align-items:center;gap:13px;padding:16px 0;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer}.empty-today>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--mint);color:var(--green)}.empty-today>span svg{width:14px}.empty-today div{flex:1;display:grid;gap:2px}.empty-today b{font-size:14px}.empty-today small{color:var(--muted)}.empty-today>svg{width:17px;color:var(--green)}.history-list{display:grid;gap:2px}.history-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.done-icon{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:var(--mint)}.done-icon svg{width:14px}.history-row h3{margin:0;font-size:14px}.history-row p{margin:5px 0 0;color:var(--muted);font-size:10px}.empty-state{padding:70px 25px;text-align:center;color:var(--muted)}.empty-state svg{color:var(--green)}.empty-state h3{color:#26302c;margin:13px 0 5px;font-size:16px}.empty-state p{margin:0;font-size:12px;line-height:1.55}.profile-card{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--mint);color:var(--green-dark);font-size:19px;font-weight:800}.avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-card h3{margin:0 0 3px;font-size:15px}.profile-card p{margin:0;color:var(--muted);font-size:11px}.profile-card-button{width:100%;text-align:left;cursor:pointer}.profile-card-button>div:nth-child(2){flex:1}.profile-card-button>svg{width:18px;color:#a4adaa}.subpage-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.subpage-header h1{margin:0;font-size:25px;letter-spacing:-.7px}.subpage-header p{margin:3px 0 0;color:var(--muted);font-size:11px}.profile-detail-card{padding:28px 18px;text-align:center;border:1px solid var(--line);border-radius:18px;background:#fff}.profile-detail-card .avatar{width:76px;height:76px;margin:auto;font-size:26px}.profile-detail-card h2{margin:14px 0 4px;font-size:20px}.profile-detail-card p{margin:0;color:var(--muted);font-size:12px}.info-card{display:flex;gap:13px;margin-top:14px;padding:16px;border-radius:15px;background:var(--mint);color:#35624d}.info-card>svg{flex:0 0 auto;width:20px}.info-card b{font-size:12px}.info-card p{margin:4px 0 0;font-size:10px;line-height:1.55}.info-card.compact{margin-bottom:14px}.member-list{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.member-row{display:flex;align-items:center;gap:12px;padding:14px;border-bottom:1px solid var(--line)}.member-row:last-child{border-bottom:0}.member-row .avatar{width:42px;height:42px;font-size:15px}.member-row>div:nth-child(2){flex:1;min-width:0;display:grid;gap:3px}.member-row b{font-size:12px}.member-row small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis}.member-row>span{padding:5px 7px;border-radius:99px;background:#f0f5f2;color:#61706a;font-size:8px;font-weight:800}.member-add{margin-top:14px;border:1px solid var(--line);border-radius:16px;background:#fff}.member-add h3{grid-column:1 / -1;margin:0;font-size:13px}.settings-form{display:grid;gap:10px}.settings-section-title{display:flex;align-items:center;gap:11px;padding:5px 3px 1px}.settings-section-title>svg{width:19px;color:var(--green)}.settings-section-title div{display:grid;gap:2px}.settings-section-title b{font-size:12px}.settings-section-title small{color:var(--muted);font-size:9px}.settings-divider{height:1px;margin:4px 0;background:var(--line)}.settings-form>label{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.settings-form label>span{display:flex;align-items:center;gap:11px}.settings-form label>span>svg{width:19px;color:var(--green)}.settings-form label div{display:grid;gap:2px}.settings-form label b{font-size:11px}.settings-form label small{color:var(--muted);font-size:9px}.settings-form input[type=time],.settings-form select{max-width:105px;padding:8px;border:1px solid var(--line);border-radius:9px;background:#fafcfb;font-size:10px}.settings-form input[type=checkbox]{width:38px;height:21px;accent-color:var(--green)}.settings-form .inline-action{padding:8px 10px;border:0;border-radius:9px;background:var(--mint);color:var(--green-dark);font-size:9px;font-weight:800;cursor:pointer}.settings-form .reconnect-action{justify-self:end;margin:-4px 4px 2px;padding:4px 0;border:0;background:transparent;color:var(--green-dark);font-size:9px;font-weight:700;cursor:pointer}.settings-form .primary-button{margin-top:5px}.status-note{margin:0;color:#527061;font-size:10px;text-align:center}.list-caption{margin:24px 2px 8px;color:#909995;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.settings-list{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.settings-list>button{width:100%;display:flex;align-items:center;gap:13px;padding:14px 15px;border:0;border-bottom:1px solid var(--line);background:#fff;cursor:pointer;text-align:left}.settings-list>button:last-child{border-bottom:0}.settings-list>button>svg:first-child{width:20px;color:var(--green)}.settings-list>button>svg:last-child{width:16px;color:#a4adaa}.settings-list button span{flex:1;display:grid;gap:2px}.settings-list b{font-size:13px}.settings-list small{color:var(--muted);font-size:10px}.settings-list .logout-row,.settings-list .logout-row>svg:first-child{color:var(--red)}.invite-box{padding:14px;background:var(--mint)}.invite-box p{margin:0 0 10px;overflow-wrap:anywhere;color:#35624d;font-size:10px}.invite-box button{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:0;border-radius:8px;background:#fff;color:var(--green-dark);font-size:10px;font-weight:700}.invite-box svg{width:13px}.family-add-box{display:grid;grid-template-columns:1fr auto;gap:9px;padding:14px;border-bottom:1px solid var(--line);background:#f7faf8}.family-add-box input{min-width:0;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;outline:0;background:#fff;font-size:11px}.family-add-box input:focus{border-color:#8acbad}.family-add-box button{min-width:82px;height:40px;display:grid;place-items:center;padding:0 12px;border:0;border-radius:10px;background:var(--green);color:#fff;font-size:10px;font-weight:800;cursor:pointer}.family-add-box button:disabled{opacity:.55}.family-add-box button svg{width:16px}.family-add-box p{grid-column:1 / -1;margin:0;color:#61706a;font-size:10px;line-height:1.45}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bottom-nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translate(-50%);width:min(100%,460px);height:calc(76px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);align-items:start;padding:9px 8px env(safe-area-inset-bottom);background:#fffffff5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav button{display:flex;flex-direction:column;align-items:center;gap:4px;padding:5px 0;border:0;background:transparent;color:#949d99;font-size:9px;font-weight:600;cursor:pointer}.bottom-nav button svg{width:21px;height:21px}.bottom-nav button.active{color:var(--green)}.bottom-nav .add-nav{position:relative;top:-25px}.bottom-nav .add-nav span{width:54px;height:54px;display:grid;place-items:center;border:5px solid white;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 7px 18px #07965c4d}.bottom-nav .add-nav svg{width:24px}.sheet-backdrop{position:fixed;z-index:50;inset:0;display:flex;align-items:end;justify-content:center;padding-top:30px;background:#111a1666;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.task-sheet{width:min(100%,460px);max-height:94vh;overflow-y:auto;padding:10px 22px max(24px,env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -16px 45px #0c231929;animation:slide-up .25s ease-out}@keyframes slide-up{0%{transform:translateY(30px);opacity:.7}}.sheet-handle{width:38px;height:4px;margin:0 auto 16px;border-radius:99px;background:#dbe0dd}.task-sheet header{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px}.eyebrow{margin:0 0 4px;color:var(--green);font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.task-sheet h2{margin:0;font-size:22px;letter-spacing:-.45px}.details-sheet{display:flex;flex-direction:column;min-height:min(640px,88vh)}.notification-sheet{min-height:min(520px,78vh)}.notification-list{display:grid;gap:8px}.notification-row{width:100%;display:flex;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:left;cursor:pointer}.notification-row>span{flex:0 0 auto;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--mint);color:var(--green)}.notification-row.overdue>span{background:#fff0f0;color:var(--red)}.notification-row svg{width:18px}.notification-row div{min-width:0}.notification-row b{display:block;margin-bottom:4px;font-size:11px}.notification-row p{margin:0;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.notification-empty{padding:65px 25px;text-align:center;color:var(--muted)}.notification-empty>svg{color:var(--green)}.notification-empty h3{margin:12px 0 5px;color:#33403a;font-size:14px}.notification-empty p{margin:0;font-size:10px;line-height:1.55}.details-sheet header{margin-bottom:15px}.details-actions{display:flex;gap:5px}.details-description{margin:0 0 14px;color:#64706b;font-size:13px;line-height:1.55}.details-meta{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:18px;border-bottom:1px solid var(--line)}.details-meta span{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:9px;background:#f3f7f5;color:#61706a;font-size:10px;font-weight:700}.details-meta svg{width:13px;height:13px;color:var(--green)}.comments-heading{display:flex;justify-content:space-between;align-items:center;margin:19px 0 10px}.comments-heading div{display:flex;align-items:center;gap:8px}.comments-heading svg{width:17px;color:var(--green)}.comments-heading h3{margin:0;font-size:14px}.comments-heading>span{display:grid;place-items:center;min-width:21px;height:21px;border-radius:99px;background:#eff3f1;color:#7b8581;font-size:10px;font-weight:800}.comments-list{flex:1;min-height:145px;max-height:330px;overflow-y:auto;padding:2px 1px 12px}.comments-empty{padding:37px 18px;text-align:center}.comments-empty p{margin:0 0 5px;color:#4c5954;font-size:12px;font-weight:700}.comments-empty small{color:var(--muted);font-size:10px;line-height:1.5}.comment-bubble{width:fit-content;max-width:88%;margin:0 0 10px;padding:10px 12px;border-radius:4px 14px 14px;background:#f2f5f3}.comment-bubble.mine{margin-left:auto;border-radius:14px 4px 14px 14px;background:var(--mint)}.comment-bubble div{display:flex;align-items:baseline;gap:8px}.comment-bubble b{font-size:10px;color:#44504b}.comment-bubble time{color:#949d99;font-size:8px}.comment-bubble p{margin:5px 0 0;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.comment-form{display:flex;align-items:center;gap:9px;padding-top:12px;border-top:1px solid var(--line)}.comment-form input{flex:1;min-width:0;height:44px;padding:0 14px;border:1px solid var(--line);border-radius:12px;outline:0;background:#f9fbfa;font-size:12px}.comment-form input:focus{border-color:#8acbad;background:#fff}.comment-form button{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:12px;background:var(--green);color:#fff;cursor:pointer}.comment-form button:disabled{opacity:.4;cursor:default}.comment-form svg{width:18px}.title-field input{width:100%;padding:0 0 12px;border:0;border-bottom:2px solid #dce3df;outline:0;font-size:17px;font-weight:700}.title-field input:focus{border-color:var(--green)}.description-field textarea{width:100%;margin:12px 0 15px;padding:10px 0;resize:none;border:0;outline:0;color:#4d5954;font-size:13px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.select-field{min-width:0;display:flex;align-items:center;gap:11px;min-height:58px;padding:10px 12px;border:1px solid var(--line);border-radius:13px;background:#fbfcfb}.select-field>svg{width:18px;color:var(--green);flex:0 0 auto}.select-field>svg:last-child{color:#a5adaa;width:15px}.select-field span{min-width:0;flex:1;display:grid;gap:3px}.select-field small{color:var(--muted);font-size:9px;font-weight:600}.select-field input,.select-field select{width:100%;min-width:0;padding:0;border:0;outline:0;appearance:none;background:transparent;color:#26302c;font-size:12px;font-weight:700}.select-field.wide{margin-bottom:10px}.primary-button,.secondary-button{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;font-weight:800;cursor:pointer}.primary-button{margin-top:18px;border:0;background:var(--green);color:#fff;box-shadow:0 7px 18px #07965c33}.primary-button:disabled{opacity:.5;cursor:default}.primary-button svg{width:18px}.secondary-button{margin-top:10px;border:1px solid var(--line);background:#fff;color:#34403b}.toast{position:fixed;z-index:80;left:50%;bottom:100px;transform:translate(-50%);width:min(calc(100% - 40px),410px);padding:12px 16px;border:0;border-radius:12px;background:#202925;color:#fff;font-size:12px;box-shadow:0 9px 30px #0003}.auth-page{width:min(100%,460px);min-height:100vh;margin:auto;display:flex;flex-direction:column;justify-content:center;padding:35px 25px;background:radial-gradient(circle at 50% 20%,#d9f5e7 0,#f7fcf9 37%,#fff 70%)}.auth-hero{text-align:center}.brand-mark{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 19px;border-radius:21px;background:var(--green);color:#fff;box-shadow:0 14px 28px #07965c38;transform:rotate(-4deg)}.brand-mark svg{width:34px;height:34px}.auth-hero h1{margin:0;font-size:40px;letter-spacing:-1.8px}.auth-lead{max-width:330px;margin:13px auto 22px;color:#67736e;font-size:14px;line-height:1.6}.auth-features{display:flex;justify-content:center;gap:15px;color:#68746f;font-size:10px;font-weight:700}.auth-features span{display:flex;align-items:center;gap:5px}.auth-features svg{width:14px;color:var(--green)}.auth-card{margin-top:37px}.error-banner{padding:11px;border-radius:10px;background:#fff0f0;color:#b43838;font-size:11px;text-align:center}.loading-line{color:var(--muted);font-size:12px;text-align:center}@media(min-width:700px){body{padding:24px 0}.app-shell,.auth-page{min-height:calc(100vh - 48px);border-radius:26px;overflow:hidden}.bottom-nav{bottom:24px;border-radius:0 0 26px 26px}.sheet-backdrop{align-items:center}.task-sheet{border-radius:24px;max-height:calc(100vh - 60px)}}
