:root{--paper: #fbfbfa;--surface: #ffffff;--ink: #232927;--ink-muted: #66716d;--line: #e7eae8;--accent: #2f6d68;--accent-wash: #e9f1ef;--t-deadline: #b0512f;--t-recurring: #54718f;--t-mustdo: #8a6d3b;--t-wishlist: #7e6a96;--aging: #a5822f;--aging-wash: #f2ecd9;--alarm: #a63a2a;--serif: "New York", ui-serif, Georgia, serif;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;--shadow: 0 10px 30px rgba(35, 41, 39, .12);--radius: 14px;--tabbar-h: calc(58px + env(safe-area-inset-bottom)) }@media(prefers-color-scheme:dark){:root{--paper: #151a19;--surface: #202725;--ink: #e5ebe9;--ink-muted: #93a19c;--line: #2c3532;--accent: #7eb5ae;--accent-wash: #24332f;--t-deadline: #c97b57;--t-recurring: #8aa3bf;--t-mustdo: #b5945f;--t-wishlist: #a08bbe;--aging: #d0ac5c;--aging-wash: #332e1d;--alarm: #c05545;--shadow: 0 10px 30px rgba(0, 0, 0, .4)}}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.seclab{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);font-weight:700;margin:18px 4px 8px}.row{display:flex;align-items:center;gap:12px;padding:13px 14px;border-bottom:1px solid var(--line)}.row:last-child{border-bottom:none}.glyph{flex:none;width:26px;height:26px;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:700}.glyph.deadline{background:var(--t-deadline)}.glyph.recurring{background:var(--t-recurring)}.glyph.must_do{background:var(--t-mustdo)}.glyph.wishlist{background:var(--t-wishlist)}.pill{font-size:11px;padding:2px 9px;border-radius:99px;font-weight:600;flex:none}.pill.alarm{border:1px solid var(--alarm);color:var(--alarm)}.pill.aging{background:var(--aging-wash);color:var(--aging)}.pill.mine{background:var(--accent-wash);color:var(--accent)}.btn{display:inline-block;border-radius:10px;padding:10px 18px;font-weight:650;font-size:15px;border:1px solid var(--line);background:var(--surface);color:var(--ink-muted);font-family:var(--sans);cursor:pointer;text-decoration:none;text-align:center}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.hero-empty{text-align:center;padding:56px 20px}.hero-empty .ck{width:44px;height:44px;border-radius:99px;background:var(--accent-wash);color:var(--accent);display:grid;place-items:center;margin:0 auto 16px;font-size:21px}.hero-empty h2{font-family:var(--serif);font-size:25px;font-weight:600;margin:0 0 6px}.hero-empty p{color:var(--ink-muted);font-size:14px;margin:0}input[type=text],input[type=date],select,textarea{width:100%;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:10px;padding:11px 12px;font-size:16px;font-family:var(--sans)}label{display:block;font-size:13px;color:var(--ink-muted);font-weight:600;margin:14px 0 6px}.app.svelte-12qhfyh{min-height:100dvh}main.svelte-12qhfyh{max-width:680px;margin:0 auto;padding:12px 16px 24px}main.padded.svelte-12qhfyh{padding-bottom:calc(var(--tabbar-h) + 24px)}.tabbar.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--line);display:flex;justify-content:space-around;align-items:center;padding:8px 8px calc(8px + env(safe-area-inset-bottom))}.tab.svelte-12qhfyh{text-align:center;font-size:11px;color:var(--ink-muted);text-decoration:none;width:72px;font-weight:600}.tab.svelte-12qhfyh .ico:where(.svelte-12qhfyh){font-size:18px;display:block}.tab[aria-current=page].svelte-12qhfyh{color:var(--accent);font-weight:700}.fab.svelte-12qhfyh{position:absolute;top:-26px;left:50%;transform:translate(-50%);width:52px;height:52px;border-radius:99px;background:var(--accent);color:#fff;font-size:28px;display:grid;place-items:center;text-decoration:none;box-shadow:var(--shadow)}
