:root{--text:#4b4a55;--text-h:#0d0c14;--bg:#f7f7fa;--panel:#fff;--border:#e3e2e8;--accent:#7c3aed;--accent-bg:#7c3aed1a;--running:#2563eb;--completed:#16a34a;--error:#dc2626;--stopped:#6b7280;--mono:ui-monospace, Consolas, monospace;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:15px/1.5 var(--sans);color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#b4b3bd;--text-h:#f3f4f6;--bg:#101116;--panel:#181a21;--border:#2b2d36;--accent:#a78bfa;--accent-bg:#a78bfa26}}*{box-sizing:border-box}body{margin:0}h1,h2,h3{color:var(--text-h);margin:0}button{font:inherit;cursor:pointer}code,pre{font-family:var(--mono)}.layout{height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);background:var(--panel);flex-direction:column;flex-shrink:0;width:360px;display:flex}.sidebar-header{border-bottom:1px solid var(--border);padding:20px 20px 12px}.create-form{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:16px 20px;display:flex}.create-form textarea{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;border-radius:6px;min-height:64px;padding:8px 10px}.create-form input,.create-form select{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;padding:6px 10px}.create-form button{background:var(--accent);color:#fff;border:none;border-radius:6px;align-self:flex-end;padding:8px 16px;font-weight:600}.create-form button:disabled{opacity:.5;cursor:not-allowed}.agent-list{flex:1;overflow-y:auto}.agent-item{border-bottom:1px solid var(--border);cursor:pointer;flex-direction:column;gap:4px;padding:12px 20px;display:flex}.agent-item:hover{background:var(--accent-bg)}.agent-item.selected{background:var(--accent-bg);border-left:3px solid var(--accent)}.agent-item-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.agent-prompt{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.badge{text-transform:uppercase;letter-spacing:.04em;color:#fff;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:700}.badge.running{background:var(--running)}.badge.completed{background:var(--completed)}.badge.error{background:var(--error)}.badge.stopped{background:var(--stopped)}.agent-meta{color:var(--text);font-size:11px}.detail{flex-direction:column;flex:1;min-width:0;display:flex}.detail-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 24px;display:flex}.detail-header h2{word-break:break-word;font-size:16px;font-weight:600}.detail-actions{flex-shrink:0;gap:8px;display:flex}.detail-actions button{border:1px solid var(--border);background:var(--panel);color:var(--text-h);border-radius:6px;padding:6px 12px;font-size:13px}.detail-actions button:hover{background:var(--accent-bg)}.detail-actions button:disabled{opacity:.4;cursor:not-allowed}.log-view{font-family:var(--mono);flex:1;padding:16px 24px;font-size:13px;overflow-y:auto}.log-entry{border-bottom:1px solid var(--border);white-space:pre-wrap;word-break:break-word;gap:10px;padding:4px 0;display:flex}.log-time{color:var(--stopped);flex-shrink:0}.log-level{flex-shrink:0;width:70px;font-weight:700}.log-level.info{color:var(--running)}.log-level.assistant{color:var(--accent)}.log-level.tool{color:#d97706}.log-level.error{color:var(--error)}.log-level.result{color:var(--completed)}.empty-state{color:var(--text);flex:1;justify-content:center;align-items:center;display:flex}.mode-toggle{gap:6px;display:flex}.mode-toggle button{border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600}.mode-toggle button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.mode-toggle-wide{width:100%}.mode-toggle-wide button{text-align:center;white-space:nowrap;flex:1}.note-content{font-family:inherit;font-size:14px;line-height:1.6}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin:1.1em 0 .4em;line-height:1.3}.markdown-body h1:first-child,.markdown-body h2:first-child,.markdown-body h3:first-child{margin-top:0}.markdown-body h1{font-size:1.4em}.markdown-body h2{font-size:1.2em}.markdown-body h3{font-size:1.08em}.markdown-body p{margin:.6em 0}.markdown-body ul,.markdown-body ol{margin:.5em 0;padding-left:1.5em}.markdown-body li{margin:.2em 0}.markdown-body blockquote{border-left:3px solid var(--accent);background:var(--accent-bg);color:var(--text);margin:.7em 0;padding:.3em .9em}.markdown-body code{font-family:var(--mono);background:var(--accent-bg);border-radius:4px;padding:.1em .35em;font-size:.9em}.markdown-body pre{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:10px 12px;overflow-x:auto}.markdown-body pre code{background:0 0;padding:0}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:1em 0}.markdown-body table{border-collapse:collapse;margin:.6em 0}.markdown-body th,.markdown-body td{border:1px solid var(--border);padding:4px 10px;font-size:.92em}.markdown-body strong{color:var(--text-h)}.markdown-body a.wikilink{color:var(--accent);cursor:pointer;text-decoration:underline}.note-editor-textarea{width:100%;min-height:60vh;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;border-radius:6px;padding:10px 12px;font-size:14px;line-height:1.6}.wikilink{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.note-backlinks{border-top:1px solid var(--border);margin-top:24px;padding-top:16px;font-size:13px}.note-backlinks ul{margin:8px 0 0;padding-left:18px}.shelf-filter{flex-wrap:wrap;gap:6px;padding:0 20px 12px;display:flex}.shelf-filter button{border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.shelf-filter button.active{background:var(--shelf-color,var(--accent));border-color:var(--shelf-color,var(--accent));color:#fff}.shelf-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.agent-prompt .shelf-dot{margin-right:6px}.graph-wrap{flex:1;display:flex;position:relative}.graph-wrap canvas{cursor:grab;width:100%;height:100%}.graph-wrap canvas:active{cursor:grabbing}.active-tag-filter{background:var(--accent-bg);border:1px solid var(--accent);color:var(--text-h);border-radius:6px;justify-content:space-between;align-items:center;gap:8px;margin:0 20px 12px;padding:5px 10px;font-size:12px;display:flex}.active-tag-filter button{color:var(--text);cursor:pointer;background:0 0;border:none;font-size:12px}.tags-view{flex-wrap:wrap;flex:1;align-content:flex-start;gap:8px;min-height:0;padding:24px;display:flex;overflow-y:auto}.tag-pill{border:1px solid var(--border);background:var(--panel);color:var(--text-h);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:inline-flex}.tag-pill:hover{border-color:var(--accent);background:var(--accent-bg)}.tag-pill-count{color:var(--text);background:var(--bg);border-radius:999px;padding:1px 7px;font-size:11px}.quick-switcher-scrim{z-index:50;background:#0a0a0f73;justify-content:center;align-items:flex-start;padding-top:12vh;display:flex;position:fixed;inset:0}.quick-switcher{background:var(--panel);border:1px solid var(--border);border-radius:10px;width:min(560px,92vw);overflow:hidden;box-shadow:0 20px 60px -20px #00000080}.quick-switcher input{width:100%;font:inherit;border:none;border-bottom:1px solid var(--border);background:var(--panel);color:var(--text-h);box-sizing:border-box;outline:none;padding:14px 16px;font-size:15px}.quick-switcher-list{max-height:50vh;overflow-y:auto}.quick-switcher-item{color:var(--text-h);cursor:pointer;padding:10px 16px;font-size:14px}.quick-switcher-item.active,.quick-switcher-item:hover{background:var(--accent-bg)}.quick-switcher-empty{color:var(--text);padding:16px;font-size:13px}.graph-note{color:var(--text);background:var(--panel);border:1px solid var(--border);border-radius:999px;padding:3px 10px;font-size:11px;position:absolute;top:12px;right:16px}@media (width<=720px){.layout{flex-direction:column;height:auto;min-height:100vh}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%}.sidebar .agent-list{max-height:40vh}.detail{width:100%;min-height:50vh}}.ct-shell{--paper:#eeecf9;--surface:#fff;--surface-2:#f6f5fc;--surface-3:#edebf9;--ink:#211f2e;--ink-2:#6b6880;--muted:#9c99ac;--line:#e7e4f4;--brand:#5b4fe0;--brand-ink:#4740b8;--brand-soft:#eeecfd;--brand-grad:linear-gradient(135deg, #6a5cf0, #5142d6);--usmon:#3f6fe0;--usmon-tint:#3f6fe016;--bozorvoy:#e0722f;--bozorvoy-tint:#e0722f16;--shavkat:#1fa374;--shavkat-tint:#1fa37416;--akademik:#d69a12;--akademik-tint:#d69a1216;--kotiba:#d84e86;--kotiba-tint:#d84e8616;--usoft:#7a5cf0;--usoft-tint:#7a5cf016;--debitor:#a13d63;--debitor-tint:#a13d6316;--neutral:#6b6880;--neutral-tint:#6b688016;--good:#1a8f56;--good-bg:#1a8f5614;--warning:#b3760a;--warning-bg:#f3a53318;--critical:#d1435a;--critical-bg:#d1435a14;--shadow-sm:0 2px 10px -4px #3429811f;--shadow-md:0 10px 30px -12px #34298138;--radius:20px;--radius-sm:14px;background:var(--paper);min-height:100vh;color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:1.5;display:flex}.ct-shell *,.ct-shell :before,.ct-shell :after{box-sizing:border-box}.ct-shell button,.ct-shell textarea,.ct-shell select,.ct-shell input{font-family:inherit}.ct-shell ::selection{background:var(--brand-soft)}.ct-shell .sidenav{flex-direction:column;flex-shrink:0;align-self:flex-start;align-items:center;gap:.3rem;width:92px;height:100vh;padding:1.4rem .6rem;display:flex;position:sticky;top:0}.ct-shell .brand{background:var(--brand-grad);width:46px;height:46px;box-shadow:var(--shadow-sm);color:#fff;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:1.35rem;display:flex}.ct-shell .nav-item{border-radius:var(--radius-sm);cursor:pointer;width:100%;color:var(--ink-2);text-align:center;background:0 0;border:none;flex-direction:column;align-items:center;gap:.3rem;padding:.65rem .3rem;font-size:.66rem;font-weight:500;display:flex}.ct-shell .nav-item .ic{font-size:1.2rem}.ct-shell .nav-item:hover{background:var(--surface)}.ct-shell .nav-item.active{background:var(--surface);color:var(--brand-ink);box-shadow:var(--shadow-sm);font-weight:600}.ct-shell .content{flex:1;min-width:0;padding:1.6rem 1.8rem 4rem}.ct-shell .content-wrap{max-width:1240px;margin:0 auto}@media (width<=860px){.ct-shell{flex-direction:column}.ct-shell .sidenav{flex-direction:row;justify-content:flex-start;gap:.4rem;width:100%;height:auto;padding:.8rem;position:static;overflow-x:auto}.ct-shell .brand{margin-bottom:0;margin-right:.6rem}.ct-shell .nav-item{flex-direction:row;width:auto;padding:.5rem .8rem}.ct-shell .content{padding:1.2rem 1rem 3rem}}.ct-shell .ct-toggle-wrap{justify-content:center;width:100%;margin-top:auto;padding-top:1rem;display:flex}@media (width<=860px){.ct-shell .ct-toggle-wrap{width:auto;margin-top:0;margin-left:auto;padding-top:0}}.ct-shell .live-banner{background:var(--surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);color:var(--ink-2);text-align:center;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.65rem 1.1rem;font-size:.82rem;display:flex}.ct-shell .live-banner b{color:var(--ink);font-weight:600}.ct-shell .live-dot{background:var(--good);width:8px;height:8px;box-shadow:0 0 0 4px var(--good-bg);border-radius:50%;flex-shrink:0}.ct-shell .dash-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.4rem;display:flex}.ct-shell .dash-header h1{letter-spacing:-.01em;margin:0 0 .3rem;font-size:1.5rem;font-weight:600}.ct-shell .dash-header .sub{color:var(--ink-2);max-width:52ch;margin:0;font-size:.92rem}.ct-shell .clock-card{background:var(--surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);text-align:right;flex-shrink:0;padding:.7rem 1.3rem}.ct-shell .clock-card .time{font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:1.25rem;font-weight:600}.ct-shell .clock-card .date{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.15rem;font-size:.68rem}.ct-shell .attention{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);border-left:4px solid var(--critical);flex-direction:column;gap:.6rem;margin-bottom:1.6rem;padding:1.1rem 1.3rem;display:flex}.ct-shell .attention.calm{border-left-color:var(--good)}.ct-shell .attention-head{text-transform:uppercase;letter-spacing:.07em;color:var(--critical);font-size:.7rem;font-weight:600}.ct-shell .attention.calm .attention-head{color:var(--good)}.ct-shell .attention-row{flex-wrap:wrap;align-items:baseline;gap:.6rem;font-size:.88rem;display:flex}.ct-shell .attention-row .dot{background:var(--dot);border-radius:50%;flex-shrink:0;align-self:center;width:7px;height:7px}.ct-shell .attention-row b{color:var(--dot);font-weight:600}.ct-shell .attention-row .go{color:#fff;background:var(--brand-grad);cursor:pointer;box-shadow:var(--shadow-sm);border:none;border-radius:999px;margin-left:auto;padding:.35em .9em;font-size:.78rem;font-weight:600}.ct-shell section.title-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin:2.2rem 0 1rem;scroll-margin-top:1rem;display:flex}.ct-shell section.title-row h2{margin:0;font-size:1.15rem;font-weight:500}.ct-shell section.title-row span.note{color:var(--muted);font-size:.82rem}.ct-shell .card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md)}.ct-shell .matrix{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}@media (width<=700px){.ct-shell .matrix{grid-template-columns:1fr}}.ct-shell .matrix-quad{border-top:3px solid var(--quad-color);flex-direction:column;gap:.4rem;padding:.75rem .85rem .8rem;display:flex}.ct-shell .matrix-quad h4{color:var(--quad-color);justify-content:space-between;align-items:center;margin:0;font-size:.74rem;font-weight:600;display:flex}.ct-shell .matrix-quad h4 span.cnt{color:var(--muted);font-size:.66rem;font-weight:600}.ct-shell .matrix-item{background:var(--surface-2);border-radius:8px;padding:.42rem .55rem;font-size:.76rem}.ct-shell .matrix-item .title{color:var(--ink);font-weight:500;line-height:1.3;display:block}.ct-shell .matrix-item .meta{color:var(--muted);font-size:.66rem}.ct-shell .matrix-empty{color:var(--muted);padding:.3rem .1rem;font-size:.72rem;font-style:italic}.ct-shell .matrix-more{flex-direction:column;gap:.4rem;display:none}.ct-shell .matrix-more.open{display:flex}.ct-shell .matrix-toggle{color:var(--quad-color);cursor:pointer;text-align:left;background:0 0;border:none;padding:.1rem 0;font-size:.68rem;font-weight:600}.ct-shell .delegate-box{margin-top:.8rem;padding:1rem 1.1rem}.ct-shell .delegate-box h3{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .7rem;font-size:.72rem;font-weight:600}.ct-shell .delegate-row{flex-wrap:wrap;gap:.6rem;display:flex}.ct-shell .delegate-row select,.ct-shell .delegate-row input[type=text]{font:inherit;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);border-radius:999px;padding:.5rem .7rem;font-size:.82rem}.ct-shell .delegate-row select{flex:none}.ct-shell .delegate-row input[type=text]{flex:1;min-width:180px}.ct-shell .delegate-row button{color:#fff;background:var(--brand-grad);cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600}.ct-shell .delegate-note{color:var(--muted);margin:.6rem 0 0;font-size:.72rem}.ct-shell .board{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=1000px){.ct-shell .board{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.ct-shell .board{grid-template-columns:1fr}}.ct-shell .board-col{flex-direction:column;gap:.65rem;padding:1.2rem 1.2rem 1.3rem;display:flex}.ct-shell .board-col h3{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);justify-content:space-between;align-items:center;margin:0 0 .3rem;font-size:.72rem;font-weight:600;display:flex}.ct-shell .board-col h3 em{color:var(--brand-ink);background:var(--brand-soft);border-radius:999px;padding:.05em .55em;font-size:.85em;font-style:normal;font-weight:600}.ct-shell .board-item{background:var(--surface-2);border-radius:var(--radius-sm);flex-direction:column;gap:.3rem;padding:.65rem .7rem;font-size:.85rem;display:flex}.ct-shell .board-item .row1{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.ct-shell .board-item .title{color:var(--ink);font-weight:500;line-height:1.35}.ct-shell .board-item a.title{text-decoration:none}.ct-shell .board-item .meta{color:var(--muted);font-size:.74rem}.ct-shell .status-pill{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.2em .6em;font-size:.63rem;font-weight:600}.ct-shell .status-pill.done{color:var(--good);background:var(--good-bg)}.ct-shell .status-pill.progress{color:var(--brand-ink);background:var(--brand-soft)}.ct-shell .status-pill.waiting{color:var(--warning);background:var(--warning-bg)}.ct-shell .status-pill.queued{color:var(--muted);background:var(--surface-3)}.ct-shell .board-icon-row{flex-wrap:wrap;gap:.8rem;display:flex}.ct-shell .board-icon{color:var(--ink);text-align:center;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.4rem;width:64px;text-decoration:none;display:flex}.ct-shell .board-icon .glyph{background:var(--icon-tint,var(--surface-2));width:48px;height:48px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:1.35rem;transition:transform .15s;display:flex}.ct-shell .board-icon .label{font-size:.66rem;font-weight:500;line-height:1.25}.ct-shell .board-icon:hover .glyph{transform:translateY(-2px)}.ct-shell .agent-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.ct-shell .agent-card{padding:1.2rem 1.25rem 1.25rem}.ct-shell .agent-head{align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.ct-shell .avatar{background:var(--card-tint);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex}.ct-shell .avatar-photo{object-fit:cover;border:1.5px solid var(--card-color)}.ct-shell .agent-name{font-size:1.02rem;font-weight:600}.ct-shell .agent-role{color:var(--muted);font-size:.74rem;font-weight:500}.ct-shell .status-chip{border-radius:999px;align-items:center;gap:.35em;margin-bottom:.75rem;padding:.28em .7em .28em .55em;font-size:.72rem;font-weight:600;display:inline-flex}.ct-shell .status-chip.good{color:var(--good);background:var(--good-bg)}.ct-shell .status-chip.warning{color:var(--warning);background:var(--warning-bg)}.ct-shell .status-chip.idle{color:var(--muted);background:var(--surface-3)}.ct-shell .status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ct-shell .agent-task{color:var(--ink);min-height:2.6em;margin:0 0 .7rem;font-size:.87rem;line-height:1.45}.ct-shell .agent-stats{flex-wrap:wrap;gap:1.2rem;margin-bottom:.75rem;display:flex}.ct-shell .agent-stats div b{font-variant-numeric:tabular-nums;font-size:.98rem;font-weight:600;display:block}.ct-shell .agent-stats div span{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.66rem}.ct-shell .agent-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ct-shell .agent-time{color:var(--muted);font-size:.74rem}.ct-shell .agent-actions{gap:.4rem;display:flex}.ct-shell .mini-btn{color:var(--card-color);background:var(--card-tint);cursor:pointer;border:none;border-radius:999px;padding:.36em .85em;font-size:.72rem;font-weight:600}.ct-shell .mini-btn:hover{filter:brightness(.95)}.ct-shell .mini-btn.ghost{color:var(--ink-2);background:var(--surface-3)}.ct-shell .mini-btn:disabled{opacity:.5;cursor:not-allowed;filter:none}.ct-shell .assign-box,.ct-shell .org-box{border-top:1px dashed var(--line);margin-top:.9rem;padding-top:.9rem;display:none}.ct-shell .assign-box.open,.ct-shell .org-box.open{display:block}.ct-shell .assign-box textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;min-height:52px;color:var(--ink);resize:vertical;padding:.6rem .7rem;font-size:.84rem}.ct-shell .assign-row{align-items:center;gap:.6rem;margin-top:.5rem;display:flex}.ct-shell .assign-note{color:var(--muted);margin:.5rem 0 0;font-size:.72rem}.ct-shell .assign-row .assign-note{margin:0}.ct-shell .org-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .6rem;font-size:.72rem;font-weight:600}.ct-shell .org-slot{border-radius:var(--radius-sm);background:var(--surface-2);align-items:center;gap:.55rem;margin-bottom:.4rem;padding:.5rem .6rem;font-size:.82rem;display:flex}.ct-shell .org-slot.vacant{border:1px dashed var(--line);color:var(--muted);background:0 0}.ct-shell .org-slot .og{text-align:center;width:22px}.ct-shell .agent-head.clickable{cursor:pointer}.ct-shell .agent-head.clickable:hover .agent-name{color:var(--card-color)}.ct-shell .agent-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;background:#0f0f148c;justify-content:center;align-items:center;padding:1.2rem;display:flex;position:fixed;inset:0}.ct-shell .agent-modal{border-radius:var(--radius-lg,18px);width:100%;max-width:460px;max-height:86vh;padding:1.5rem 1.5rem 1.6rem;position:relative;overflow-y:auto}.ct-shell .agent-modal-close{background:var(--surface-3);width:28px;height:28px;color:var(--ink-2);cursor:pointer;border:none;border-radius:50%;font-size:.85rem;position:absolute;top:.9rem;right:.9rem}.ct-shell .agent-modal-close:hover{background:var(--surface-2)}.ct-shell .agent-modal-head{align-items:center;gap:1rem;margin-bottom:1.1rem;padding-right:1.6rem;display:flex}.ct-shell .agent-modal-avatar{border-radius:20px;width:72px;height:72px;font-size:2rem}.ct-shell .agent-modal-name{margin-bottom:.15rem;font-size:1.15rem;font-weight:700}.ct-shell .agent-modal-stats{grid-template-columns:repeat(3,1fr);gap:.9rem .6rem;margin:1rem 0 1.3rem;display:grid}.ct-shell .agent-modal-row{border-bottom:1px dashed var(--line);justify-content:space-between;align-items:center;gap:.6rem;padding:.45rem 0;font-size:.8rem;display:flex}.ct-shell .agent-modal-row:last-of-type{border-bottom:none}.ct-shell .agent-modal-row-meta{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.72rem}.ct-shell .agent-modal-empty{color:var(--muted);margin:0 0 .8rem;font-size:.78rem}.ct-shell .agent-modal-path{color:var(--muted);word-break:break-all;margin:1rem 0 0;font-size:.7rem}.ct-shell .job-desc{background:var(--card-tint);border-radius:var(--radius-sm);margin-bottom:1.1rem;padding:.9rem 1rem}.ct-shell .job-spec{color:var(--ink);margin:0 0 .7rem;font-size:.86rem;font-weight:600;line-height:1.4}.ct-shell .job-duties{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.ct-shell .job-duties li{color:var(--ink-2);padding-left:1.15rem;font-size:.8rem;line-height:1.4;position:relative}.ct-shell .job-duties li:before{content:"✓";color:var(--card-color);font-size:.75rem;font-weight:700;position:absolute;top:0;left:0}.ct-shell .usage-grid{grid-template-columns:1fr 1.5fr;gap:1rem;display:grid}@media (width<=780px){.ct-shell .usage-grid{grid-template-columns:1fr}}.ct-shell .gauge-card,.ct-shell .table-card{padding:1.35rem 1.4rem}.ct-shell .gauge-card h3,.ct-shell .table-card h3{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 1.1rem;font-size:.72rem;font-weight:600}.ct-shell .gauge-figure{align-items:baseline;gap:.5rem;margin-bottom:.8rem;display:flex}.ct-shell .gauge-figure b{font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:2.1rem;font-weight:600}.ct-shell .gauge-figure span{color:var(--muted);font-size:.86rem}.ct-shell .bar-track{background:var(--surface-3);border-radius:999px;height:10px;margin-bottom:.8rem;overflow:hidden}.ct-shell .bar-track>i{background:var(--brand-grad);border-radius:999px;height:100%;transition:width .4s;display:block}.ct-shell .bar-track.tight>i{background:linear-gradient(135deg,#f3a533,#e0722f)}.ct-shell .gauge-note{color:var(--ink-2);margin:0 0 .4rem;font-size:.83rem}.ct-shell .gauge-note b{color:var(--ink);font-weight:600}.ct-shell .mini-stats{border-top:1px solid var(--line);flex-wrap:wrap;gap:1.7rem;margin-top:1.2rem;padding-top:1.1rem;display:flex}.ct-shell .mini-stats div b{font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:600;display:block}.ct-shell .mini-stats div span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:500}.ct-shell table.usage-table{border-collapse:collapse;width:100%;font-size:.86rem}.ct-shell table.usage-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:0 .5rem .7rem 0;font-size:.68rem;font-weight:600}.ct-shell table.usage-table td{border-top:1px solid var(--line);vertical-align:middle;padding:.7rem .5rem}.ct-shell table.usage-table tr:first-child td{border-top:none}.ct-shell table.usage-table td.num,.ct-shell table.usage-table th.num{text-align:right;font-variant-numeric:tabular-nums}.ct-shell .role-name{align-items:center;gap:.55rem;font-weight:500;display:flex}.ct-shell .role-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.ct-shell .share-cell{justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.ct-shell .share-bar{background:var(--surface-3);border-radius:4px;width:60px;height:7px;overflow:hidden}.ct-shell .share-bar>i{border-radius:4px;height:100%;display:block}.ct-shell .share-pct{text-align:right;min-width:34px;font-weight:600}.ct-shell .share-pct.high{color:var(--critical)}.ct-shell .share-pct.ok{color:var(--good)}.ct-shell .pipeline-cols{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=700px){.ct-shell .pipeline-cols{grid-template-columns:1fr}}.ct-shell .pipeline-col h4{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .6rem;font-size:.74rem;font-weight:600}.ct-shell .pipeline{flex-direction:column;gap:.55rem;display:flex}.ct-shell .pipe-row{align-items:center;gap:.9rem;padding:.8rem 1.1rem;display:flex}.ct-shell .pipe-row .name{flex:1;font-size:.87rem;font-weight:500}.ct-shell .pipe-row .name small{color:var(--muted);margin-top:.15rem;font-size:.75rem;font-weight:400;display:block}.ct-shell .suggest-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.ct-shell .suggest-card{border-top:3px solid var(--card-color);padding:1rem 1.1rem}.ct-shell .suggest-head{align-items:center;gap:.55rem;margin-bottom:.6rem;display:flex}.ct-shell .suggest-head .av{background:var(--card-tint);border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;display:flex}.ct-shell .suggest-head b{font-size:.88rem;font-weight:600}.ct-shell .suggest-card p{margin:0 0 .5rem;font-size:.8rem;line-height:1.45}.ct-shell .suggest-card p:last-child{margin-bottom:0}.ct-shell .suggest-card .lbl{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.15rem;font-size:.66rem;font-weight:600;display:block}.ct-shell footer.note{background:var(--surface-2);border-radius:var(--radius);color:var(--ink-2);margin-top:2.6rem;padding:1.2rem 1.4rem;font-size:.86rem}.ct-shell footer.note b{color:var(--ink);font-weight:600}.ct-shell .ct-loading{text-align:center;color:var(--ink-2);width:100%;padding:4rem 2rem;font-size:.95rem}@media (width<=520px){.ct-shell .attention-row .go,.ct-shell .clock-card{display:none}}.ct-shell .reminder-add{margin-bottom:.7rem;padding:.9rem 1rem .8rem}.ct-shell .reminder-add h4{color:var(--ink);margin:0 0 .55rem;font-size:.82rem;font-weight:600}.ct-shell .reminder-add-row{flex-wrap:wrap;gap:.5rem;display:flex}.ct-shell .reminder-add-row input[type=text]{border:1px solid var(--line);color:var(--ink);background:var(--surface-2);border-radius:10px;outline:none;flex:240px;padding:.5rem .7rem;font-size:.82rem}.ct-shell .reminder-add-row input[type=text]:focus{border-color:var(--brand)}.ct-shell .reminder-add-row select{border:1px solid var(--line);background:var(--surface-2);color:var(--ink);border-radius:10px;outline:none;padding:.5rem .6rem;font-size:.8rem}.ct-shell .reminder-add-row button{background:var(--brand-grad);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600}.ct-shell .reminder-add-row button:disabled{opacity:.5;cursor:not-allowed}.ct-shell .reminder-view-toggle{gap:.4rem;margin-bottom:.7rem;display:flex}.ct-shell .reminder-view-toggle button{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;padding:.4rem .9rem;font-size:.76rem;font-weight:600}.ct-shell .reminder-view-toggle button.active{background:var(--brand-soft);border-color:var(--brand);color:var(--brand-ink)}.ct-shell .matrix-item{flex-direction:column;gap:.3rem;display:flex}.ct-shell .reminder-chips{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.ct-shell .chip-priority{cursor:pointer;color:#fff;border:1px solid #0000;border-radius:999px;padding:.12rem .45rem;font-size:.62rem;font-weight:600}.ct-shell .chip-priority.yuqori{background:var(--critical)}.ct-shell .chip-priority.orta{background:var(--warning)}.ct-shell .chip-priority.past{background:var(--muted)}.ct-shell .chip-priority option{color:var(--ink);background:var(--surface)}.ct-shell .chip-tag{background:color-mix(in srgb, var(--tag-color) 18%, transparent);color:var(--tag-color);border:1px solid color-mix(in srgb, var(--tag-color) 45%, transparent);border-radius:999px;padding:.12rem .45rem;font-size:.62rem;font-weight:600}.ct-shell .reminder-meta{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.ct-shell .reminder-done{border:1px solid var(--good);color:var(--good);background:var(--good-bg);cursor:pointer;border-radius:999px;padding:.14rem .5rem;font-size:.62rem;font-weight:600}.ct-shell .reminder-done:hover{background:var(--good);color:#fff}.ct-shell .archive{margin-top:.7rem;padding:.85rem 1rem}.ct-shell .archive h4{color:var(--ink);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;margin:0;font-size:.8rem;font-weight:600;display:flex}.ct-shell .archive h4 span.cnt{color:var(--muted);font-size:.66rem;font-weight:600}.ct-shell .archive .archive-caret{color:var(--muted);margin-left:auto;font-size:.66rem}.ct-shell .archive-body{flex-direction:column;gap:.4rem;margin-top:.55rem;display:flex}.ct-shell .rv-grid{grid-template-columns:300px 1fr;align-items:start;gap:1rem;display:grid}@media (width<=820px){.ct-shell .rv-grid{grid-template-columns:1fr}}.ct-shell .rv-list,.ct-shell .rv-detail{padding:1rem 1.1rem}.ct-shell .rv-newproj{flex-direction:column;gap:.4rem;margin-bottom:.8rem;display:flex}.ct-shell .rv-newproj input{font:inherit;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);border-radius:10px;padding:.5rem .7rem;font-size:.82rem}.ct-shell .rv-newproj button,.ct-shell .rv-addstage button,.ct-shell .rv-start{color:#fff;background:var(--brand-grad);cursor:pointer;border:none;border-radius:999px;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.ct-shell .rv-newproj button:disabled,.ct-shell .rv-addstage button:disabled,.ct-shell .rv-start:disabled{opacity:.5;cursor:default}.ct-shell .rv-empty{color:var(--muted);padding:.8rem .2rem;font-size:.8rem;font-style:italic}.ct-shell .rv-proj{cursor:pointer;background:var(--surface-2);border:1px solid #0000;border-radius:12px;margin-bottom:.4rem;padding:.6rem .7rem}.ct-shell .rv-proj:hover{border-color:var(--line)}.ct-shell .rv-proj.sel{background:var(--brand-soft);border-color:var(--brand)}.ct-shell .rv-proj-name{color:var(--ink);font-size:.86rem;font-weight:600}.ct-shell .rv-proj-meta{color:var(--muted);margin-top:.15rem;font-size:.7rem}.ct-shell .rv-dots{flex-wrap:wrap;gap:3px;margin-top:.4rem;display:flex}.ct-shell .rv-dot{background:var(--surface-3);border-radius:50%;width:8px;height:8px}.ct-shell .rv-dot.selected{background:var(--brand)}.ct-shell .rv-dot.active{background:var(--warning)}.ct-shell .rv-dot.done{background:var(--good)}.ct-shell .rv-detail-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.ct-shell .rv-detail-name{color:var(--ink);font-size:1.05rem;font-weight:600}.ct-shell .rv-detail-desc{color:var(--ink-2);margin-top:.2rem;font-size:.8rem}.ct-shell .rv-stages{flex-direction:column;gap:.5rem;margin-bottom:.8rem;display:flex}.ct-shell .rv-stage{background:var(--surface-2);border-left:3px solid var(--surface-3);border-radius:12px;align-items:center;gap:.7rem;padding:.65rem .8rem;display:flex}.ct-shell .rv-stage.selected{border-left-color:var(--brand)}.ct-shell .rv-stage.active{border-left-color:var(--warning)}.ct-shell .rv-stage.done{border-left-color:var(--good)}.ct-shell .rv-stage input[type=checkbox]{width:17px;height:17px;accent-color:var(--brand);cursor:pointer;flex-shrink:0}.ct-shell .rv-stage-body{flex:1;min-width:0}.ct-shell .rv-stage-title{color:var(--ink);font-size:.85rem;font-weight:500}.ct-shell .rv-stage-desc{color:var(--muted);margin-top:.1rem;font-size:.74rem}.ct-shell .rv-del{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:.85rem}.ct-shell .rv-del:hover{color:var(--critical)}.ct-shell .rv-addstage{border-top:1px dashed var(--line);flex-wrap:wrap;gap:.4rem;padding-top:.7rem;display:flex}.ct-shell .rv-addstage input{min-width:130px;font:inherit;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);border-radius:999px;flex:1;padding:.45rem .65rem;font-size:.8rem}.ct-shell .matrix-item.draggable{cursor:grab}.ct-shell .matrix-item.draggable:active{cursor:grabbing}.ct-shell .matrix-quad.drag-over{outline:2px dashed var(--quad-color);outline-offset:2px;background:color-mix(in srgb, var(--quad-color) 6%, var(--surface))}.ct-shell .matrix-quad.drag-over .matrix-empty{color:var(--quad-color);font-style:normal;font-weight:600}.checkbox-row{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.checkbox-row input[type=checkbox]{flex-shrink:0;width:15px;height:15px}.tree-root{padding:4px 20px 20px}.tree-node{margin:2px 0}.tree-row{align-items:center;gap:4px;display:flex}.tree-caret{color:var(--text);cursor:pointer;background:0 0;border:none;flex-shrink:0;width:18px;font-size:11px}.tree-count{color:var(--text);font-size:11px}.tree-children{border-left:1px dashed var(--border);margin-left:22px;padding-left:10px}.tree-node-tag{margin:3px 0}.tree-node-group{background:var(--surface-2,#f6f5fc);border-radius:10px;margin:6px 0;padding:6px 8px}.group-comment{color:var(--text-muted,#94a3b8);margin:2px 0 4px 44px;font-size:11.5px;font-style:italic;line-height:1.35}.tree-leaf{padding:2px 0 2px 22px;font-size:12px}.select-all-row{border-bottom:1px solid var(--border);padding:10px 20px;font-size:13px}.grant-editor-footer{border-top:1px solid var(--border);align-items:center;gap:12px;padding:12px 20px;display:flex}.grant-editor-footer button{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:600}.grant-editor-footer button:disabled{opacity:.5}.saved-note{color:var(--completed);font-size:13px;font-weight:600}.api-key-box{background:var(--panel);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.api-key-label{color:var(--text);font-size:12px}.api-key-box code{font-family:var(--mono);background:var(--bg);word-break:break-all;border-radius:4px;padding:3px 8px;font-size:13px}.api-key-box button{border:1px solid var(--border);background:var(--panel);color:var(--text-h);border-radius:6px;padding:5px 10px;font-size:12px}:root{--st-proposed:#8b98a6;--st-selected:#b4790a;--st-active:#2e5aac;--st-done:#1e7a4c}@media (prefers-color-scheme:dark){:root{--st-proposed:#7c889a;--st-selected:#e0a83e;--st-active:#6c97e0;--st-done:#4caf7c}}.proj-progress{gap:3px;margin-top:6px;display:flex}.proj-progress span{background:var(--border);border-radius:2px;width:6px;height:14px}.proj-progress .dot-proposed{background:var(--border)}.proj-progress .dot-selected{background:var(--st-selected)}.proj-progress .dot-active{background:var(--st-active)}.proj-progress .dot-done{background:var(--st-done)}.stage-list{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.stage-row{border:1px solid var(--border);background:var(--panel);border-radius:8px;grid-template-columns:20px 1fr auto auto;align-items:start;gap:12px;padding:10px 12px;display:grid}.stage-row.status-selected{border-color:var(--st-selected)}.stage-row.status-active{border-color:var(--st-active)}.stage-row.status-done{border-color:var(--st-done);opacity:.75}.stage-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);margin-top:2px}.stage-row-body h4{color:var(--text-h);margin:0 0 3px;font-size:13.5px;font-weight:600}.stage-row-body p{color:var(--text);margin:0;font-size:12.5px;line-height:1.45}.status-pill{font-family:var(--mono);letter-spacing:.02em;white-space:nowrap;border-radius:999px;height:fit-content;padding:3px 8px;font-size:10.5px;font-weight:700}.status-pill-proposed{background:color-mix(in srgb, var(--st-proposed) 15%, transparent);color:var(--st-proposed)}.status-pill-selected{background:color-mix(in srgb, var(--st-selected) 15%, transparent);color:var(--st-selected)}.status-pill-active{background:color-mix(in srgb, var(--st-active) 15%, transparent);color:var(--st-active)}.status-pill-done{background:color-mix(in srgb, var(--st-done) 15%, transparent);color:var(--st-done)}.stage-delete{color:var(--text);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:12px}.stage-delete:hover{color:var(--error)}.add-stage-toggle{border:1px dashed var(--border);color:var(--accent);text-align:left;background:0 0;border-radius:8px;width:100%;padding:8px 12px;font-size:13px;font-weight:600}.add-stage-form{border:1px dashed var(--border);border-radius:8px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.add-stage-form input,.add-stage-form textarea{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;border-radius:6px;padding:6px 10px;font-size:13px}.add-stage-actions{gap:8px;display:flex}.add-stage-actions button.ghost{color:var(--text);border:1px solid var(--border);background:0 0}
