.todo-editor-overlay.svelte-ukhm3u{z-index:1;min-width:0;display:block;position:relative}.todo-editor-overlay.modal.svelte-ukhm3u{top:var(--todo-editor-viewport-top,0);z-index:80;width:100%;height:var(--todo-editor-viewport-height,100dvh);visibility:hidden;pointer-events:none;place-items:center;padding:clamp(12px,3vw,32px);transition:visibility 0s linear .22s;display:grid;position:fixed;left:0}.todo-editor-overlay.modal.open.svelte-ukhm3u{visibility:visible;pointer-events:auto;transition-delay:0s}.todo-editor-backdrop.svelte-ukhm3u{opacity:0;-webkit-backdrop-filter:blur(7px)saturate(.82);backdrop-filter:blur(7px)saturate(.82);background:linear-gradient(#19221d70 0 68%,#19221d4d 100%);border:0;width:100%;height:calc(100% + max(320px,45lvh));padding:0;transition:opacity .18s;position:absolute;inset:0 0 auto}.open.svelte-ukhm3u>.todo-editor-backdrop:where(.svelte-ukhm3u){opacity:1}.todo-editor-panel.svelte-ukhm3u{z-index:1;width:min(100%,740px);height:min(430px, calc(var(--todo-editor-viewport-height,100dvh) - 40px));opacity:0;overscroll-behavior:contain;background:#fcfaf6fa;border:1px solid #ffffffb8;border-radius:26px;padding:20px;scroll-padding-block:20px;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .16s,height .22s cubic-bezier(.22,1,.36,1);position:relative;overflow-y:auto;transform:translateY(18px)scale(.975);box-shadow:0 30px 90px #19221d47,0 2px 8px #19221d14}.open.svelte-ukhm3u>.todo-editor-panel:where(.svelte-ukhm3u){opacity:1;transform:translateY(0)scale(1)}.todo-editor-panel.form-view.svelte-ukhm3u{height:min(328px, calc(var(--todo-editor-viewport-height,100dvh) - 40px))}.inline.svelte-ukhm3u .todo-editor-panel:where(.svelte-ukhm3u){opacity:1;background:#fcfbf8e6;width:100%;height:auto;max-height:none;margin-bottom:25px;transform:none;box-shadow:0 11px 30px #2839310e}.todo-editor-heading.svelte-ukhm3u{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.todo-editor-heading-compact.svelte-ukhm3u{justify-content:flex-end;margin-bottom:8px}.todo-editor-heading-controls.svelte-ukhm3u{align-items:center;gap:7px;display:flex}.todo-editor-heading.svelte-ukhm3u small:where(.svelte-ukhm3u){color:var(--muted);letter-spacing:.11em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:700;display:block}.todo-editor-heading.svelte-ukhm3u h2:where(.svelte-ukhm3u){letter-spacing:-.03em;margin:0;font-size:21px}.todo-editor-heading.svelte-ukhm3u>button:where(.svelte-ukhm3u),.todo-editor-heading-controls.svelte-ukhm3u>button:where(.svelte-ukhm3u),.todo-editor-more.svelte-ukhm3u>summary:where(.svelte-ukhm3u){width:38px;height:38px;color:var(--ink);background:#e5e4de;border:0;border-radius:50%;place-items:center;padding:0;font-size:22px;transition:transform .12s,background .14s;display:grid}.todo-editor-heading.svelte-ukhm3u>button:where(.svelte-ukhm3u):hover,.todo-editor-heading-controls.svelte-ukhm3u>button:where(.svelte-ukhm3u):hover,.todo-editor-more.svelte-ukhm3u>summary:where(.svelte-ukhm3u):hover{background:#dadbd4}.todo-editor-heading.svelte-ukhm3u>button:where(.svelte-ukhm3u):active,.todo-editor-heading-controls.svelte-ukhm3u>button:where(.svelte-ukhm3u):active,.todo-editor-more.svelte-ukhm3u>summary:where(.svelte-ukhm3u):active{transform:scale(.92)}.todo-editor-more.svelte-ukhm3u{position:relative}.todo-editor-more.svelte-ukhm3u>summary:where(.svelte-ukhm3u){letter-spacing:.08em;cursor:pointer;font-size:13px;font-weight:800;list-style:none}.todo-editor-more.svelte-ukhm3u>summary:where(.svelte-ukhm3u)::-webkit-details-marker{display:none}.todo-editor-more.svelte-ukhm3u>div:where(.svelte-ukhm3u){z-index:2;border:1px solid var(--line);background:#fff;border-radius:11px;width:max-content;min-width:142px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 28px #19221d29}.todo-editor-more.svelte-ukhm3u button:where(.svelte-ukhm3u){color:var(--ink);font:inherit;text-align:left;background:0 0;border:0;border-radius:7px;padding:9px 11px;font-size:12px;font-weight:700}.todo-editor-more.svelte-ukhm3u button:where(.svelte-ukhm3u):not(:disabled):hover{background:#f1efea}.todo-editor-more.svelte-ukhm3u button.delete:where(.svelte-ukhm3u){color:#9b4438}.inline.svelte-ukhm3u .todo-editor-close:where(.svelte-ukhm3u){display:none}.todo-editor-form.svelte-ukhm3u{gap:8px;animation:.18s cubic-bezier(.22,1,.36,1) both svelte-ukhm3u-todo-editor-view-in;display:grid}.todo-editor-title.svelte-ukhm3u,.todo-editor-form.svelte-ukhm3u>textarea:where(.svelte-ukhm3u){border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:13px;outline:0;transition:border-color .15s,box-shadow .15s}.todo-editor-title.svelte-ukhm3u{padding:13px 15px;font-size:18px;font-weight:650}.todo-editor-form.svelte-ukhm3u>textarea:where(.svelte-ukhm3u){resize:none;min-height:58px;padding:11px 15px;font-size:14px;line-height:1.45}.todo-editor-title.svelte-ukhm3u:focus,.todo-editor-form.svelte-ukhm3u>textarea:where(.svelte-ukhm3u):focus,.project-search-field.svelte-ukhm3u:focus-within{border-color:#244d3d8a;box-shadow:0 0 0 3px #244d3d14}.todo-editor-schedule.svelte-ukhm3u{border:1px solid var(--line);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.todo-editor-schedule.svelte-ukhm3u button:where(.svelte-ukhm3u){border:0;border-right:1px solid var(--line);min-width:0;min-height:36px;color:var(--ink);cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:4px;padding:4px;font-size:11px;transition:background .14s,color .14s;display:flex;position:relative}.todo-editor-schedule.svelte-ukhm3u button:where(.svelte-ukhm3u):last-child{border-right:0}.todo-editor-schedule.svelte-ukhm3u .selected:where(.svelte-ukhm3u){background:var(--blush);color:var(--coral-dark)}.todo-editor-schedule.svelte-ukhm3u button:where(.svelte-ukhm3u):not(.selected):hover{background:#f6f2ed}.todo-editor-schedule.svelte-ukhm3u button:where(.svelte-ukhm3u):active{background:#ece7e1}.todo-editor-schedule.svelte-ukhm3u strong:where(.svelte-ukhm3u){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.todo-editor-project-field.svelte-ukhm3u{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);text-align:left;background:#fff;border-radius:13px;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:5px 11px;display:grid}.project-field-icon.svelte-ukhm3u,.project-none-icon.svelte-ukhm3u{width:32px;height:32px;color:var(--coral);background:#244d3d12;border:1px solid #244d3d33;border-radius:50%;place-items:center;display:grid}.project-field-icon.svelte-ukhm3u svg:where(.svelte-ukhm3u){fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:17px;height:17px}.todo-editor-project-field.svelte-ukhm3u>span:where(.svelte-ukhm3u):nth-child(2),.project-choice-list.svelte-ukhm3u button:where(.svelte-ukhm3u)>span:where(.svelte-ukhm3u):nth-child(2),.project-create-choice.svelte-ukhm3u>span:where(.svelte-ukhm3u):nth-child(2){gap:2px;min-width:0;display:grid}.todo-editor-project-field.svelte-ukhm3u strong:where(.svelte-ukhm3u),.todo-editor-project-field.svelte-ukhm3u small:where(.svelte-ukhm3u){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.todo-editor-project-field.svelte-ukhm3u strong:where(.svelte-ukhm3u){font-size:14px}.todo-editor-project-field.svelte-ukhm3u small:where(.svelte-ukhm3u){color:var(--muted);font-size:11px}.todo-editor-project-field.svelte-ukhm3u>i:where(.svelte-ukhm3u){color:var(--muted);font-size:20px;font-style:normal}.todo-editor-project-field.svelte-ukhm3u:not(:disabled):hover{background:#fdfcf9;border-color:#244d3d47}.todo-editor-visibility.svelte-ukhm3u{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin:0;padding:0;display:grid}.todo-editor-visibility.svelte-ukhm3u label:where(.svelte-ukhm3u){min-height:38px;color:var(--muted);cursor:pointer;background:#f1efea;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:5px 4px;font-size:11px;font-weight:700;display:flex}.todo-editor-visibility.svelte-ukhm3u label.active:where(.svelte-ukhm3u){background:var(--blush);color:var(--coral-dark);border-color:#244d3d14}.todo-editor-visibility.svelte-ukhm3u label:where(.svelte-ukhm3u):not(.active,.disabled):hover{color:var(--ink);background:#f0eee9}.todo-editor-visibility.svelte-ukhm3u label.disabled:where(.svelte-ukhm3u){opacity:.38}.todo-editor-visibility.svelte-ukhm3u input:where(.svelte-ukhm3u){opacity:0;pointer-events:none;position:absolute}.visibility-icon.svelte-ukhm3u{place-items:center;width:17px;height:17px;display:grid}.visibility-icon.svelte-ukhm3u svg:where(.svelte-ukhm3u){fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:16px;height:16px}.todo-editor-submit.svelte-ukhm3u{background:var(--coral);color:#fff;border:0;border-radius:12px;width:100%;min-height:44px;margin-top:0;font-size:14px;font-weight:700;transition:transform .12s,box-shadow .15s,opacity .15s;box-shadow:0 7px 17px #244d3d38}.todo-editor-submit.svelte-ukhm3u:not(:disabled):hover{box-shadow:0 9px 22px #244d3d45}.todo-editor-submit.svelte-ukhm3u:not(:disabled):active{transform:scale(.985)}.todo-editor-submit.svelte-ukhm3u:disabled{opacity:.45}@keyframes svelte-ukhm3u-todo-editor-view-in{0%{opacity:0;transform:translate(7px)}to{opacity:1;transform:translate(0)}}.todo-editor-error.svelte-ukhm3u,.project-no-results.svelte-ukhm3u{color:#93483d;margin:2px 0;font-size:12px;line-height:1.4}.project-search-field.svelte-ukhm3u{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:22px minmax(0,1fr) 32px;align-items:center;gap:6px;min-height:48px;padding:0 8px 0 13px;animation:.18s cubic-bezier(.22,1,.36,1) both svelte-ukhm3u-todo-editor-view-in;display:grid}.project-search-field.svelte-ukhm3u svg:where(.svelte-ukhm3u){fill:none;width:19px;height:19px;stroke:var(--muted);stroke-linecap:round;stroke-width:1.8px}.project-search-field.svelte-ukhm3u input:where(.svelte-ukhm3u){min-width:0;height:46px;font:inherit;background:0 0;border:0;outline:0;font-size:15px}.project-search-field.svelte-ukhm3u button:where(.svelte-ukhm3u){width:32px;height:32px;color:var(--muted);background:0 0;border:0;border-radius:50%;font-size:18px}.project-choice-list.svelte-ukhm3u{gap:2px;margin-top:10px;animation:.18s cubic-bezier(.22,1,.36,1) 25ms both svelte-ukhm3u-todo-editor-view-in;display:grid}.project-choice-list.svelte-ukhm3u h3:where(.svelte-ukhm3u){color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin:12px 10px 4px;font-size:10px}.project-choice-list.svelte-ukhm3u>button:where(.svelte-ukhm3u),.project-create-choice.svelte-ukhm3u{width:100%;min-height:58px;color:var(--ink);text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:8px 10px;display:grid}.project-choice-list.svelte-ukhm3u>button.selected:where(.svelte-ukhm3u){background:var(--blush);border-color:#244d3d2e}.project-choice-list.svelte-ukhm3u strong:where(.svelte-ukhm3u),.project-create-choice.svelte-ukhm3u strong:where(.svelte-ukhm3u){font-size:13px}.project-choice-list.svelte-ukhm3u small:where(.svelte-ukhm3u),.project-create-choice.svelte-ukhm3u small:where(.svelte-ukhm3u){color:var(--muted);font-size:11px}.project-choice-list.svelte-ukhm3u button:where(.svelte-ukhm3u)>i:where(.svelte-ukhm3u){color:var(--coral);font-size:18px;font-style:normal}.project-progress-ring.svelte-ukhm3u{background:conic-gradient(var(--coral) var(--progress), #dfe3dd 0);border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.project-progress-ring.svelte-ukhm3u:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:3px}.project-progress-ring.svelte-ukhm3u i:where(.svelte-ukhm3u){z-index:1;background:var(--coral);border-radius:50%;width:5px;height:5px;position:relative}.project-create-choice.svelte-ukhm3u{background:#edf1ed;border-color:#244d3d29;grid-template-columns:38px minmax(0,1fr);margin-top:12px;position:sticky;bottom:0;box-shadow:0 -8px 18px #f3f1eceb}.project-create-choice.svelte-ukhm3u>span:where(.svelte-ukhm3u):first-child{background:var(--coral);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:22px;display:grid}.todo-editor-calendar.svelte-ukhm3u{width:min(100%,292px);margin:4px auto 0;animation:.18s cubic-bezier(.22,1,.36,1) both svelte-ukhm3u-todo-editor-view-in}@media (width>=720px){.todo-editor-form.svelte-ukhm3u{grid-template-columns:minmax(0,1fr) 310px;grid-template-areas:"title schedule""notes project""notes visibility""error error""submit submit";column-gap:16px}.todo-editor-title.svelte-ukhm3u{grid-area:title}.todo-editor-form.svelte-ukhm3u>textarea:where(.svelte-ukhm3u){grid-area:notes}.todo-editor-schedule.svelte-ukhm3u{grid-area:schedule}.todo-editor-project-field.svelte-ukhm3u{grid-area:project}.todo-editor-visibility.svelte-ukhm3u{grid-area:visibility}.todo-editor-error.svelte-ukhm3u{grid-area:error}.todo-editor-submit.svelte-ukhm3u{grid-area:submit}}@media (width<=780px){.todo-editor-overlay.inline.svelte-ukhm3u{top:var(--todo-editor-viewport-top,0);z-index:80;width:100%;height:var(--todo-editor-viewport-height,100dvh);padding:max(10px, env(safe-area-inset-top)) max(10px, var(--mobile-gutter-right)) max(10px, env(safe-area-inset-bottom)) max(10px, var(--mobile-gutter-left));visibility:hidden;pointer-events:none;place-items:center;transition:visibility 0s linear .22s;display:grid;position:fixed;left:0}.todo-editor-overlay.inline.open.svelte-ukhm3u{visibility:visible;pointer-events:auto;transition-delay:0s}.todo-editor-panel.svelte-ukhm3u,.inline.svelte-ukhm3u .todo-editor-panel:where(.svelte-ukhm3u){width:min(100%,620px);height:min(500px, calc(var(--todo-editor-viewport-height,100dvh) - 20px));opacity:0;background:#fcfaf6fb;border:1px solid #ffffffbd;border-radius:23px;margin:0 auto;padding:12px 16px 14px;overflow-y:auto;transform:translateY(18px)scale(.975);box-shadow:0 24px 70px #19221d4d}.open.svelte-ukhm3u>.todo-editor-panel:where(.svelte-ukhm3u),.inline.open.svelte-ukhm3u>.todo-editor-panel:where(.svelte-ukhm3u){opacity:1;transform:translateY(0)scale(1)}.todo-editor-panel.form-view.svelte-ukhm3u,.inline.svelte-ukhm3u .todo-editor-panel.form-view:where(.svelte-ukhm3u){height:min(424px, calc(var(--todo-editor-viewport-height,100dvh) - 20px))}.inline.svelte-ukhm3u .todo-editor-close:where(.svelte-ukhm3u){display:grid}.todo-editor-heading.svelte-ukhm3u{margin-bottom:6px}.todo-editor-heading-compact.svelte-ukhm3u{margin-bottom:4px}.todo-editor-heading.svelte-ukhm3u>button:where(.svelte-ukhm3u),.todo-editor-heading-controls.svelte-ukhm3u>button:where(.svelte-ukhm3u),.todo-editor-more.svelte-ukhm3u>summary:where(.svelte-ukhm3u){width:32px;height:32px;font-size:19px;position:relative}.todo-editor-heading.svelte-ukhm3u>button:where(.svelte-ukhm3u):after,.todo-editor-heading-controls.svelte-ukhm3u>button:where(.svelte-ukhm3u):after,.todo-editor-more.svelte-ukhm3u>summary:where(.svelte-ukhm3u):after{content:"";position:absolute;inset:-6px}.todo-editor-title.svelte-ukhm3u{font-size:18px}.todo-editor-form.svelte-ukhm3u>textarea:where(.svelte-ukhm3u),.project-search-field.svelte-ukhm3u input:where(.svelte-ukhm3u){font-size:16px}.todo-editor-schedule.svelte-ukhm3u button:where(.svelte-ukhm3u){min-height:34px}.todo-editor-submit.svelte-ukhm3u{min-height:40px;font-size:13px}.todo-editor-calendar.svelte-ukhm3u{width:min(100%,334px);margin-top:10px}.project-choice-list.svelte-ukhm3u{padding-bottom:8px}.project-create-choice.svelte-ukhm3u{bottom:max(2px, env(safe-area-inset-bottom))}}@media (width>=720px) and (width<=780px){.todo-editor-panel.svelte-ukhm3u,.inline.svelte-ukhm3u .todo-editor-panel:where(.svelte-ukhm3u){height:min(430px, calc(var(--todo-editor-viewport-height,100dvh) - 20px))}.todo-editor-panel.form-view.svelte-ukhm3u,.inline.svelte-ukhm3u .todo-editor-panel.form-view:where(.svelte-ukhm3u){height:min(328px, calc(var(--todo-editor-viewport-height,100dvh) - 20px))}.todo-editor-calendar.svelte-ukhm3u{width:min(100%,292px);margin-top:4px}.todo-editor-schedule.svelte-ukhm3u button:where(.svelte-ukhm3u){gap:2px;font-size:10px}}@media (width<=390px){.todo-editor-schedule.svelte-ukhm3u button:where(.svelte-ukhm3u){gap:2px;font-size:10px}.todo-editor-visibility.svelte-ukhm3u label:where(.svelte-ukhm3u){gap:3px;font-size:10px}}@media (prefers-reduced-motion:reduce){.todo-editor-overlay.svelte-ukhm3u,.todo-editor-backdrop.svelte-ukhm3u,.todo-editor-panel.svelte-ukhm3u,.todo-editor-form.svelte-ukhm3u,.project-search-field.svelte-ukhm3u,.project-choice-list.svelte-ukhm3u,.todo-editor-calendar.svelte-ukhm3u{transition:none!important;animation:none!important}}
