:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#fff}.jtc-shell{position:fixed;inset:8px 8px 8px 92px;z-index:90;display:grid;grid-template-columns:174px minmax(0,1fr);overflow:hidden;border:1px solid #dfe3ea;border-radius:12px;background:#fff;box-shadow:0 20px 70px #1118271f}.jtc-sidebar{min-height:0;border-right:1px solid #e5e7eb;background:#f7f7f8;padding:18px 10px}.jtc-workspace{display:flex;align-items:center;gap:9px;padding:0 8px 20px}.jtc-workspace span{width:20px;height:20px;display:inline-grid;place-items:center;border:1px solid #d9dde5;border-radius:5px;color:#6b7280;font-size:11px;font-weight:780}.jtc-workspace strong{color:#111827;font-size:13px;font-weight:760}.jtc-nav{display:grid;gap:7px}.jtc-nav button{min-height:34px;border:0;border-radius:7px;background:transparent;color:#6b7280;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;padding:0 10px;text-align:left;font-size:13px;font-weight:620;cursor:pointer}.jtc-nav button.active,.jtc-nav button:hover{background:#ececef;color:#111827}.jtc-nav small{color:inherit;font-size:11px}.jtc-main{min-width:0;min-height:0;display:grid;grid-template-rows:54px minmax(0,1fr);background:#fff}.jtc-topbar{min-width:0;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 18px}.jtc-crumbs{min-width:0;display:flex;align-items:center;gap:10px;color:#6b7280;font-size:13px}.jtc-crumbs span:not(:last-child):after{content:">";margin-left:10px;color:#b2b8c2}.jtc-crumbs strong{color:#111827}.jtc-close{width:30px;height:30px;border:1px solid #e1e5eb;border-radius:7px;background:#fff;color:#6b7280;display:inline-grid;place-items:center;cursor:pointer}.jtc-board-page{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.jtc-toolbar{min-height:48px;display:flex;align-items:center;gap:8px;padding:0 14px}.jtc-toolbar button{height:30px;border:1px solid #dfe3ea;border-radius:7px;background:#fff;color:#111827;display:inline-flex;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:650}.jtc-toolbar span{margin-left:auto;color:#7a7f8c;font-size:12px}.jtc-toolbar button.primary{border-color:#111827;background:#111827;color:#fff}.jtc-new-issue{margin:0 14px 10px;border:1px solid #dfe3ea;border-radius:9px;background:#fff;padding:10px;display:grid;grid-template-columns:minmax(160px,.8fr) minmax(220px,1fr) auto;gap:8px}.jtc-new-issue input,.jtc-new-issue textarea{width:100%;border:1px solid #eef0f3;border-radius:7px;background:#fbfbfc;padding:8px 9px;color:#111827;font-size:12px}.jtc-new-issue button{border:1px solid #111827;border-radius:7px;background:#111827;color:#fff;padding:0 12px;font-size:12px;font-weight:720}.jtc-board{min-width:0;min-height:0;display:grid;grid-template-columns:repeat(5,minmax(215px,1fr));gap:14px;overflow:auto;padding:0 14px 14px}.jtc-column{min-height:calc(100vh - 132px);border-radius:12px;background:#fafafa;padding:10px}.jtc-column.progress{background:#fffaf0}.jtc-column.review{background:#f3fbf6}.jtc-column.done{background:#f2f7fd}.jtc-column-head{height:30px;display:flex;align-items:center;justify-content:space-between;color:#747b88;font-size:12px;font-weight:690}.jtc-column-head span{display:inline-flex;align-items:center;gap:6px}.jtc-column-list{display:grid;gap:9px}.jtc-card{width:100%;border:1px solid #dfe3ea;border-radius:9px;background:#fff;box-shadow:0 1px 2px #1118270b;display:grid;gap:7px;padding:12px;text-align:left;cursor:pointer}.jtc-card.active{border-color:#c7d2fe;box-shadow:0 0 0 2px #6366f11a}.jtc-card-id{color:#7a7f8c;font-size:11px;font-weight:610}.jtc-card strong{color:#111827;font-size:13px;line-height:1.25}.jtc-card-desc{color:#6b7280;font-size:12px;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.jtc-card-foot{display:flex;align-items:center;gap:7px;margin-top:3px}.jtc-card-foot i{width:18px;height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#eef2ff;color:#4f46e5;font-style:normal;font-size:10px;font-weight:750}.jtc-card-foot b{border-radius:6px;background:#fff3e8;color:#e66a00;padding:3px 7px;font-size:11px;font-weight:720}.jtc-card-foot b.low{color:#6b7280;background:#f3f4f6}.jtc-card-foot b.hot{color:#fff;background:#e66a00}.jtc-empty{margin:14px;min-height:120px;border:1px dashed #dfe3ea;border-radius:9px;display:grid;place-items:center;color:#8b93a1;font-size:13px}.jtc-detail{position:fixed;inset:8px 8px 8px 92px;z-index:100;display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-template-rows:54px minmax(0,1fr);overflow:hidden;border:1px solid #dfe3ea;border-radius:12px;background:#fff;box-shadow:0 20px 70px #1118271f}.jtc-detail header{grid-column:1 / -1;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:10px;padding:0 18px;color:#6b7280}.jtc-detail header button{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:7px;background:#fff}.jtc-detail-main{min-height:0;overflow:auto;padding:28px 34px}.jtc-detail-main h1{margin:0 0 12px;font-size:28px;line-height:1.15}.jtc-detail-main>p{margin:0 0 28px;color:#6b7280;font-size:18px}.jtc-agent-card{border:1px solid #b8d9ff;border-radius:10px;background:#f2f8ff;padding:16px;display:grid;gap:12px;color:#5f6673}.jtc-agent-card div{display:flex;align-items:center;gap:8px;color:#111827}.jtc-detail-main h2,.jtc-properties h2,.jtc-runtime-panel h2{margin:28px 0 14px;font-size:15px}.jtc-activity{border:1px solid #e1e5eb;border-radius:10px;padding:14px;display:grid;grid-template-columns:32px 1fr;gap:12px;margin-bottom:12px}.jtc-activity i{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:999px;background:#f3f4f6;color:#6b7280;font-style:normal;font-size:11px;font-weight:720}.jtc-activity span,.jtc-activity p{color:#6b7280}.jtc-properties{border-left:1px solid #e5e7eb;padding:28px 26px}.jtc-prop{display:grid;grid-template-columns:90px 1fr;gap:12px;min-height:40px;align-items:center;color:#6b7280}.jtc-prop strong{color:#111827;font-weight:620}.jtc-list-page{overflow:auto;padding:24px 28px}.jtc-list-page h1,.jtc-split-page h1{margin:0 0 18px;font-size:22px}.jtc-list{display:grid;gap:8px;max-width:780px}.jtc-list-row{border:1px solid #e1e5eb;border-radius:10px;padding:12px;display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center}.jtc-list-row i{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:999px;background:#eef2ff;color:#4f46e5;font-style:normal;font-weight:740}.jtc-list-row span{display:block;margin-top:3px;color:#6b7280;font-size:12px}.jtc-list-row b.online,.jtc-split-page strong.online{color:#16833a}.jtc-list-row b.offline,.jtc-split-page strong.offline{color:#c92a2a}.jtc-list-row b.idle,.jtc-split-page strong.idle{color:#a16207}.jtc-split-page{min-height:0;display:grid;grid-template-columns:280px minmax(0,1fr)}.jtc-split-page aside{border-right:1px solid #e5e7eb;background:#f7f7f8;padding:18px 12px}.jtc-split-page aside button{width:100%;min-height:58px;border:0;border-radius:9px;background:transparent;display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:center;text-align:left;padding:8px 10px}.jtc-split-page aside button.active,.jtc-split-page aside button:hover{background:#ececef}.jtc-split-page aside small{display:flex;align-items:center;gap:6px;color:#6b7280}.jtc-split-page aside small i{width:7px;height:7px;border-radius:999px;background:#cbd5e1}.jtc-split-page aside small i.online{background:#16833a}.jtc-split-page aside small i.offline{background:#c92a2a}.jtc-split-page section{overflow:auto;padding:24px 28px}.jtc-split-page section header{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.jtc-split-page section header h1{margin:0}.jtc-runtime-icon{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:9px;background:#f3f4f6}.jtc-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0}.jtc-metrics article,.jtc-runtime-panel{border:1px solid #e1e5eb;border-radius:10px;padding:16px}.jtc-metrics span{display:block;color:#6b7280;margin-bottom:8px}.jtc-metrics strong{font-size:20px}.jtc-runtime-panel p{color:#6b7280;line-height:1.5}.jtc-runtime-panel code{display:block;margin-top:14px;color:#6b7280;font-size:12px;word-break:break-all}@media(max-width:899px){.jtc-shell,.jtc-detail{inset:0;border-radius:0;grid-template-columns:1fr}.jtc-sidebar{display:none}.jtc-board,.jtc-detail{grid-template-columns:1fr}.jtc-properties{display:none}.jtc-split-page{grid-template-columns:1fr}}.task-control-drawer{inset:8px 8px 8px 92px;border-radius:12px;border:1px solid #dfe3ea;background:#fff;box-shadow:0 20px 70px #1118271f;overflow:hidden}.task-control-head{min-height:54px;padding:0 14px 0 18px;border-bottom:1px solid #e6e8ec;background:#fff}.task-control-head>div:first-child{display:flex;align-items:center;gap:10px}.task-control-head>div:first-child span{color:#7a7f8c;font-size:13px;font-weight:520;letter-spacing:0;text-transform:none}.task-control-head>div:first-child span:after{content:">";margin-left:10px;color:#a5abb5}.task-control-head>div:first-child strong{color:#111827;font-size:14px;font-weight:760}.task-control-stats{margin-left:auto;flex:0 0 auto}.task-control-stats span{height:26px;min-width:0;border:0;background:transparent;padding:0 5px;color:#7a7f8c;font-size:12px}.task-control-stats strong{font-size:12px}.task-control-head-actions button{width:30px;height:30px;border-radius:7px;border-color:#e4e7ec}.task-control-workspace{grid-template-columns:172px minmax(0,1fr) 0;background:#fff}.task-control-nav{padding:18px 12px;gap:7px;background:#f7f7f8;border-right:1px solid #e4e7ec}.task-control-nav:before{content:"JVC Task Control";display:block;color:#111827;font-size:13px;font-weight:760;margin:0 8px 16px}.task-control-nav button{min-height:34px;border-radius:7px;color:#6b7280;font-size:13px;font-weight:610}.task-control-nav button.active{background:#ececef;color:#111827;box-shadow:none}.task-control-nav button.active strong,.task-control-nav button strong{background:transparent;color:inherit}.task-control-board{grid-template-columns:repeat(5,minmax(215px,1fr));gap:14px;padding:14px;overflow:auto;background:#fff}.task-view-head{grid-column:1 / -1;min-height:40px;align-items:center;border-bottom:0}.task-view-head>div:first-child{display:none}.task-view-toolbar{width:100%;display:flex;align-items:center;gap:8px}.task-view-toolbar button{height:30px;border:1px solid #dfe3ea;border-radius:7px;background:#fff;color:#111827;padding:0 11px;font-size:12px;font-weight:650}.task-view-toolbar span{margin-left:auto;color:#7a7f8c;font-size:12px}.task-view-toolbar button.primary{margin-left:8px;border-color:#111827;background:#111827;color:#fff}.task-column{min-height:calc(100vh - 122px);padding:10px;border-radius:12px;background:#fafafa}.task-column:nth-of-type(4){background:#fffaf0}.task-column:nth-of-type(5){background:#f3fbf6}.task-column:nth-of-type(6){background:#f2f7fd}.task-column-head{height:30px;color:#7a7f8c;font-size:12px;letter-spacing:0;text-transform:none}.task-column-head strong{background:transparent;color:#7a7f8c}.task-issue{border:1px solid #dfe3ea;border-radius:9px;padding:12px;background:#fff;box-shadow:0 1px 2px #1118270b}.task-issue.active{border-color:#c7d2fe;box-shadow:0 0 0 2px #6366f11a}.task-issue-kicker{color:#7a7f8c;font-size:11px;font-weight:600;letter-spacing:0}.task-issue strong{font-size:13px;line-height:1.25}.task-issue span:not(.task-issue-kicker){color:#6b7280;font-size:12px}.task-issue small{display:flex;align-items:center;gap:7px;margin-top:4px}.task-issue small i{width:18px;height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#eef2ff;color:#4f46e5;font-style:normal;font-size:10px;font-weight:750}.task-issue small b{border-radius:6px;background:#fff3e8;color:#e66a00;padding:3px 7px;font-size:11px;font-weight:720}.task-control-detail{display:none}.task-issue-composer{grid-column:1 / -1;border-radius:9px;border-color:#dfe3ea}.task-control-board.view-runtimes,.task-control-board.view-skills{display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;padding:0;background:#fff}.task-control-board.view-runtimes .task-view-head,.task-control-board.view-skills .task-view-head{display:none}.task-control-board.view-runtimes .task-control-table,.task-control-board.view-skills .task-control-table{width:auto;margin:0;border:0;border-right:1px solid #e4e7ec;border-radius:0;min-height:calc(100vh - 64px)}.task-control-board.view-runtimes:after{content:"Runtime detail\aªll configured agents are listed on the left. Green status means the command or health endpoint is available. Live token/cost charts will appear here when runtime telemetry is connected.";white-space:pre-line;display:block;padding:32px;color:#6b7280;font-size:13px;line-height:1.6}.task-control-board.view-skills:after{content:"Skill detail\a\aSelect a skill from the list to inspect usage rules, scope, and delivery contract. The current view already reads the skill name and description from SKILL.md frontmatter.";white-space:pre-line;display:block;padding:32px;color:#6b7280;font-size:13px;line-height:1.6}.task-control-table-head,.task-control-row{grid-template-columns:minmax(150px,1fr)}.task-control-table-head span:nth-child(n+2),.task-control-row span,.task-control-row small{display:none}.task-control-row{min-height:58px;border-radius:0;border-left:0;border-right:0}@media(max-width:899px){.task-control-drawer{inset:0;border-radius:0}.task-control-workspace,.task-control-board,.task-control-board.view-runtimes,.task-control-board.view-skills{grid-template-columns:1fr}.task-control-nav{display:none}}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;height:100%;margin:0;overflow:hidden;overflow-x:hidden;overscroll-behavior-x:none}button,input,select{font:inherit}button{touch-action:manipulation}.app-shell{width:100%;max-width:100dvw;height:100dvh;background:#fff;display:flex;justify-content:center;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);overflow:hidden;overscroll-behavior-x:none;touch-action:pan-y}.chat-card{width:min(840px,100%);max-width:100%;min-width:0;height:100dvh;background:#fff;display:grid;grid-template-rows:auto 1fr auto;border-left:1px solid #f3f4f6;border-right:1px solid #f3f4f6;overflow:hidden;overscroll-behavior-x:none}.app-embedded{padding:0;justify-content:stretch}.app-embedded .sidebar,.app-embedded .sidebar-scrim,.app-embedded .mobile-menu-button{display:none}.app-embedded .chat-card{width:100%;max-width:none;border:0}.app-shell.brad-only{padding:0;justify-content:center;background:#fff}.app-shell.brad-only .chat-card{width:min(760px,100%);max-width:760px;height:100dvh;grid-template-rows:1fr auto;border:0}.app-shell.brad-only .timeline{padding:14px}.sidebar,.sidebar-scrim,.sidebar-toggle-mobile,.mobile-menu-button{display:none}@media(min-width:900px){.app-shell{justify-content:flex-start;gap:0}.sidebar{display:flex;flex-direction:column;width:280px;flex-shrink:0;height:100dvh;background:#fafafa;border-right:1px solid #f3f4f6;padding:18px 14px 14px;gap:14px;overflow:hidden;transition:width .16s ease,padding .16s ease}.sidebar-is-collapsed .sidebar{width:68px;padding:18px 10px 14px;align-items:center}.chat-card{flex:1;width:auto;max-width:920px;border-left:none}.desktop-conversation-layout .chat-card{max-width:none;min-width:0;border-right:0}.chat-header,.chat-logo,.history-panel{display:none}.multi-chat-grid{flex:1;min-width:0;height:100dvh;padding:10px;display:grid;gap:10px;background:#f6f7f9}.multi-chat-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.multi-chat-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.multi-chat-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.multi-chat-grid-5,.multi-chat-grid-6{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.multi-chat-frame{width:100%;height:100%;min-width:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0f}.app-embedded{padding:0;justify-content:stretch;background:#fff}.app-embedded .sidebar,.app-embedded .sidebar-scrim{display:none}.app-embedded .chat-card{width:100%;max-width:none;height:100dvh;border:0}.app-embedded .chat-header{display:flex;min-height:64px;padding:8px 12px}.app-embedded .history-panel{display:flex}.app-embedded .chat-logo,.app-embedded .mobile-menu-button{display:none}.app-embedded .brand-row{justify-content:flex-end}.app-embedded .agent-row{justify-content:flex-start}.app-embedded .agent-selector{max-width:calc(50% - 4px)}.app-embedded .agent-selector select{max-width:100%}.app-embedded .timeline{padding:12px;gap:10px}.app-embedded .bubble{max-width:92%;border-radius:14px;padding:10px 12px}.app-embedded .message-body{font-size:14px;line-height:1.45}.app-embedded .composer{padding:8px 10px 10px}}@media(max-width:899px){.app-shell{position:relative;overflow:hidden;overflow-x:hidden;max-width:100dvw;overscroll-behavior-x:none;touch-action:pan-y}.sidebar-scrim{display:block;position:fixed;inset:0;z-index:20;border:0;padding:0;background:#1118276b}.sidebar{position:fixed;inset:0 auto 0 0;z-index:21;display:flex;flex-direction:column;width:min(76vw,330px);height:100dvh;padding:calc(env(safe-area-inset-top) + 14px) 14px calc(env(safe-area-inset-bottom) + 14px);gap:14px;background:#fff;border-right:1px solid #e5e7eb;box-shadow:18px 0 45px #0f172a2e;transform:translate(-105%);transition:transform .18s ease;overflow:hidden}.mobile-sidebar-open .sidebar{transform:translate(0)}.sidebar-toggle-desktop{display:none}.sidebar-toggle-mobile{display:inline-flex}.mobile-menu-button{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#374151;cursor:pointer;flex:0 0 auto}.chat-header{min-height:66px;display:block;padding:8px 12px}.chat-header>.agent-row{display:none}.mobile-chat-head{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px;width:100%}.mobile-chat-icon{width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#111827;display:inline-grid;place-items:center;cursor:pointer;padding:0}.mobile-chat-icon:active{background:#f3f4f6}.mobile-chat-agent{min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px}.mobile-chat-avatar{width:40px;height:40px;border-radius:999px;display:inline-grid;place-items:center;background:#f3f4f6;color:#111827;font-size:14px;font-weight:800}.mobile-chat-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-chat-copy strong,.mobile-chat-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-chat-copy strong{color:#111827;font-size:17px;font-weight:760;line-height:1.15}.mobile-chat-copy small{color:#9ca3af;font-size:12px;line-height:1.2}.mobile-agent-details-scrim{display:block;position:fixed;inset:0;z-index:24;border:0;padding:0;background:#11182747}.mobile-agent-details{position:fixed;left:0;right:0;bottom:0;z-index:25;display:flex;flex-direction:column;max-height:min(78dvh,680px);padding:14px 14px calc(env(safe-area-inset-bottom) + 16px);gap:14px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;border-top:1px solid #e5e7eb;border-radius:18px 18px 0 0;box-shadow:0 -18px 48px #0f172a2e}.mobile-agent-details:before{content:"";width:36px;height:4px;border-radius:999px;background:#e5e7eb;align-self:center;margin-bottom:-2px}}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 4px 10px;border-bottom:1px solid #f3f4f6}.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;flex:0 0 auto;transition:background .12s ease,color .12s ease,border-color .12s ease}.sidebar-toggle:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.task-control-trigger{margin-left:0}.sidebar-toggle:focus-visible{outline:2px solid #111827;outline-offset:2px}.desktop-chat-list{display:none}@media(min-width:900px){.desktop-conversation-layout .desktop-chat-list{display:flex;flex-direction:column;width:clamp(286px,24vw,360px);height:100dvh;flex:0 0 clamp(286px,24vw,360px);min-width:0;background:#fff;border-right:1px solid #f3f4f6;padding:16px 12px 12px;gap:10px;overflow:hidden}.desktop-chat-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;padding:0 2px 2px}.desktop-chat-list-head>div{display:flex;flex-direction:column;gap:2px;min-width:0}.desktop-chat-kicker{font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.desktop-chat-list-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111827;font-size:15px;line-height:1.15;font-weight:750}.desktop-chat-icon{width:30px;height:30px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;display:inline-grid;place-items:center;cursor:pointer;flex:0 0 auto}.desktop-chat-icon:hover{background:#f9fafb;color:#111827;border-color:#d1d5db}.desktop-chat-search{display:flex;align-items:center;gap:8px;min-height:38px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;color:#9ca3af;padding:0 10px}.desktop-chat-search:focus-within{border-color:#111827;background:#fff;color:#111827}.desktop-chat-search input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#111827;font-size:13px}.desktop-chat-search input::placeholder{color:#9ca3af}.desktop-chat-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.desktop-chat-tabs button{height:28px;min-width:0;border:1px solid #e5e7eb;border-radius:7px;background:#fff;color:#6b7280;font-size:11px;font-weight:650;cursor:pointer}.desktop-chat-tabs button:hover{border-color:#d1d5db;color:#111827;background:#f9fafb}.desktop-chat-tabs button.active{border-color:#111827;background:#111827;color:#fff}.desktop-chat-results{display:flex;flex-direction:column;gap:5px;min-height:0;flex:1;overflow-y:auto;padding-right:2px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.desktop-chat-results::-webkit-scrollbar{width:6px}.desktop-chat-results::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.desktop-conversation-layout .desktop-chat-list .history-item{min-height:40px;padding:8px 10px;border-color:transparent;background:transparent}.desktop-conversation-layout .desktop-chat-list .history-item:hover{background:#f9fafb;border-color:#f3f4f6}.desktop-conversation-layout .desktop-chat-list .history-item.active{background:#111827;border-color:#111827;color:#fff}.desktop-conversation-layout .desktop-chat-list .history-edit-button{border-color:transparent;background:transparent}.desktop-agent-results{gap:4px}.desktop-agent-chat{width:100%;min-width:0;min-height:50px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:8px;background:transparent;color:#111827;padding:8px 9px;text-align:left;cursor:pointer}.desktop-agent-chat:hover{background:#f9fafb;border-color:#f3f4f6}.desktop-agent-chat.active{background:#111827;border-color:#111827;color:#fff}.desktop-agent-avatar{width:32px;height:32px;border-radius:8px;display:inline-grid;place-items:center;background:#f3f4f6;color:#111827;font-size:12px;font-weight:750;flex:0 0 auto}.desktop-agent-chat.active .desktop-agent-avatar{background:#ffffff24;color:#fff}.desktop-agent-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.desktop-agent-title,.desktop-agent-preview{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-agent-title{font-size:13px;font-weight:750;line-height:1.2}.desktop-agent-preview{font-size:11px;color:#6b7280;line-height:1.25}.desktop-agent-chat.active .desktop-agent-preview{color:#ffffffb3}.desktop-agent-meta{display:inline-flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:34px;color:#9ca3af;font-size:10px;font-weight:700;white-space:nowrap}.desktop-agent-chat.active .desktop-agent-meta{color:#ffffffad}.agent-details-panel{display:flex;flex-direction:column;flex:0 0 clamp(270px,21vw,330px);width:clamp(270px,21vw,330px);min-width:0;height:100dvh;overflow-y:auto;border-left:1px solid #f3f4f6;background:#fff;padding:16px 14px 18px;gap:14px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.agent-details-panel.collapsed{flex-basis:58px;width:58px;padding:14px 9px;overflow:hidden;align-items:center}.agent-details-panel::-webkit-scrollbar{width:6px}.agent-details-panel::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.agent-details-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.agent-details-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}.agent-details-toggle{width:30px;height:30px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;display:inline-grid;place-items:center;cursor:pointer;flex:0 0 auto}.agent-details-toggle:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.agent-details-panel.collapsed .agent-details-head{width:100%;padding-bottom:0;border-bottom:0;justify-content:center}.agent-details-panel.collapsed .agent-details-head>div,.agent-details-panel.collapsed .agent-detail-section{display:none}.agent-details-head strong{color:#111827;font-size:15px;font-weight:750;line-height:1.2}.agent-details-head small{color:#9ca3af;font-size:11px;line-height:1.3}.agent-detail-section{display:flex;flex-direction:column;gap:8px;padding-bottom:14px;border-bottom:1px solid #f3f4f6}.agent-detail-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#6b7280;font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.agent-detail-title em{color:#9ca3af;font-style:normal;letter-spacing:0;text-transform:none;font-weight:650}.agent-detail-select,.agent-detail-search{width:100%;min-height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827}.agent-detail-select{padding:7px 9px;font-size:12px;outline:none}.agent-detail-select:focus{border-color:#111827}.agent-detail-search{display:flex;align-items:center;gap:7px;padding:0 9px;color:#9ca3af;background:#fafafa}.agent-detail-search:focus-within{border-color:#111827;color:#111827;background:#fff}.agent-detail-search input{min-width:0;width:100%;border:0;outline:none;background:transparent;color:#111827;font-size:12px}.agent-fallback-list{display:flex;flex-wrap:wrap;gap:5px}.agent-fallback-list span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #e5e7eb;border-radius:999px;padding:3px 7px;color:#6b7280;font-size:10px;font-weight:650}.agent-detail-list{display:flex;flex-direction:column;gap:5px}.agent-detail-row{width:100%;min-width:0;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:34px;border:1px solid transparent;border-radius:8px;background:transparent;color:#374151;padding:6px 7px;text-align:left;text-decoration:none;cursor:pointer;font-size:12px}.agent-detail-row:hover{background:#f9fafb;border-color:#f3f4f6}.agent-detail-row.active{background:#111827;border-color:#111827;color:#fff}.agent-detail-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-detail-row small{color:#9ca3af;font-size:10px;white-space:nowrap}.agent-detail-row.active small{color:#ffffffad}.agent-detail-more{min-height:32px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:12px;font-weight:650}.agent-detail-more:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.agent-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.agent-media-grid a{display:block;aspect-ratio:1;overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.agent-media-grid img{width:100%;height:100%;object-fit:cover;display:block}.agent-detail-empty{grid-column:1 / -1;color:#9ca3af;font-size:11px;padding:4px 1px}.desktop-message-matches{display:flex;flex-direction:column;gap:5px;margin-top:8px;padding-top:8px;border-top:1px solid #f3f4f6}.desktop-message-matches-label{color:#9ca3af;font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;padding:0 2px}}.sidebar-content{display:flex;flex-direction:column;gap:12px;min-height:0;flex:1;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:2px}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#d1d5db}@media(min-width:900px){.sidebar-is-collapsed .sidebar-brand{width:100%;flex-direction:column;justify-content:flex-start;padding:0 0 10px}.sidebar-is-collapsed .task-control-trigger{margin-top:6px}.sidebar-is-collapsed .sidebar .cornelio-logo{justify-content:center}.sidebar-is-collapsed .sidebar .cornelio-logo span,.sidebar-is-collapsed .sidebar-content{display:none}}.sidebar-section{display:flex;flex-direction:column;gap:5px}.sidebar-label{font-size:10px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;padding-left:2px}.sidebar-select{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:13px;color:#111827;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.sidebar-select:hover{border-color:#d1d5db}.sidebar-select:focus{outline:none;border-color:#0a0a0a}.model-note{font-size:11px;color:#6b7280;padding-left:2px}.sidebar-new-chat{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;border:1px solid #0a0a0a;background:#0a0a0a;color:#fff;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:550;cursor:pointer;flex:0 0 auto;transition:background .12s ease}.sidebar-new-chat:hover{background:#1f2937;border-color:#1f2937}.sidebar-actions{display:flex;flex-direction:column;gap:4px}.sidebar-action{display:inline-flex;align-items:center;gap:9px;width:100%;border:0;border-radius:8px;background:transparent;color:#374151;padding:9px 10px;font-size:13px;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.sidebar-action:hover{background:#f3f4f6;color:#111827}.sidebar-action.active{background:#111827;color:#fff}.task-control-drawer{position:fixed;inset:0 0 0 auto;width:min(920px,calc(100vw - 68px));z-index:70;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-18px 0 48px #0f172a14;display:grid;grid-template-rows:auto 1fr}.task-control-head{min-height:72px;padding:18px 22px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.task-control-head span,.task-control-section-head span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#9ca3af;font-weight:800}.task-control-head strong{display:block;font-size:22px;color:#111827;line-height:1.1}.task-control-head-actions{display:flex;gap:8px}.task-control-head-actions button{width:38px;height:38px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center}.task-control-grid{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 260px}.task-control-main,.task-control-side{min-height:0;overflow:auto;padding:18px}.task-control-main{border-right:1px solid #f3f4f6}.task-control-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.task-control-section-head strong{font-size:13px;color:#6b7280}.task-control-list{display:grid;gap:10px}.task-card{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fff}.task-card-top,.task-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#6b7280;font-size:12px}.task-card-top span{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#111827}.task-card h3{margin:8px 0 6px;font-size:16px;line-height:1.25}.task-card p{margin:0 0 10px;color:#374151;line-height:1.45}.task-event{margin-top:8px;padding-top:8px;border-top:1px solid #f3f4f6;display:grid;gap:3px;font-size:12px}.task-event span{color:#6b7280}.task-runtime-list,.task-skill-list{display:grid;gap:8px;margin-bottom:18px}.task-runtime,.task-skill{min-height:38px;border:1px solid #f3f4f6;border-radius:8px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.task-runtime span,.task-skill span{font-weight:700;color:#111827}.task-runtime strong,.task-skill small{color:#9ca3af;font-weight:700}@media(max-width:899px){.task-control-drawer{width:100vw}.task-control-grid{grid-template-columns:1fr}.task-control-side{display:none}}.task-control-drawer{inset:0 0 0 96px;width:auto;z-index:80;box-shadow:-12px 0 44px #0f172a14}.task-control-head{min-height:76px;gap:18px}.task-control-stats{flex:1;display:flex;justify-content:center;gap:10px}.task-control-stats span{min-width:112px;border:1px solid #f3f4f6;border-radius:8px;padding:8px 10px;text-transform:none;letter-spacing:0;font-size:12px;color:#6b7280;font-weight:700}.task-control-stats strong{display:inline;font-size:16px;margin-right:5px}.task-control-workspace{min-height:0;display:grid;grid-template-columns:176px minmax(0,1fr) 320px;background:#fff}.task-control-nav{min-height:0;border-right:1px solid #f3f4f6;padding:16px 12px;display:flex;flex-direction:column;gap:6px}.task-control-nav button{border:0;background:transparent;color:#4b5563;border-radius:8px;min-height:38px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-weight:750;cursor:pointer}.task-control-board{min-width:0;min-height:0;overflow:auto;display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:12px;padding:16px;background:#fbfbfc}.task-column{min-width:0;display:flex;flex-direction:column;gap:10px}.task-column-head{height:34px;display:flex;align-items:center;justify-content:space-between;color:#9ca3af;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:850}.task-column-head strong{color:#6b7280;letter-spacing:0;font-size:12px}.task-column-list{display:grid;gap:10px}.task-issue{width:100%;border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:11px;display:grid;gap:7px;text-align:left;cursor:pointer;box-shadow:0 1px #0f172a05}.task-issue.active{border-color:#111827;box-shadow:0 0 0 1px #111827}.task-issue-kicker{color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:850}.task-issue strong{color:#111827;font-size:14px;line-height:1.25}.task-issue span:not(.task-issue-kicker){color:#6b7280;font-size:12px;line-height:1.35}.task-issue small{color:#374151;font-weight:750}.task-control-detail{min-height:0;overflow:auto;border-left:1px solid #f3f4f6;padding:18px}.task-detail-status{display:inline-flex;height:24px;align-items:center;border:1px solid #e5e7eb;border-radius:999px;padding:0 9px;color:#4b5563;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:850}.task-control-detail h2{margin:12px 0 8px;font-size:20px;line-height:1.2}.task-control-detail p{margin:0 0 14px;color:#4b5563;line-height:1.45}.task-detail-grid{display:grid;grid-template-columns:74px 1fr;gap:8px 10px;border:1px solid #f3f4f6;border-radius:8px;padding:10px;font-size:12px}.task-detail-grid span{color:#9ca3af;font-weight:800}.task-detail-grid strong{color:#111827}.task-detail-head{margin:18px 0 10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850}.task-detail-events{display:grid;gap:8px}.task-detail-event{border-left:2px solid #111827;padding-left:10px;display:grid;gap:4px;font-size:12px}.task-detail-event span{color:#6b7280;line-height:1.4}.task-runtime-list.compact,.task-skill-list.compact{max-height:230px;overflow:auto}@media(max-width:899px){.task-control-drawer{inset:0;width:100vw}.task-control-stats{display:none}.task-control-workspace{grid-template-columns:1fr}.task-control-nav{display:none}.task-control-board{grid-template-columns:1fr}.task-control-detail{display:none}}.task-control-drawer{inset:10px 10px 10px 104px;border:1px solid #eceef2;border-radius:10px;box-shadow:0 18px 64px #1118271a;overflow:hidden}.task-control-head{min-height:62px;padding:12px 16px 12px 18px;gap:14px;background:#fffffffa}.task-control-head span{font-size:10px;letter-spacing:.16em;color:#a1a7b3}.task-control-head strong{font-size:19px;letter-spacing:0;font-weight:760}.task-control-stats{justify-content:flex-start;gap:8px;max-width:520px}.task-control-stats span{min-width:0;height:34px;display:inline-flex;align-items:center;gap:5px;border-color:#eef0f3;border-radius:7px;padding:0 11px;color:#747b88;font-size:12px;background:#fff}.task-control-stats strong{margin:0;font-size:15px;font-weight:780;color:#111827}.task-control-head-actions button{width:34px;height:34px;border-color:#e7e9ee;border-radius:7px;color:#626a76;transition:background .12s ease,border-color .12s ease,color .12s ease}.task-control-head-actions button:hover{background:#f8f9fb;border-color:#d9dde5;color:#111827}.task-control-workspace{grid-template-columns:172px minmax(0,1fr) 304px;background:#fff}.task-control-nav{padding:12px 10px;gap:3px;background:#fbfbfc}.task-control-nav button{min-height:34px;border-radius:7px;padding:0 10px;color:#596171;font-size:12px;font-weight:720}.task-control-nav button strong{min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;color:#8b93a1;background:transparent;font-size:11px;font-weight:760}.task-control-nav button:hover{background:#f1f3f6;color:#111827}.task-control-nav button.active{background:#111827;color:#fff}.task-control-nav button.active strong{color:#111827;background:#fff}.task-control-board{grid-template-columns:repeat(4,minmax(184px,1fr));gap:10px;padding:12px;background:#f7f8fa}.task-control-board.view-runtimes,.task-control-board.view-skills{display:block;padding:14px}.task-control-empty,.task-control-board>.history-empty{grid-column:1 / -1;align-self:start;justify-self:stretch;margin:0;min-height:120px;border:1px dashed #dfe3ea;border-radius:9px;background:#fff;color:#8b93a1;display:grid;place-items:center;font-size:13px;font-weight:650}.task-view-head,.task-issue-composer{grid-column:1 / -1}.task-view-head{display:flex;align-items:flex-end;justify-content:space-between;min-height:38px;padding:0 2px 2px}.task-view-head strong{display:block;color:#111827;font-size:14px;font-weight:780}.task-view-head span{display:block;margin-top:3px;color:#8b93a1;font-size:12px}.task-issue-composer{border:1px solid #e7e9ee;border-radius:9px;background:#fff;padding:10px;display:grid;gap:8px}.task-issue-composer input,.task-issue-composer textarea{width:100%;border:1px solid #eef0f3;border-radius:7px;background:#fbfbfc;color:#111827;padding:8px 9px;font-size:12px;resize:vertical}.task-issue-composer input:focus,.task-issue-composer textarea:focus{outline:none;border-color:#111827;background:#fff}.task-issue-composer>div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#8b93a1;font-size:11px;font-weight:650}.task-issue-composer button{min-height:30px;border:1px solid #111827;border-radius:7px;background:#111827;color:#fff;padding:0 11px;font-size:12px;font-weight:720}.task-issue-composer button:disabled{border-color:#d0d5dd;background:#e5e7eb;color:#98a2b3}.task-column{min-height:calc(100vh - 126px);gap:8px}.task-column-head{height:28px;padding:0 2px;letter-spacing:.13em;font-size:10px;color:#9aa2af}.task-column-head strong{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#eceff3;color:#6b7280;font-size:11px}.task-issue{border-color:#eceef2;border-radius:7px;padding:10px;gap:6px;box-shadow:0 1px #11182706}.task-issue:hover{border-color:#d9dde5;background:#fdfdfd}.task-issue.active{border-color:#111827;box-shadow:inset 3px 0 #111827}.task-issue-kicker{font-size:9px;letter-spacing:.14em;color:#a1a7b3}.task-control-detail{padding:14px;background:#fff}.task-detail-status{height:22px;border-color:#e7e9ee;border-radius:6px;padding:0 8px;font-size:9px;letter-spacing:.12em}.task-control-detail h2{margin:10px 0 7px;font-size:17px;font-weight:770}.task-control-detail p{margin-bottom:12px;font-size:12px}.task-detail-grid{border-color:#eceef2;border-radius:7px;padding:9px;font-size:11px}.task-detail-head{margin:16px 0 8px;font-size:10px;letter-spacing:.14em}.task-detail-event{border-left-color:#d4d8df;font-size:11px}.task-runtime-list.compact,.task-skill-list.compact{max-height:190px}.task-control-table{border:1px solid #eceef2;border-radius:9px;background:#fff;overflow:hidden}.task-control-table-head,.task-control-row{display:grid;grid-template-columns:minmax(190px,1fr) minmax(220px,1.4fr) minmax(90px,.45fr);gap:12px;align-items:center}.task-control-table-head{min-height:38px;padding:0 14px;background:#fbfbfc;border-bottom:1px solid #eceef2;color:#9aa2af;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:820}.task-control-row{width:100%;min-height:48px;border:0;border-bottom:1px solid #f1f3f6;background:#fff;padding:0 14px;text-align:left;color:#5d6675;cursor:default}.task-control-row:last-child{border-bottom:0}.task-control-row strong{display:inline-flex;align-items:center;gap:7px;color:#111827;font-size:13px;font-weight:760}.task-control-row span,.task-control-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a8290;font-size:12px;font-weight:650}.runtime-dot{width:7px;height:7px;display:inline-block;flex:0 0 auto;border-radius:999px;background:#cbd5e1;box-shadow:0 0 0 3px #cbd5e138}.runtime-dot.online{background:#17b26a;box-shadow:0 0 0 3px #17b26a24}.runtime-dot.offline{background:#f04438;box-shadow:0 0 0 3px #f0443824}.runtime-dot.idle{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b24}.task-runtime span{display:inline-flex;align-items:center;gap:7px}.task-skill.vertical{min-height:56px;align-items:flex-start;justify-content:center;flex-direction:column}.task-skill.vertical small{line-height:1.35}@media(max-width:899px){.task-control-drawer{inset:0;border:0;border-radius:0}.task-control-head{min-height:58px}.task-control-workspace,.task-control-board{grid-template-columns:1fr}.task-column{min-height:auto}.task-control-table-head,.task-control-row{grid-template-columns:minmax(0,1fr) 76px 86px}}.sidebar-panel-control{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:9px}.sidebar-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#374151;font-size:12px;font-weight:650}.sidebar-panel-head span{display:inline-flex;align-items:center;gap:6px}.sidebar-panel-head strong{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#f3f4f6;color:#111827;font-size:12px}.panel-stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px}.group-turn-stepper{grid-template-columns:repeat(4,minmax(0,1fr))}.panel-stepper button{display:inline-grid;place-items:center;min-width:0;height:28px;border:1px solid #e5e7eb;border-radius:7px;background:#fff;color:#4b5563;font-size:12px;font-weight:650;cursor:pointer}.panel-stepper button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.panel-stepper button.active{background:#111827;border-color:#111827;color:#fff}.panel-stepper button:disabled{opacity:.45;cursor:not-allowed}.sidebar-group{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;min-height:0;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:9px}.sidebar-panel-head.compact{margin-top:4px}.group-agent-list{display:flex;flex-direction:column;gap:4px;max-height:clamp(72px,14dvh,132px);overflow-y:auto;-webkit-overflow-scrolling:touch}.group-agent-option{display:flex;align-items:center;gap:8px;min-height:28px;padding:4px 6px;border-radius:6px;font-size:.82rem;color:#111827;cursor:pointer}.group-agent-option:hover{background:#fff}.group-agent-option input{width:14px;height:14px;accent-color:#111827}.group-mention-tools{display:flex;flex-wrap:wrap;gap:5px;max-height:66px;overflow-y:auto;-webkit-overflow-scrolling:touch}.group-mention-tools button{display:inline-flex;align-items:center;gap:3px;max-width:100%;min-height:24px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:11px;font-weight:650;cursor:pointer}.group-mention-tools button:hover{border-color:#d1d5db;color:#111827}.sidebar-tool{display:flex;flex-direction:column;gap:7px}.sidebar-input,.sidebar-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;outline:none;font:inherit;font-size:13px}.sidebar-input{height:38px;padding:8px 10px}.sidebar-textarea{min-height:86px;max-height:148px;padding:9px 10px;resize:vertical;line-height:1.4}.sidebar-input:focus,.sidebar-textarea:focus{border-color:#111827}.sidebar-secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;padding:8px 10px;font-size:12px;font-weight:650;cursor:pointer}.sidebar-secondary:hover{background:#f9fafb;border-color:#d1d5db}.sidebar-secondary.recording{background:#dc2626;border-color:#dc2626;color:#fff}.sidebar-secondary:disabled{opacity:.55;cursor:not-allowed}.sidebar-history{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;min-height:190px}.sidebar-history-head{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;padding:0 2px}.sidebar-history-count{font-size:10px;background:#f3f4f6;color:#6b7280;padding:1px 7px;border-radius:999px;letter-spacing:0;text-transform:none}.sidebar-history-list{flex:1 1 auto;min-height:150px;max-height:260px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:2px}.sidebar-history-list::-webkit-scrollbar{width:6px}.sidebar-history-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.sidebar-history-list::-webkit-scrollbar-thumb:hover{background:#d1d5db}.chat-header{min-height:64px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #f3f4f6;background:#fff;z-index:4}.mobile-chat-head,.mobile-agent-details,.mobile-agent-details-scrim,.mobile-chat-list,.mobile-chat-list-scrim{display:none}@media(min-width:900px){.desktop-conversation-layout .chat-header{display:none}}.brand-row{display:flex;align-items:center;justify-content:flex-start;gap:0;width:auto}.agent-row{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;flex-wrap:wrap}.session-strip{min-height:34px;display:flex;align-items:center;gap:6px;padding:7px 14px;border-bottom:1px solid #f3f4f6;background:#fff;color:#6b7280;font-size:11px;z-index:3}.session-icon{width:24px;height:24px;border:0;border-radius:999px;background:transparent;color:#9ca3af;display:inline-grid;place-items:center;flex:0 0 auto;padding:0;cursor:pointer}.session-icon:hover{background:#f3f4f6;color:#111827}.audio-reply-toggle.active{background:#fee2e2;color:#b91c1c}.audio-reply-toggle.active:hover{background:#fecaca;color:#991b1b}.session-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#374151;font-weight:650}.session-title-form{flex:1;min-width:0;display:flex;align-items:center;gap:4px}.session-title-input{flex:1;min-width:0;height:26px;border:1px solid #e5e7eb;border-radius:7px;padding:4px 8px;font:inherit;font-size:12px;color:#111827;outline:none}.session-title-input:focus{border-color:#111827}.session-elapsed{flex:0 0 auto;font-variant-numeric:tabular-nums;color:#9ca3af}.new-chat{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#6b7280;cursor:pointer;padding:0;transition:background .12s ease,color .12s ease}.new-chat:hover{background:#f9fafb;color:#111827}.new-chat:active{background:#f3f4f6}.new-chat:disabled{opacity:.4;cursor:not-allowed}.export-wrap{position:relative;display:inline-flex}.export-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px #00000014,0 2px 6px #0000000a;padding:4px;min-width:170px;display:flex;flex-direction:column;gap:2px}.export-menu button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;padding:8px 10px;border-radius:6px;color:#111827;font:inherit;font-size:.875rem;text-align:left;cursor:pointer}.export-menu button:hover{background:#f3f4f6}.export-menu button:active{background:#e5e7eb}.export-menu button>span{flex:1}.cornelio-logo{display:inline-flex;align-items:center;gap:5px;color:#0a0a0a;font-size:22px;font-weight:650;letter-spacing:-.04em;line-height:1}.cornelio-logo canvas{display:block;width:32px;height:32px;flex:0 0 auto}.cornelio-logo span{color:#0a0a0a}.connection{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #e5e7eb;border-radius:999px;color:#6b7280;font-size:12px}.connection.online{color:#059669;background:#ecfdf5;border-color:#d1fae5}.agent-selector{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#374151;font-size:12px;font-weight:650;min-width:0}.agent-selector span{color:#9ca3af;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.agent-selector select{border:0;outline:0;background:transparent;color:#111827;font:inherit;max-width:128px;min-width:0}.model-selector select{max-width:160px}.timeline{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;overscroll-behavior-x:none;touch-action:pan-y;-webkit-overflow-scrolling:touch;padding:18px;display:flex;flex-direction:column;gap:12px;background:#fff;position:relative;z-index:2}.empty{margin:auto;color:#9ca3af;text-align:center;font-size:16px}.load-older-messages{align-self:center;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#6b7280;padding:7px 12px;font-size:12px;font-weight:650;cursor:pointer;box-shadow:0 4px 14px #0f172a0a}.load-older-messages:hover:not(:disabled){border-color:#d4d4d8;color:#111827}.load-older-messages:disabled{cursor:default;opacity:.65}.bubble{max-width:min(82%,640px);padding:12px 14px;border-radius:20px;border:1px solid #f3f4f6;background:#f9fafb;color:#1f2937;font-weight:400;box-shadow:0 6px 18px #0f172a09}.message-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.message-author{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af}.message-time{flex:0 0 auto;font-size:10px;line-height:1;font-weight:700;color:#9ca3af;white-space:nowrap}.message-body{color:#374151;font-size:15px;line-height:1.55;font-weight:400}.message-body p,.message-body h3,.message-body ul,.message-body .rich-panel,.message-body .code-panel{margin:0}.message-body p+p,.message-body p+ul,.message-body ul+p,.message-body .rich-panel+p,.message-body p+.rich-panel,.message-body h3+p,.message-body h3+ul,.message-body p+.code-panel,.message-body .code-panel+p,.message-body .code-panel+.code-panel{margin-top:9px}.message-body h3{color:#111827;font-size:16px;line-height:1.25;letter-spacing:-.02em;font-weight:800}.message-body strong{color:#030712;font-weight:850}.message-body a{color:#111827;font-weight:750;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;overflow-wrap:anywhere}.bubble.user .message-body a{color:#fff}.message-body ul{padding-left:18px}.message-body li{margin:5px 0}.rich-panel{border:1px solid #e5e7eb;border-left:3px solid #111827;background:#fff;border-radius:14px;padding:10px 11px;color:#1f2937}.code-panel{overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:#0b1020;color:#f9fafb}.code-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.09);color:#d1d5db;font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;text-transform:uppercase;letter-spacing:.08em}.code-copy{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:6px 9px;background:#ffffff14;color:#fff;font-size:11px;cursor:pointer}.code-panel pre{margin:0;padding:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.code-panel code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5;white-space:pre;color:#f9fafb}.bubble.user{align-self:flex-end;background:#111827fa;color:#fff;border-color:#111827fa;box-shadow:inset 0 1px #ffffff14,0 8px 22px #0f172a1f}.bubble.user .message-author,.bubble.user .message-time{color:#d1d5db}.bubble.user .message-body{color:#f9fafb}.bubble.user .message-body strong{color:#fff}.bubble.user .rich-panel{background:#ffffff14;border-color:#ffffff2e;color:#fff}.bubble.assistant{align-self:flex-start}.bubble.streaming{border-color:#f3f4f6;background:#fff}.media-preview{display:block;width:auto;max-width:100%;height:auto;max-height:420px;margin-top:10px;border-radius:8px;background:transparent}.chat-image-attachment{display:block;width:fit-content;max-width:100%;margin-top:6px;border-radius:8px;overflow:hidden;background:transparent;color:inherit;text-decoration:none}.chat-image-attachment img{display:block;width:auto;max-width:100%;height:auto;max-height:520px;border-radius:8px;background:transparent}.attachment-comment{margin-top:9px}.attachment-card{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;margin-top:10px;padding:10px;border:1px solid #e5e7eb;border-radius:16px;background:#ffffffb8;color:inherit;text-decoration:none}.attachment-card:hover{border-color:#9ca3af}.attachment-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f3f4f6;color:#374151}.attachment-card strong,.attachment-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-card strong{font-size:13px;color:#111827}.attachment-card small{margin-top:2px;font-size:11px;color:#6b7280}.attachment-preview{grid-column:1 / -1;justify-self:start;width:auto;max-width:100%;height:auto;max-height:260px;border-radius:8px;background:transparent}.bubble.user .attachment-card{background:#ffffff14;border-color:#ffffff38}.bubble.user .attachment-icon{background:#ffffff24;color:#fff}.bubble.user .attachment-card strong{color:#fff}.bubble.user .attachment-card small{color:#d1d5db}.typing{align-self:flex-start;display:flex;align-items:center;gap:5px;color:#6b7280;font-size:13px;padding:4px 2px}.typing i{width:5px;height:5px;border-radius:50%;background:#9ca3af;animation:pulse 1.2s infinite ease-in-out}.typing i:nth-child(2){animation-delay:.14s}.typing i:nth-child(3){animation-delay:.28s}@keyframes pulse{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.assistant-audio-shell{width:100%;margin-top:10px;border-radius:999px;padding:2px;background:#ffffff29}.assistant-audio{display:block;width:100%;height:38px;border-radius:999px}.bubble.user .assistant-audio-shell{background:#ffffff1f}.lazy-audio-play{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;border:none;background:#ffffff38;color:inherit;font-size:13px;cursor:pointer;transition:background .15s ease}.lazy-audio-play:hover{background:#ffffff52}.lazy-audio-play span{font-weight:500}.picker{border-top:1px solid #f3f4f6;padding:10px 14px 8px;background:#fafafa;display:flex;flex-direction:column;gap:7px}.picker-head{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:650;letter-spacing:.04em;color:#6b7280;text-transform:uppercase}.picker-close{width:22px;height:22px;border:0;background:transparent;font-size:18px;line-height:1;color:#9ca3af;cursor:pointer;border-radius:999px}.picker-close:hover{background:#f3f4f6;color:#111827}.picker-loading{font-size:12px;color:#9ca3af;padding:6px 0}.picker-row{display:flex;flex-wrap:wrap;gap:5px}.picker-models{max-height:168px;overflow-y:auto}.pill{border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:11px;padding:5px 10px;border-radius:999px;cursor:pointer;transition:all .12s ease;white-space:nowrap}.pill:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.pill-active{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.pill-active:hover:not(:disabled){background:#1f2937;border-color:#1f2937}.pill:disabled{opacity:.5;cursor:not-allowed}.pill-model small{color:#9ca3af;margin-left:4px;font-weight:400}.pill-active small{color:#d1d5db}.new-chat.active{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.new-chat.active:hover{background:#1f2937;border-color:#1f2937}.history-panel{border-top:1px solid #f3f4f6;padding:10px 14px 8px;background:#fafafa;display:flex;flex-direction:column;gap:6px;max-height:280px}.history-header{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:650;letter-spacing:.04em;color:#6b7280;text-transform:uppercase}.history-close{width:22px;height:22px;border:0;background:transparent;font-size:18px;line-height:1;color:#9ca3af;cursor:pointer;border-radius:999px}.history-close:hover{background:#f3f4f6;color:#111827}.history-empty{font-size:12px;color:#9ca3af;padding:6px 0}.history-list{display:flex;flex-direction:column;gap:4px;overflow-y:auto}.history-row{display:flex;align-items:stretch;gap:4px;min-width:0}.history-item{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:12px;text-align:left;padding:7px 10px;border-radius:8px;cursor:pointer;transition:all .12s ease;min-width:0;flex:1}.history-item:hover{background:#f9fafb;border-color:#d1d5db}.history-item.active{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.history-item.active:hover{background:#1f2937;border-color:#1f2937}.history-edit-button,.history-edit-icon{width:31px;min-width:31px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .12s ease}.history-edit-button:hover,.history-edit-icon:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.history-edit-button.active{background:#0a0a0a;border-color:#0a0a0a;color:#fff}.history-edit-form{display:flex;align-items:stretch;gap:4px}.history-edit-input{min-width:0;flex:1;border:1px solid #0a0a0a;border-radius:8px;padding:7px 9px;font-size:12px;color:#111827;outline:none}.history-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-meta{font-size:10px;color:#9ca3af;flex-shrink:0}.history-meta-wrap{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;flex:0 0 auto;min-width:0}.history-unread{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#2563eb;color:#fff;font-size:10px;line-height:1;font-weight:800;font-variant-numeric:tabular-nums}.history-item.active .history-meta{color:#d1d5db}.history-item.active .history-unread{background:#fff;color:#111827}.search-message .history-title{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.note-item{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:0;overflow:hidden}.note-item.expanded{gap:9px;padding-bottom:10px}.note-summary{width:100%;border:0;background:transparent;color:#111827;display:flex;align-items:center;gap:8px;padding:10px;text-align:left;cursor:pointer}.note-summary:hover{background:#f9fafb}.note-title{flex:1;min-width:0;font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-meta{flex:0 0 auto;font-size:10px;color:#9ca3af}.note-item p{margin:0;padding:0 10px;color:#374151;font-size:13px;line-height:1.42;white-space:pre-wrap;overflow-wrap:anywhere}.note-actions{display:flex;align-items:center;gap:6px;padding:0 10px}.note-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;border:1px solid #e5e7eb;border-radius:7px;background:#fff;color:#111827;padding:6px 8px;font-size:12px;cursor:pointer}.note-actions button:first-child,.note-actions button:nth-child(2):not(.note-delete){flex:1;background:#111827;border-color:#111827;color:#fff}.note-actions button:disabled{opacity:.45;cursor:not-allowed}.note-actions .note-delete{width:32px;flex:0 0 auto;color:#b91c1c}@media(max-width:899px){.mobile-agent-details .agent-details-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.mobile-agent-details .agent-details-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-agent-details .desktop-chat-kicker{font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.mobile-agent-details .agent-details-head strong{color:#111827;font-size:15px;font-weight:750;line-height:1.2}.mobile-agent-details .agent-details-head small{color:#9ca3af;font-size:11px;line-height:1.3}.mobile-agent-details .agent-details-toggle{width:30px;height:30px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;display:inline-grid;place-items:center;cursor:pointer;flex:0 0 auto}.mobile-agent-details .agent-detail-section{display:flex;flex-direction:column;gap:8px;padding-bottom:14px;border-bottom:1px solid #f3f4f6}.mobile-agent-details .agent-detail-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#6b7280;font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.mobile-agent-details .agent-detail-title em{color:#9ca3af;font-style:normal;letter-spacing:0;text-transform:none;font-weight:650}.mobile-agent-details .agent-detail-select,.mobile-agent-details .agent-detail-search{width:100%;min-height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827}.mobile-agent-details .agent-detail-select{padding:7px 9px;font-size:12px;outline:none}.mobile-agent-details .agent-detail-search{display:flex;align-items:center;gap:7px;padding:0 9px;color:#9ca3af;background:#fafafa}.mobile-agent-details .agent-detail-search input{min-width:0;width:100%;border:0;outline:none;background:transparent;color:#111827;font-size:12px}.mobile-agent-details .agent-fallback-list{display:flex;flex-wrap:wrap;gap:5px}.mobile-agent-details .agent-fallback-list span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #e5e7eb;border-radius:999px;padding:3px 7px;color:#6b7280;font-size:10px;font-weight:650}.mobile-agent-details .agent-detail-list{display:flex;flex-direction:column;gap:5px}.mobile-agent-details .agent-detail-row{width:100%;min-width:0;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:34px;border:1px solid transparent;border-radius:8px;background:transparent;color:#374151;padding:6px 7px;text-align:left;text-decoration:none;cursor:pointer;font-size:12px}.mobile-agent-details .agent-detail-row.active{background:#111827;border-color:#111827;color:#fff}.mobile-agent-details .agent-detail-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-agent-details .agent-detail-row small{color:#9ca3af;font-size:10px;white-space:nowrap}.mobile-agent-details .agent-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.mobile-agent-details .agent-media-grid a{display:block;aspect-ratio:1;overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.mobile-agent-details .agent-media-grid img{width:100%;height:100%;object-fit:cover;display:block}.mobile-agent-details .agent-detail-empty{grid-column:1 / -1;color:#9ca3af;font-size:11px;padding:4px 1px}.mobile-agent-details .agent-detail-more{min-height:32px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:12px;font-weight:650}}.composer-shell{position:relative;display:flex;flex-direction:column;gap:8px;padding:10px 14px 16px;border-top:1px solid #f3f4f6;background:#fff;z-index:4;min-width:0;max-width:100%;overflow-x:clip;overscroll-behavior-x:none}.composer{display:flex;align-items:flex-end;gap:8px;padding:0;background:#fff;min-width:0;max-width:100%;overflow-x:clip}.file-input{display:none}.attachment-sheet{position:absolute;left:14px;right:14px;bottom:calc(100% + 8px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 18px 42px #11182729}.attachment-sheet button{min-width:0;min-height:74px;border:0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#f9fafb;color:#111827;font:inherit;cursor:pointer}.attachment-sheet button span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#111827;color:#fff}.attachment-sheet button strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.attachment-sheet .attachment-cancel span{background:#f3f4f6;color:#374151}.mention-menu{position:absolute;left:70px;bottom:calc(100% + 8px);width:min(280px,calc(100% - 90px));display:flex;flex-direction:column;gap:4px;padding:6px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 18px 42px #11182729}.mention-menu button{min-width:0;min-height:36px;display:flex;align-items:center;gap:8px;border:0;border-radius:8px;background:transparent;color:#111827;padding:7px 9px;text-align:left;cursor:pointer}.mention-menu button:hover{background:#f3f4f6}.mention-menu button span{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:700;flex:0 0 auto}.mention-menu button strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.file-preview{width:min(100%,440px);min-height:48px;display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid #e5e7eb;border-radius:14px;background:#f9fafb;color:#374151;min-width:0}.file-preview img{width:34px;height:34px;border-radius:8px;object-fit:cover;flex:0 0 auto}.file-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;min-width:0}.file-preview button{width:24px;height:24px;background:transparent;color:#6b7280;flex:0 0 auto}.composer input:not(.file-input){flex:1;min-width:0;border:1px solid #e5e7eb;border-radius:999px;padding:12px 14px;color:#111827;outline:none}.composer input:not(.file-input):focus{border-color:#111827}.composer .composer-textarea{flex:1;display:block;box-sizing:border-box;min-width:0;min-height:44px;max-height:160px;border:1px solid #e5e7eb;border-radius:18px;padding:10px 14px;margin:0;color:#111827;font:inherit;font-size:.95rem;line-height:1.4;vertical-align:middle;outline:none;resize:none;overflow-y:auto;background:#fff;scrollbar-width:thin}.composer .composer-textarea:focus{border-color:#111827}.composer .composer-textarea::-webkit-scrollbar{width:6px}.composer .composer-textarea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.composer .composer-textarea::-webkit-scrollbar-track{background:transparent}.voice-preview{flex:1;min-width:0;min-height:44px;display:flex;align-items:center;padding:4px 6px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}.voice-preview audio{width:100%;height:34px;display:block}.composer button{width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.composer button:disabled{opacity:.45;cursor:not-allowed}.composer .attach-button{border:1px solid #e5e7eb;background:#fff;color:#374151}.composer-action{background:#111827;color:#fff}.composer-action.ghost{border:1px solid #e5e7eb;background:#fff;color:#374151}.composer-action.ghost.danger{color:#b91c1c}.composer-action.recording{background:#dc2626;color:#fff}.composer-action.stop{background:#dc2626;color:#fff;animation:pulse-stop 1.4s ease-in-out infinite}@keyframes pulse-stop{0%,to{box-shadow:0 0 #dc262680}50%{box-shadow:0 0 0 8px #dc262600}}.typing-shell{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.tool-indicator{display:inline-flex;align-items:center;gap:8px;padding:4px 2px;background:transparent;border:0;border-radius:0;font-size:.78rem;color:#374151;max-width:100%}.tool-indicator-label{font-weight:600;white-space:nowrap}.tool-indicator-detail{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;color:#4b5563;background:transparent;padding:0;border-radius:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:420px}@media(max-width:560px){.chat-card{border:0}.timeline{padding:14px}.bubble{max-width:88%}.composer-shell{padding:9px 14px 14px}.attachment-sheet{grid-template-columns:repeat(2,minmax(0,1fr));bottom:calc(100% + 6px)}}.bubble.user.btw{background:#111827fa;border-color:#111827fa;border-left:2px solid rgba(255,255,255,.36)}.perm-card{align-self:stretch;display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:14px;background:#fff7ed;border:1px solid #f59e0b;box-shadow:0 1px 2px #f59e0b1f;font-size:.92rem;color:#1f2937;max-width:760px}.perm-card-head{display:flex;align-items:center;gap:8px;font-size:.95rem}.perm-card-icon{font-size:1.05rem}.perm-card-tool{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;background:#fff;border:1px solid #fde68a;border-radius:10px;padding:8px 10px}.perm-tool-name{font-weight:600;color:#b45309;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.perm-tool-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;color:#111827;word-break:break-all;flex:1 1 200px}.perm-pattern-label{display:flex;flex-direction:column;gap:4px;font-size:.78rem;color:#6b7280}.perm-pattern-input{width:100%;padding:6px 9px;border-radius:8px;border:1px solid #d1d5db;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;color:#111827;background:#fff}.perm-pattern-input:focus{outline:2px solid #f59e0b;outline-offset:1px}.perm-actions{display:flex;flex-wrap:wrap;gap:8px}.perm-btn{flex:1 1 120px;padding:8px 12px;border-radius:9px;border:1px solid transparent;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s,transform .05s}.perm-btn:disabled{opacity:.55;cursor:not-allowed}.perm-btn:active:not(:disabled){transform:translateY(1px)}.perm-btn-once{background:#f3f4f6;color:#111827;border-color:#d1d5db}.perm-btn-once:hover:not(:disabled){background:#e5e7eb}.perm-btn-always{background:#0a0a0a;color:#fff}.perm-btn-always:hover:not(:disabled){background:#1f2937}.perm-btn-deny{background:#fff;color:#b91c1c;border-color:#fca5a5}.perm-btn-deny:hover:not(:disabled){background:#fee2e2}.activity-trace{align-self:flex-start;display:flex;flex-direction:column;gap:8px;max-width:min(680px,100%);padding:2px 0;color:#374151}.activity-current{display:inline-flex;align-items:center;gap:8px;min-height:28px;background:transparent}.activity-emoji{display:inline-grid;place-items:center;width:22px;height:22px;font-size:18px;line-height:1}.activity-label{font-size:13px;line-height:1.35;color:#4b5563}.activity-toggle{color:#6b7280;cursor:pointer;background:transparent;border:0;border-radius:0;padding:0 0 0 4px;font-size:12px;font-weight:650}.activity-toggle:hover{color:#111827;text-decoration:underline}.activity-detail{list-style:none;display:flex;flex-direction:column;gap:6px;margin:0;padding:0 0 0 30px}.activity-detail li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start}.activity-detail-emoji{font-size:14px;line-height:1.45}.activity-detail-copy{display:flex;flex-direction:column;gap:2px;min-width:0;color:#6b7280;font-size:12px;line-height:1.4}.activity-detail-copy strong{color:#4b5563;font-size:12px;font-weight:650}.activity-detail-copy code{display:block;max-width:min(620px,100%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b7280;background:transparent;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}@media(max-width:899px){.chat-header{min-height:66px;display:block;padding:8px 12px}.chat-header>.agent-row{display:none}.mobile-chat-head{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px;width:100%}.mobile-agent-details-scrim{display:block}.mobile-agent-details{display:flex}.mobile-chat-list-scrim{display:block;position:fixed;inset:0;z-index:26;border:0;padding:0;background:#1118272e}.mobile-chat-list{position:fixed;inset:0;z-index:27;display:flex;flex-direction:column;gap:10px;padding:calc(env(safe-area-inset-top) + 14px) 12px calc(env(safe-area-inset-bottom) + 12px);background:#fff;overflow:hidden}.mobile-chat-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:0 2px 2px}.mobile-chat-list-head>div{min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-chat-list-head strong{color:#111827;font-size:18px;line-height:1.15;font-weight:780}.mobile-chat-list .desktop-chat-kicker{font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.mobile-chat-list .desktop-chat-icon{width:34px;height:34px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;display:inline-grid;place-items:center;cursor:pointer;flex:0 0 auto}.mobile-chat-list .desktop-chat-search{display:flex;align-items:center;gap:8px;min-height:40px;border:1px solid #e5e7eb;border-radius:9px;background:#fafafa;color:#9ca3af;padding:0 10px}.mobile-chat-list .desktop-chat-search input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#111827;font-size:14px}.mobile-chat-list-new{min-height:38px;border:1px solid #e5e7eb;border-radius:9px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:700;cursor:pointer}.mobile-chat-list-task-control{min-height:38px;border:1px solid #e5e7eb;border-radius:9px;background:#fff;color:#111827;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 11px;font-size:13px;font-weight:700;cursor:pointer}.mobile-chat-list-task-control span{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.mobile-chat-list-task-control strong{min-width:28px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:12px}.mobile-chat-list .desktop-chat-results{display:flex;flex-direction:column;gap:4px;min-height:0;flex:1;overflow-y:auto;padding-right:2px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-chat-list .desktop-agent-chat{width:100%;min-width:0;min-height:56px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid transparent;border-radius:9px;background:transparent;color:#111827;padding:8px 9px;text-align:left;cursor:pointer}.mobile-chat-list .desktop-agent-chat.active{background:#111827;border-color:#111827;color:#fff}.mobile-chat-list .desktop-agent-avatar{width:38px;height:38px;border-radius:999px;display:inline-grid;place-items:center;background:#f3f4f6;color:#111827;font-size:13px;font-weight:800}.mobile-chat-list .desktop-agent-chat.active .desktop-agent-avatar{background:#ffffff24;color:#fff}.mobile-chat-list .desktop-agent-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-chat-list .desktop-agent-title,.mobile-chat-list .desktop-agent-preview{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-chat-list .desktop-agent-title{font-size:14px;font-weight:760;line-height:1.2}.mobile-chat-list .desktop-agent-preview{font-size:12px;color:#6b7280;line-height:1.25}.mobile-chat-list .desktop-agent-chat.active .desktop-agent-preview{color:#ffffffb3}.mobile-chat-list .desktop-agent-meta{display:inline-flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:34px;color:#9ca3af;font-size:10px;font-weight:700;white-space:nowrap}}.task-control-drawer{inset:0 0 0 86px;background:#fdfdfd;border-left:1px solid #ededf0;box-shadow:-10px 0 34px #1118270e}.task-control-head{min-height:66px;padding:14px 22px;background:#fffffff5;border-bottom:1px solid #f0f1f3}.task-control-head>div:first-child span{letter-spacing:.16em;font-size:10px}.task-control-head>div:first-child strong{font-size:24px;font-weight:780;letter-spacing:0}.task-control-stats{justify-content:flex-start;max-width:520px}.task-control-stats span{min-width:92px;border-color:#eceef1;background:#fff;border-radius:7px;padding:7px 9px;font-size:11px;color:#7b8492}.task-control-stats strong{font-size:14px;color:#111827}.task-control-head-actions button{width:34px;height:34px;border-color:#e8eaee;color:#6b7280;border-radius:7px}.task-control-workspace{grid-template-columns:168px minmax(0,1fr) 304px;background:#fff}.task-control-nav{padding:14px 10px;background:#fff;border-right:1px solid #f0f1f3}.task-control-nav button{min-height:34px;border-radius:7px;padding:0 9px;color:#667085;font-size:12px;font-weight:720}.task-control-nav button:hover{background:#f7f8fa;color:#111827}.task-control-nav button.active{background:#f4f5f7;color:#111827;box-shadow:inset 2px 0 #111827}.task-control-nav button strong{min-width:20px;height:20px;border-radius:999px;display:inline-grid;place-items:center;background:#fff;color:#667085;font-size:11px}.task-control-board{align-content:start;grid-template-columns:repeat(4,minmax(176px,1fr));gap:10px;padding:14px;background:#fafafa}.task-column{gap:8px}.task-column-head{height:28px;padding:0 2px;letter-spacing:.1em;font-size:10px}.task-column-head strong{font-size:11px}.task-column-list{gap:8px}.task-issue{border-color:#eceef1;border-radius:7px;padding:10px;gap:6px;box-shadow:none}.task-issue:hover{border-color:#d7dbe2;background:#fff}.task-issue.active{border-color:#111827;box-shadow:inset 2px 0 #111827}.task-issue strong{font-size:13px;font-weight:760}.task-issue span:not(.task-issue-kicker),.task-issue small{font-size:11px}.task-issue-kicker{font-size:9px;letter-spacing:.12em}.task-control-empty{grid-column:1 / -1;align-self:start;color:#98a2b3;font-size:13px;padding:38px 8px}.task-control-detail{padding:16px;background:#fff;border-left:1px solid #f0f1f3}.task-detail-status{height:22px;border-color:#eceef1;border-radius:7px;font-size:9px}.task-control-detail h2{margin:10px 0 7px;font-size:17px;font-weight:780}.task-control-detail p{font-size:12px;color:#667085}.task-detail-grid{border-color:#eceef1;border-radius:7px;font-size:11px}.task-detail-head{margin:15px 0 8px;letter-spacing:.11em;font-size:10px}.task-detail-event{border-left-color:#d0d5dd;font-size:11px}.task-runtime,.task-skill{min-height:34px;border-color:#eceef1;border-radius:7px;font-size:11px}.task-control-board.view-runtimes,.task-control-board.view-skills{display:block;overflow:auto}.task-control-table{width:min(980px,100%);margin:0 auto;display:grid;gap:6px}.task-control-table-head,.task-control-row{display:grid;grid-template-columns:minmax(180px,1.15fr) 120px minmax(180px,1fr);align-items:center;gap:12px}.task-control-table-head{min-height:28px;padding:0 12px;color:#98a2b3;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:820}.task-control-row{width:100%;min-height:42px;border:1px solid #eceef1;border-radius:7px;background:#fff;padding:0 12px;text-align:left;cursor:default}.task-control-row strong{color:#111827;font-size:12px}.task-control-row span,.task-control-row small{min-width:0;color:#667085;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:899px){.task-control-drawer{inset:0}.task-control-head{padding:12px 14px}.task-control-workspace{grid-template-columns:1fr}.task-control-board{grid-template-columns:1fr;padding:12px}.task-control-table-head,.task-control-row{grid-template-columns:1fr;gap:4px;padding:10px}}.jtcx-app{position:fixed;inset:8px;z-index:80;display:grid;grid-template-columns:244px minmax(0,1fr);overflow:hidden;background:#fff;color:#18181b;border:1px solid #e7e7e8;border-radius:14px;box-shadow:0 24px 70px #0f172a2e;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.jtcx-sidebar{display:flex;min-width:0;flex-direction:column;gap:16px;padding:12px;border-right:1px solid #ececef;background:#fbfbfc}.jtcx-brand{display:flex;align-items:center;gap:10px;height:44px;padding:0 6px}.jtcx-logo{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#18181b;color:#fff;font-size:13px;font-weight:700}.jtcx-brand strong,.jtcx-brand small{display:block;min-width:0}.jtcx-brand strong{font-size:13px;font-weight:650;line-height:1.1}.jtcx-brand small{margin-top:2px;color:#71717a;font-size:11px}.jtcx-nav{display:grid;gap:2px}.jtcx-nav button,.jtcx-sidebar-card,.jtcx-icon-btn,.jtcx-toolbar button,.jtcx-toolbar-title button,.jtcx-column header,.jtcx-issue-card,.jtcx-inbox-list button,.jtcx-split-list button,.jtcx-dialog button{font:inherit}.jtcx-nav button{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;height:32px;padding:0 8px;border:0;border-radius:7px;background:transparent;color:#52525b;text-align:left;cursor:pointer}.jtcx-nav button:hover,.jtcx-nav button.active{background:#f1f1f2;color:#18181b}.jtcx-nav button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.jtcx-nav button b{min-width:18px;padding:1px 5px;border-radius:999px;background:#e9e9eb;color:#71717a;font-size:11px;font-weight:600;text-align:center}.jtcx-sidebar-card{display:flex;align-items:flex-start;gap:8px;margin-top:auto;padding:10px;border:1px solid #ececef;border-radius:10px;background:#fff;color:#52525b}.jtcx-sidebar-card strong{display:block;color:#27272a;font-size:12px;font-weight:650}.jtcx-sidebar-card span{display:block;margin-top:2px;font-size:11px}.jtcx-main{display:flex;min-width:0;min-height:0;flex-direction:column;background:#fff}.jtcx-pagebar,.jtcx-toolbar-title{display:flex;height:48px;flex-shrink:0;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #ececef;background:#fff}.jtcx-title,.jtcx-toolbar-title>div{display:flex;align-items:center;gap:8px;min-width:0}.jtcx-title h1,.jtcx-toolbar-title strong{margin:0;font-size:14px;font-weight:650}.jtcx-title span,.jtcx-toolbar-title span{color:#71717a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.jtcx-icon-btn,.jtcx-toolbar-title button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:30px;padding:0 9px;border:1px solid #e4e4e7;border-radius:7px;background:#fff;color:#3f3f46;cursor:pointer}.jtcx-icon-btn{width:30px;padding:0}.jtcx-page-grid{display:grid;min-height:0;flex:1;grid-template-columns:minmax(0,1fr)}.jtcx-page-grid.has-detail{grid-template-columns:minmax(0,1fr) 360px}.jtcx-board-area{display:flex;min-width:0;min-height:0;flex-direction:column}.jtcx-toolbar{display:flex;align-items:center;gap:8px;height:52px;flex-shrink:0;padding:0 16px;border-bottom:1px solid #ececef}.jtcx-toolbar button,.jtcx-dialog footer button,.jtcx-review-actions button{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid #e4e4e7;border-radius:7px;background:#fff;color:#52525b;font-size:13px;cursor:pointer}.jtcx-toolbar button.selected{background:#f4f4f5;color:#18181b}.jtcx-toolbar button.primary,.jtcx-dialog footer button.primary,.jtcx-review-actions button.primary{margin-left:auto;border-color:#18181b;background:#18181b;color:#fff}.jtcx-search{display:flex;align-items:center;gap:7px;width:230px;height:32px;padding:0 10px;border:1px solid #e4e4e7;border-radius:7px;background:#fff;color:#a1a1aa}.jtcx-search.wide{width:auto;margin:12px}.jtcx-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#18181b;font-size:13px}.jtcx-controls-row{display:flex;align-items:center;gap:10px;min-height:44px;flex-shrink:0;padding:8px 16px;border-bottom:1px solid #ececef;background:#fff}.jtcx-controls-row label{display:inline-flex;align-items:center;gap:7px;color:#52525b;font-size:12px}.jtcx-controls-row select{height:30px;min-width:150px;border:1px solid #e4e4e7;border-radius:7px;background:#fff;color:#18181b;font-size:12px}.jtcx-controls-row .jtcx-check input{width:14px;height:14px;accent-color:#18181b}.jtcx-board{display:grid;min-height:0;flex:1;grid-template-columns:repeat(5,minmax(178px,1fr));gap:12px;overflow:auto;padding:16px;background:#fafafa}.jtcx-column{display:flex;min-width:0;min-height:0;flex-direction:column;border:1px solid #ececef;border-radius:10px;background:#fff}.jtcx-issue-table{display:flex;min-height:0;flex:1;flex-direction:column;overflow:auto;padding:14px;background:#fafafa}.jtcx-issue-table header,.jtcx-issue-table button{display:grid;align-items:start;gap:12px}.jtcx-issue-table header{grid-template-columns:minmax(0,1fr) 360px;padding:0 12px 8px;color:#71717a;font-size:11px;font-weight:650;text-transform:uppercase}.jtcx-issue-table button{grid-template-columns:minmax(0,1fr) minmax(220px,340px);width:100%;margin-bottom:8px;padding:12px 14px;border:1px solid #ececef;border-radius:9px;background:#fff;color:#3f3f46;font-size:12px;text-align:left;cursor:pointer}.jtcx-issue-table button.active{border-color:#18181b;box-shadow:0 0 0 1px #18181b}.jtcx-list-main,.jtcx-list-main b,.jtcx-list-main strong,.jtcx-list-main p{display:block;min-width:0}.jtcx-list-main p{display:-webkit-box;margin:5px 0 0;overflow:hidden;color:#71717a;font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.jtcx-list-meta{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:3px}.jtcx-list-main b{color:#71717a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:550}.jtcx-list-main strong{color:#18181b;font-size:13px;line-height:1.25}.jtcx-list-meta i,.jtcx-list-meta small{display:inline-flex;align-items:center;min-height:24px;max-width:150px;overflow:hidden;border-radius:999px;background:#f4f4f5;padding:0 8px;color:#52525b;font-size:11px;font-style:normal;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.jtcx-list-meta small{background:transparent;color:#71717a;font-weight:500}.jtcx-column header{display:flex;align-items:flex-start;justify-content:space-between;min-height:54px;padding:11px 12px;border-bottom:1px solid #f1f1f2}.jtcx-column header div{display:grid;grid-template-columns:16px minmax(0,1fr);column-gap:6px}.jtcx-column header strong{font-size:13px;font-weight:650}.jtcx-column header small{grid-column:2;margin-top:2px;color:#a1a1aa;font-size:11px}.jtcx-column header b{color:#71717a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.jtcx-card-list{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding:8px}.jtcx-issue-card{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:100%;min-height:116px;max-height:148px;overflow:hidden;padding:11px 10px;border:1px solid #e8e8eb;border-radius:9px;background:#fff;color:#18181b;text-align:left;box-shadow:0 1px 2px #0f172a08;cursor:pointer}.jtcx-issue-card:hover,.jtcx-issue-card.active{border-color:#d4d4d8;background:#f7f7f8}.jtcx-key{display:block;margin-bottom:4px;color:#71717a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.jtcx-issue-card strong{display:-webkit-box;min-height:34px;max-height:2.6em;overflow:hidden;overflow-wrap:anywhere;font-size:13px;font-weight:650;line-height:1.3;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.jtcx-issue-card p{display:-webkit-box;margin:6px 0 0;max-height:2.7em;overflow:hidden;overflow-wrap:anywhere;color:#71717a;font-size:12px;line-height:1.35;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.jtcx-issue-card footer{display:flex;align-items:center;gap:8px;align-self:end;min-width:0;margin-top:12px}.jtcx-avatar{display:inline-grid;width:22px;height:22px;flex-shrink:0;place-items:center;border-radius:999px;background:#ececef;color:#52525b;font-size:10px;font-style:normal;font-weight:700}.jtcx-issue-card footer i:not(.jtcx-avatar){min-width:0;max-width:82px;overflow:hidden;padding:2px 6px;border-radius:5px;background:#f4f4f5;color:#71717a;font-size:11px;font-style:normal;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.jtcx-issue-card footer .priority-high,.jtcx-issue-card footer .priority-urgent{background:#18181b;color:#fff}.jtcx-detail{display:flex;min-width:0;min-height:0;flex-direction:column;border-left:1px solid #ececef;background:#fff}.jtcx-detail-modal{position:fixed;inset:8px 8px 8px auto;z-index:95;display:none;width:min(560px,calc(100vw - 16px));overflow:hidden;border:1px solid #e4e4e7;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.jtcx-detail-modal .jtcx-detail{border-left:0}.jtcx-detail>header{display:flex;height:48px;align-items:center;justify-content:space-between;flex-shrink:0;padding:0 14px;border-bottom:1px solid #ececef}.jtcx-detail>header span{color:#71717a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.jtcx-detail>header button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:7px;background:transparent;color:#71717a}.jtcx-detail-body{min-height:0;overflow:auto;padding:18px}.jtcx-detail-body h2{margin:0;font-size:20px;font-weight:650;letter-spacing:0}.jtcx-detail-body>p{margin:10px 0 20px;color:#52525b;font-size:13px;line-height:1.55}.jtcx-live-card{display:flex;gap:10px;margin-bottom:18px;padding:12px;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa}.jtcx-live-card strong,.jtcx-live-card span{display:block;font-size:13px}.jtcx-live-card span{margin-top:2px;color:#71717a}.jtcx-props{display:grid;gap:2px;margin:18px 0}.jtcx-props label,.jtcx-prop{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;min-height:34px;color:#71717a;font-size:12px}.jtcx-props select{width:100%;height:30px;border:1px solid #e4e4e7;border-radius:7px;background:#fff;color:#18181b;font-size:12px}.jtcx-prop strong{overflow:hidden;color:#27272a;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.jtcx-review-actions{display:flex;gap:8px;margin-bottom:18px}.jtcx-status-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0 18px}.jtcx-status-actions button{display:inline-flex;align-items:center;justify-content:flex-start;gap:7px;height:34px;padding:0 10px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;color:#52525b;font:inherit;font-size:12px;cursor:pointer}.jtcx-status-actions button:hover,.jtcx-status-actions button.active{border-color:#18181b;background:#18181b;color:#fff}.jtcx-detail-body h3{margin:20px 0 10px;font-size:13px;font-weight:650}.jtcx-timeline{display:grid;gap:10px}.jtcx-timeline article{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px}.jtcx-timeline strong,.jtcx-timeline p,.jtcx-timeline small{display:block;margin:0;font-size:12px}.jtcx-timeline p,.jtcx-timeline small,.jtcx-muted,.jtcx-empty{color:#71717a}.jtcx-empty{display:grid;min-height:160px;place-items:center;font-size:13px}.jtcx-empty.compact{min-height:240px;padding:18px}.jtcx-notes-page{display:grid;min-height:0;flex:1;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:14px;overflow:hidden;padding:14px;background:#fafafa}.jtcx-note-composer,.jtcx-note-card{border:1px solid #ececef;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0f172a08}.jtcx-note-composer{align-self:start;display:grid;gap:10px;padding:14px}.jtcx-note-composer span{color:#a1a1aa;font-size:11px;font-weight:700;text-transform:uppercase}.jtcx-note-composer h2{margin:2px 0 0;font-size:17px;line-height:1.2}.jtcx-note-composer input,.jtcx-note-composer textarea{width:100%;border:1px solid #e4e4e7;border-radius:8px;background:#fff;color:#18181b;font:inherit;padding:9px 10px}.jtcx-note-composer textarea{resize:vertical}.jtcx-note-composer footer,.jtcx-note-card footer{display:flex;align-items:center;gap:8px}.jtcx-note-composer footer{justify-content:space-between}.jtcx-note-composer footer input{max-width:190px}.jtcx-notes-list{min-height:0;overflow:auto;padding-right:2px}.jtcx-note-group{display:grid;gap:8px;margin-bottom:16px}.jtcx-note-group h3{margin:0;color:#71717a;font-size:12px;font-weight:650;text-transform:capitalize}.jtcx-note-card{display:grid;gap:8px;padding:12px}.jtcx-note-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.jtcx-note-card header strong{color:#18181b;font-size:14px;line-height:1.25}.jtcx-note-card header button{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#71717a;font-size:12px;font-weight:650;cursor:pointer}.jtcx-note-card p{margin:0;color:#52525b;font-size:13px;line-height:1.45;white-space:pre-wrap}.jtcx-note-card footer{flex-wrap:wrap;color:#71717a;font-size:11px;font-weight:600}.jtcx-inbox-layout,.jtcx-split-page{display:grid;min-height:0;flex:1;grid-template-columns:380px minmax(0,1fr)}.jtcx-inbox-list,.jtcx-split-list{min-height:0;overflow:auto;border-right:1px solid #ececef}.jtcx-list-head{display:flex;height:48px;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #ececef}.jtcx-list-head strong{font-size:13px}.jtcx-list-head button{display:inline-flex;align-items:center;gap:6px;height:30px;border:1px solid #e4e4e7;border-radius:7px;background:#fff;color:#52525b;font-size:12px}.jtcx-inbox-list>button,.jtcx-split-list>button{display:grid;width:100%;grid-template-columns:20px minmax(0,1fr);gap:10px;padding:12px 14px;border:0;border-bottom:1px solid #f1f1f2;background:#fff;color:#18181b;text-align:left;cursor:pointer}.jtcx-inbox-list>button:hover,.jtcx-inbox-list>button.active,.jtcx-split-list>button:hover,.jtcx-split-list>button.active{background:#f7f7f8}.jtcx-inbox-list strong,.jtcx-split-list strong,.jtcx-inbox-list span,.jtcx-split-list span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.jtcx-inbox-list span,.jtcx-split-list span{margin-top:3px;color:#71717a;font-size:12px}.jtcx-table-page{min-height:0;overflow:auto}.jtcx-table{margin:16px;overflow:hidden;border:1px solid #ececef;border-radius:10px}.jtcx-table header,.jtcx-table article{display:grid;grid-template-columns:1.1fr .8fr .7fr 1.5fr;align-items:center;gap:16px;min-height:44px;padding:0 14px;border-bottom:1px solid #f1f1f2}.jtcx-table header{background:#fafafa;color:#71717a;font-size:12px;font-weight:600}.jtcx-table article:last-child{border-bottom:0}.jtcx-table article span{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden;color:#52525b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.jtcx-table article strong{color:#18181b;font-weight:600}.jtcx-dot{display:inline-block;width:7px;height:7px;flex-shrink:0;border-radius:999px;background:#a1a1aa}.jtcx-dot.online{background:#16a34a}.jtcx-dot.idle{background:#ca8a04}.jtcx-dot.offline{background:#dc2626}.jtcx-chips{display:flex;flex-wrap:wrap;gap:6px;padding:12px;border-bottom:1px solid #f1f1f2}.jtcx-chips span{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 8px;border:1px solid #e4e4e7;border-radius:999px;color:#52525b;font-size:12px}.jtcx-split-detail{min-width:0;overflow:auto;padding:22px}.jtcx-split-detail h2{margin:0 0 12px;font-size:22px}.jtcx-split-detail p{max-width:720px;color:#52525b;font-size:13px;line-height:1.6}.jtcx-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px}.jtcx-split-detail .jtcx-metrics{margin:0 0 18px}.jtcx-metrics article{padding:14px;border:1px solid #ececef;border-radius:10px;background:#fff}.jtcx-metrics span,.jtcx-metrics strong{display:block}.jtcx-metrics span{color:#71717a;font-size:12px}.jtcx-metrics strong{margin-top:8px;font-size:18px}.jtcx-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;background:#18181b5c}.jtcx-dialog{display:grid;width:min(520px,calc(100vw - 32px));gap:12px;padding:16px;border:1px solid #e4e4e7;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0f172a38}.jtcx-dialog header,.jtcx-dialog footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.jtcx-dialog header span{color:#71717a;font-size:12px}.jtcx-dialog h2{margin:2px 0 0;font-size:16px}.jtcx-dialog header button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:#f4f4f5}.jtcx-dialog input,.jtcx-dialog textarea,.jtcx-dialog select{width:100%;border:1px solid #e4e4e7;border-radius:8px;background:#fff;color:#18181b;font:inherit;font-size:13px}.jtcx-dialog input,.jtcx-dialog select{height:36px;padding:0 10px}.jtcx-dialog textarea{min-height:120px;padding:10px;resize:vertical}.jtcx-dialog label span{display:block;margin-bottom:6px;color:#71717a;font-size:12px}.jtcx-dialog footer button.primary{margin-left:0}.app-shell.support-mode{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;justify-content:stretch;padding:0;background:#f5f6f7}.support-mode .chat-card{align-self:stretch;justify-self:center;width:min(980px,100%);height:100dvh;border:0;background:#fff;box-shadow:0 18px 80px #0f172a14}.support-login-card{align-self:center;justify-self:center;display:grid;width:calc(100dvw - 32px);max-width:420px;min-width:0;gap:14px;padding:28px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 24px 70px #0f172a1a}.support-login-card h1{margin:0;color:#111827;font-size:24px;line-height:1.1;letter-spacing:0}.support-login-card p{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.support-badge{display:inline-grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid #e5e7eb;border-radius:10px;background:#111827;color:#fff}.support-badge svg{width:28px;height:28px}.support-login-form{display:grid;min-width:0;gap:12px;margin-top:4px}.support-login-form label{display:grid;gap:6px}.support-login-form label span{color:#4b5563;font-size:12px;font-weight:700}.support-login-form input{width:100%;min-width:0;max-width:100%;height:44px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;padding:0 12px;font-size:15px}.support-login-error{border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;padding:10px 12px;font-size:13px;line-height:1.35}.support-login-form .primary-action,.support-login-form .ghost-action{width:100%;min-width:0;min-height:42px;border-radius:8px;font-weight:750;cursor:pointer}.support-login-form .primary-action{border:1px solid #111827;background:#111827;color:#fff}.support-login-form .ghost-action{border:1px solid #d1d5db;background:#fff;color:#111827}.support-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:calc(env(safe-area-inset-top) + 12px) 18px 12px;border-bottom:1px solid #e5e7eb;background:#fff}.support-title{min-width:0}.support-title h1{overflow:hidden;margin:0;color:#111827;font-size:18px;line-height:1.15;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.support-title p{overflow:hidden;margin:4px 0 0;color:#6b7280;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.support-header-actions{display:flex;align-items:center;gap:8px}.support-presence{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px}.support-presence-label{color:#64748b;font-size:11px;font-weight:700}.support-presence-chip,.support-presence-more{display:inline-flex;align-items:center;min-height:24px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#0f172a;padding:0 9px;font-size:11px;font-weight:750}.support-presence-dot{width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 3px #dcfce7;margin-right:7px}.support-status{display:inline-flex;align-items:center;min-height:28px;border:1px solid #e5e7eb;border-radius:999px;color:#6b7280;padding:0 10px;font-size:12px;font-weight:700;white-space:nowrap}.support-status.online{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.support-header-actions button{min-height:30px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;padding:0 10px;font-size:12px;font-weight:700;cursor:pointer}.support-header-actions .support-audio-toggle{display:inline-flex;align-items:center;gap:6px}.support-header-actions .support-audio-toggle.active{border-color:#fde68a;background:#fffbeb;color:#92400e}.support-header-actions .support-audio-toggle span{white-space:nowrap}.support-mode .timeline{background:#f8fafc;padding:18px}.support-mode .bubble{max-width:min(720px,84%);overflow-wrap:anywhere}.support-mode .message-body{word-break:normal;overflow-wrap:anywhere}.support-mode .composer-shell{border-top:1px solid #e5e7eb;background:#fff}.support-embedded-card{min-height:0}.support-embedded-frame{width:100%;flex:1;min-height:0;border:0;background:#fff}@media(max-width:640px){.support-mode .chat-card{width:100%;box-shadow:none}.support-login-card{width:min(342px,calc(100dvw - 32px));max-width:calc(100dvw - 32px);justify-self:start;margin-left:16px;padding:20px}.support-header{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:calc(env(safe-area-inset-top) + 10px) 12px 10px}.support-header-actions{grid-column:1 / -1;justify-content:space-between}.support-header-actions .support-audio-toggle span{display:none}.support-mode .timeline{padding:14px 12px}.support-mode .bubble{max-width:94%}}@media(max-width:980px){.jtcx-app{inset:0;grid-template-columns:1fr;border-radius:0}.jtcx-sidebar{display:none}.jtcx-page-grid,.jtcx-inbox-layout,.jtcx-split-page,.jtcx-notes-page{grid-template-columns:1fr}.jtcx-detail{display:none}.jtcx-detail-modal .jtcx-detail{display:flex}.jtcx-detail-modal{display:grid;inset:0;width:100vw;border-radius:0}.jtcx-board{grid-template-columns:repeat(5,minmax(210px,1fr))}}
