:root{color:#172018;font-synthesis:none;text-rendering:optimizelegibility;background:#f6f6f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f6f6f1;min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #35633e38}.app{--bg:#f6f6f1;--surface:#fff;--surface-soft:#efefe8;--text:#172018;--muted:#69706a;--border:#deded5;--primary:#35633e;--primary-dark:#264c2e;--primary-soft:#e6efe4;--shadow:0 10px 34px #232b220f;min-height:100vh;color:var(--text);background:var(--bg);display:flex}.app.dark{--bg:#111713;--surface:#19211b;--surface-soft:#202a22;--text:#f1f4ef;--muted:#9da69e;--border:#303a32;--primary:#76a77d;--primary-dark:#96c39b;--primary-soft:#243a28;--shadow:0 12px 38px #0003}button{cursor:pointer;background:0 0;border:0}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand strong,.topbar-copy span{font-family:ui-rounded,Arial Rounded MT Bold,Inter,system-ui,sans-serif}.sidebar{z-index:10;border-right:1px solid var(--border);background:var(--surface);flex-direction:column;width:244px;padding:30px 20px 22px;display:flex;position:fixed;inset:0 auto 0 0}.brand{text-align:left;align-items:center;gap:12px;padding:0 8px 34px;display:flex}.brand-mark{color:#fff;background:var(--primary);border-radius:11px 11px 11px 3px;place-items:center;width:38px;height:38px;font-family:ui-rounded,system-ui,sans-serif;font-size:19px;font-weight:800;display:grid;box-shadow:0 6px 16px #35633e38}.brand>span:last-child{flex-direction:column;display:flex}.brand strong{letter-spacing:-.4px;font-size:18px;line-height:1.2}.brand small{color:var(--muted);letter-spacing:.04em;margin-top:2px;font-size:10px}.sidebar nav{flex-direction:column;gap:5px;display:flex}.nav-item{width:100%;min-height:44px;color:var(--muted);text-align:left;border-radius:11px;grid-template-columns:24px 1fr auto;align-items:center;padding:0 12px;font-weight:600;transition:all .18s;display:grid}.nav-item>span{text-align:center;font-size:19px}.nav-item b{min-width:23px;color:var(--muted);background:var(--surface-soft);text-align:center;border-radius:20px;padding:3px 6px;font-size:10px}.nav-item:hover{color:var(--text);background:var(--surface-soft)}.nav-item.active{color:var(--primary-dark);background:var(--primary-soft)}.nav-item.active b{color:#fff;background:var(--primary)}.nav-label{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:28px 12px 8px;font-size:10px;font-weight:700}.local-note{border:1px solid var(--border);background:var(--bg);border-radius:13px;gap:10px;margin-top:auto;padding:14px 12px;display:flex}.local-note>span{color:#4e985c;padding-top:3px;font-size:9px}.local-note div{flex-direction:column;display:flex}.local-note strong{font-size:11px}.local-note small{color:var(--muted);margin-top:3px;font-size:9px;line-height:1.35}.workspace{width:calc(100% - 244px);min-height:100vh;margin-left:244px}.topbar{z-index:8;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;height:72px;padding:0 5vw;display:flex;position:sticky;top:0}.topbar-copy{flex-direction:column;display:flex}.topbar-copy span{font-size:15px;font-weight:800}.topbar-copy small{color:var(--muted);margin-top:2px;font-size:10px}.topbar-actions{align-items:center;gap:10px;display:flex}.icon-button{border:1px solid var(--border);background:var(--surface);border-radius:10px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.add-button,.primary-button{color:#fff;background:var(--primary);border-radius:11px;min-height:42px;padding:0 18px;font-size:12px;font-weight:700;transition:all .18s;box-shadow:0 5px 16px #35633e29}.add-button span{vertical-align:-1px;margin-right:7px;font-size:18px;font-weight:400}.add-button .add-label{margin-right:0;font-size:12px;font-weight:700}.add-button:hover,.primary-button:hover{background:var(--primary-dark);transform:translateY(-1px)}.mobile-brand{display:none}main{min-height:calc(100vh - 72px)}.page-shell{width:min(1080px,100% - 8vw);margin:0 auto;padding:52px 0 80px}.narrow-shell{width:min(820px,100% - 8vw)}.eyebrow{color:var(--primary);letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:9px;font-weight:800}.eyebrow.purple{color:#7c3aed}.hero{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:48px;padding-bottom:42px;display:flex}.hero h1{letter-spacing:-.055em;margin-bottom:17px;font-size:clamp(36px,4vw,58px);line-height:1.06}.hero h1 em{color:var(--primary);font-style:normal}.hero>div:first-child>p:last-child{color:var(--muted);margin-bottom:0;font-size:13px}.hero-stats{flex-shrink:0;padding-bottom:5px;display:flex}.hero-stats div{border-left:1px solid var(--border);flex-direction:column;min-width:86px;padding:0 20px;display:flex}.hero-stats strong{font-family:ui-rounded,system-ui,sans-serif;font-size:27px;line-height:1}.hero-stats strong.stat-overdue{color:#dc503f}.hero-stats strong.stat-soon{color:#d28a16}.hero-stats span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:7px;font-size:9px}.filter-row{scrollbar-width:none;gap:7px;padding:23px 0 8px;display:flex;overflow-x:auto}.filter-row::-webkit-scrollbar{display:none}.chip{border:1px solid var(--border);min-height:34px;color:var(--muted);background:var(--surface);border-radius:20px;flex:none;padding:0 13px;font-size:10px;font-weight:700}.chip span{color:var(--muted);margin-left:5px}.chip.active{color:#fff;border-color:var(--primary);background:var(--primary)}.chip.active span{color:#ffffffb3}.task-section{margin-top:35px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:14px;display:flex}.section-heading h2{align-items:center;gap:8px;margin-bottom:4px;font-size:15px;display:flex}.section-heading h2>span{background:currentColor;border-radius:50%;width:7px;height:7px}.section-heading h2 b,.panel-heading h2 b{min-width:20px;height:20px;color:var(--muted);background:var(--surface-soft);border-radius:8px;place-items:center;font-size:9px;display:inline-grid}.section-heading p{color:var(--muted);margin:0 0 0 15px;font-size:10px}.task-section.overdue .section-heading h2{color:#d64d3c}.task-section.soon .section-heading h2{color:#c98314}.task-section.upcoming .section-heading h2{color:#3676c4}.task-section.snoozed .section-heading h2{color:#7c5eb5}.task-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.task-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;transition:transform .18s,border-color .18s;overflow:hidden}.task-card:hover{border-color:color-mix(in srgb, var(--primary) 35%, var(--border));transform:translateY(-2px)}.task-card-main{text-align:left;align-items:flex-start;gap:13px;width:100%;min-height:105px;padding:18px;display:flex}.task-icon,.detail-icon{width:38px;height:38px;color:var(--area-color);background:color-mix(in srgb, var(--area-color) 11%, var(--surface));border-radius:11px;flex:none;place-items:center;font-size:20px;font-weight:700;display:grid}.task-copy{flex:1;min-width:0}.task-copy small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:9px;display:block;overflow:hidden}.task-copy h3{margin-bottom:8px;font-size:13px;line-height:1.35}.task-copy p{color:var(--muted);align-items:center;margin:0;font-size:9px;display:flex}.status-dot{border-radius:50%;flex:none;width:6px;height:6px;margin-right:6px;display:inline-block}.status-dot.overdue,.timing.overdue span{background:#dc503f}.status-dot.soon,.timing.soon span{background:#d28a16}.status-dot.upcoming,.timing.upcoming span{background:#3676c4}.status-dot.snoozed,.timing.snoozed span{background:#7c5eb5}.card-arrow{color:var(--muted);font-size:21px}.task-card-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:44px;margin:0 16px;display:flex}.task-card-actions>span{color:var(--muted);align-items:center;font-size:9px;font-weight:600;display:flex}.task-card-actions i{border-radius:50%;width:5px;height:5px;margin-right:5px}.task-card-actions>div{gap:4px;display:flex}.task-card-actions button{min-height:27px;color:var(--muted);border-radius:7px;padding:0 8px;font-size:9px;font-weight:700}.task-card-actions button:hover{background:var(--surface-soft)}.task-card-actions button.done-button{color:var(--primary-dark);background:var(--primary-soft)}.task-card-actions button span{margin-left:3px}.mobile-fab{display:none}.back-button,.parent-link{color:var(--primary);margin-bottom:30px;padding:0;font-size:11px;font-weight:700}.parent-link{color:var(--muted);margin-top:-17px;display:block}.detail-hero{grid-template-columns:54px 1fr auto;align-items:start;gap:17px;padding-bottom:28px;display:grid}.detail-icon{border-radius:16px;width:54px;height:54px;font-size:28px}.detail-title h1{letter-spacing:-.045em;margin-bottom:8px;font-size:clamp(28px,4vw,40px)}.timing{color:var(--muted);align-items:center;margin:0;font-size:11px;font-weight:600;display:flex}.timing span{border-radius:50%;width:7px;height:7px;margin-right:7px}.detail-toolbar{gap:5px;display:flex}.detail-toolbar button,.panel-heading>button{border:1px solid var(--border);color:var(--muted);background:var(--surface);border-radius:8px;padding:8px 11px;font-size:10px;font-weight:700}.detail-toolbar button.danger-text{color:#c74a3c}.detail-actions{gap:10px;margin-bottom:16px;display:flex}.detail-actions button{min-height:46px}.snooze-button,.secondary-button{border:1px solid var(--border);color:#7254a6;background:#f1ecfa;border-radius:11px;padding:0 17px;font-size:11px;font-weight:700}.dark .snooze-button{background:#292235}.detail-actions .primary-button{flex:1}.detail-actions button span{margin-left:7px}.detail-panel,.form-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:17px;margin-bottom:15px;padding:25px}.meta-grid{grid-template-columns:repeat(4,1fr);display:grid}.meta-grid>div{border-left:1px solid var(--border);flex-direction:column;padding:3px 18px;display:flex}.meta-grid>div:first-child{border-left:0;padding-left:0}.meta-grid span,.notes-block>span{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;font-size:8px;font-weight:700}.meta-grid strong{margin-top:7px;font-size:11px}.notes-block{border-top:1px solid var(--border);margin-top:23px;padding-top:19px}.notes-block p{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.7}.section-panel{padding:22px 25px}.panel-heading{justify-content:space-between;align-items:center;display:flex}.panel-heading .eyebrow{margin-bottom:5px}.panel-heading h2{margin-bottom:0;font-size:16px}.child-list{border-top:1px solid var(--border);margin-top:15px}.child-list button{border-bottom:1px solid var(--border);text-align:left;grid-template-columns:15px 1fr auto;align-items:center;width:100%;min-height:57px;display:grid}.child-list button:last-child{border-bottom:0}.child-list div{flex-direction:column;display:flex}.child-list strong,.history-list strong{font-size:11px}.child-list small,.history-list small{color:var(--muted);margin-top:3px;font-size:9px}.child-list i{color:var(--muted);font-size:20px;font-style:normal}.panel-empty{color:var(--muted);margin:18px 0 0;font-size:11px}.history-list{margin-top:18px}.history-list>div{gap:12px;min-height:48px;display:flex;position:relative}.history-list>div:not(:last-child):after{content:"";background:var(--border);width:1px;position:absolute;top:23px;bottom:0;left:11px}.history-marker{z-index:1;width:23px;height:23px;color:var(--primary-dark);background:var(--primary-soft);border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.history-list div>div{flex-direction:column;padding-top:2px;display:flex}.form-heading{margin-bottom:27px}.form-heading h1{letter-spacing:-.045em;margin-bottom:10px;font-size:38px}.form-heading>p:last-child{color:var(--muted);font-size:12px}.template-section{border-block:1px solid var(--border);margin-bottom:18px;padding:20px 0 18px}.template-section h2{margin-bottom:14px;font-size:15px}.template-row{grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px;padding-bottom:4px;display:grid;overflow-x:auto}.template-row button{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;min-height:100px;padding:12px;display:flex}.template-row button:hover{border-color:var(--primary)}.template-row button>span{color:var(--primary);font-size:18px}.template-row strong{margin-top:9px;font-size:9px;line-height:1.35}.template-row small{color:var(--muted);margin-top:auto;font-size:8px}.form-panel{padding:27px}.form-section-title{align-items:flex-start;gap:12px;margin-bottom:25px;display:flex}.form-section-title>span{width:27px;height:27px;color:var(--primary-dark);background:var(--primary-soft);border-radius:9px;place-items:center;font-size:10px;font-weight:800;display:grid}.form-section-title h2{margin-bottom:3px;font-size:15px}.form-section-title p{color:var(--muted);margin:0;font-size:9px}.upkeep-form label,.upkeep-form fieldset{border:0;flex-direction:column;margin:0 0 19px;padding:0;display:flex}.upkeep-form label>span,.upkeep-form legend{color:var(--text);letter-spacing:.05em;margin-bottom:8px;font-size:9px;font-weight:800}.upkeep-form label>span small{color:var(--muted);margin-left:5px;font-weight:500}.upkeep-form input,.upkeep-form select,.upkeep-form textarea{border:1px solid var(--border);width:100%;min-height:45px;color:var(--text);background:var(--bg);border-radius:10px;padding:0 13px;font-size:11px}.upkeep-form textarea{resize:vertical;padding-top:12px;line-height:1.55}.upkeep-form input::placeholder,.upkeep-form textarea::placeholder{color:var(--muted);opacity:.7}.field-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.suffix-input{border:1px solid var(--border);background:var(--bg);border-radius:10px;display:flex}.suffix-input input{background:0 0;border:0}.suffix-input b{color:var(--muted);border-left:1px solid var(--border);align-items:center;padding:0 14px;font-size:9px;display:flex}.area-options{grid-template-columns:repeat(6,1fr);gap:7px;display:grid}.area-options button{border:1px solid var(--border);min-height:52px;color:var(--muted);background:var(--bg);border-radius:10px;justify-content:center;align-items:center;gap:5px;font-size:9px;font-weight:700;display:flex}.area-options button>span{color:var(--area-color);font-size:17px}.area-options button.selected{color:var(--area-color);border-color:var(--area-color);background:color-mix(in srgb, var(--area-color) 8%, var(--surface))}.form-actions{justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.secondary-button{min-height:42px;color:var(--muted);background:var(--surface)}.form-error{color:#b53c31;background:#fff0ee;border-radius:9px;padding:11px 13px;font-size:10px}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1219138c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.snooze-modal{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:22px;width:min(420px,100%);padding:32px;animation:.2s ease-out modal-in;box-shadow:0 30px 80px #00000038}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}.modal-icon{color:#7254a6;background:#f1ecfa;border-radius:16px;place-items:center;width:52px;height:52px;margin:0 auto 18px;font-family:ui-rounded,system-ui,sans-serif;font-weight:800;display:grid}.snooze-modal h2{margin-bottom:8px;font-size:21px}.snooze-modal>p:not(.eyebrow){color:var(--muted);font-size:11px;line-height:1.55}.snooze-options{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px;display:grid}.snooze-options button{border:1px solid var(--border);background:var(--bg);border-radius:11px;flex-direction:column;justify-content:center;align-items:center;min-height:73px;display:flex}.snooze-options button:hover{border-color:#8b6ebd}.snooze-options strong{font-size:16px}.snooze-options span{color:var(--muted);margin-top:3px;font-size:9px}.text-button{color:var(--muted);margin-top:20px;font-size:10px;font-weight:700}.toast{z-index:60;color:#244d2c;background:#f4fff2;border:1px solid #b9d3b9;border-radius:12px;align-items:center;gap:9px;max-width:360px;padding:13px 17px;font-size:11px;font-weight:700;animation:.25s ease-out toast-in;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 15px 40px #0000001f}.toast span{color:#fff;background:#43804d;border-radius:50%;place-items:center;width:19px;height:19px;display:grid}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:50px 20px;display:flex}.empty-state h2{margin:15px 0 6px;font-size:20px}.empty-state p{color:var(--muted);font-size:11px}.empty-state .primary-button{margin-top:10px}.empty-check{width:52px;height:52px;color:var(--primary);background:var(--primary-soft);border-radius:17px;place-items:center;font-size:23px;display:grid}@media (width<=900px){.sidebar{width:202px;padding-inline:14px}.workspace{width:calc(100% - 202px);margin-left:202px}.hero{flex-direction:column;align-items:flex-start;gap:25px}.hero-stats div:first-child{border-left:0;padding-left:0}.task-grid{grid-template-columns:1fr}.area-options{grid-template-columns:repeat(3,1fr)}.meta-grid{grid-template-columns:1fr 1fr;gap:20px 0}.meta-grid>div:nth-child(3){border-left:0;padding-left:0}}@media (width<=680px){.app{display:block}.sidebar{display:none}.workspace{width:100%;margin-left:0}.topbar{height:63px;padding:0 16px}.mobile-brand{align-items:center;gap:8px;font-family:ui-rounded,system-ui,sans-serif;font-size:14px;font-weight:800;display:flex}.mobile-brand .brand-mark{border-radius:9px 9px 9px 3px;width:31px;height:31px;font-size:15px}.topbar-copy{display:none}.add-button{width:38px;min-height:38px;box-shadow:none;place-items:center;padding:0;display:grid}.add-button span{margin:0;font-size:23px;line-height:1}.add-button .add-label{display:none}.page-shell,.narrow-shell{width:calc(100% - 32px);padding:32px 0 90px}.hero{gap:24px;padding-bottom:31px}.hero h1{font-size:37px}.hero-stats{width:100%}.hero-stats div{flex:1;min-width:0;padding:0 14px}.hero-stats strong{font-size:23px}.filter-row{flex-wrap:wrap;margin-inline:0;padding-inline:0}.task-card-main{min-height:102px;padding:16px 14px}.task-card-actions{margin:0 14px}.mobile-fab{display:none}.detail-hero{grid-template-columns:48px 1fr}.detail-icon{width:48px;height:48px}.detail-toolbar{grid-column:1/-1}.detail-actions{z-index:4;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:13px;padding:8px;position:sticky;top:72px}.detail-actions button{flex:1;padding-inline:8px}.detail-panel,.form-panel{padding:20px 17px}.meta-grid{grid-template-columns:1fr 1fr}.meta-grid>div{padding-inline:12px}.meta-grid>div:nth-child(odd){border-left:0;padding-left:0}.template-row{grid-template-columns:repeat(5,130px)}.field-row{grid-template-columns:1fr;gap:0}.area-options{grid-template-columns:repeat(3,1fr)}.area-options button{flex-direction:column;gap:2px}.form-actions{z-index:4;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:13px;padding:9px;position:sticky;bottom:12px}.form-actions button{flex:1}.toast{bottom:84px;left:16px;right:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
