.tk-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.tk-toolbar .ant-select{min-width:150px}.tk-toolbar .tk-search{width:240px}.tk-toolbar .tk-spacer{flex:1}.tk-count{color:var(--text-muted);font-size:13px}.tk-quick{display:flex;gap:10px;align-items:center;padding:12px 14px}.tk-quick .ant-input{flex:1}.tk-quick .ant-select{min-width:130px}.tk-num{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;font-weight:600;color:var(--accent-strong)}.tk-title-cell{display:flex;flex-direction:column;gap:2px;min-width:0}.tk-title-cell.tk-edit{display:flex;align-items:stretch;cursor:text}.tk-inline-input{width:100%;box-sizing:border-box;text-align:left;padding:3px 6px;margin:-3px -6px;border:0;border-radius:6px;background:#fff;box-shadow:inset 0 0 0 1px var(--accent);font:inherit;color:var(--text);outline:none}.tk-title-cell strong{font-weight:400;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tk-row{cursor:pointer}.tk-status{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;text-transform:capitalize;white-space:nowrap}.tk-status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--c, var(--text-muted));box-shadow:0 0 0 3px color-mix(in srgb,var(--c, var(--text-muted)) 18%,transparent)}.tk-media{display:inline-flex;align-items:center;gap:4px;color:var(--text-muted);font-size:12px}.tk-avatar{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:11px;font-weight:600;overflow:hidden;vertical-align:middle}.tk-avatar img{width:100%;height:100%;object-fit:cover}.tk-person{display:inline-flex;align-items:center;gap:8px}.tk-person span:last-child{font-size:13px}.tk-board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(200px,1fr);gap:12px;align-items:start;overflow-x:auto;padding-bottom:8px}.tk-col{border:1px solid var(--border-soft);border-top:3px solid var(--c, var(--border));border-radius:11px;background:var(--surface);box-shadow:var(--shadow-panel);min-height:160px;padding:10px;transition:background .15s ease,box-shadow .15s ease}.tk-col.over{background:#fff7f7;box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--accent) 45%,transparent)}.tk-col-head{display:flex;align-items:center;gap:8px;margin:2px 4px 10px;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}.tk-col-head .dot{width:8px;height:8px;border-radius:50%;background:var(--c);box-shadow:0 0 8px color-mix(in srgb,var(--c) 55%,transparent)}.tk-col-head .n{margin-left:auto;color:var(--text-muted);font-weight:600;letter-spacing:0}.tk-card{position:relative;border:1px solid var(--border-soft);border-left:3px solid color-mix(in srgb,var(--c) 70%,transparent);border-radius:8px;background:#fff;padding:10px 12px;margin-bottom:8px;cursor:grab;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tk-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f23411a;border-color:color-mix(in srgb,var(--c) 45%,var(--border));border-left-color:var(--c)}.tk-card:active{cursor:grabbing}.tk-card.lifting{opacity:.45;transform:rotate(2deg) scale(1.02)}.tk-card.slotBefore:before,.tk-card.slotAfter:after{content:"";position:absolute;left:6px;right:6px;height:3px;border-radius:2px;background:var(--c, var(--accent));box-shadow:0 0 8px color-mix(in srgb,var(--c, var(--accent)) 60%,transparent)}.tk-card.slotBefore:before{top:-6px}.tk-card.slotAfter:after{bottom:-6px}.tk-card.beamIn{animation:tkBeamIn .5s cubic-bezier(.2,.9,.3,1) .3s both}@keyframes tkBeamIn{0%{opacity:0;transform:translateY(10px) scaleY(.15);filter:blur(8px) brightness(1.6)}60%{opacity:1;transform:scaleY(1.04);filter:blur(1px)}to{opacity:1;transform:none;filter:none}}.tk-ghost{position:fixed;z-index:70;pointer-events:none;border-radius:8px;border:1px solid var(--gcol);background:color-mix(in srgb,var(--gcol) 18%,#fff);box-shadow:0 0 20px color-mix(in srgb,var(--gcol) 45%,transparent);animation:tkBeamOut .4s ease-in forwards}@keyframes tkBeamOut{to{opacity:0;transform:translateY(-14px) scaleY(.1) scaleX(.94);filter:blur(8px) brightness(1.8)}}.tk-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.tk-card-title{font-size:13.5px;font-weight:500;line-height:1.35;margin-bottom:8px}.tk-card-meta{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--text-muted)}.tk-card-meta .sev{width:6px;height:6px;border-radius:50%}.tk-card-meta .right{margin-left:auto;display:flex;align-items:center;gap:8px}@media(prefers-reduced-motion:reduce){.tk-card,.tk-card.beamIn,.tk-ghost{animation:none;transition:none}}.evidence-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end}.evidence-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a5c;cursor:pointer}.evidence-drawer{position:relative;z-index:1;width:min(560px,92vw);height:100%;overflow-y:auto;border-left:1px solid #d9e0ea;background:#fff;box-shadow:var(--shadow);animation:drawer-in .18s ease-out}@keyframes drawer-in{0%{transform:translate(24px);opacity:0}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){.evidence-drawer{animation:none}}.drawer-heading{position:sticky;z-index:2;top:0;display:flex;min-height:60px;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--border);background:#f7f9fc;color:#17233c;font-size:13px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.02em}.drawer-heading button{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:5px;background:transparent;color:#526079;cursor:pointer}.drawer-heading button:hover{background:#0f23410f}.drawer-heading svg{width:19px}.selected-evidence{display:flex;align-items:flex-start;gap:13px;padding:20px;border-bottom:1px solid var(--border-soft)}.evidence-icon{display:flex;width:38px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid var(--accent);border-radius:50%;color:var(--accent)}.selected-evidence[data-type=feature] .evidence-icon{border-color:#2563eb;color:#2563eb}.selected-evidence[data-type=chore] .evidence-icon{border-color:#64748b;color:#64748b}.evidence-icon svg{width:18px}.selected-evidence>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:6px}.selected-evidence strong{font-size:15px;line-height:1.4;font-weight:700}.selected-evidence strong.clickable{cursor:text}.selected-evidence>div>span{color:var(--text-secondary);font-size:12px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.evidence-section{padding:16px 20px;border-bottom:1px solid var(--border-soft)}.evidence-section h2{margin:0 0 8px;font-size:12px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}.evidence-section h2 em{font-style:normal;font-weight:500;color:var(--text-muted);font-size:11.5px}.evidence-section h2 em.saved{color:var(--green)}.evidence-section h2 em.saving{color:var(--amber)}.evidence-section p,.evidence-section li{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.55}.evidence-section.rejected{background:#fff5f5}.evidence-section.rejected h2{color:#a32d2d}.fact-row{display:flex;align-items:center;gap:10px}.fact-list{display:grid;grid-template-columns:110px minmax(0,1fr);gap:2px 8px;margin:0;align-items:center}.fact-list dt{color:var(--text-muted);font-size:12px}.fact-list dd{margin:0;font-size:13px;min-width:0}.fact-list dd.pad{padding:5px 0 5px 11px}.fact-list .ant-select{width:100%;margin-left:0}.fact-list .ant-select-selector{padding-inline-start:11px!important}.tkd-desc{min-height:96px;padding:10px 12px;border:1px solid var(--border-soft);border-radius:7px;background:#fff;font-size:13.5px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;cursor:text;color:var(--text)}.tkd-desc:hover{border-color:var(--border)}.tkd-desc.empty{color:var(--text-muted)}.tkd-desc-edit{width:100%;min-height:96px;padding:10px 12px;border:1px solid var(--accent);border-radius:7px;font:inherit;font-size:13.5px;line-height:1.55;resize:none;outline:0;background:#fff}.drawer-actions{display:flex;flex-direction:column;gap:9px;padding:18px 20px 30px}.drawer-actions .primary-action,.drawer-actions .secondary-action{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.drawer-actions .primary-action{background:var(--accent);color:#fff}.drawer-actions .secondary-action{border:1px solid var(--border);background:#fff;color:var(--text)}.drawer-actions .secondary-action:hover{border-color:var(--accent);color:var(--accent)}.drawer-actions svg{width:14px;height:14px}.reject-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.reject-form label{font-size:12.5px;color:var(--text-secondary)}.act-edited{color:var(--text-muted);font-size:11px;margin-left:6px}.act-edit{display:flex;gap:8px;align-items:flex-start}.tkd-drop{position:absolute;top:60px;right:8px;bottom:8px;left:8px;z-index:5;border:2px dashed var(--accent);border-radius:12px;background:#e11d2e0f;display:grid;place-items:center;color:var(--accent-strong);font-weight:600;pointer-events:none}.tkd-uploading{position:sticky;top:60px;z-index:3;height:3px;background:linear-gradient(90deg,var(--accent),transparent);background-size:200% 100%;animation:tkBar 1s linear infinite}@keyframes tkBar{to{background-position:-200% 0}}.tkd-gallery{display:flex;flex-wrap:wrap;gap:10px}.tkd-tile{position:relative;width:96px;height:128px;flex:0 0 auto;border-radius:8px;overflow:hidden;border:1px solid var(--border-soft);background:var(--surface-raised);cursor:zoom-in;padding:0;transition:transform .15s ease,box-shadow .15s ease}.tkd-tile:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f23411f}.tkd-tile img,.tkd-tile video{width:100%;height:100%;object-fit:cover;display:block}.tkd-tile .file{display:grid;place-items:center;height:100%;font-family:ui-monospace,Menlo,monospace;font-size:13px;font-weight:700;color:var(--text-secondary)}.tkd-tile .play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;font-size:22px;text-shadow:0 1px 8px rgb(0 0 0 / 60%);pointer-events:none}.tkd-tile .veil{position:absolute;inset:auto 0 0 0;padding:22px 8px 7px;background:linear-gradient(transparent,#000000b8);color:#fff;opacity:0;transition:opacity .15s ease;display:flex;flex-direction:column;gap:2px;text-align:left}.tkd-tile:hover .veil{opacity:1}.tkd-tile .veil .name{font-size:10.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tkd-tile .veil .meta{font-size:9.5px;opacity:.85}.tkd-tile .x{position:absolute;top:5px;right:5px;z-index:2;min-width:20px;height:20px;padding:0 6px;display:grid;place-items:center;border-radius:10px;background:#0000009e;color:#fff;font-size:11px;font-weight:700;opacity:0;transition:opacity .15s ease,background .15s ease;cursor:pointer}.tkd-tile:hover .x{opacity:1}.tkd-tile .x:hover,.tkd-tile .x.sure{background:var(--red)}.tkd-add{width:96px;height:128px;border:1px dashed var(--border);border-radius:8px;background:transparent;color:var(--text-muted);display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;cursor:pointer;font-size:11.5px}.tkd-add:hover{border-color:var(--accent);color:var(--accent)}.lb-body{display:flex;flex-direction:column;gap:12px}.lb-stage{display:grid;place-items:center;background:#0b0b10;border-radius:8px;min-height:240px}.lb-stage img,.lb-stage video{max-width:100%;max-height:70vh;object-fit:contain}.lb-bar{display:flex;align-items:center;gap:12px}.lb-info{flex:1;min-width:0;display:flex;flex-direction:column}.lb-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-info small{color:var(--text-muted)}.inline-media{max-width:100%;max-height:300px;border-radius:8px;border:1px solid var(--border-soft);display:block;margin:6px 0;background:#000}img.inline-media{background:transparent}.tkd-activity{display:flex;flex-direction:column;gap:4px;max-height:420px;overflow-y:auto;padding-right:2px}.act-line{display:flex;align-items:center;gap:8px;padding:3px 6px;font-size:12.5px;color:var(--text-muted)}.act-line .txt{flex:1;overflow-wrap:anywhere;min-width:0}.act-time{font-size:11px;color:var(--text-muted);flex-shrink:0;font-variant-numeric:tabular-nums}.act-comment{border:1px solid var(--border-soft);border-radius:9px;background:#fff;padding:8px 11px;display:flex;flex-direction:column;gap:5px}.act-head{display:flex;align-items:center;gap:8px}.act-name{font-weight:600;font-size:13px}.act-tools{margin-left:auto;display:flex;gap:8px;opacity:0;transition:opacity .15s ease}.act-comment:hover .act-tools{opacity:1}.act-tools button{background:transparent;color:var(--text-muted);cursor:pointer;font-size:12px;padding:0}.act-tools button:hover{color:var(--accent)}.act-tools button.danger{color:var(--red);font-weight:600}.act-body{font-size:13.5px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.tkd-comment{margin-top:10px}.tkd-comment textarea{width:100%;min-height:40px;max-height:160px;padding:9px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:13.5px;resize:none;outline:0}.tkd-comment textarea:focus{border-color:var(--accent)}.report-wrap{overflow-x:auto;padding:6px 0 2px}.report{border-collapse:collapse;width:100%;font-size:13px}.report th,.report td{padding:9px 12px;border-bottom:1px solid var(--border-soft);text-align:center;white-space:nowrap}.report thead th{background:#f7f9fc;font-weight:500;color:var(--text-secondary);font-size:12.5px}.report tbody th{text-align:left;font-weight:500;color:var(--text)}.report td button{background:transparent;color:var(--text);font-weight:600;font-variant-numeric:tabular-nums;cursor:pointer;padding:2px 8px;border-radius:6px;font-size:13.5px}.report td button:hover{background:#fdeeef;color:var(--accent-strong)}.report .zero{color:#c3cad6}.report .total{background:#fafbfd}.report tr.sum th,.report tr.sum td{border-top:2px solid var(--border);font-weight:600}.report tr.sum th{color:var(--text-secondary)}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:12px}.stat-tile{display:flex;flex-direction:column;gap:2px;align-items:flex-start;padding:12px 14px;border:1px solid var(--border-soft);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-panel);text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.stat-tile:hover:not(:disabled){border-color:color-mix(in srgb,var(--accent) 45%,var(--border));box-shadow:0 6px 18px #0f234114}.stat-tile:disabled{cursor:default}.stat-label{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.stat-value{font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;line-height:1.2}.report-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.report-grid .span2{grid-column:span 1}@media(max-width:1100px){.report-grid{grid-template-columns:1fr}}.chart-body{padding:14px 16px 10px}.tk-stamp{color:var(--text-muted);font-size:12.5px;font-variant-numeric:tabular-nums;white-space:nowrap}.tk-num-cell{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.tk-age{font-size:11px;font-weight:600;color:var(--text-muted);font-variant-numeric:tabular-nums;padding:1px 6px;border-radius:999px;background:#eef1f6}.tk-age.warm{color:#8a5a10;background:#fdf1de}.tk-age.hot{color:#a32d2d;background:#fdecec}.tk-chips{display:flex;flex-wrap:wrap;gap:6px}.tk-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--border-soft);border-radius:999px;background:#fff;color:var(--text-secondary);font-size:12.5px;font-weight:500;cursor:pointer;transition:background .12s var(--ease),border-color .12s var(--ease),color .12s var(--ease)}.tk-chip:hover{border-color:var(--border);color:var(--text)}.tk-chip.active{background:#fdeeef;border-color:color-mix(in srgb,var(--accent) 45%,transparent);color:var(--accent-strong)}.tk-chips-sep{width:1px;height:20px;background:var(--border-soft);margin:0 4px}.tk-toolbar{row-gap:10px}.tk-faces{display:flex;align-items:center;padding-left:8px}.tk-face{position:relative;margin-left:-8px;padding:0;border-radius:50%;background:transparent;cursor:pointer;transition:transform .12s var(--ease)}.tk-face .avt,.tk-face-none{box-shadow:0 0 0 2px #fff}.tk-face:hover{transform:translateY(-2px);z-index:2}.tk-face.active{z-index:3;transform:translateY(-2px)}.tk-face.active .avt,.tk-face.active .tk-face-none{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--accent)}.tk-face-none{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef1f6;color:var(--text-muted)}.tk-face .tip:after,.tk-face.tip:after{bottom:auto;top:calc(100% + 8px);transform:translate(-50%) translateY(-2px)}.tk-face.tip:hover:after{transform:translate(-50%) translateY(0)}.drawer-actions .secondary-action.danger{border-color:var(--red);color:var(--red)}.tk-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 22px 14px;border-bottom:1px solid var(--border-soft);background:#fbfcfe}.tk-head h2{margin:0;font-size:17px;font-weight:700;letter-spacing:-.02em}.tk-head p{margin:4px 0 0;color:var(--text-muted);font-size:12.5px}.tk-sums{display:flex;align-items:baseline;gap:22px}.tk-sum{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.tk-sum strong{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums}.tk-sum small{font-size:12.5px;color:var(--text-secondary)}.tk-sum small em{font-style:normal;color:var(--text-muted)}.tk-sum.hot strong,.tk-sum.hot small{color:#c72e2e}.tk-faces.plats{gap:6px;padding-left:0}.tk-face.plat{margin-left:0}.tk-face-plat{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid var(--border-soft);box-shadow:0 0 0 2px #fff;transition:border-color .12s var(--ease)}.tk-face.plat:hover .tk-face-plat{border-color:var(--border)}.tk-face.plat.active .tk-face-plat{border-color:transparent;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--accent)}.tk-board,.tk-col{cursor:grab}:where(.tk-col)>*{cursor:default}.tk-board.panning,.tk-board.panning .tk-col{cursor:grabbing;-webkit-user-select:none;user-select:none}.act-sev{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;white-space:nowrap;color:var(--text-secondary)}.act-sev:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--c);box-shadow:0 0 0 3px color-mix(in srgb,var(--c) 18%,transparent)}.act-sev[data-sev=critical]{--c: #B42318;color:#b42318;font-weight:600}.act-sev[data-sev=high]{--c: #D93D3D;color:#a32d2d;font-weight:600}.act-sev[data-sev=medium]{--c: #C77A1E}.act-sev[data-sev=low]{--c: #64748B}.act-sev[data-sev=info]{--c: #B4BCCA;color:var(--text-muted)}.act-actor span:last-child{font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.act-face{display:inline-grid;place-items:center;flex-shrink:0;border-radius:50%;background:#eef1f6;color:#526079}.act-face.agent{background:#efe6ff;color:#6d28d9}.act-face.system{background:#fdeeef;color:var(--accent)}.act-face.unknown{background:#fdecec;color:#a32d2d}.act-face.github{background:#17233c;color:#fff}.act-action{font-size:12.5px;font-weight:500;white-space:nowrap}.act-target{display:inline-flex;align-items:center;gap:4px;max-width:100%;font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.act-target.link{text-decoration:none}.act-target.link:hover{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.act-target svg{flex-shrink:0;color:var(--text-muted)}.act-detail{display:block;font-size:12.5px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.act-change{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;white-space:nowrap}.act-change .arrow,.mini-row .arrow{color:var(--text-muted)}.act-steps{margin-left:4px;padding:1px 6px;border-radius:999px;background:#eef1f6;color:var(--text-muted);font-size:11px;font-weight:600}.act-source{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:var(--text-secondary);white-space:nowrap}.act-none{color:var(--text-muted);font-size:12.5px}.act-muted{color:var(--text-muted)}.act-selected .tk-person>span:last-child{display:none}.act-selected strong{font-size:15px;line-height:1.35}.act-selected>div>span{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;color:var(--text-muted);font-size:12.5px}.act-detail-full{white-space:pre-wrap;word-break:break-word}.act-diff{display:flex;flex-direction:column;gap:8px}.act-diff-row{display:grid;grid-template-columns:90px minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid var(--border-soft);border-radius:9px;background:#fff}.act-diff-row.two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.act-diff-row>div{display:flex;flex-direction:column;gap:4px;min-width:0}.act-diff-row small{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.act-field{font-size:12px;font-weight:600;color:var(--text-secondary);padding-top:18px}.act-value{font-size:13px;word-break:break-word;white-space:pre-wrap}.act-json{margin:0;padding:8px 10px;border-radius:7px;background:#f6f8fb;color:#17233c;font-size:11.5px;line-height:1.5;font-family:ui-monospace,Menlo,monospace;white-space:pre-wrap;word-break:break-word;max-height:320px;overflow:auto}.act-raw-toggle{padding:0;border:0;background:none;color:var(--text-muted);font-size:12px;cursor:pointer}.act-raw-toggle:hover{color:var(--text)}.act-raw-toggle+.act-json{margin-top:10px}.platform-list{display:flex;flex-direction:column;gap:12px}.platform-row{position:relative;display:grid;min-height:92px;grid-template-columns:minmax(220px,.8fr) minmax(420px,1.7fr) 120px;align-items:center;gap:24px;padding:16px 19px 16px 30px;cursor:pointer;transition:box-shadow .15s var(--ease),border-color .15s var(--ease),opacity .15s var(--ease)}.platform-grip{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#c3cad6;cursor:grab;opacity:0;transition:opacity .12s var(--ease)}.platform-row:hover .platform-grip{opacity:1}.platform-row.dragging{opacity:.4}.platform-row.drop-before:before,.platform-row.drop-after:after{content:"";position:absolute;left:12px;right:12px;height:3px;border-radius:2px;background:var(--accent);box-shadow:0 0 8px color-mix(in srgb,var(--accent) 60%,transparent)}.platform-row.drop-before:before{top:-8px}.platform-row.drop-after:after{bottom:-8px}.platform-row:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));box-shadow:0 10px 28px -12px #0f23412e}.platform-name{display:flex;align-items:center;gap:13px;min-width:0}.platform-name>svg{width:25px;height:25px;color:var(--accent);flex-shrink:0}.platform-name>span{display:flex;flex-direction:column;gap:3px;min-width:0}.platform-name strong{font-size:14.5px}.platform-name small{color:var(--text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-row dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0}.platform-row dl>div{display:flex;flex-direction:column;gap:5px;min-width:0}.platform-row dt{color:var(--text-muted);font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.platform-row dd{margin:0;color:var(--text);font-size:13px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.platform-row dd .muted{color:var(--text-muted)}.platform-row .ant-btn{justify-self:end}.repo-chips{display:flex;flex-wrap:wrap;gap:6px}.repo-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 8px 3px 10px;border:1px solid var(--border-soft);border-radius:999px;background:#fff;font-size:12px;font-family:ui-monospace,Menlo,monospace;color:var(--text)}.repo-chip button{display:flex;padding:0;background:transparent;color:var(--text-muted);cursor:pointer}.repo-chip button:hover{color:var(--red)}.env-list{display:flex;flex-direction:column;gap:6px}.env-row{display:grid;grid-template-columns:16px minmax(120px,1fr) 110px minmax(150px,1.3fr) 130px 28px;align-items:center;gap:8px;padding:6px;border:1px solid var(--border-soft);border-radius:8px;background:#fff}.env-row.dragging{opacity:.4}.env-row .grip{color:#b7c0cf;cursor:grab}.env-row .ant-btn{padding:0}.mini-list{display:flex;flex-direction:column;gap:6px}.mini-row{display:flex;align-items:center;gap:10px;font-size:12.5px;padding:6px 8px;border:1px solid var(--border-soft);border-radius:7px;background:#fff}.mini-row .who{font-weight:600}.mini-row .time{margin-left:auto;color:var(--text-muted);font-size:11.5px;font-variant-numeric:tabular-nums}.mini-row code{font-size:11.5px;color:var(--text-secondary)}.status-ok{color:var(--green)}.status-bad{color:var(--red)}.proto-preview{white-space:pre-wrap;font-size:12.5px;line-height:1.5;color:var(--text-secondary);max-height:160px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 70%,transparent);mask-image:linear-gradient(#000 70%,transparent)}.repo-line{display:flex;flex-wrap:wrap;gap:4px 10px;white-space:normal!important}.repo-mini{display:inline-flex;align-items:center;gap:4px;font-family:ui-monospace,Menlo,monospace;font-size:11.5px;color:var(--text-secondary)}.repo-type{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:5px;background:#eef1f6;color:var(--text-secondary);flex-shrink:0}.repo-rows{display:flex;flex-direction:column;gap:4px}.repo-row{display:grid;grid-template-columns:18px minmax(0,1fr) 130px 24px;align-items:center;gap:10px;padding:5px 6px;border:1px solid var(--border-soft);border-radius:8px;background:#fff}.repo-row code{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repo-remove{display:flex;padding:4px;border-radius:5px;background:transparent;color:var(--text-muted);cursor:pointer}.repo-remove:hover{color:var(--red);background:#fdecec}.repo-owner{color:var(--text-muted)}.repo-name{font-weight:500}.repo-link{color:var(--text-muted);display:inline-flex}.repo-link:hover{color:var(--accent)}.repo-board{grid-auto-columns:minmax(230px,1fr)}.repo-board .tk-col{--c: var(--border);border-top-color:var(--border-soft)}.repo-col-head{text-transform:none;letter-spacing:0;font-size:12.5px}.repo-col-head .plt-icon{border-radius:50%}.repo-card{--c: #B4BCCA;cursor:pointer}.repo-card[draggable=true]{cursor:grab}.repo-card .repo-name{font-size:13px;font-weight:600}.repo-card .plt-cell{gap:7px}.repo-card .repo-link{display:inline-flex;color:var(--text-muted)}.repo-card .repo-link:hover{color:var(--text)}.repo-pulls{display:inline-flex;align-items:center;gap:4px;font-weight:600;color:#1f7a45;font-variant-numeric:tabular-nums}.repo-pulls.none{color:var(--text-muted);font-weight:500}.repo-claims{color:#8a5a10;font-weight:600}.repo-col-empty{padding:18px 8px;text-align:center;color:var(--text-muted);font-size:12.5px}.stat-tile.hot .stat-value{color:#c72e2e}.gh-source{display:inline-flex;align-items:center;gap:10px;height:36px;padding:0 12px 0 11px;border:1px solid var(--border-soft);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-panel);color:var(--text)}.gh-source>svg{color:#17233c;flex-shrink:0}.gh-org{display:inline-flex;align-items:center;gap:7px;color:var(--text);text-decoration:none;font-size:13px}.gh-org img{width:20px;height:20px;border-radius:5px;box-shadow:0 0 0 1px var(--border-soft)}.gh-org:hover strong{text-decoration:underline;text-underline-offset:3px}.gh-org.tip:after{bottom:auto;top:calc(100% + 8px);left:auto;right:0;transform:translateY(-2px);width:max-content;max-width:260px;white-space:normal}.gh-org.tip:hover:after{transform:translateY(0)}.gh-source small{display:inline-flex;align-items:center;gap:5px;padding-left:10px;border-left:1px solid var(--border-soft);color:var(--text-muted);font-size:12px;white-space:nowrap}.repo-homeless{color:#c72e2e;font-size:12.5px;font-weight:500}.repo-cell-text{font-size:12.5px}.repo-col-homeless{border-style:dashed;background:snow}.gh-source small{padding-right:2px}.gh-rescan{margin-right:-6px}.gh-rescan.tip:after{bottom:auto;top:calc(100% + 8px);left:auto;right:0;transform:translateY(-2px)}.gh-rescan.tip:hover:after{transform:translateY(0)}.inc-sev{display:inline-flex;align-items:center;justify-content:center;min-width:30px;padding:1px 7px;border-radius:6px;font-size:11.5px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em}.inc-sev[data-sev=P0]{background:#b42318;color:#fff}.inc-sev[data-sev=P1]{background:#fdecec;color:#a32d2d;box-shadow:inset 0 0 0 1px #f3c5c5}.inc-sev[data-sev=P2]{background:#fdf1de;color:#8a5a10}.inc-sev[data-sev=P3]{background:#eef1f6;color:#526079}.inc-sev.none{background:transparent;color:var(--text-muted);font-weight:500;box-shadow:inset 0 0 0 1px var(--border-soft)}.inc-sev-option{display:inline-flex;align-items:center;gap:8px;font-size:12.5px}.inc-status{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;white-space:nowrap}.inc-status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--c, #94a3b8);box-shadow:0 0 0 3px color-mix(in srgb,var(--c, #94a3b8) 18%,transparent)}.inc-status[data-status=new]{--c: #D93D3D}.inc-status[data-status=investigating]{--c: #7B6CC0}.inc-status[data-status=investigating]:before{animation:inc-pulse 1.2s ease-in-out infinite}.inc-status[data-status=needs_evidence],.inc-status[data-status=needs_decision]{--c: #C77A1E}.inc-status[data-status=ready]{--c: #1F9D55}.inc-status[data-status=ticketed]{--c: #2563EB}.inc-status[data-status=resolved]{--c: #1F9D55;color:var(--text-muted)}.inc-status[data-status=rejected]{--c: #B4BCCA;color:var(--text-muted)}@keyframes inc-pulse{50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.inc-status[data-status=investigating]:before{animation:none}}.inc-title-cell{display:flex;align-items:center;gap:10px;min-width:0}.inc-title-cell strong{font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inc-occ{font-size:12.5px;color:var(--text-muted);font-variant-numeric:tabular-nums}.inc-occ.many{color:#a32d2d;font-weight:600}.inc-selected .evidence-icon{border-color:#94a3b8;color:#64748b}.inc-selected[data-sev=P0] .evidence-icon{border-color:#b42318;color:#fff;background:#b42318}.inc-selected[data-sev=P1] .evidence-icon{border-color:#d93d3d;color:#d93d3d}.inc-selected[data-sev=P2] .evidence-icon{border-color:#c77a1e;color:#c77a1e}.inc-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.inc-actions .inc-action-row{display:flex;flex-wrap:wrap;gap:8px}.inc-hint{margin-top:8px!important;font-size:12px!important;color:var(--text-muted)!important}.inc-error{margin-top:8px!important;color:#a32d2d!important;font-size:12.5px!important}.inc-ref{margin-left:8px;padding:1px 6px;border-radius:5px;background:#f6f8fb;font-size:11px;word-break:break-all}.inc-description{margin-top:12px!important;white-space:pre-wrap}.inc-ticket{text-decoration:none;color:inherit}.inc-report{background:linear-gradient(180deg,#fbf9ff,#fff)}.inc-report h2 svg,.evidence-section h2 svg{color:#7b6cc0}.inc-summary{color:var(--text)!important;font-size:13.5px!important}.inc-decision{margin-top:12px;padding:10px 12px;border-radius:9px;background:#fdf1de}.inc-decision strong{display:block;font-size:13px;margin-bottom:4px;color:#8a5a10}.inc-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.inc-pair h3,.inc-hypothesis strong em{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0 0 4px}.inc-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.inc-hypotheses{display:flex;flex-direction:column;gap:12px}.inc-hypothesis strong{display:flex;justify-content:space-between;gap:12px;font-size:13px;font-weight:600;margin:6px 0 2px}.inc-hypothesis strong em{font-style:normal;margin:0;letter-spacing:0;text-transform:none;font-variant-numeric:tabular-nums}.inc-hypothesis .bar{height:4px;border-radius:2px;background:#eef1f6;overflow:hidden}.inc-hypothesis .bar span{display:block;height:100%;border-radius:2px;background:#7b6cc0}.inc-cite{align-items:flex-start;flex-wrap:wrap}.inc-cite code{font-size:11px;word-break:break-all}.inc-finding{flex-basis:100%;color:var(--text-secondary)}.inc-evidence{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.inc-evidence-row{border:1px solid var(--border-soft);border-radius:7px;background:#fff}.inc-evidence-row summary{display:flex;align-items:center;gap:10px;padding:6px 8px;font-size:12.5px;cursor:pointer;list-style:none}.inc-evidence-row summary::-webkit-details-marker{display:none}.inc-evidence-row .kind{font-weight:600;white-space:nowrap}.inc-evidence-row[data-kind=recovery] .kind{color:#1f7a45}.inc-evidence-row[data-kind=recurrence] .kind{color:#a32d2d}.inc-evidence-row .text{min-width:0;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inc-evidence-row .time{margin-left:auto;color:var(--text-muted);font-size:11.5px;white-space:nowrap}.inc-evidence-row .act-json{margin:0 8px 8px}.inc-run-by{color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inc-run[data-status=failed] .who{color:#a32d2d}.inc-run[data-status=running] .who{color:#7b6cc0}.inc-read{display:flex;flex-direction:column;gap:12px}.inc-read-source{display:flex;flex-direction:column;gap:6px}.inc-read-head{display:flex;align-items:center;gap:8px;font-size:12.5px}.inc-read-head .count{margin-left:auto;color:var(--text-muted);font-variant-numeric:tabular-nums}.inc-read-status{padding:1px 7px;border-radius:999px;font-size:11px;font-weight:600;background:#eef1f6;color:#526079}.inc-read-source[data-status=collected] .inc-read-status{background:#e6f5ec;color:#1f7a45}.inc-read-source[data-status=unavailable] .inc-read-status{background:#fdecec;color:#a32d2d}.inc-read-source .inc-evidence-row .text a{color:inherit}.inc-read-source .inc-evidence-row .text a:hover{color:var(--accent)}.inc-read-error{margin:0!important;font-size:12px!important;color:var(--text-muted)!important}.pr-cell{display:inline-flex;align-items:center;gap:10px;min-width:0}.pr-title{display:flex;flex-direction:column;gap:1px;min-width:0}.pr-title strong{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-title small{color:var(--text-muted);font-size:11.5px;font-family:ui-monospace,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-state.open{color:#1f9d55}.pr-state.draft{color:#748198}.pr-state.merged{color:#7c3aed}.pr-state.closed{color:#c72e2e}.pr-statepill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11.5px;font-weight:600}.pr-statepill.open{background:#e6f5ec;color:#1f7a45}.pr-statepill.draft{background:#eef1f6;color:#526079}.pr-statepill.merged{background:#efe6ff;color:#6d28d9}.pr-statepill.closed{background:#fdecec;color:#a32d2d}.pr-checks,.pr-review{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;white-space:nowrap}.pr-checks.success{color:#1f7a45}.pr-checks.failure{color:#c72e2e;font-weight:600}.pr-checks.pending{color:#c77a1e}.pr-checks.none{color:var(--text-muted)}.pr-review.approved{color:#1f7a45}.pr-review.changes_requested{color:#c72e2e;font-weight:600}.pr-review.pending{color:#c77a1e}.pr-review.none{color:var(--text-muted)}.pr-add{color:#1f7a45;font-weight:600}.pr-del{color:#c72e2e;font-weight:600}.pr-ok{color:#1f9d55}.pr-bad{color:#c72e2e}.pr-pending{color:#c77a1e}.evidence-icon.pr.open{border-color:#1f9d55;color:#1f9d55}.evidence-icon.pr.merged{border-color:#7c3aed;color:#7c3aed}.evidence-icon.pr.closed{border-color:#c72e2e;color:#c72e2e}.evidence-icon.pr.draft{border-color:#748198;color:#748198}.pr-board{grid-auto-columns:minmax(250px,1fr)}.pr-col-name{display:inline-flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-card{cursor:pointer}.pr-card.success{--c: #1F9D55}.pr-card.failure{--c: #C72E2E}.pr-card.pending{--c: #C77A1E}.pr-card.none{--c: #B4BCCA}.pr-card-num{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--text-muted);font-family:ui-monospace,Menlo,monospace}.pr-card .tk-card-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pr-card-badges{display:flex;flex-wrap:wrap;gap:4px 12px;margin-bottom:8px}.pr-card-badges .pr-checks,.pr-card-badges .pr-review{font-size:11.5px}.pr-card .tk-person span:last-child{font-size:11.5px}:root{--background: #f4f6f9;--background-deep: #f4f6f9;--sidebar: #ffffff;--surface: #ffffff;--surface-raised: #f7f9fc;--surface-selected: #fdeeef;--border: #d7deea;--border-soft: #e6ebf2;--text: #17233c;--text-secondary: #526079;--text-muted: #748198;--accent: #e11d2e;--accent-strong: #c81829;--accent-soft: rgb(225 29 46 / 9%);--green: #1d8a51;--amber: #ad6b00;--red: #c72e2e;--violet: #6e5dd3;--sidebar-width: 240px;--topbar-height: 72px;--radius: 9px;--shadow: 0 18px 48px rgb(15 35 65 / 13%);--shadow-panel: 0 1px 2px rgb(15 35 65 / 4%), 0 10px 30px -12px rgb(15 35 65 / 10%);--ease: cubic-bezier(.2, .8, .2, 1);color-scheme:light}*{box-sizing:border-box}html,body{min-height:100%;margin:0;background:var(--background-deep)}body,button,input,select,textarea{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01","tnum" 0}button,input,select,textarea{color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a{color:var(--accent);text-decoration:none}button{border:0}svg{flex:0 0 auto}.app-shell{min-height:100dvh;color:var(--text);background:var(--background)}.app-sidebar{position:fixed;z-index:50;inset:0 auto 0 0;display:flex;width:var(--sidebar-width);flex-direction:column;border-right:1px solid #d8dfe9;background:var(--sidebar)}.brand-lockup{display:flex;height:var(--topbar-height);align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid #e4e9f0;font-size:17px;font-weight:720;letter-spacing:-.02em;color:#13213b}.brand-lockup>svg,.brand-lockup>img{width:30px;height:30px;color:var(--accent);stroke-width:1.65}.workspace-block{padding:16px 16px 13px;border-bottom:1px solid var(--border-soft)}.sidebar-label{display:block;margin-bottom:9px;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.workspace-identity{display:grid;min-height:57px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:11px;padding:8px 12px;border:1px solid #f3c9cd;border-radius:7px;background:#fff5f6}.workspace-identity>svg{width:20px;height:20px;color:var(--accent)}.workspace-identity>span{display:flex;min-width:0;flex-direction:column;gap:4px}.workspace-identity strong,.workspace-identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-identity strong{color:var(--text);font-size:14px;display:flex;align-items:center;gap:5px;overflow:visible}.workspace-identity strong em{font-style:normal;font-weight:500;color:var(--text-muted);font-size:12px;line-height:1}.workspace-identity small{color:var(--text-muted);font-size:11px;display:flex;align-items:center;gap:5px}.workspace-identity small .workspace-refresh{margin-left:auto;padding:2px}.workspace-identity small .status-dot{width:6px;height:6px}.workspace-refresh{display:flex;padding:4px;border-radius:5px;background:transparent;color:var(--text-muted);cursor:pointer}.workspace-refresh:hover{background:#e11d2e14;color:var(--accent)}.workspace-refresh:disabled{cursor:default;opacity:.6}.primary-navigation,.secondary-navigation{display:flex;flex-direction:column;gap:3px;padding:13px 10px}.primary-navigation{flex:1;overflow-y:auto}.secondary-navigation{border-top:1px solid var(--border-soft)}.primary-navigation a,.secondary-navigation a{position:relative;display:flex;min-height:43px;align-items:center;gap:14px;padding:0 14px;border-radius:6px;color:var(--text-secondary);font-size:14px;font-weight:560}.primary-navigation a:hover,.secondary-navigation a:hover{background:#f3f6fa;color:var(--text)}.primary-navigation a[data-active=true],.secondary-navigation a[data-active=true]{background:#fdeeef;color:var(--accent-strong)}.primary-navigation a[data-active=true]:before,.secondary-navigation a[data-active=true]:before{position:absolute;inset:0 auto 0 -10px;width:3px;background:var(--accent);content:""}.primary-navigation svg,.secondary-navigation svg{width:20px;height:20px;stroke-width:1.75}.account-row{display:grid;min-height:76px;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:0 18px;border-top:1px solid var(--border-soft)}.account-avatar{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:#fff;font-size:15px;font-weight:600;overflow:hidden}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-row>span:nth-child(2){display:flex;flex-direction:column;gap:3px;min-width:0}.account-row strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-row small{color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.account-row>button{background:transparent;color:var(--text-muted);cursor:pointer;padding:0;display:flex}.account-row>button:hover{color:var(--accent)}.account-row>button svg{width:17px}.app-stage{min-height:100dvh;margin-left:var(--sidebar-width)}.app-topbar{position:fixed;z-index:30;top:0;left:var(--sidebar-width);right:0;display:flex;height:var(--topbar-height);align-items:center;justify-content:space-between;gap:24px;padding:0 28px;border-bottom:1px solid #dde3eb;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px #0f234105}.topbar-page-context{flex:1;display:flex;align-items:center}.topbar-page-context strong{font-size:22px;font-weight:760;letter-spacing:-.03em;color:var(--text)}.topbar-page-context strong{font-size:20px;font-weight:700;letter-spacing:-.02em}.topbar-clock{display:flex;flex-direction:column;align-items:flex-end;gap:1px;min-width:128px;margin-right:6px;font-variant-numeric:tabular-nums;line-height:1.15}.topbar-clock .clock-time{color:var(--text);font-size:15px;font-weight:600;letter-spacing:.03em}.topbar-clock .clock-date{color:var(--text-muted);font-size:11.5px;white-space:nowrap}.sync-status{display:flex;align-items:center;gap:9px;color:var(--text-secondary);font-size:13px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);display:inline-block}.topbar-actions{display:flex;align-items:center;gap:11px}.app-content{width:100%;max-width:1740px;margin:0 auto;padding:calc(var(--topbar-height) + 24px) 30px 52px}.page-stack{display:flex;flex-direction:column;gap:16px}.page-heading{display:flex;min-height:76px;align-items:flex-start;justify-content:space-between;gap:28px}.page-heading h1{margin:0;color:var(--text);font-size:clamp(28px,2.2vw,34px);font-weight:760;letter-spacing:-.035em;line-height:1.16}.page-heading p{margin:8px 0 0;color:var(--text-secondary);font-size:15px;line-height:1.5}.surface-panel{overflow:hidden;border:1px solid var(--border-soft);border-radius:11px;background:var(--surface);box-shadow:var(--shadow-panel)}.panel-empty{padding:48px 24px;text-align:center;color:var(--text-muted);font-size:14px}.login-stage{min-height:100dvh;display:grid;place-items:center;background:var(--background);padding:24px}.login-card{width:min(420px,100%);border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:34px 32px 28px;box-shadow:var(--shadow)}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:22px;font-size:19px;font-weight:720;letter-spacing:-.02em;color:#13213b}.login-brand svg{width:32px;height:32px;color:var(--accent)}.login-card h1{margin:0 0 4px;font-size:22px;font-weight:700;letter-spacing:-.02em}.login-card .login-sub{margin:0 0 22px;color:var(--text-secondary);font-size:14px}.login-foot{margin-top:18px;color:var(--text-muted);font-size:12.5px;text-align:center}@media(max-width:900px){.app-sidebar{transform:translate(-100%);transition:transform .2s ease}.app-sidebar[data-open=true]{transform:none}.app-stage{margin-left:0}.app-topbar{left:0}.mobile-menu{display:flex}}.mobile-menu,.mobile-close{display:none;background:transparent;cursor:pointer;color:var(--text-secondary)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spin{animation:none}}.tip{position:relative}.tip:after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%) translateY(2px);padding:4px 8px;border-radius:5px;background:#17233c;color:#fff;font-size:12px;font-weight:500;letter-spacing:.01em;line-height:1.3;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease .25s,transform .12s ease .25s;z-index:60}.tip:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.topbar-bell{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:8px;color:var(--text-secondary)}.topbar-bell:hover,.topbar-bell[data-active=true]{background:#fdeeef;color:var(--accent-strong)}.topbar-account{display:grid;grid-template-columns:36px minmax(0,1fr) 30px;align-items:center;gap:10px;padding-left:14px;border-left:1px solid var(--border-soft)}.topbar-account .account-avatar{width:36px;height:36px;font-size:14px}.account-text{display:flex;flex-direction:column;gap:1px;min-width:0}.account-text strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-text small{color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.topbar-account>button{display:flex;padding:6px;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.topbar-account>button:hover{background:#fdeeef;color:var(--accent)}.app-topbar .tip:after{bottom:auto;top:calc(100% + 6px);transform:translate(-50%) translateY(-2px)}.app-topbar .tip:hover:after{transform:translate(-50%) translateY(0)}.page-heading.compact{min-height:0;align-items:center}.page-heading.compact p{margin:0}.rail-toggle{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 22px;border-top:1px solid var(--border-soft);background:transparent;color:var(--text-muted);font-size:12.5px;cursor:pointer}.rail-toggle:hover{color:var(--accent);background:#f3f6fa}.rail-min{--sidebar-width: 68px}.rail-min .brand-lockup{justify-content:center;padding:0}.rail-min .brand-lockup>span,.rail-min .workspace-identity>span,.rail-min .workspace-refresh,.rail-min .sidebar-label,.rail-min .primary-navigation a>span,.rail-min .secondary-navigation a>span,.rail-min .rail-toggle>span{display:none}.rail-min .workspace-block{padding:10px 10px 8px}.rail-min .workspace-identity{grid-template-columns:1fr;justify-items:center;min-height:44px;padding:8px 0}.rail-min .primary-navigation,.rail-min .secondary-navigation{padding:10px 8px}.rail-min .primary-navigation a,.rail-min .secondary-navigation a,.rail-min .rail-toggle{justify-content:center;padding:0}.rail-min .app-sidebar .tip:after{left:calc(100% + 10px);bottom:auto;top:50%;transform:translateY(-50%) translate(-2px)}.rail-min .app-sidebar .tip:hover:after{transform:translateY(-50%) translate(0)}.app-sidebar,.app-stage,.app-topbar{transition:width .18s ease,margin-left .18s ease,left .18s ease}@media(prefers-reduced-motion:reduce){.app-sidebar,.app-stage,.app-topbar{transition:none}}.workspace-identity>img.emblem{width:24px;height:24px;object-fit:contain}.rail-min .workspace-identity>img.emblem{width:24px;height:24px}.login-brand img.emblem{width:32px;height:32px;object-fit:contain;border-radius:6px}.login-brand em{font-style:normal;font-weight:500;color:var(--text-muted);font-size:14px}.section-heading{display:flex;align-items:center;gap:14px;min-height:62px;padding:14px 22px;border-bottom:1px solid var(--border-soft);background:#fbfcfe}.section-heading h2{margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.3}.section-heading p{margin:0;color:var(--text-muted);font-size:12.5px;line-height:1.4}.settings-body{padding:22px;display:flex;flex-direction:column;gap:20px}.settings-row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start}.settings-row>label{font-weight:600;font-size:13.5px;display:flex;flex-direction:column;gap:3px;padding-top:7px}.settings-row>label small{color:var(--text-muted);font-weight:400;font-size:12px}.settings-control{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.settings-saved{color:var(--green);font-size:13px}.emblem-preview{width:56px;height:56px;border:1px dashed var(--border);border-radius:10px;display:grid;place-items:center;color:var(--text-muted);background:var(--surface-raised);overflow:hidden}.emblem-preview img{width:100%;height:100%;object-fit:contain}@media(max-width:720px){.settings-row{grid-template-columns:1fr}}.hm-table .ant-table{font-size:13.5px}.hm-table .ant-table-thead>tr>th{font-size:12.5px;letter-spacing:0;text-transform:none;color:var(--text-secondary);font-weight:500;padding:8px 12px!important;background:#f7f9fc;border-bottom:1px solid var(--border-soft);white-space:nowrap}.hm-table .ant-table-thead .ant-table-column-title{white-space:nowrap}.hm-table .ant-table-filter-trigger{font-size:11px;margin-inline:2px -4px}.hm-table .ant-table-column-sorter-up,.hm-table .ant-table-column-sorter-down{font-size:9px}.hm-table .ant-table-thead>tr>th:before{display:none}.hm-table .ant-table-tbody>tr>td{padding:9px 12px!important;border-bottom:1px solid var(--border-soft)}.hm-table .ant-table-tbody>tr.hm-row{cursor:pointer}.hm-table .ant-table-tbody>tr.hm-row:hover>td{background:#fff7f7}.hm-table .ant-table-column-sorter,.hm-table .ant-table-filter-trigger{color:#b7c0cf}.hm-table .ant-table-filter-trigger.active{color:var(--accent)}.hm-table .ant-table-filter-trigger:hover{color:var(--accent-strong);background:transparent}.hm-table .ant-table-column-sort{background:transparent}.hm-table .ant-pagination{margin:12px 14px!important}.hm-table-search{padding:8px;display:flex;flex-direction:column;gap:6px;width:210px}.hm-table-search .ant-input-affix-wrapper{font-size:13px}.hm-table-search-actions{display:flex;justify-content:flex-end;gap:4px}.hm-table-search-actions .ant-btn{height:26px;padding:0 10px;font-size:12px;font-weight:500}.rail-min .primary-navigation,.rail-min .app-sidebar{overflow:visible}.rail-min .app-sidebar .tip:after{white-space:nowrap;z-index:80}.hm-table .ant-table-thead .ant-table-column-sorters{justify-content:flex-start;gap:4px}.hm-table .ant-table-thead .ant-table-column-sorters .ant-table-column-title{flex:0 0 auto}.hm-table .ant-table-thead .ant-table-filter-column{justify-content:flex-start;gap:2px}.hm-table .ant-table-thead .ant-table-filter-column .ant-table-column-title{flex:0 0 auto}.hm-table .ant-table-filter-trigger{margin-inline:0}.hm-table-wrap{position:relative}.hm-cols-btn{display:flex;padding:4px;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.hm-cols-btn:hover{color:var(--accent);background:#fdeeef}.hm-table .ant-table-thead>tr>th.hm-fill{padding:4px 6px!important;min-width:36px;text-align:right}.hm-table .ant-table-tbody>tr>td.hm-fill{padding:0!important}.hm-cols{width:240px;display:flex;flex-direction:column;gap:2px}.hm-cols-hint{color:var(--text-muted);font-size:11.5px;margin-bottom:6px;line-height:1.4}.hm-cols-row{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:6px;cursor:grab}.hm-cols-row:hover{background:#f3f6fa}.hm-cols-row.dragging{opacity:.4}.hm-cols-row .grip{color:#b7c0cf;flex-shrink:0}.hm-resize{position:absolute;top:0;right:-4px;bottom:0;width:9px;cursor:col-resize;z-index:3}.hm-resize:hover{background:linear-gradient(to right,transparent 3px,color-mix(in srgb,var(--accent) 45%,transparent) 3px,color-mix(in srgb,var(--accent) 45%,transparent) 5px,transparent 5px)}.hm-table .ant-table-thead>tr>th[draggable=true]{cursor:grab}.hm-table .ant-table-thead>tr>th[draggable=true]:active{cursor:grabbing}.hm-table .ant-table-thead>tr>th.hm-drop-before:after,.hm-table .ant-table-thead>tr>th.hm-drop-after:after{content:"";position:absolute;top:4px;bottom:4px;width:3px;border-radius:2px;background:var(--accent);box-shadow:0 0 8px color-mix(in srgb,var(--accent) 60%,transparent);z-index:4}.hm-table .ant-table-thead>tr>th.hm-drop-before:after{left:-1px}.hm-table .ant-table-thead>tr>th.hm-drop-after:after{right:-1px}.hm-table .ant-table-thead>tr>th{position:relative}.hm-table .ant-table-tbody>tr>td,.hm-table .ant-table-thead>tr>th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hm-table .ant-table-tbody>tr>td>*{max-width:100%}.hm-table .ant-table-measure-row>td{padding:0!important;height:0!important;border:0!important;line-height:0}.hm-table tr[aria-hidden=true],.hm-table tr[aria-hidden=true]>td,.hm-table tr[aria-hidden=true]>th,.hm-table .ant-table-measure-row,.hm-table .ant-table-measure-row>*{height:0!important;padding:0!important;border:0!important;line-height:0!important;font-size:0!important}.hm-table tr[aria-hidden=true]>td>*,.hm-table .ant-table-measure-row>*>*{height:0!important;overflow:hidden}.status-editor{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.status-row{display:grid;grid-template-columns:16px 28px minmax(160px,1fr) 120px 110px 60px;align-items:center;gap:10px;padding:4px 6px;border-radius:6px}.status-row:hover{background:#f7f9fc}.status-row.dragging{opacity:.4}.status-row .grip{color:#b7c0cf;cursor:grab}.status-key{font-size:11px;color:var(--text-muted);font-family:ui-monospace,Menlo,monospace}.status-lock{font-size:10.5px;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase}.avt{display:inline-grid;place-items:center;border-radius:50%;color:#fff;font-weight:600;letter-spacing:.02em;flex-shrink:0;-webkit-user-select:none;user-select:none;overflow:hidden;vertical-align:middle;box-shadow:0 0 0 1px #0f234114}.avt.photo{object-fit:cover;display:inline-block}.hm-table .ant-table-tbody>tr>td{transition:background .12s var(--ease)}.hm-table .ant-table-thead>tr>th{border-bottom:1px solid #e6ebf2}.hm-table .ant-table-tbody>tr:last-child>td{border-bottom:0}.hm-table .ant-table-tbody>tr.hm-row:hover>td{background:#f8f9fc}.hm-table .ant-table-tbody>tr.hm-row:active>td{background:#fdeeef}.ant-btn{transition:background .12s var(--ease),border-color .12s var(--ease),color .12s var(--ease),box-shadow .12s var(--ease),transform .06s var(--ease)}.ant-btn:active{transform:translateY(1px)}.ant-btn-primary{box-shadow:0 1px 2px #e11d2e33,0 6px 16px -8px #e11d2e73}.ant-select-selector,.ant-input,.ant-input-affix-wrapper{transition:border-color .12s var(--ease),box-shadow .12s var(--ease)!important}.ant-segmented{background:#eef1f6}.ant-segmented-item-selected{box-shadow:0 1px 3px #0f234114}.primary-navigation a,.secondary-navigation a{transition:background .12s var(--ease),color .12s var(--ease)}.primary-navigation a:active,.secondary-navigation a:active{transform:scale(.995)}.app-content{animation:page-in .18s var(--ease)}@keyframes page-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.app-content{animation:none}}html,body,*{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{width:0;height:0;display:none}.plt-icon{display:inline-block;border-radius:5px;object-fit:contain;vertical-align:middle;flex-shrink:0}.plt-icon.fallback{display:inline-grid;place-items:center;background:#eef1f6;color:var(--text-muted)}.plt-cell{display:flex;align-items:center;gap:6px;min-width:0;font-size:12.5px;white-space:nowrap}.evidence-icon.emblem{overflow:hidden}.evidence-icon.emblem.tip{cursor:pointer}.evidence-icon.emblem .plt-icon{border-radius:50%}.settings-muted{color:var(--text-muted);font-size:12px;white-space:nowrap}.people-list{display:flex;flex-direction:column;gap:4px}.people-row{display:grid;grid-template-columns:30px minmax(180px,1fr) 130px minmax(160px,1fr);align-items:center;gap:12px;padding:7px 8px;border-radius:8px}.people-row:hover{background:#f7f9fc}.people-row.disabled{opacity:.55}.people-who{display:flex;flex-direction:column;min-width:0}.people-who strong{font-size:13.5px;font-weight:600}.people-who small{color:var(--text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-group{font-size:12.5px;color:var(--text-secondary)}.people-hm{font-size:12px;color:var(--text-muted)}.tk-edit{display:inline-flex;align-items:center;max-width:100%;min-width:0;padding:3px 6px;margin:-3px -6px;border-radius:6px;cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease}.tk-edit:hover{background:#fff;box-shadow:inset 0 0 0 1px var(--border)}.tk-cell-menu .ant-dropdown-menu{min-width:168px;padding:4px}.tk-cell-menu .ant-dropdown-menu-item{padding:5px 8px;border-radius:6px}.tk-cell-menu .ant-dropdown-menu-item-selected{background:#fdeeef;color:inherit}.tk-edit,.plt-cell,.tk-status,.tk-person{vertical-align:middle}.tk-toolbar{position:sticky;z-index:20;top:var(--topbar-height);margin:-12px -30px;padding:12px 30px;background:var(--background)}.app-shell{--banner-height: 0px}.app-shell.has-incident{--banner-height: 40px}.app-shell.has-incident .app-content{padding-top:calc(var(--topbar-height) + var(--banner-height) + 24px)}.app-shell.has-incident .tk-toolbar{top:calc(var(--topbar-height) + var(--banner-height))}.incident-banner{position:fixed;z-index:29;top:var(--topbar-height);left:var(--sidebar-width);right:0;height:var(--banner-height);display:flex;align-items:center;gap:10px;padding:0 30px;text-decoration:none;background:#fdecec;color:#8f1d1d;border-bottom:1px solid #f3c5c5;font-size:13px}.incident-banner[data-sev=P0]{background:#b42318;color:#fff;border-bottom-color:#8f1d1d}.incident-banner strong{white-space:nowrap;font-variant-numeric:tabular-nums}.incident-banner .title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.incident-banner .more{white-space:nowrap;opacity:.8}.incident-banner .go{display:inline-flex;align-items:center;gap:5px;margin-left:auto;font-weight:600;white-space:nowrap}.incident-banner:hover .go{text-decoration:underline;text-underline-offset:3px}.incident-banner .pulse{width:8px;height:8px;border-radius:50%;background:currentColor;animation:banner-pulse 1.6s ease-in-out infinite}@keyframes banner-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,currentColor 45%,transparent)}50%{box-shadow:0 0 0 6px transparent}}@media(prefers-reduced-motion:reduce){.incident-banner .pulse{animation:none}}.nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;display:inline-grid;place-items:center;border-radius:10px;background:#d93d3d;color:#fff;font-size:11px;font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}.rail-min .nav-badge{position:absolute;top:6px;right:8px;min-width:16px;height:16px;padding:0 4px;font-size:10px}
