.toast-container.svelte-1f2yb2a{z-index:9999;animation:.3s ease-out svelte-1f2yb2a-slideIn;position:fixed;bottom:80px;right:20px}@keyframes svelte-1f2yb2a-slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast.svelte-1f2yb2a{background:#0d1117;border:1px solid #238636;border-left-width:3px;border-radius:4px;align-items:flex-start;gap:12px;min-width:280px;max-width:340px;padding:14px 16px;animation:.3s ease-out svelte-1f2yb2a-fadeIn;display:flex;box-shadow:0 8px 24px #00000080}@media (width<=400px){.toast-container.svelte-1f2yb2a{bottom:68px;left:12px;right:12px}.toast.svelte-1f2yb2a{min-width:unset;max-width:calc(100vw - 24px)}}@keyframes svelte-1f2yb2a-fadeIn{0%{opacity:0}to{opacity:1}}.toast-icon.svelte-1f2yb2a{flex-shrink:0;font-size:1.5rem}.toast-content.svelte-1f2yb2a{flex:1;min-width:0}.toast-title.svelte-1f2yb2a{color:#238636;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:.7rem;font-weight:600}.toast-title.svelte-1f2yb2a:before{content:"$ "}.toast-badge-name.svelte-1f2yb2a{color:#e2e8f0;margin-bottom:2px;font-size:.85rem;font-weight:600}.toast-description.svelte-1f2yb2a{color:#8b949e;font-size:.7rem;line-height:1.4}.toast-container.svelte-d72r17{z-index:9999;cursor:pointer;animation:.3s ease-out svelte-d72r17-slideIn;position:fixed;bottom:80px;right:20px}@keyframes svelte-d72r17-slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast.svelte-d72r17{background:#0d1117;border:1px solid #238636;border-left-width:3px;border-radius:4px;align-items:flex-start;gap:12px;min-width:260px;max-width:340px;padding:14px 16px;animation:.3s ease-out svelte-d72r17-fadeIn;display:flex;box-shadow:0 8px 24px #00000080}@media (width<=400px){.toast-container.svelte-d72r17{bottom:68px;left:12px;right:12px}.toast.svelte-d72r17{min-width:unset;max-width:calc(100vw - 24px)}}@keyframes svelte-d72r17-fadeIn{0%{opacity:0}to{opacity:1}}.toast-icon.svelte-d72r17{flex-shrink:0;font-size:1.5rem;line-height:1}.toast-content.svelte-d72r17{flex:1;min-width:0}.toast-title.svelte-d72r17{color:#238636;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:.7rem;font-weight:600}.toast-title.svelte-d72r17:before{content:"$ "}.toast-level.svelte-d72r17{color:#e2e8f0;font-size:.85rem;font-weight:600}.terminal-chrome.svelte-dkfh2v{border-left:1px solid var(--border-subtle);flex-direction:column;flex:1;display:flex;overflow:hidden}.terminal-titlebar.svelte-dkfh2v{align-items:center;gap:var(--space-sm);background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);flex-shrink:0;padding:8px 14px;display:flex}.terminal-dots.svelte-dkfh2v{flex-shrink:0;gap:6px;display:flex}.dot.svelte-dkfh2v{border-radius:50%;width:10px;height:10px}.dot.red.svelte-dkfh2v{background:var(--dot-red)}.dot.yellow.svelte-dkfh2v{background:var(--dot-yellow)}.dot.green.svelte-dkfh2v{background:var(--dot-green)}.terminal-title.svelte-dkfh2v{text-align:center;color:var(--text-secondary);font-size:.7rem;font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;flex:1;padding-right:40px;overflow:hidden}.terminal-body.svelte-dkfh2v{flex:1;overflow-y:auto}:root{--bg-primary:#000;--bg-surface:#0d1117;--bg-elevated:#161b22;--bg-input:#0a0a0a;--surface-2:#21262d;--border-subtle:#1a1a1a;--border-default:#30363d;--border-hover:#484f58;--text-primary:#e2e8f0;--text-secondary:#8b949e;--text-muted:#6e7681;--text-inverse:#000;--text-bright:#c9d1d9;--text-on-accent:#fff;--accent-green:#238636;--accent-green-hover:#2ea043;--accent-green-dim:#3fb950;--accent-blue:#58a6ff;--accent-blue-hover:#388bfd;--accent-blue-pressed:#1f6feb;--accent-amber:#d29922;--accent-orange:#f0883e;--accent-red:#f85149;--accent-red-bg:#da3633;--heatmap-0:#0e4429;--heatmap-1:#006d32;--heatmap-2:#26a641;--syntax-keyword:#ff7b72;--syntax-string:#a5d6ff;--syntax-comment:#6e7681;--syntax-function:#d2a8ff;--syntax-number:#79c0ff;--syntax-operator:#ff7b72;--font-mono:"SF Mono", "Cascadia Code", "Fira Code", "JetBrains Mono", "Consolas", monospace;--font-display:2.6rem;--font-h1:1.1rem;--font-h2:.95rem;--font-h3:.85rem;--font-body:.85rem;--font-small:.75rem;--font-micro:.65rem;--font-code:.75rem;--lh-body:1.6;--lh-heading:1.3;--lh-code:1.5;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-default:4px;--radius-card:6px;--radius-input:4px;--shadow-hard:4px 4px 0px #000;--shadow-card-hover:0 4px 12px #23863626;--t-fast:.12s;--t-std:.15s;--t-slow:.3s;--ease-default:ease;--ease-snap:ease-out;--dot-red:#ff5f56;--dot-yellow:#ffbd2e;--dot-green:#27c93f;--focus-ring:2px solid var(--accent-blue)}*,:before,:after{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-mono);background:var(--bg-primary);color:var(--text-primary);font-size:var(--font-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}h1,h2,h3,h4{line-height:var(--lh-heading);font-family:var(--font-mono)}code,pre{font-family:var(--font-mono)}::selection{color:var(--text-primary);background:#23863659}:focus-visible{outline:var(--focus-ring);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-hover);border:2px solid var(--bg-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes blink{50%{opacity:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app.svelte-12qhfyh{height:100dvh;display:flex;overflow:hidden}.mobile-header.svelte-12qhfyh{background:var(--bg-primary);border-bottom:1px solid var(--border-subtle);z-index:50;align-items:center;gap:12px;height:48px;padding:0 12px;display:none;position:fixed;top:0;left:0;right:0}.hamburger.svelte-12qhfyh{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:0;display:flex}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){background:var(--text-bright);width:18px;height:2px;transition:background var(--t-std);display:block}.hamburger.svelte-12qhfyh:hover span:where(.svelte-12qhfyh){background:var(--text-primary)}.mobile-logo.svelte-12qhfyh{flex:1;align-items:center;gap:6px;text-decoration:none;display:flex}.mobile-logo-icon.svelte-12qhfyh{color:var(--accent-green);font-size:.9rem;font-weight:700}.mobile-logo-text.svelte-12qhfyh{color:var(--text-primary);letter-spacing:-.3px;font-size:.9rem;font-weight:700}.mobile-avatar.svelte-12qhfyh{background:var(--accent-green);width:28px;height:28px;color:var(--text-inverse);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;text-decoration:none;display:flex}.sidebar-backdrop.svelte-12qhfyh{z-index:55;background:#0009;display:none;position:fixed;inset:0}.sidebar.svelte-12qhfyh{background:var(--bg-primary);border-right:1px solid var(--border-subtle);flex-direction:column;width:260px;display:flex;overflow-y:auto}.sidebar-header.svelte-12qhfyh{padding:16px 18px 12px}.logo.svelte-12qhfyh{letter-spacing:-.3px;align-items:center;gap:6px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.logo-icon.svelte-12qhfyh{color:var(--accent-green)}.logo-text.svelte-12qhfyh{color:var(--text-primary)}.loading.svelte-12qhfyh{color:var(--text-secondary);align-items:center;gap:10px;padding:20px;font-size:.8rem;display:flex}.spinner.svelte-12qhfyh{border:2px solid var(--border-subtle);border-top-color:var(--accent-green-dim);border-radius:50%;width:12px;height:12px;animation:.8s linear infinite spin}.auth-section.svelte-12qhfyh{margin-top:8px;padding:20px}.auth-section.svelte-12qhfyh:before{content:"$ ";color:var(--accent-green)}.auth-title.svelte-12qhfyh{color:var(--text-primary);margin:0 0 6px;font-size:.9rem;font-weight:600}.auth-sub.svelte-12qhfyh{color:var(--text-secondary);margin:0 0 18px;font-size:.75rem;line-height:1.5}.btn-primary.svelte-12qhfyh{background:var(--accent-green);color:var(--text-inverse);border-radius:var(--radius-default);border:1px solid var(--accent-green);transition:background var(--t-std);padding:6px 16px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary.svelte-12qhfyh:hover{background:var(--accent-green-hover)}.user-section.svelte-12qhfyh{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-default);justify-content:space-between;align-items:center;gap:10px;margin:0 10px 10px;padding:10px 14px;display:flex}.user-row.svelte-12qhfyh{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.avatar.svelte-12qhfyh{background:var(--accent-green);width:28px;height:28px;color:var(--text-inverse);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.user-meta.svelte-12qhfyh{flex-direction:column;min-width:0;display:flex}.user-name.svelte-12qhfyh{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.user-email.svelte-12qhfyh{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;overflow:hidden}.logout-btn.svelte-12qhfyh{color:var(--text-secondary);cursor:pointer;transition:color var(--t-std);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:flex}.logout-btn.svelte-12qhfyh:hover{color:var(--accent-red-bg)}.nav-section.svelte-12qhfyh{flex:1;padding:0 10px 16px;overflow-y:auto}.nav-header.svelte-12qhfyh{justify-content:space-between;align-items:center;margin-bottom:4px;padding:0 6px 8px;display:flex}.nav-label.svelte-12qhfyh{color:var(--text-muted);font-size:.7rem}.nav-label.svelte-12qhfyh:before{content:"$ ";color:var(--accent-green)}.new-link.svelte-12qhfyh{color:var(--accent-green-dim);transition:background var(--t-std);padding:2px 6px;font-size:.75rem;font-weight:600;text-decoration:none}.new-link.svelte-12qhfyh:hover{background:#2386361f}.empty-state.svelte-12qhfyh{color:var(--text-secondary);padding:24px 12px}.empty-state.svelte-12qhfyh:before{content:"$ ";color:var(--accent-green)}.empty-state.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-bright);margin:0 0 4px;font-size:.8rem;display:inline}.empty-state.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--text-muted);font-size:.7rem}.task-list.svelte-12qhfyh{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.task-list.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--text-bright);transition:background var(--t-fast);justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:flex;position:relative}.task-list.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):before{content:"> ";color:var(--text-muted);flex-shrink:0;font-size:.7rem}.task-list.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{background:#30363d4d}.task-list.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover:before{color:var(--accent-green-dim)}.task-list.svelte-12qhfyh li.active:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--accent-green-dim);background:#2386361a}.task-list.svelte-12qhfyh li.active:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):before{content:"> ";color:var(--accent-green)}.task-info.svelte-12qhfyh{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.task-title.svelte-12qhfyh{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.task-time.svelte-12qhfyh{color:var(--text-muted);font-size:.65rem}.task-lang.svelte-12qhfyh{color:var(--text-muted);text-transform:lowercase;font-size:.6rem}.task-status.svelte-12qhfyh{background:var(--accent-amber);border-radius:1px;flex-shrink:0;width:6px;height:6px}.task-status.completed.svelte-12qhfyh{background:var(--accent-green)}main.svelte-12qhfyh{background:var(--bg-primary);flex-direction:column;flex:1;display:flex;overflow:hidden}.sidebar-footer.svelte-12qhfyh{border-top:1px solid var(--border-subtle);margin-top:auto;padding:10px 6px 6px}.settings-link.svelte-12qhfyh{color:var(--text-secondary);transition:color var(--t-fast);align-items:center;gap:8px;padding:6px 10px;font-size:.7rem;text-decoration:none;display:flex}.settings-link.svelte-12qhfyh:hover{color:var(--text-bright)}.settings-icon.svelte-12qhfyh{font-size:.8rem}.mobile-nav.svelte-12qhfyh{background:var(--bg-primary);border-top:1px solid var(--border-subtle);z-index:50;justify-content:space-around;align-items:center;height:56px;padding:0 8px;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);min-width:44px;height:44px;transition:color var(--t-std);border-top:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:4px 8px;text-decoration:none;display:flex}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-bright)}.mobile-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent-green);border-top-color:var(--accent-green)}.nav-icon.svelte-12qhfyh{font-size:1.1rem;line-height:1}.nav-label.svelte-12qhfyh{font-size:.65rem;line-height:1}@media (width<=767px){.mobile-header.svelte-12qhfyh{display:flex}.sidebar-backdrop.svelte-12qhfyh{display:block}.sidebar.svelte-12qhfyh{z-index:60;width:280px;max-width:85vw;height:100dvh;transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.mobile-nav.svelte-12qhfyh{display:flex}main.svelte-12qhfyh{padding-top:48px;padding-bottom:56px}}
