.day-nav.svelte-57z2tl{display:flex;align-items:center;justify-content:space-between;padding:16px 4px;gap:8px}.nav-btn.svelte-57z2tl{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .15s;flex-shrink:0}.nav-btn.svelte-57z2tl:active{background:var(--bg-hover);color:var(--text);transform:scale(.92)}.date-display.svelte-57z2tl{flex:1;text-align:center;padding:8px 16px;border-radius:var(--radius-sm);transition:background .15s}.date-display.svelte-57z2tl:active{background:var(--bg-hover)}.date-label.svelte-57z2tl{display:block;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.today-hint.svelte-57z2tl{display:block;font-size:.7rem;color:var(--text-dim);margin-top:2px}.task-row.svelte-hflhvq{position:relative;overflow:hidden;border-radius:var(--radius-sm)}.delete-zone.svelte-hflhvq{position:absolute;right:0;top:0;bottom:0;width:80px;background:var(--danger);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);opacity:0;transition:opacity .15s}.delete-zone.visible.svelte-hflhvq{opacity:1}.delete-btn.svelte-hflhvq{color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.task-content.svelte-hflhvq{display:flex;align-items:flex-start;gap:10px;padding:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);transition:transform .15s ease,background .2s;position:relative;z-index:1}.task-row.svelte-hflhvq:active .task-content:where(.svelte-hflhvq){background:var(--bg-elevated)}.checkbox.svelte-hflhvq{width:24px;height:24px;border-radius:50%;border:2px solid var(--border-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;margin-top:1px}.checkbox.checked.svelte-hflhvq{background:var(--done);border-color:var(--done);color:#0a0a0a}.task-time.svelte-hflhvq{font-size:.75rem;color:var(--text-dim);font-variant-numeric:tabular-nums;flex-shrink:0;margin-top:3px;min-width:36px}.task-body.svelte-hflhvq{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.task-main-row.svelte-hflhvq{display:flex;align-items:center;gap:6px}.task-title.svelte-hflhvq{font-size:.95rem;line-height:1.3;transition:opacity .2s;word-break:break-word}.done.svelte-hflhvq .task-title:where(.svelte-hflhvq){opacity:.4;text-decoration:line-through;text-decoration-color:var(--text-dim)}.cat-dot.svelte-hflhvq{width:8px;height:8px;border-radius:50%;flex-shrink:0}.task-comment.svelte-hflhvq{font-size:.8rem;color:var(--text-dim);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.task-comment.empty.svelte-hflhvq{font-style:italic;opacity:.5}.done.svelte-hflhvq .task-comment:where(.svelte-hflhvq){opacity:.3}.edit-input.svelte-hflhvq{flex:1;font-size:.95rem;padding:2px 6px;background:var(--bg-hover);border-radius:6px;min-width:0}.edit-comment-input.svelte-hflhvq{font-size:.8rem;padding:2px 6px;background:var(--bg-hover);border-radius:6px;width:100%;color:var(--text-dim)}.duration-pill.svelte-hflhvq{font-size:.7rem;color:var(--text-dim);background:var(--bg-elevated);padding:2px 7px;border-radius:10px;flex-shrink:0;margin-top:2px;white-space:nowrap}.drag-handle.svelte-hflhvq{flex-shrink:0;padding:4px;cursor:grab;touch-action:none;margin-top:1px}.drag-handle.svelte-hflhvq:active{cursor:grabbing}.section.svelte-1ybyftr{margin-bottom:16px}.section-header.svelte-1ybyftr{display:flex;align-items:center;gap:8px;padding:0 4px 8px;cursor:pointer;-webkit-user-select:none;user-select:none}.section-label.svelte-1ybyftr{font-size:.75rem;font-weight:700;color:var(--text-dim);letter-spacing:.08em}.section-count.svelte-1ybyftr{font-size:.65rem;background:var(--bg-elevated);color:var(--text-dim);padding:1px 6px;border-radius:10px}.section-chevron.svelte-1ybyftr{margin-left:auto;color:var(--text-dim);transition:transform .2s;display:flex}.section-chevron.collapsed.svelte-1ybyftr{transform:rotate(-90deg)}.section-list.svelte-1ybyftr{display:flex;flex-direction:column;gap:6px}.empty-state.svelte-1ybyftr{text-align:center;padding:40px 0;color:var(--text-dim);font-size:.9rem}.sortable-ghost{opacity:.3}.sortable-drag{opacity:.9;box-shadow:0 8px 32px #00000080}.done-section.svelte-1ybyftr{margin-top:24px;padding-top:16px;border-top:1px solid var(--border)}.done-header.svelte-1ybyftr{display:flex;align-items:center;gap:8px;padding:0 4px 10px}.done-label.svelte-1ybyftr{font-size:.8rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em}.done-count.svelte-1ybyftr{font-size:.7rem;background:var(--bg-elevated);color:var(--text-dim);padding:2px 7px;border-radius:10px}.done-list.svelte-1ybyftr{display:flex;flex-direction:column;gap:4px;opacity:.7}.add-task.svelte-1rjwln2{position:sticky;bottom:0;padding:12px 0;padding-bottom:calc(12px + var(--safe-bottom));background:linear-gradient(to top,var(--bg) 60%,transparent)}.input-row.svelte-1rjwln2{display:flex;gap:8px;align-items:center;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);padding:4px 4px 4px 16px}.task-input.svelte-1rjwln2{flex:1;font-size:.95rem;padding:12px 0;min-width:0}.task-input.svelte-1rjwln2::placeholder{color:var(--text-dim)}.settings-btn.svelte-1rjwln2{width:38px;height:38px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-dim);transition:all .15s}.settings-btn.active.svelte-1rjwln2{color:var(--accent)}.add-btn.svelte-1rjwln2{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.add-btn.svelte-1rjwln2:disabled{opacity:.3}.add-btn.svelte-1rjwln2:active:not(:disabled){transform:scale(.92);background:#b45309}.extra-row.svelte-1rjwln2{display:flex;align-items:center;gap:12px;padding:8px 12px;margin-bottom:6px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm)}.time-input.svelte-1rjwln2{font-size:.85rem;padding:6px 8px;background:var(--bg-hover);border-radius:6px;color-scheme:dark;width:100px}.cat-dots.svelte-1rjwln2{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cat-btn.svelte-1rjwln2{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s;border:2px solid transparent}.cat-btn.active.svelte-1rjwln2{border-color:var(--cat-color)}.cat-btn.svelte-1rjwln2 .dot:where(.svelte-1rjwln2){width:14px;height:14px;border-radius:50%;background:var(--cat-color);opacity:.7}.cat-btn.active.svelte-1rjwln2 .dot:where(.svelte-1rjwln2){opacity:1}.app.svelte-1uha8ag{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding:0 16px}.header.svelte-1uha8ag{padding:16px 0 0;display:flex;align-items:center;justify-content:center}.logo.svelte-1uha8ag{display:flex;align-items:center;gap:8px}.logo-icon.svelte-1uha8ag{width:32px;height:32px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;font-weight:700}.logo-text.svelte-1uha8ag{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.main.svelte-1uha8ag{flex:1}.progress-bar.svelte-1uha8ag{display:flex;align-items:center;gap:10px;padding:0 4px 16px}.progress-track.svelte-1uha8ag{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.progress-fill.svelte-1uha8ag{height:100%;background:var(--accent);border-radius:2px;transition:width .3s ease}.progress-fill.complete.svelte-1uha8ag{background:var(--done)}.progress-text.svelte-1uha8ag{font-size:.75rem;color:var(--text-dim);font-weight:600;min-width:30px;text-align:right}.empty-state.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:8px}.empty-icon.svelte-1uha8ag{font-size:2.5rem;opacity:.3}.empty-text.svelte-1uha8ag{font-size:1rem;color:var(--text-secondary)}.empty-hint.svelte-1uha8ag{font-size:.8rem;color:var(--text-dim)}.loading-dot.svelte-1uha8ag{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:svelte-1uha8ag-pulse 1s ease infinite}@keyframes svelte-1uha8ag-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}
