@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css";:root{color:var(--text);background:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;--font-sans:"Inter", "Pretendard Variable", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-ko:"Pretendard Variable", Pretendard, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--bg:#0b0c0e;--bg-1:#121316;--bg-2:#16181c;--bg-3:#1c1f24;--bg-overlay:#ffffff0a;--fg:#ece8de;--fg-2:#b3ada1;--fg-3:#6b655c;--fg-disabled:#3f3b36;--border:#ffffff12;--border-2:#ffffff0a;--border-strong:#ffffff1f;--accent:#e76b4f;--accent-hover:#c84b31;--accent-2:#c84b31;--accent-fg:#1a0b07;--st-todo:#6b655c;--st-progress:#7aa0ce;--st-approve:#e0b547;--st-review:#e76b4f;--st-candidate:#c0b190;--st-done:#92bb8e;--st-failed:#da6448;--st-hold:#6b655c;--shadow-1:0 1px 0 #0006, 0 2px 5px #0000002e;--shadow-popover:0 8px 24px #00000080, 0 0 0 1px #ffffff0f;--shadow-screen:0 30px 80px #00000080, 0 6px 20px #00000040;--r-xs:3px;--r-sm:4px;--r-md:6px;--r-lg:8px;--r-xl:12px;--r-pill:999px;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--surface:var(--bg-2);--surface-muted:var(--bg-1);--surface-strong:var(--bg-3);--surface-hover:var(--bg-overlay);--line:var(--border);--line-strong:var(--border-strong);--text:var(--fg);--muted:var(--fg-2);--faint:var(--fg-3);--nav:var(--bg-1);--nav-2:var(--bg-3);--nav-text:var(--fg);--nav-muted:var(--fg-3);--brand-bg:transparent;--brand-text:var(--fg);--accent-soft:#e76b4f1a;--accent-line:#e76b4f42;--green:var(--st-done);--green-soft:#92bb8e1a;--green-line:#92bb8e42;--blue:var(--st-progress);--blue-soft:#7aa0ce1f;--blue-line:#7aa0ce47;--amber:var(--st-approve);--amber-soft:#e0b5471f;--amber-line:#e0b5474d;--red:var(--st-failed);--red-soft:#da64481f;--red-line:#da64484d;--violet:var(--st-candidate);--violet-soft:#c0b1901c;--violet-line:#c0b19045;--focus:#e76b4f38;--shadow:var(--shadow-popover)}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--bg-1:#f8f7f4;--bg-2:#fff;--bg-3:#f2eee6;--bg-overlay:#00000005;--fg:#14110e;--fg-2:#5c544a;--fg-3:#8a8278;--fg-disabled:#c8c2b6;--border:#14110e14;--border-2:#14110e0d;--border-strong:#14110e24;--accent:#c84b31;--accent-hover:#9e3621;--accent-2:#9e3621;--accent-fg:#fff;--st-todo:#8a8278;--st-progress:#4a5664;--st-approve:#c99b30;--st-review:#c84b31;--st-candidate:#7a6e55;--st-done:#5b7c5c;--st-failed:#9b2d1f;--st-hold:#8a8278;--shadow-1:0 1px 0 #14110e0a, 0 1px 3px #14110e0f;--shadow-popover:0 8px 24px #14110e1a, 0 0 0 1px var(--border);--shadow-screen:0 24px 60px #14110e1f, 0 4px 14px #14110e0f}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}::selection{background:var(--accent-soft);color:var(--text)}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.65}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input,select{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:40px;color:var(--text);border-radius:7px;outline:0;padding:0 12px}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus)}.auth-screen{background:var(--bg);place-items:center;min-height:100vh;padding:20px;display:grid}.auth-panel{border:1px solid var(--line);background:var(--surface);width:min(390px,100%);min-width:0;max-width:calc(100vw - 40px);box-shadow:var(--shadow);border-radius:8px;gap:14px;padding:22px;display:grid}.auth-loading{place-items:center;width:84px;min-height:84px}.auth-brand{align-items:center;gap:12px;padding-bottom:6px;display:flex}.auth-brand strong,.auth-brand span,.auth-panel label span,.password-form label span,.account-header span{display:block}.auth-brand span,.auth-panel label span,.password-form label span,.account-header span{color:var(--muted);font-size:13px}.auth-panel label,.password-form label{gap:6px;display:grid}.auth-submit,.password-submit{width:100%}.app-shell{grid-template-columns:252px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--nav);min-height:100vh;color:var(--nav-text);grid-template-rows:auto 1fr auto;padding:18px 12px;display:grid;position:sticky;top:0}.brand{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-bottom:20px;padding:6px 8px 14px;display:flex}.brand-mark{border-radius:var(--r-md);width:34px;height:34px;color:var(--brand-text);background:0 0;place-items:center;display:grid}.brand-mark svg{width:100%;height:100%;display:block}.brand strong,.brand span{display:block}.brand span{color:var(--nav-muted);margin-top:2px;font-size:13px}.tab-list{align-content:start;gap:5px;display:grid}.tab,.mobile-tabs button{color:inherit;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;display:flex}.tab{width:100%;min-height:42px;color:var(--nav-muted);padding:0 11px}.sidebar-insight{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;padding:12px;display:grid}.sidebar-insight span,.sidebar-insight em{color:var(--muted);font-size:12px;font-style:normal}.sidebar-insight strong{font-size:30px;line-height:1}.main{min-width:0;padding:24px 28px 96px}.topbar{justify-content:space-between;align-items:flex-start;gap:18px;width:min(1440px,100%);margin-bottom:18px;display:flex}.topbar h1{letter-spacing:0;margin:0;font-size:29px;line-height:1.12}.topbar p{color:var(--muted);margin:7px 0 0}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding-top:8px;display:flex}.theme-toggle{border:1px solid var(--border-strong);color:#ece8de;white-space:nowrap;background:#14110e;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.theme-toggle:hover{border-color:var(--line-strong);color:#fff;background:#211b16}.theme-toggle[aria-pressed=true]{border-color:var(--border-strong);background:var(--surface);color:var(--text)}.topbar-pill,.user-pill{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--muted);white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:0 10px;font-size:13px;display:inline-flex}.topbar-pill{color:var(--accent)}.topbar-pill.live{border-color:var(--green-line);background:var(--green-soft);color:var(--green);animation:.75s ease-out livePulse;position:relative;overflow:hidden}.topbar-pill.live.ai-watch{border-color:var(--violet-line);background:var(--violet-soft);color:var(--violet)}.topbar-pill.live:before{content:"";background:currentColor;border-radius:999px;width:7px;height:7px;animation:1.5s ease-out infinite liveDot;box-shadow:0 0 #23805d5c}.topbar-pill.live.ai-watch:before{animation:1.2s ease-out infinite aiLiveDot}.topbar-pill.live em{border-left:1px solid var(--green-line);min-width:34px;color:var(--green);text-align:right;padding-left:8px;font-style:normal;font-weight:800}.topbar-pill.live.ai-watch em{border-left-color:var(--violet-line);color:var(--violet)}.topbar-pill.live.syncing svg{animation:.9s linear infinite spin}.topbar-pill.warning{color:var(--amber)}.workspace{width:min(1440px,100%)}.two-column{grid-template-columns:minmax(360px,455px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.todo-workspace{grid-template-columns:minmax(0,1fr);align-items:start;gap:16px;width:min(1680px,100%);display:grid}.kanban-pane{gap:12px;min-width:0;display:grid}.todo-toolbar{gap:10px;display:grid}.todo-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.todo-metric{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:42px;color:var(--muted);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 11px;display:flex}.todo-metric:hover{border-color:var(--line-strong);background:var(--surface-hover);color:var(--text)}.todo-metric.active{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.todo-metric span,.todo-metric strong{min-width:0}.todo-metric span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.todo-metric strong{font-size:16px;line-height:1}.todo-filter-shell{border:1px solid var(--line);background:var(--surface);border-radius:8px;box-shadow:0 1px #1f211f08}.todo-filter-summary{grid-template-columns:minmax(180px,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.filter-summary-main{flex:auto;align-items:center;gap:7px;min-width:0;display:flex}.filter-summary-main strong{flex:none;font-size:13px}.filter-summary-main>span{border:1px solid var(--line);color:var(--muted);border-radius:999px;flex:none;padding:2px 8px;font-size:12px}.filter-chip-row{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.filter-chip{border:1px solid var(--line);background:var(--surface-muted);min-height:24px;color:var(--text);border-radius:999px;align-items:center;padding:0 8px;font-size:12px;display:inline-flex}.filter-chip.muted-chip{color:var(--muted)}.quick-filter-row{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:inline-flex}.assignee-filter-tabs{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:repeat(3,minmax(0,auto));gap:4px;padding:4px;display:inline-grid}.assignee-filter-tabs button{min-width:76px;min-height:32px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.assignee-filter-tabs button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 5px #1f211f17}.assignee-filter-tabs strong,.completed-filter-check strong{color:var(--accent);font-size:12px;line-height:1}.completed-filter-check{border:1px solid var(--line-strong);background:var(--surface);min-height:40px;color:var(--text);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.completed-filter-check input{width:15px;height:15px;accent-color:var(--green)}.filter-actions{flex:none;gap:6px;display:flex}.filter-actions button,.todo-toggle{border:1px solid var(--line-strong);background:var(--surface);min-height:36px;color:var(--text);border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.filter-actions button:hover,.todo-toggle:hover{background:var(--surface-muted)}.filter-actions .chevron{transition:transform .16s}.filter-actions .chevron.open{transform:rotate(180deg)}.todo-filter-grid{border-top:1px solid var(--line);grid-template-columns:minmax(180px,1.4fr) repeat(4,minmax(120px,.8fr));gap:8px;padding:10px;display:grid}.filter-search{min-width:0;position:relative}.filter-search svg{color:var(--faint);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.filter-search input{padding-left:36px}.todo-toggle.active{border-color:var(--green-line);background:var(--green-soft);color:var(--green)}.home-grid,.ai-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.home-composer{grid-column:1/-1}.single-column{gap:12px;max-width:820px;display:grid}.summary-row{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.metric,.panel,.composer,.detail-pane,.notification,.toggle-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;box-shadow:0 1px #1f211f08}.metric{min-height:86px;padding:15px}.metric span{color:var(--muted);font-size:13px;display:block}.metric strong{margin-top:8px;font-size:29px;line-height:1;display:block}.metric.active{border-color:var(--green-line);background:linear-gradient(180deg, var(--green-soft), var(--surface))}.metric.waiting{border-color:var(--blue-line);background:linear-gradient(180deg, var(--blue-soft), var(--surface))}.metric.warning{border-color:var(--amber-line);background:linear-gradient(180deg, var(--amber-soft), var(--surface))}.metric.danger{border-color:var(--red-line);background:linear-gradient(180deg, var(--red-soft), var(--surface))}.metric.active strong{color:var(--green)}.metric.waiting strong{color:var(--blue)}.metric.warning strong{color:var(--amber)}.metric.danger strong{color:var(--red)}.panel{min-width:0;padding:16px}.panel h2,.detail-header h2,.account-header h2{letter-spacing:0;margin:0;font-size:18px;line-height:1.25}.panel h2{border-bottom:1px solid var(--line);padding-bottom:12px}.list-pane{gap:12px;min-width:0;display:grid}.composer{gap:8px;padding:12px;display:grid}.home-composer .composer{grid-template-columns:minmax(220px,1.2fr) minmax(220px,1fr) minmax(210px,auto);align-items:center}.composer-actions,.inline-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.compact-form{margin-top:-4px}.segmented{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;padding:4px;display:grid}.segmented button{min-height:36px;color:var(--muted);background:0 0;border:0;border-radius:6px;font-size:13px}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 5px #1f211f17}.notification-filter{grid-template-columns:repeat(4,minmax(0,1fr))}.todo-list{gap:8px;display:grid}.kanban-board{grid-template-columns:repeat(var(--kanban-column-count,4), minmax(0, 1fr));scrollbar-color:var(--line-strong) transparent;gap:12px;min-width:0;padding-bottom:0;display:grid;overflow-x:hidden}.kanban-column{border:1px solid var(--line);background:linear-gradient(180deg, var(--surface), var(--surface-muted));border-radius:8px;grid-template-rows:auto minmax(360px,1fr);min-width:0;min-height:min(690px,100vh - 296px);transition:border-color .15s,background .15s,transform .15s;display:grid;box-shadow:0 1px #1f211f08}.kanban-column.drop-target{border-color:var(--accent);background:linear-gradient(180deg, var(--accent-soft), var(--surface));transform:translateY(-2px)}.kanban-column-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;padding:12px;display:flex}.kanban-column-head div{min-width:0}.kanban-column-head span{color:var(--muted);font-size:12px;display:block}.kanban-column-head strong{margin-top:2px;font-size:17px;line-height:1.2;display:block}.kanban-counts{flex:none;justify-items:end;gap:4px;display:grid}.kanban-counts b{background:var(--surface-strong);min-width:30px;height:30px;color:var(--text);border-radius:999px;place-items:center;font-size:13px;display:grid}.kanban-counts em{background:var(--violet-soft);min-height:20px;color:var(--violet);border-radius:999px;padding:2px 7px;font-size:11px;font-style:normal;font-weight:800}.kanban-column-body{align-content:start;gap:8px;min-width:0;min-height:360px;padding:10px;display:grid}.kanban-empty{border:1px dashed var(--line-strong);min-height:92px;color:var(--faint);text-align:center;border-radius:8px;place-items:center;font-size:13px;display:grid}.kanban-board-empty{grid-column:1/-1}.todo-card,.mini-list button{text-align:left;border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;color:var(--text);border-radius:8px;gap:8px;padding:12px;display:grid}.kanban-card{transition:border-color .15s,background .15s,box-shadow .15s,transform .15s,opacity .15s;position:relative;overflow:hidden}.kanban-card:hover{transform:translateY(-1px)}.kanban-card.dragging,.kanban-card.moving{opacity:.58;transform:scale(.985)}.kanban-card>time{color:var(--faint);font-size:12px}.drag-handle{border:1px solid var(--line);background:var(--surface-muted);width:26px;height:26px;color:var(--muted);border-radius:7px;place-items:center;display:inline-grid}.kanban-card.ai-processing{border-color:var(--violet-line);box-shadow:inset 3px 0 0 var(--violet), 0 8px 22px #6657c81a}.kanban-card.ai-processing:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 0% 36%,#8e9aff2e 48%,#0000 60% 100%);animation:2.4s ease-in-out infinite aiSweep;position:absolute;inset:0;transform:translate(-120%)}.ai-processing-strip{border:1px solid var(--violet-line);background:var(--violet-soft);min-height:30px;color:var(--violet);border-radius:7px;align-items:center;gap:7px;padding:4px 8px;font-size:12px;font-weight:800;display:flex}.ai-processing-strip em{font-style:normal}.ai-orbit{background:var(--surface);border-radius:999px;place-items:center;width:19px;height:19px;animation:1.25s ease-in-out infinite aiOrbit;display:grid}.todo-card:hover,.mini-list button:hover{border-color:var(--line-strong);background:var(--surface-hover)}.todo-card.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 3px var(--focus)}.todo-card-head,.run-row-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.todo-card-head time{color:var(--faint);flex:none;font-size:12px}.todo-card strong,.mini-list strong,.run-row strong,.notification strong{overflow-wrap:anywhere;min-width:0}.muted,.mini-list span,.run-row span,.notification span,.row-item span{color:var(--muted);font-size:13px}.issue-key{color:var(--green);font-size:12px;font-weight:800}.chip-row,.quick-actions,.row-actions,.notification-actions{flex-wrap:wrap;gap:6px;display:flex}.todo-flow-panel,.next-action-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:10px;padding:12px 0;display:grid}.decision-card{gap:var(--space-sm);border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg-1);padding:var(--space-md);display:grid}.decision-card-header{gap:3px;display:grid}.decision-card-header span{color:var(--accent);font-family:var(--font-mono);letter-spacing:.04em;font-size:10.5px;font-weight:600}.decision-card-header strong{color:var(--fg);font-size:14px;font-weight:600}.decision-card p{color:var(--fg-2);margin:0;font-size:13px}.decision-options,.approval-fields{gap:var(--space-sm);display:grid}.decision-options{grid-template-columns:repeat(3,minmax(0,1fr))}.decision-options span,.approval-fields div{border:1px solid var(--border-2);border-radius:var(--r-sm);background:var(--bg-overlay);padding:8px}.decision-options span{color:var(--fg-2);text-align:center;font-size:12px}.approval-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.approval-fields span,.approval-fields strong{display:block}.approval-fields span{color:var(--fg-3);font-family:var(--font-mono);letter-spacing:.04em;font-size:10.5px}.approval-fields strong{color:var(--fg);margin-top:3px;font-size:12px;line-height:1.35}.review-card{border-color:#e76b4f52}.approval-card-v2{border-color:#e0b54757}.candidate-card{border-color:#c0b19057}.failed-card{border-color:#da644857}.next-action-panel{grid-template-columns:minmax(160px,.65fr) minmax(0,1fr);align-items:center}.todo-flow-header,.next-action-copy{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.next-action-copy{justify-content:start;gap:3px;display:grid}.todo-flow-header span,.next-action-copy span{color:var(--muted);font-size:12px}.todo-flow-header strong,.next-action-copy strong{overflow-wrap:anywhere;min-width:0}.todo-flow-track{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:0;padding:0;list-style:none;display:grid}.todo-flow-step{border:1px solid var(--line);background:var(--surface-muted);min-width:0;min-height:74px;color:var(--muted);border-radius:8px;padding:8px;display:grid}.todo-flow-step button{width:100%;min-width:0;min-height:100%;color:inherit;text-align:left;background:0 0;border:0;align-content:start;gap:5px;padding:0;display:grid}.todo-flow-step button:hover{color:inherit}.todo-flow-step button:disabled{cursor:default;opacity:1}.todo-flow-step strong,.todo-flow-step em{overflow-wrap:anywhere;min-width:0}.todo-flow-step strong{color:inherit;font-size:13px;line-height:1.2}.todo-flow-step em{font-size:11px;font-style:normal;line-height:1.25}.flow-marker{border:1px solid var(--line-strong);background:var(--surface);width:22px;height:22px;color:var(--muted);border-radius:999px;place-items:center;font-size:11px;font-weight:800;display:grid}.todo-flow-step.passed{border-color:var(--green-line);background:var(--green-soft);color:var(--green)}.todo-flow-step.current{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.todo-flow-step.current .flow-marker{border-color:var(--accent);background:var(--accent);color:#fff}.todo-flow-step.passed .flow-marker{border-color:var(--green);background:var(--green);color:#fff}.todo-flow-panel p{color:var(--muted);margin:0;font-size:13px}.quick-actions button,.primary-action,.row-actions button,.small-button{border:1px solid var(--line-strong);background:var(--surface);min-height:32px;color:var(--text);border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 10px;display:inline-flex}.quick-actions button:hover,.primary-action:hover,.row-actions button:hover,.small-button:hover,.icon-button:hover{border-color:var(--line-strong);background:var(--surface-muted)}.primary-action{border-color:var(--green);background:var(--green);color:#fff;font-weight:800}.primary-action:hover{border-color:var(--green);background:var(--green-soft);color:var(--green)}.small-button:disabled{cursor:not-allowed;opacity:.6}.chip{background:var(--surface-strong);min-height:24px;color:var(--muted);white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;display:inline-flex}.chip.high,.chip.urgent{background:var(--amber-soft);color:var(--amber)}.chip.low{background:var(--blue-soft);color:var(--blue)}.chip.assignee,.chip.ai-active{background:var(--violet-soft);color:var(--violet)}.chip.risk-none{background:var(--surface-strong);color:var(--muted)}.chip.risk-local{background:var(--blue-soft);color:var(--blue)}.chip.risk-high{background:var(--red-soft);color:var(--red)}.detail-pane{gap:14px;min-width:0;padding:16px;display:grid}.empty-detail{min-height:260px;color:var(--muted);place-items:center}.todo-detail-overlay{z-index:20;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1f211f94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.todo-detail-dialog{width:min(940px,100%);max-height:min(88vh,920px);display:grid;position:relative}.todo-detail-dialog .detail-pane{max-height:min(88vh,920px);box-shadow:var(--shadow);padding:22px;overflow:auto}.todo-detail-dialog .detail-header{padding-right:48px}.create-todo-dialog{border:1px solid var(--line);background:var(--surface);width:min(520px,100%);max-height:min(88vh,720px);box-shadow:var(--shadow);border-radius:8px;gap:14px;padding:22px;display:grid;position:relative;overflow:auto}.create-todo-header{gap:4px;padding-right:48px;display:grid}.create-todo-header span,.create-todo-dialog label span{color:var(--muted);font-size:13px}.create-todo-header h2{margin:0;font-size:22px;line-height:1.2}.create-todo-dialog label{gap:6px;display:grid}.create-todo-actions{justify-content:flex-end;gap:8px;display:flex}.create-todo-actions button{border:1px solid var(--line-strong);background:var(--surface);min-height:40px;color:var(--text);border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:0 14px;display:inline-flex}.create-todo-actions button:hover{background:var(--surface-muted)}.create-todo-actions .primary{background:var(--accent);color:#fff;border-color:#0000}.modal-close{z-index:2;position:absolute;top:14px;right:14px}.detail-header{justify-content:space-between;gap:12px;display:flex}.detail-header>div{min-width:0}.detail-header p{color:var(--muted);overflow-wrap:anywhere;margin:8px 0 0}.fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.fields div{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;min-width:0;padding:11px}.fields dt{color:var(--muted);font-size:12px}.fields dd{overflow-wrap:anywhere;margin:4px 0 0}.primary,.icon-button{border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:40px;display:inline-flex}.primary{background:var(--accent);color:#fff;border:0;padding:0 14px;font-weight:800}.primary:hover{background:var(--accent-hover)}.icon-button{background:var(--surface);width:40px;color:var(--text);border:1px solid var(--line)}.icon-button.success{background:var(--green-soft);color:var(--green)}.timeline-panel,.timeline,.checklist,.mini-list{gap:8px;display:grid}.mini-list{margin-top:12px}.check-item{border:1px solid var(--line);background:var(--surface-muted);width:100%;min-height:38px;color:var(--text);text-align:left;border-radius:8px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.check-item span{border:1px solid var(--line-strong);border-radius:5px;place-items:center;width:18px;height:18px;display:grid}.check-item strong{overflow-wrap:anywhere;min-width:0}.check-item em{color:var(--muted);font-size:12px;font-style:normal}.check-item.done{color:var(--muted)}.check-item.done strong{text-decoration:line-through}.check-item.done span{border-color:var(--green);background:var(--green-soft);color:var(--green)}.timeline{position:relative}.timeline-filter-tabs{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:4px;display:grid}.timeline-filter-tabs button{min-width:0;min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:0 8px;font-size:12px;font-weight:800;display:flex}.timeline-filter-tabs button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 5px #1f211f17}.timeline-filter-tabs span,.timeline-filter-tabs strong{min-width:0}.timeline-filter-tabs span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.timeline-filter-tabs strong{color:var(--accent);font-size:12px;line-height:1}.timeline-item{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:6px;padding:11px;display:grid}.timeline-item.timeline-user{border-color:var(--green-line);background:var(--green-soft)}.timeline-item.timeline-agent{border-color:var(--blue-line);background:var(--blue-soft)}.timeline-item.timeline-system{border-color:var(--amber-line);background:var(--amber-soft)}.timeline-item div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.timeline-item strong{overflow-wrap:anywhere;min-width:0}.timeline-origin{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;min-height:22px;padding:0 7px;font-size:11px;font-weight:800;display:inline-flex}.timeline-origin.user{color:var(--green)}.timeline-origin.agent{color:var(--blue)}.timeline-origin.system{color:var(--amber)}.timeline-item time{color:var(--faint);flex:none;font-size:12px}.timeline-item p,.run-row p,.notification p,.approval-row p{color:var(--muted);overflow-wrap:anywhere;margin:0}.row-item,.approval-row,.notification{align-items:flex-start;gap:10px;padding:13px;display:flex}.row-item{border-bottom:1px solid var(--line)}.row-item:last-child{border-bottom:0}.row-item>div,.approval-row>div,.notification>div{min-width:0}.approval-row{border-bottom:1px solid var(--line)}.approval-row:last-child{border-bottom:0}.approval-row strong{overflow-wrap:anywhere;display:block}.approval-row p{margin-top:6px}.notification{justify-content:space-between}.notification>div{flex:auto}.notification-actions{flex:none;justify-content:flex-end}.run-row{border-bottom:1px solid var(--line);gap:7px;padding:13px 0;display:grid}.run-row:last-child{border-bottom:0}.toggle-row{justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.toggle-row strong,.toggle-row span{display:block}.toggle-row input{width:44px;min-height:24px;accent-color:var(--green)}.empty-state,.error-strip,.success-strip{border-radius:8px;padding:14px}.empty-state{color:var(--muted);background:var(--surface-muted);border:1px dashed var(--line-strong)}.error-strip{background:var(--red-soft);color:var(--red);margin-bottom:12px}.success-strip{background:var(--green-soft);color:var(--green)}.account-panel,.theme-panel,.pwa-notification-panel{gap:14px;display:grid}.pwa-notification-row{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.pwa-notification-row strong,.pwa-notification-row span{display:block}.pwa-notification-row span{color:var(--muted);margin-top:3px;font-size:12px}.section-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.section-header span{color:var(--muted);font-size:13px}.theme-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.theme-option{border:1px solid var(--line);background:var(--surface-muted);min-height:40px;color:var(--muted);border-radius:7px;justify-content:center;align-items:center;gap:7px;display:inline-flex}.theme-option:hover{border-color:var(--line-strong);background:var(--surface-hover);color:var(--text)}.theme-option.active{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.account-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.password-form,.password-disclosure{gap:10px;display:grid}.disclosure-button{border:1px solid var(--line-strong);background:var(--surface-muted);width:100%;min-height:42px;color:var(--text);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;display:flex}.disclosure-button span{align-items:center;gap:7px;font-weight:800;display:inline-flex}.disclosure-button .chevron{transition:transform .16s}.disclosure-button.open .chevron{transform:rotate(180deg)}.status-inbox,.status-open{border-color:var(--line)}.status-today,.status-in-progress,.status-running,.status-claimed,.status-active{border-color:var(--green-line)}.status-scheduled,.status-pending,.status-claim-waiting,.status-waiting,.status-idle{border-color:var(--blue-line)}.status-approval-required,.status-needs-review,.status-needs-approval,.status-needs-user-input,.status-blocked{border-color:var(--amber-line)}.status-completion-candidate,.status-approved,.status-done{border-color:var(--violet-line)}.status-failed,.status-rejected,.status-cancelled,.status-expired,.status-offline,.status-unresponsive{border-color:var(--red-line)}.chip.status-today,.chip.status-in-progress,.chip.status-running,.chip.status-claimed,.chip.status-active{border-color:var(--green-line);background:var(--green-soft);color:var(--green)}.chip.status-scheduled,.chip.status-pending,.chip.status-claim-waiting,.chip.status-waiting,.chip.status-idle{border-color:var(--blue-line);background:var(--blue-soft);color:var(--blue)}.chip.status-approval-required,.chip.status-needs-review,.chip.status-needs-approval,.chip.status-needs-user-input,.chip.status-blocked{border-color:var(--amber-line);background:var(--amber-soft);color:var(--amber)}.chip.status-completion-candidate,.chip.status-approved,.chip.status-done{border-color:var(--violet-line);background:var(--violet-soft);color:var(--violet)}.chip.status-failed,.chip.status-rejected,.chip.status-cancelled,.chip.status-expired,.chip.status-offline,.chip.status-unresponsive{border-color:var(--red-line);background:var(--red-soft);color:var(--red)}.notification-approval,.notification-needs_user{border-color:var(--amber-line);background:linear-gradient(180deg, var(--amber-soft), var(--surface))}.notification-failed,.notification-agent_unresponsive{border-color:var(--red-line);background:linear-gradient(180deg, var(--red-soft), var(--surface))}.notification-completed{border-color:var(--violet-line);background:linear-gradient(180deg, var(--violet-soft), var(--surface))}.notification-todo_due{border-color:var(--blue-line);background:linear-gradient(180deg, var(--blue-soft), var(--surface))}.spin{animation:.9s linear infinite spin}.mobile-tabs{display:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes livePulse{0%{box-shadow:0 0 #23805d3d}to{box-shadow:0 0 0 8px #23805d00}}@keyframes liveDot{0%{box-shadow:0 0 #23805d57}70%{box-shadow:0 0 0 7px #23805d00}to{box-shadow:0 0 #23805d00}}@keyframes aiLiveDot{0%{box-shadow:0 0 #6657c857}70%{box-shadow:0 0 0 7px #6657c800}to{box-shadow:0 0 #6657c800}}@keyframes aiSweep{0%{transform:translate(-120%)}55%{transform:translate(120%)}to{transform:translate(120%)}}@keyframes aiOrbit{0%,to{transform:scale(1)}50%{transform:scale(1.12)rotate(12deg)}}@media (width<=1040px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.home-composer .composer{grid-template-columns:1fr}}@media (width<=900px){.app-shell{display:block}.sidebar{display:none}.main{padding:18px 14px 86px}.topbar{display:grid}.topbar h1{font-size:24px}.topbar-actions{justify-content:flex-start;padding-top:0}.two-column,.todo-workspace,.home-grid,.ai-grid{grid-template-columns:1fr}.summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.todo-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.todo-filter-summary{grid-template-columns:1fr;align-items:flex-start}.filter-summary-main{flex-wrap:wrap;align-items:flex-start}.quick-filter-row{justify-content:space-between;width:100%}.todo-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-search{grid-column:1/-1}.segmented{grid-template-columns:repeat(3,minmax(0,1fr))}.fields{grid-template-columns:1fr}.next-action-panel{grid-template-columns:1fr;align-items:stretch}.mobile-tabs{z-index:5;border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:6px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 8px 30px #1f242129}.mobile-tabs button{min-height:48px;color:var(--muted);flex-direction:column;justify-content:center;gap:2px;font-size:12px}.mobile-tabs button.active{background:var(--green-soft);color:var(--green)}}@media (width<=520px){.summary-row{gap:8px}.metric{min-height:76px;padding:12px}.metric strong{font-size:23px}.auth-screen{padding:16px}.auth-panel{max-width:calc(100vw - 32px);padding:20px}.todo-metrics,.todo-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.todo-metric{min-height:40px;padding:0 9px}.todo-filter-summary{display:grid}.filter-actions{justify-content:flex-start}.quick-filter-row,.assignee-filter-tabs,.completed-filter-check{width:100%}.quick-filter-row{grid-template-columns:1fr;display:grid}.assignee-filter-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.assignee-filter-tabs button{min-width:0;padding:0 6px}.filter-search,.todo-toggle{grid-column:1/-1}.composer-actions,.inline-form{grid-template-columns:1fr}.icon-only-mobile{width:100%}.notification{display:grid}.timeline-filter-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.todo-flow-track{grid-template-columns:repeat(5,minmax(82px,1fr));padding-bottom:2px;overflow-x:auto}.kanban-board{grid-template-columns:1fr;padding-bottom:0;overflow-x:visible}.kanban-column{min-width:0;min-height:auto}.kanban-column-body{min-height:0}.todo-detail-overlay{align-items:stretch;padding:10px}.todo-detail-dialog{max-height:calc(100vh - 20px)}.todo-detail-dialog .detail-pane{max-height:calc(100vh - 20px);padding:16px}.todo-detail-dialog .detail-header{padding-right:42px}.modal-close{top:10px;right:10px}.notification-actions{justify-content:flex-start}.topbar-pill,.user-pill{min-height:32px}}html,body{font-family:var(--font-sans);font-feature-settings:"cv11", "ss01";letter-spacing:0;-webkit-font-smoothing:antialiased}body{background:var(--bg)}button,input,select,textarea{border-radius:var(--r-sm)}input,select{border-color:var(--border);background:var(--bg-2);min-height:36px}input::placeholder{color:var(--fg-3)}.app-shell{background:var(--bg);grid-template-columns:232px minmax(0,1fr)}.sidebar{border-right:1px solid var(--border-2);background:var(--bg-1);padding:18px 10px}.brand,.auth-brand{gap:10px}.brand strong,.auth-brand strong{letter-spacing:0;font-weight:650}.brand span,.auth-brand span,.topbar p,.muted,.row-item span,.run-row span,.notification span{color:var(--fg-3)}.tab{border-radius:var(--r-sm);min-height:34px;font-size:13px}.tab.active,.tab:hover{background:var(--bg-overlay);color:var(--fg)}.main{padding:28px 32px 96px}.topbar{border-bottom:1px solid var(--border-2);align-items:center;padding-bottom:18px}.topbar h1{letter-spacing:0;font-size:28px;font-weight:700}.panel,.composer,.detail-pane,.notification,.toggle-row,.metric,.todo-card,.mini-list button,.todo-filter-shell,.kanban-column,.create-todo-dialog,.auth-panel{border-color:var(--border);border-radius:var(--r-md);background:var(--bg-2);box-shadow:var(--shadow-1)}.panel h2{border-bottom-color:var(--border-2);letter-spacing:0;font-size:18px;font-weight:600}.primary,.auth-submit,.password-submit,.create-todo-actions .primary,.primary-action{border:1px solid var(--fg);background:var(--fg);color:var(--bg)}.primary:hover,.auth-submit:hover,.password-submit:hover,.create-todo-actions .primary:hover,.primary-action:hover{border-color:var(--fg);background:var(--fg);color:var(--bg);opacity:.88}.icon-button,.small-button,.quick-actions button,.row-actions button,.create-todo-actions button,.filter-actions button,.todo-toggle,.theme-option,.disclosure-button{border-color:var(--border);border-radius:var(--r-sm);background:var(--bg-2);color:var(--fg-2)}.icon-button:hover,.small-button:hover,.quick-actions button:hover,.row-actions button:hover,.create-todo-actions button:hover,.filter-actions button:hover,.todo-toggle:hover,.theme-option:hover,.disclosure-button:hover{border-color:var(--border-strong);background:var(--bg-3);color:var(--fg)}.topbar-pill,.user-pill,.chip,.filter-chip,.completed-filter-check,.nd-pill{border-color:var(--border-2);border-radius:var(--r-pill);background:var(--bg-overlay);color:var(--fg-2);font-family:var(--font-mono);letter-spacing:.02em;font-size:11px}.chip{gap:6px;min-height:22px;padding:0 7px}.chip:before{content:"";background:var(--fg-3);border-radius:50%;flex:none;width:7px;height:7px;display:none}.chip[class*=status-]{background:var(--bg-overlay)}.chip[class*=status-]:before{display:block}.chip.status-inbox:before,.chip.status-open:before{border:2px solid var(--st-todo);background:0 0}.chip.status-today:before,.chip.status-in-progress:before,.chip.status-running:before,.chip.status-claimed:before,.chip.status-active:before{background:conic-gradient(var(--st-progress) 60%, transparent 60%)}.chip.status-approval-required:before,.chip.status-needs-approval:before{background:var(--st-approve)}.chip.status-needs-review:before,.chip.status-needs-user-input:before,.chip.status-blocked:before{background:var(--st-review)}.chip.status-completion-candidate:before,.chip.status-approved:before{background:var(--st-candidate)}.chip.status-done:before{box-shadow:inset 0 0 0 2px var(--bg-2);background:var(--st-done)}.chip.status-failed:before,.chip.status-rejected:before,.chip.status-cancelled:before,.chip.status-expired:before,.chip.status-offline:before,.chip.status-unresponsive:before{background:var(--st-failed);border-radius:50%}.metric.active,.metric.waiting,.metric.warning,.metric.danger,.notification-approval,.notification-needs_user,.notification-failed,.notification-agent_unresponsive,.notification-completed,.notification-todo_due,.kanban-column,.kanban-column.drop-target{background:var(--bg-2)}.metric.active,.status-today,.status-in-progress,.status-running,.status-claimed,.status-active,.chip.status-today,.chip.status-in-progress,.chip.status-running,.chip.status-claimed,.chip.status-active{border-color:#7aa0ce52}.metric.active strong,.chip.status-today,.chip.status-in-progress,.chip.status-running,.chip.status-claimed,.chip.status-active{color:var(--st-progress)}.metric.warning,.notification-approval,.notification-needs_user,.status-approval-required,.status-needs-approval,.chip.status-approval-required,.chip.status-needs-approval{border-color:#e0b54752}.metric.warning strong,.chip.status-approval-required,.chip.status-needs-approval{color:var(--st-approve)}.chip.status-needs-review,.chip.status-needs-user-input,.chip.status-blocked{color:var(--st-review);border-color:#e76b4f52}.metric.danger,.notification-failed,.notification-agent_unresponsive,.status-failed,.status-rejected,.status-cancelled,.status-expired,.status-offline,.status-unresponsive,.chip.status-failed,.chip.status-rejected,.chip.status-cancelled,.chip.status-expired,.chip.status-offline,.chip.status-unresponsive{border-color:#da644852}.metric.danger strong,.chip.status-failed,.chip.status-rejected,.chip.status-cancelled,.chip.status-expired,.chip.status-offline,.chip.status-unresponsive{color:var(--st-failed)}.metric.waiting,.notification-completed,.status-completion-candidate,.status-approved,.status-done,.chip.status-completion-candidate,.chip.status-approved,.chip.status-done{border-color:#c0b19052}.metric.waiting strong,.chip.status-completion-candidate,.chip.status-approved,.chip.status-done{color:var(--st-candidate)}.kanban-board{gap:var(--space-md)}.kanban-column{background:var(--bg-1)}.kanban-column-head,.todo-card,.timeline-item,.check-item,.fields div,.empty-state{border-color:var(--border-2);background:var(--bg-2)}.todo-card:hover,.mini-list button:hover,.kanban-card:hover{border-color:var(--border-strong);background:var(--bg-3)}.todo-card.selected{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus);background:#e76b4f14}.kanban-card.ai-processing{box-shadow:inset 3px 0 0 var(--st-progress), var(--shadow-1);border-color:#7aa0ce57}.kanban-card.ai-processing:after,.metric.active,.metric.waiting,.metric.warning,.metric.danger,.notification-approval,.notification-needs_user,.notification-failed,.notification-agent_unresponsive,.notification-completed,.notification-todo_due{background-image:none}.ai-processing-strip{color:var(--st-progress);background:#7aa0ce1a;border-color:#7aa0ce47}.issue-key,.todo-card-head time,.timeline-item time,.dt-meta,.kanban-counts em,.sidebar-insight span,.sidebar-insight em{font-family:var(--font-mono);letter-spacing:.02em}.issue-key,.topbar-pill.warning,.filter-summary-main strong,.assignee-filter-tabs strong,.completed-filter-check strong{color:var(--accent)}.theme-option.active,.todo-metric.active,.todo-toggle.active{border-color:var(--accent-line);color:var(--accent);background:#e76b4f14}.mobile-tabs{border-color:var(--border);border-radius:var(--r-lg);background:color-mix(in srgb, var(--bg-2) 94%, transparent);box-shadow:var(--shadow-popover)}.mobile-tabs button.active{background:var(--fg);color:var(--bg)}html[data-theme=light] .primary,html[data-theme=light] .auth-submit,html[data-theme=light] .password-submit,html[data-theme=light] .create-todo-actions .primary,html[data-theme=light] .primary-action{color:#fff}.new-todo-button{border-color:var(--accent);background:var(--accent);color:var(--accent-fg);margin-top:0;box-shadow:0 1px #00000029,0 0 0 1px #e76b4f1f}.new-todo-button:hover{border-color:var(--accent-hover);background:var(--accent-hover);color:var(--accent-fg);opacity:1}html[data-theme=light] .kanban-column{background:var(--bg-1)}html[data-theme=light] .kanban-column-head,html[data-theme=light] .todo-card,html[data-theme=light] .timeline-item,html[data-theme=light] .check-item,html[data-theme=light] .fields div,html[data-theme=light] .empty-state{background:var(--bg-2);color:var(--fg)}html[data-theme=light] .timeline-item.timeline-user{background:#5b7c5c14;border-color:#5b7c5c57}html[data-theme=light] .timeline-item.timeline-agent{background:#4a566414;border-color:#4a566452}html[data-theme=light] .timeline-item.timeline-system{background:#c99b3017;border-color:#c99b3057}
