.calendar-wrapper.svelte-19qqmj{background:var(--bg-card);border-radius:var(--radius);padding:10px 10px 0;box-shadow:var(--shadow-card);margin-bottom:6px;overflow:hidden}.cal-header.svelte-19qqmj{display:flex;align-items:center;justify-content:space-between;padding:0 2px 6px}.cal-nav.svelte-19qqmj{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-dim);transition:all .15s;flex-shrink:0}.cal-nav.svelte-19qqmj:active{background:var(--bg-hover);color:var(--text)}.cal-title.svelte-19qqmj{display:flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:var(--text);letter-spacing:-.01em;text-transform:capitalize;padding:4px 10px;border-radius:var(--radius-sm);transition:background .15s}.cal-title.svelte-19qqmj:active{background:var(--bg-hover)}.month-badge.svelte-19qqmj{font-size:.6rem;font-weight:700;color:var(--done);background:#6ea07a1f;padding:2px 5px;border-radius:8px;letter-spacing:0}.collapse-icon.svelte-19qqmj{color:var(--text-dim);opacity:.5;transition:transform .2s;flex-shrink:0}.collapse-icon.open.svelte-19qqmj{transform:rotate(180deg)}.cal-weekdays.svelte-19qqmj{display:grid;grid-template-columns:repeat(7,1fr);padding:0 0 2px}.cal-wd.svelte-19qqmj{text-align:center;font-size:.58rem;font-weight:600;color:var(--text-dim);letter-spacing:.03em;padding:2px 0;opacity:.7}.cal-grid.svelte-19qqmj{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.cal-day.svelte-19qqmj{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:3px 0 2px;border-radius:8px;min-height:46px;transition:background .12s,box-shadow .12s;gap:1px}.cal-day.svelte-19qqmj:active{background:var(--bg-hover)}.cal-day.other-month.svelte-19qqmj{opacity:.2}.cal-day.is-today.svelte-19qqmj .day-num:where(.svelte-19qqmj){background:var(--accent);color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-weight:700}.cal-day.is-selected.svelte-19qqmj{background:var(--accent-glow);box-shadow:inset 0 0 0 1.5px #b07d4f40}.cal-day.is-selected.svelte-19qqmj .day-num:where(.svelte-19qqmj){font-weight:700;color:var(--accent)}.cal-day.is-today.is-selected.svelte-19qqmj .day-num:where(.svelte-19qqmj){color:#fff}.day-num.svelte-19qqmj{font-size:.7rem;font-weight:500;color:var(--text-secondary);line-height:1;display:flex;align-items:center;justify-content:center;min-width:22px;min-height:22px}.day-label.svelte-19qqmj{font-size:.5rem;font-weight:600;color:var(--text-dim);line-height:1;opacity:.7}.month-summary.svelte-19qqmj{text-align:center;font-size:.62rem;font-weight:500;color:var(--done);padding:6px 0 2px;letter-spacing:-.01em;opacity:.85}.day-nav.svelte-19qqmj{display:flex;align-items:center;justify-content:space-between;padding:8px 0;gap:6px;border-top:1px solid var(--border);margin-top:4px}.nav-btn.svelte-19qqmj{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-dim);transition:all .15s;flex-shrink:0}.nav-btn.svelte-19qqmj:active{background:var(--bg-hover);color:var(--text);transform:scale(.92)}.date-display.svelte-19qqmj{flex:1;text-align:center;padding:4px 12px;border-radius:var(--radius-sm);transition:background .15s}.date-display.svelte-19qqmj:active{background:var(--bg-hover)}.date-main.svelte-19qqmj{display:block;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.date-sub.svelte-19qqmj{display:block;font-size:.7rem;color:var(--text-dim);margin-top:1px;font-weight:500}.date-sub.today.svelte-19qqmj{color:var(--accent)}.day-progress-block.svelte-h7drbl{background:var(--bg-card);border-radius:var(--radius);padding:14px 16px 12px;box-shadow:var(--shadow-card);margin:8px 0}.dp-header.svelte-h7drbl{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:10px}.dp-title.svelte-h7drbl{font-size:.78rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.dp-count.svelte-h7drbl{display:inline-flex;align-items:baseline;gap:4px;font-size:.8rem;font-weight:700;color:var(--text)}.dp-points.svelte-h7drbl{color:var(--accent)}.dp-points-max.svelte-h7drbl{color:var(--text-dim);font-weight:600}.dp-sep.svelte-h7drbl{color:var(--text-dim);font-weight:500;margin:0 1px}.dp-label.svelte-h7drbl{font-size:.7rem;font-weight:600;color:var(--text-dim);margin-left:4px}.dp-sections.svelte-h7drbl{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 12px;padding:2px 0 10px}.dp-section-row.svelte-h7drbl{display:flex;align-items:baseline;justify-content:space-between;font-size:.72rem;color:var(--text-secondary)}.dp-section-row.complete.svelte-h7drbl{color:var(--done);font-weight:700}.dp-section-label.svelte-h7drbl{font-weight:600}.dp-section-score.svelte-h7drbl{font-weight:700;font-variant-numeric:tabular-nums}.dp-check.svelte-h7drbl{margin-left:2px}.dp-bonus.svelte-h7drbl{display:flex;justify-content:space-between;align-items:center;padding:0 0 8px;font-size:.72rem;color:var(--text-secondary)}.dp-bonus-label.svelte-h7drbl{font-weight:600}.dp-bonus-val.svelte-h7drbl{font-weight:700;color:var(--done);font-variant-numeric:tabular-nums}.dp-battery.svelte-h7drbl{display:flex;gap:3px}.dp-segment.svelte-h7drbl{flex:1;height:16px;border-radius:4px;transition:background .3s ease,opacity .3s ease}.dp-segment.svelte-h7drbl:first-child{border-radius:6px 4px 4px 6px}.dp-segment.svelte-h7drbl:last-child{border-radius:4px 6px 6px 4px}.dp-footer.svelte-h7drbl{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:8px;min-height:24px;font-size:.72rem}.dp-emoji.svelte-h7drbl{font-size:.95rem;line-height:1.2;letter-spacing:.05em}.dp-cells.svelte-h7drbl{font-weight:700;color:var(--text-dim)}.dp-overflow.svelte-h7drbl{font-weight:700;color:var(--done)}.dp-norma.svelte-h7drbl{font-size:.65rem;color:var(--text-dim);opacity:.6}.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:8px;padding:8px 12px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);transition:transform .15s ease,background .2s,opacity .3s;position:relative;z-index:1;flex-wrap:wrap}.full-width-block.svelte-hflhvq{flex-basis:100%;min-width:0}.done.svelte-hflhvq .task-content:where(.svelte-hflhvq){opacity:.45}.checkbox.svelte-hflhvq{width:22px;height:22px;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:#fff}.task-body.svelte-hflhvq{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.task-main-row.svelte-hflhvq{display:flex;align-items:baseline;gap:8px}.task-time.svelte-hflhvq{font-size:.82rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums;flex-shrink:0;cursor:pointer}.task-title.svelte-hflhvq{flex:1;font-size:.95rem;font-weight:600;line-height:1.35;overflow-wrap:break-word;cursor:pointer}.done.svelte-hflhvq .task-title:where(.svelte-hflhvq){text-decoration:line-through;text-decoration-color:var(--text-dim)}.duration-pill.svelte-hflhvq{font-size:.72rem;font-weight:700;color:var(--text-secondary);background:var(--bg-elevated);padding:2px 8px;border-radius:10px;flex-shrink:0;white-space:nowrap;cursor:pointer}.task-comment.svelte-hflhvq{font-size:.84rem;font-weight:500;color:var(--text-secondary);line-height:1.45;cursor:pointer;overflow-wrap:break-word}.task-comment.clamped.svelte-hflhvq{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.task-comment.svelte-hflhvq strong{font-weight:700;color:var(--text)}.edit-input.svelte-hflhvq{flex:1;font-size:.95rem;font-weight:600;padding:2px 6px;background:var(--bg-elevated);border-radius:6px;min-width:0}.edit-time.svelte-hflhvq{font-size:.82rem;font-weight:700;padding:2px 4px;background:var(--bg-elevated);border-radius:6px;width:80px;color-scheme:light}.edit-duration.svelte-hflhvq{font-size:.72rem;font-weight:700;padding:2px 6px;background:var(--bg-elevated);border-radius:6px;width:60px;text-align:center}.edit-comment-input.svelte-hflhvq{font-family:inherit;font-size:.84rem;font-weight:500;padding:6px 8px;background:var(--bg-elevated);border-radius:6px;width:100%;resize:vertical;min-height:60px;line-height:1.45;border:none;outline:none;color:inherit}.task-feedback.svelte-hflhvq{font-size:.82rem;color:var(--accent);background:var(--bg-elevated);border-left:3px solid var(--accent);padding:6px 10px;border-radius:4px;line-height:1.4;overflow-wrap:break-word}.task-feedback.clamped.svelte-hflhvq{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.task-feedback.svelte-hflhvq strong{font-weight:700;color:var(--text)}.clamp-toggle.svelte-hflhvq{font-size:.78rem;font-weight:600;color:var(--accent);padding:2px 0;text-align:left}.clamp-toggle.svelte-hflhvq:active{opacity:.6}.expand-panel.svelte-hflhvq{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.expand-btn.svelte-hflhvq{font-size:.75rem;font-weight:600;color:var(--text-dim);background:var(--bg-elevated);padding:4px 10px;border-radius:12px;transition:color .15s}.expand-btn.svelte-hflhvq:active{color:var(--accent)}.state-block.svelte-3er4mi{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);cursor:pointer;margin-bottom:4px}.state-emoji.svelte-3er4mi{font-size:1.1rem;flex-shrink:0;margin-top:1px}.state-text.svelte-3er4mi{flex:1;font-size:.85rem;line-height:1.4;min-width:0;overflow-wrap:break-word}.state-text.placeholder.svelte-3er4mi{color:var(--text-dim);font-style:italic;opacity:.5}.state-text.raw.svelte-3er4mi{color:var(--text-secondary)}.state-text.has-content.svelte-3er4mi{color:var(--text);border-left:3px solid var(--done);padding-left:8px}.waiting.svelte-3er4mi{font-size:.75rem}.state-input.svelte-3er4mi{flex:1;font-family:inherit;font-size:.85rem;padding:6px 8px;background:var(--bg-elevated);border:none;border-radius:6px;resize:none;outline:none;color:inherit;line-height:1.4;min-height:40px}.section-divider.svelte-1ybyftr{display:flex;align-items:center;gap:10px;padding:14px 4px 8px}.section-divider.first.svelte-1ybyftr{padding-top:4px}.divider-line.svelte-1ybyftr{flex:1;height:1px;background:var(--border)}.divider-label.svelte-1ybyftr{font-size:.72rem;font-weight:600;color:var(--text-dim);letter-spacing:.04em;white-space:nowrap;display:inline-flex;align-items:baseline;gap:8px}.section-score.svelte-1ybyftr{font-size:.7rem;font-weight:700;color:var(--text-dim);background:var(--bg-elevated);padding:2px 8px;border-radius:10px;letter-spacing:.02em;font-variant-numeric:tabular-nums}.section-score.complete.svelte-1ybyftr{color:#fff;background:var(--done)}.section-check.svelte-1ybyftr{margin-left:2px}.section-list.svelte-1ybyftr{display:flex;flex-direction:column;gap:8px}.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 24px #5c403326}.dialog-bar.svelte-1jjz4g2{position:fixed;bottom:0;left:0;right:0;max-width:480px;margin:0 auto;padding:6px 16px;padding-bottom:calc(6px + var(--safe-bottom));background:linear-gradient(to top,var(--bg) 85%,rgba(255,248,240,0));z-index:50}.chat-feed.svelte-1jjz4g2{display:flex;flex-direction:column;gap:6px;max-height:55vh;overflow-y:auto;padding:4px 2px 8px;margin-bottom:4px;scroll-behavior:smooth;overscroll-behavior:contain}.bubble-row.svelte-1jjz4g2{display:flex;width:100%}.bubble-row.user.svelte-1jjz4g2{justify-content:flex-end}.bubble-row.agent.svelte-1jjz4g2,.bubble-row.system.svelte-1jjz4g2{justify-content:flex-start}.bubble.svelte-1jjz4g2{max-width:82%;padding:7px 11px 5px;border-radius:14px;font-size:.88rem;line-height:1.4;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 2px #64461414}.bubble.user.svelte-1jjz4g2{background:var(--accent);color:#fff;border-bottom-right-radius:6px}.bubble.agent.svelte-1jjz4g2{background:var(--bg-card);color:var(--text);border:1px solid var(--border-light);border-bottom-left-radius:6px}.bubble.system.svelte-1jjz4g2{background:#c4604a14;color:var(--danger);border:1px solid rgba(196,96,74,.25);font-size:.82rem;border-bottom-left-radius:6px}.bubble.streaming.svelte-1jjz4g2{font-style:italic;opacity:.95}.bubble.evolving.svelte-1jjz4g2{display:flex;flex-direction:column;gap:5px;font-style:normal}.hmm.svelte-1jjz4g2{font-style:italic;color:var(--text-dim);font-size:.84rem}.plan-text.svelte-1jjz4g2{font-style:normal;color:var(--text);font-size:.88rem;line-height:1.4}.tool-lines.svelte-1jjz4g2{display:flex;flex-direction:column;gap:3px;padding-left:2px}.tool-line.svelte-1jjz4g2{font-size:.78rem;color:var(--text-dim);line-height:1.3}.abort-row.svelte-1jjz4g2{display:flex;justify-content:center;margin-top:6px}.abort-btn.svelte-1jjz4g2{font-size:.76rem;padding:4px 12px;border-radius:14px;border:1px solid rgba(196,96,74,.4);background:#c4604a14;color:var(--danger);cursor:pointer;transition:background .15s,border-color .15s}.abort-btn.svelte-1jjz4g2:hover:not(:disabled){background:#c4604a29;border-color:#c4604a99}.abort-btn.svelte-1jjz4g2:disabled{opacity:.4;cursor:default}.bubble-text.svelte-1jjz4g2{display:block}.bubble-meta.svelte-1jjz4g2{font-size:.62rem;opacity:.6;margin-top:2px;text-align:right}.bubble.user.svelte-1jjz4g2 .bubble-meta:where(.svelte-1jjz4g2){color:#ffffffd9}.bubble.typing.svelte-1jjz4g2{display:inline-flex;gap:4px;align-items:center;padding:10px 14px}.typing-dot.svelte-1jjz4g2{width:6px;height:6px;background:var(--text-dim);border-radius:50%;animation:svelte-1jjz4g2-typing 1.2s ease-in-out infinite}.typing-dot.svelte-1jjz4g2:nth-child(2){animation-delay:.2s}.typing-dot.svelte-1jjz4g2:nth-child(3){animation-delay:.4s}@keyframes svelte-1jjz4g2-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.bridge-warn.svelte-1jjz4g2{text-align:center;font-size:.72rem;font-weight:600;color:var(--danger);background:#c4604a1a;padding:5px 10px;border-radius:var(--radius-sm);margin-bottom:5px}.dialog-input-row.svelte-1jjz4g2{display:flex;align-items:flex-end;gap:6px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);padding:3px}.dialog-textarea.svelte-1jjz4g2{flex:1;font-family:inherit;font-size:.88rem;padding:7px 10px;background:transparent;border:none;resize:none;outline:none;color:inherit;line-height:1.35;min-height:0;transition:min-height .15s ease}.expanded.svelte-1jjz4g2 .dialog-textarea:where(.svelte-1jjz4g2){min-height:52px}.dialog-textarea.svelte-1jjz4g2::placeholder{color:var(--text-dim)}.send-btn.svelte-1jjz4g2{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s}.send-btn.svelte-1jjz4g2:disabled{opacity:.3}.send-btn.svelte-1jjz4g2:active:not(:disabled){transform:scale(.92)}.send-spinner.svelte-1jjz4g2{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1jjz4g2-spin .6s linear infinite}@keyframes svelte-1jjz4g2-spin{to{transform:rotate(360deg)}}.discovery-section.svelte-it4c89{margin-top:8px;margin-bottom:24px}.discovery-divider.svelte-it4c89{display:flex;align-items:center;gap:10px;padding:14px 4px 8px}.divider-line.svelte-it4c89{flex:1;height:1px;background:var(--border)}.divider-label.svelte-it4c89{font-size:.72rem;font-weight:600;color:var(--text-dim);letter-spacing:.04em;white-space:nowrap}.discovery-card.svelte-it4c89{background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);padding:14px 16px;cursor:pointer;min-height:60px}.discovery-text.svelte-it4c89{font-size:.88rem;line-height:1.5;overflow-wrap:break-word;white-space:pre-wrap}.discovery-text.placeholder.svelte-it4c89{color:var(--text-dim);font-style:italic;opacity:.5}.discovery-text.raw.svelte-it4c89{color:var(--text-secondary)}.discovery-text.has-content.svelte-it4c89{color:var(--text);border-left:3px solid var(--done);padding-left:10px}.waiting.svelte-it4c89{font-size:.75rem}.discovery-input.svelte-it4c89{width:100%;font-family:inherit;font-size:.88rem;padding:8px 10px;background:var(--bg-elevated);border:none;border-radius:6px;resize:vertical;outline:none;color:inherit;line-height:1.5;min-height:60px}.intention-widget.svelte-1ouqtz0{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);border-left:3px solid var(--accent);cursor:pointer;margin-bottom:12px}.intention-icon.svelte-1ouqtz0{font-size:1.1rem;flex-shrink:0;margin-top:1px}.intention-text.svelte-1ouqtz0{flex:1;font-size:.88rem;line-height:1.45;min-width:0;overflow-wrap:break-word}.intention-text.placeholder.svelte-1ouqtz0{color:var(--text-dim);font-style:italic;opacity:.5}.intention-text.raw.svelte-1ouqtz0{color:var(--text-secondary);white-space:pre-line}.intention-text.has-content.svelte-1ouqtz0{color:var(--text);font-weight:500;white-space:pre-line}.waiting.svelte-1ouqtz0{font-size:.75rem}.intention-input.svelte-1ouqtz0{flex:1;font-family:inherit;font-size:.88rem;padding:6px 8px;background:var(--bg-elevated);border:none;border-radius:6px;resize:none;outline:none;color:inherit;line-height:1.45;min-height:40px}.weekly-goal-widget.svelte-i1xvzk{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);border-left:3px solid var(--accent);cursor:pointer;margin-bottom:12px}.goal-icon.svelte-i1xvzk{font-size:1.1rem;flex-shrink:0;margin-top:1px}.goal-text.svelte-i1xvzk{flex:1;font-size:.88rem;line-height:1.45;min-width:0;overflow-wrap:break-word}.goal-text.placeholder.svelte-i1xvzk{color:var(--text-dim);font-style:italic;opacity:.5}.goal-text.raw.svelte-i1xvzk{color:var(--text-secondary);white-space:pre-line}.goal-text.has-content.svelte-i1xvzk{color:var(--text);font-weight:500;white-space:pre-line}.waiting.svelte-i1xvzk{font-size:.75rem}.goal-input.svelte-i1xvzk{flex:1;font-family:inherit;font-size:.88rem;padding:6px 8px;background:var(--bg-elevated);border:none;border-radius:6px;resize:none;outline:none;color:inherit;line-height:1.45;min-height:40px}.mantra-widget.svelte-gdqji3{background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);border-left:3px solid var(--accent);cursor:pointer;margin-bottom:12px;overflow:hidden}.mantra-header.svelte-gdqji3{display:flex;align-items:center;gap:8px;padding:10px 14px}.mantra-icon.svelte-gdqji3{font-size:1.1rem;flex-shrink:0}.mantra-head-text.svelte-gdqji3{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mantra-title.svelte-gdqji3{font-size:.88rem;font-weight:600;color:var(--text)}.mantra-preview.svelte-gdqji3{font-size:.78rem;color:var(--text-dim);opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mantra-actions.svelte-gdqji3{display:flex;align-items:center;gap:8px;flex-shrink:0}.edit-btn.svelte-gdqji3{font-size:.9rem;color:var(--text-dim);opacity:.6;padding:2px 4px}.action-btn.svelte-gdqji3{font-family:inherit;font-size:.78rem;padding:4px 10px;border-radius:6px;border:none;cursor:pointer;line-height:1}.action-btn.save.svelte-gdqji3{background:var(--accent);color:#fff}.action-btn.save.svelte-gdqji3:disabled{opacity:.5;cursor:default}.action-btn.cancel.svelte-gdqji3{background:transparent;color:var(--text-dim);border:1px solid var(--border, #333)}.chevron.svelte-gdqji3{font-size:.6rem;color:var(--text-dim);opacity:.6}.mantra-body.svelte-gdqji3{padding:0 14px 10px 38px}.mantra-text.svelte-gdqji3{font-size:.88rem;line-height:1.5;min-width:0;overflow-wrap:break-word}.mantra-text.raw.svelte-gdqji3{color:var(--text-secondary);white-space:pre-line}.mantra-text.has-content.svelte-gdqji3{color:var(--text);white-space:pre-line}.mantra-text.default.svelte-gdqji3{color:var(--text-secondary);opacity:.85}.waiting.svelte-gdqji3{font-size:.75rem}.mantra-input.svelte-gdqji3{width:100%;box-sizing:border-box;font-family:inherit;font-size:.88rem;padding:8px 10px;background:var(--bg-elevated);border:none;border-radius:6px;resize:vertical;outline:none;color:inherit;line-height:1.5;min-height:80px}.item-row.svelte-1pf13xc{position:relative;overflow:hidden;border-radius:var(--radius-sm)}.delete-zone.svelte-1pf13xc{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-1pf13xc{opacity:1;z-index:2}.delete-btn-zone.svelte-1pf13xc{color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.item-content.svelte-1pf13xc{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);transition:transform .15s ease,background .2s,opacity .3s;position:relative;z-index:1;flex-wrap:wrap}.full-width-block.svelte-1pf13xc{flex-basis:100%;min-width:0}.done.svelte-1pf13xc .item-content:where(.svelte-1pf13xc){opacity:.45}.checkbox.svelte-1pf13xc{width:22px;height:22px;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-1pf13xc{background:var(--done);border-color:var(--done);color:#fff}.card-body.svelte-1pf13xc{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.card-header-row.svelte-1pf13xc{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.priority-flag.svelte-1pf13xc{color:var(--danger);font-size:.82rem;flex-shrink:0;line-height:1}.card-title.svelte-1pf13xc{flex:1;min-width:0;font-size:.95rem;font-weight:600;line-height:1.35;overflow-wrap:break-word;cursor:pointer}.card-title.priority.svelte-1pf13xc{font-weight:700}.done.svelte-1pf13xc .card-title:where(.svelte-1pf13xc){text-decoration:line-through;text-decoration-color:var(--text-dim)}.category-pill.svelte-1pf13xc{font-size:.7rem;font-weight:700;letter-spacing:.02em;flex-shrink:0;opacity:.85;text-transform:lowercase}.overdue-pills.svelte-1pf13xc{display:flex;gap:6px;align-items:center;margin-top:2px}.overdue-pill.svelte-1pf13xc{font-size:.7rem;font-weight:700;color:var(--danger);background:#c4604a1f;padding:2px 8px;border-radius:10px;white-space:nowrap;letter-spacing:.02em}.new-pill.svelte-1pf13xc{font-size:.7rem;font-weight:700;color:#fff;background:var(--done);padding:2px 8px;border-radius:10px;white-space:nowrap;letter-spacing:.02em}.card-comment.svelte-1pf13xc{font-size:.84rem;font-weight:500;color:var(--text-secondary);line-height:1.45;cursor:pointer;overflow-wrap:break-word}.card-comment.clamped.svelte-1pf13xc{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.card-comment.svelte-1pf13xc strong{font-weight:700;color:var(--text)}.edit-input.svelte-1pf13xc{flex:1;font-size:.95rem;font-weight:600;padding:2px 6px;background:var(--bg-elevated);border-radius:6px;min-width:0}.edit-comment-input.svelte-1pf13xc{font-family:inherit;font-size:.84rem;font-weight:500;padding:6px 8px;background:var(--bg-elevated);border-radius:6px;width:100%;resize:vertical;min-height:60px;line-height:1.45;border:none;outline:none;color:inherit}.clamp-toggle.svelte-1pf13xc{font-size:.78rem;font-weight:600;color:var(--accent);padding:2px 0;text-align:left}.clamp-toggle.svelte-1pf13xc:active{opacity:.6}.expand-panel.svelte-1pf13xc{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.expand-btn.svelte-1pf13xc{font-size:.75rem;font-weight:600;color:var(--text-dim);background:var(--bg-elevated);padding:4px 10px;border-radius:12px;transition:color .15s}.expand-btn.svelte-1pf13xc:active{color:var(--accent)}.drag-handle.svelte-1pf13xc{font-size:1rem;color:var(--text-dim);cursor:grab;padding:2px 4px;touch-action:none;-webkit-user-select:none;user-select:none;line-height:1}.drag-handle.svelte-1pf13xc:active{cursor:grabbing}.backlog-section.svelte-afshm6{margin-top:8px;margin-bottom:8px}.backlog-list.svelte-afshm6{display:flex;flex-direction:column;gap:6px}.overdue-count-pill.svelte-afshm6{font-size:.7rem;font-weight:700;color:var(--danger);background:#c4604a1f;padding:2px 8px;border-radius:10px;white-space:nowrap;letter-spacing:.02em;margin-left:4px}.pool-points.svelte-afshm6{font-size:.66rem;font-weight:600;color:var(--accent);background:#b07d4f1f;padding:2px 8px;border-radius:10px;letter-spacing:.02em;margin-left:4px;font-variant-numeric:tabular-nums}.group-items.svelte-afshm6{display:flex;flex-direction:column;gap:6px}.group-label.svelte-afshm6{font-size:.72rem;font-weight:600;color:var(--text-dim);letter-spacing:.04em;padding:10px 4px 4px;display:flex;align-items:center;gap:6px}.group-label.svelte-afshm6:first-of-type{padding-top:6px}.group-count.svelte-afshm6{font-size:.65rem;font-weight:700;color:var(--bg-card);background:var(--text-dim);width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.done-toggle.svelte-afshm6{display:flex;align-items:center;gap:8px;width:100%;padding:10px 4px;margin-top:4px;opacity:.45;transition:opacity .2s}.done-toggle.svelte-afshm6:active,.done-toggle.open.svelte-afshm6{opacity:.65}.done-toggle-icon.svelte-afshm6{width:18px;height:18px;border-radius:50%;background:var(--done);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.done-toggle-label.svelte-afshm6{font-size:.75rem;font-weight:600;color:var(--text-dim);letter-spacing:.02em}.done-toggle-chevron.svelte-afshm6{display:flex;align-items:center;color:var(--text-dim);transition:transform .2s}.done-toggle-chevron.open.svelte-afshm6{transform:rotate(180deg)}.done-list.svelte-afshm6{padding-bottom:4px;margin-top:6px}.done-date-header.svelte-afshm6{font-size:.68rem;font-weight:700;color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase;padding:8px 4px 2px;opacity:.6}.item-row.svelte-1uowp4y{position:relative;overflow:hidden;border-radius:var(--radius-sm)}.delete-zone.svelte-1uowp4y{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-1uowp4y{opacity:1}.delete-btn-zone.svelte-1uowp4y{color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.item-content.svelte-1uowp4y{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);transition:transform .15s ease,background .2s,opacity .3s;position:relative;z-index:1;flex-wrap:wrap}.full-width-block.svelte-1uowp4y{flex-basis:100%;min-width:0}.done.svelte-1uowp4y .item-content:where(.svelte-1uowp4y){opacity:.45}.checkbox.svelte-1uowp4y{width:22px;height:22px;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-1uowp4y{background:var(--done);border-color:var(--done);color:#fff}.card-body.svelte-1uowp4y{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.card-header-row.svelte-1uowp4y{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.card-title.svelte-1uowp4y{flex:1;min-width:0;font-size:.95rem;font-weight:600;line-height:1.35;overflow-wrap:break-word;cursor:pointer}.done.svelte-1uowp4y .card-title:where(.svelte-1uowp4y){text-decoration:line-through;text-decoration-color:var(--text-dim)}.type-pill.svelte-1uowp4y{font-size:.7rem;font-weight:700;letter-spacing:.02em;flex-shrink:0;opacity:.85;text-transform:lowercase}.meta-row.svelte-1uowp4y{display:flex;flex-wrap:wrap;gap:6px}.meta-pill.svelte-1uowp4y{font-size:.72rem;font-weight:600;color:var(--text-dim);background:var(--bg-elevated);padding:2px 8px;border-radius:10px;white-space:nowrap}.meta-pill.file-pill.svelte-1uowp4y{color:var(--accent)}.card-comment.svelte-1uowp4y{font-size:.84rem;font-weight:500;color:var(--text-secondary);line-height:1.45;cursor:pointer;overflow-wrap:break-word}.card-comment.clamped.svelte-1uowp4y{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.card-comment.svelte-1uowp4y strong{font-weight:700;color:var(--text)}.edit-input.svelte-1uowp4y{flex:1;font-size:.95rem;font-weight:600;padding:2px 6px;background:var(--bg-elevated);border-radius:6px;min-width:0}.edit-comment-input.svelte-1uowp4y{font-family:inherit;font-size:.84rem;font-weight:500;padding:6px 8px;background:var(--bg-elevated);border-radius:6px;width:100%;resize:vertical;min-height:60px;line-height:1.45;border:none;outline:none;color:inherit}.clamp-toggle.svelte-1uowp4y{font-size:.78rem;font-weight:600;color:var(--accent);padding:2px 0;text-align:left}.clamp-toggle.svelte-1uowp4y:active{opacity:.6}.add-desc.svelte-1uowp4y{font-size:.75rem;font-weight:600;color:var(--text-dim);text-align:left;padding:2px 0;opacity:.6}.add-desc.svelte-1uowp4y:active{opacity:1;color:var(--accent)}.practices-section.svelte-tteghb{margin-top:8px;margin-bottom:8px}.practices-list.svelte-tteghb{display:flex;flex-direction:column;gap:6px}.pool-points.svelte-tteghb{font-size:.66rem;font-weight:600;color:var(--accent);background:#b07d4f1f;padding:2px 8px;border-radius:10px;letter-spacing:.02em;margin-left:4px;font-variant-numeric:tabular-nums}.done-toggle.svelte-tteghb{display:flex;align-items:center;gap:8px;width:100%;padding:10px 4px;margin-top:4px;opacity:.45;transition:opacity .2s}.done-toggle.svelte-tteghb:active,.done-toggle.open.svelte-tteghb{opacity:.65}.done-toggle-icon.svelte-tteghb{width:18px;height:18px;border-radius:50%;background:var(--done);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.done-toggle-label.svelte-tteghb{font-size:.75rem;font-weight:600;color:var(--text-dim);letter-spacing:.02em}.done-toggle-chevron.svelte-tteghb{display:flex;align-items:center;color:var(--text-dim);transition:transform .2s}.done-toggle-chevron.open.svelte-tteghb{transform:rotate(180deg)}.done-list.svelte-tteghb{padding-bottom:4px;margin-top:6px}.notes-section.svelte-1ie02mw{margin-top:8px;margin-bottom:8px}.notes-list.svelte-1ie02mw{display:flex;flex-direction:column;gap:2px}.item-row.svelte-1ie02mw{position:relative;overflow:hidden;border-radius:var(--radius-sm)}.delete-zone.svelte-1ie02mw{position:absolute;right:0;top:0;bottom:0;width:80px;background:var(--danger);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.delete-zone.visible.svelte-1ie02mw{opacity:1}.delete-btn-zone.svelte-1ie02mw{color:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.item-content.svelte-1ie02mw{position:relative;z-index:1;transition:transform .15s;background:var(--bg-card)}.note-item.svelte-1ie02mw{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border-bottom:1px solid var(--border);transition:transform .15s,background .15s}.note-item.svelte-1ie02mw:last-child{border-bottom:none}.note-bullet.svelte-1ie02mw{font-size:1rem;color:var(--text-dim);flex-shrink:0;line-height:1.35}.note-body.svelte-1ie02mw{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.note-text.svelte-1ie02mw{font-size:.85rem;line-height:1.4;color:var(--text);overflow-wrap:break-word;cursor:pointer}.note-tag.svelte-1ie02mw{font-size:.7rem;font-weight:600;letter-spacing:.02em;opacity:.8}.edit-input.svelte-1ie02mw{flex:1;font-size:.85rem;padding:2px 6px;background:var(--bg-elevated);border-radius:6px;min-width:0;border:none;outline:none;color:inherit;font-family:inherit;line-height:1.4}.goals-section.svelte-1vchasx{margin-top:8px;margin-bottom:8px}.goals-list.svelte-1vchasx{display:flex;flex-direction:column;gap:4px}.item-row.svelte-1vchasx{position:relative;overflow:hidden;border-radius:var(--radius-sm)}.delete-zone.svelte-1vchasx{position:absolute;right:0;top:0;bottom:0;width:80px;background:var(--danger);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.delete-zone.visible.svelte-1vchasx{opacity:1}.delete-btn-zone.svelte-1vchasx{color:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.item-content.svelte-1vchasx{position:relative;z-index:1;transition:transform .15s;background:var(--bg-card)}.goal-item.svelte-1vchasx{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);transition:transform .15s,opacity .2s}.goal-item.done.svelte-1vchasx{opacity:.35}.goal-body.svelte-1vchasx{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.goal-title.svelte-1vchasx{font-size:.88rem;font-weight:600;line-height:1.35;overflow-wrap:break-word;cursor:pointer}.done.svelte-1vchasx .goal-title:where(.svelte-1vchasx){text-decoration:line-through;text-decoration-color:var(--text-dim);color:var(--text-dim);cursor:default}.goal-meta.svelte-1vchasx{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.goal-progress.svelte-1vchasx{font-size:.78rem;font-weight:500;color:var(--accent);line-height:1.35;cursor:pointer}.goal-deadline.svelte-1vchasx{font-size:.75rem;font-weight:500;color:var(--text-dim);line-height:1.35}.edit-input.svelte-1vchasx{flex:1;font-size:.88rem;font-weight:600;padding:2px 6px;background:var(--bg-elevated);border-radius:6px;min-width:0;border:none;outline:none;color:inherit;font-family:inherit;line-height:1.35}.edit-progress.svelte-1vchasx{font-size:.78rem;font-weight:500;padding:2px 6px;background:var(--bg-elevated);border-radius:6px;min-width:0;border:none;outline:none;color:var(--accent);font-family:inherit;line-height:1.35;width:150px}.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 10px;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;padding-bottom:60px}.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)}}
