:root{--ground:#edf0f5;--ground-2:#e4e9f1;--panel:#fff;--panel-2:#e8ecf3;--line:#c8d1e0;--line-soft:#dbe2ec;--text:#111823;--text-2:#414b5c;--muted:#6a7589;--accent:#b96a05;--accent-bright:#de8a21;--accent-ink:#1c1305;--ok:#17694a;--ok-soft:#17694a1a;--bad:#a8321e;--bad-soft:#a8321e1a;--idle:#4a6076;--idle-soft:#4a60761a;--shadow:0 1px 2px #1118230d, 0 10px 30px -18px #11182359;--f-body:"IBM Plex Sans","Segoe UI",system-ui,sans-serif;--f-mono:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;--r:4px;--max:1120px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ground:#0c1220;--ground-2:#0f1727;--panel:#141c2c;--panel-2:#1b2436;--line:#2a3548;--line-soft:#1e2839;--text:#e7ecf4;--text-2:#b6c2d4;--muted:#8794aa;--accent:#f2ab46;--accent-bright:#f2ab46;--accent-ink:#140d02;--ok:#4fbe87;--ok-soft:#4fbe871f;--bad:#f0785e;--bad-soft:#f0785e21;--idle:#8fa6be;--idle-soft:#8fa6be1f;--shadow:0 1px 2px #00000073, 0 14px 34px -20px #000c}}:root[data-theme=dark]{--ground:#0c1220;--ground-2:#0f1727;--panel:#141c2c;--panel-2:#1b2436;--line:#2a3548;--line-soft:#1e2839;--text:#e7ecf4;--text-2:#b6c2d4;--muted:#8794aa;--accent:#f2ab46;--accent-bright:#f2ab46;--accent-ink:#140d02;--ok:#4fbe87;--ok-soft:#4fbe871f;--bad:#f0785e;--bad-soft:#f0785e21;--idle:#8fa6be;--idle-soft:#8fa6be1f;--shadow:0 1px 2px #00000073, 0 14px 34px -20px #000c}*{box-sizing:border-box}body{background:var(--ground);color:var(--text);font-family:var(--f-body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}h1,h2{letter-spacing:-.02em;margin:0;font-weight:650;line-height:1.15}h2{font-size:1.05rem}p{margin:0}code{font-family:var(--f-mono);font-size:.86em}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px;border-radius:2px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-bar{z-index:20;background:var(--ground);border-bottom:1px solid var(--line-soft);position:sticky;top:0}.app-bar-in{max-width:var(--max);flex-wrap:wrap;align-items:center;gap:16px;margin:0 auto;padding:14px 22px;display:flex}.wordmark{flex-wrap:wrap;align-items:baseline;gap:12px;font-size:1.06rem;display:flex}.wordmark-sub{font-family:var(--f-mono);letter-spacing:.13em;color:var(--muted);font-size:.62rem;font-weight:500}.byline{font-family:var(--f-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-left:auto;font-size:.7rem;text-decoration:none}.byline:hover{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.app-main{max-width:var(--max);flex-direction:column;gap:18px;margin:0 auto;padding:24px 22px 40px;display:flex}.app-foot{max-width:var(--max);color:var(--muted);max-width:min(var(--max),76ch);margin:0 auto;padding:0 22px 44px;font-size:.84rem}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:18px 20px}.panel-head{flex-wrap:wrap;align-items:baseline;gap:14px;margin-bottom:14px;display:flex}.panel-note{font-family:var(--f-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-left:auto;font-size:.68rem}.panel-actions{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.empty{color:var(--muted);font-size:.92rem}.two-up{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}@media (width<=820px){.two-up{grid-template-columns:1fr}}.btn{border:1px solid var(--line);border-radius:var(--r);cursor:pointer;background:0 0;padding:7px 13px;font-size:.86rem;font-weight:550;transition:border-color .15s,background .15s}.btn:hover:not(:disabled){border-color:var(--accent-bright);background:var(--panel-2)}.btn:disabled{opacity:.45;cursor:not-allowed}.dump-input{resize:vertical;width:100%;min-height:190px;font-family:var(--f-mono);background:var(--ground-2);color:var(--text);border:1px solid var(--line);border-radius:var(--r);white-space:pre;padding:13px 15px;font-size:.79rem;line-height:1.55;overflow:auto}.dump-input::placeholder{color:var(--muted)}.dump-input.is-invalid{border-color:var(--bad)}.dump-status{font-family:var(--f-mono);letter-spacing:.06em;color:var(--muted);margin-top:9px;font-size:.7rem}.dump-status.is-invalid{color:var(--bad);letter-spacing:normal;font-size:.78rem;line-height:1.5}.readout{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden}.cell{border-left:1px solid var(--line-soft);padding:14px 16px}.cell:first-child{border-left:0}.cell-v{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700;line-height:1.1;display:block}.cell-k{font-family:var(--f-mono);letter-spacing:.11em;text-transform:uppercase;color:var(--muted);margin-top:3px;font-size:.62rem;display:block}.tone-ok{color:var(--ok)}.tone-bad{color:var(--bad)}.tone-idle{color:var(--idle)}@media (width<=860px){.readout{grid-template-columns:repeat(3,1fr)}.cell:nth-child(4){border-left:0}.cell:nth-child(n+4){border-top:1px solid var(--line-soft)}}@media (width<=520px){.readout{grid-template-columns:repeat(2,1fr)}.cell:nth-child(odd){border-left:0}.cell:nth-child(n+3){border-top:1px solid var(--line-soft)}}.verdict{flex-direction:column;gap:11px;display:flex}.verdict-tag{font-family:var(--f-mono);letter-spacing:.13em;border-radius:3px;align-self:flex-start;padding:4px 10px;font-size:.66rem;font-weight:600}.verdict-ok{border-left:3px solid var(--ok)}.verdict-ok .verdict-tag{background:var(--ok-soft);color:var(--ok)}.verdict-bad{border-left:3px solid var(--bad)}.verdict-bad .verdict-tag{background:var(--bad-soft);color:var(--bad)}.verdict p{color:var(--text-2);max-width:78ch;font-size:.93rem}.cycle{border-left:1px dashed var(--line);flex-direction:column;gap:11px;margin:4px 0 0;padding:0 0 0 20px;display:flex}.cycle li{flex-direction:column;gap:2px;list-style:none;display:flex;position:relative}.cycle li:before{content:"";background:var(--bad);border-radius:50%;width:9px;height:9px;position:absolute;top:.55em;left:-24px}.cycle-edge{color:var(--text-2);font-size:.86rem}.cycle-frame{font-family:var(--f-mono);color:var(--muted);font-size:.74rem}.cycle-edge,.cycle-frame,.contention-detail,.thread-lockline,.lock-addr,.dump-status{overflow-wrap:anywhere}.thread-name{color:var(--text);font-weight:600}.contention{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.contention li{border-bottom:1px dashed var(--line-soft);padding-bottom:14px}.contention li:last-child{border-bottom:0;padding-bottom:0}.contention-head{align-items:center;gap:12px;display:flex}.queue-depth{background:var(--bad-soft);min-width:34px;height:34px;color:var(--bad);border-radius:var(--r);font-variant-numeric:tabular-nums;flex:none;place-items:center;font-weight:700;display:grid}.lock-class{color:var(--text);word-break:break-all;font-size:.84rem;display:block}.lock-addr{font-family:var(--f-mono);color:var(--muted);font-size:.68rem;display:block}.contention-detail{color:var(--text-2);margin-top:8px;font-size:.86rem}.hot-frames{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.bar-row{align-items:center;gap:10px;display:flex}.bar-count{font-variant-numeric:tabular-nums;min-width:22px;color:var(--accent);flex:none;font-size:.86rem;font-weight:650}.bar-track{background:var(--panel-2);border-radius:3px;flex:1;height:6px;overflow:hidden}.bar-fill{background:var(--accent-bright);border-radius:3px;height:100%;display:block}.hot-frames .frame{color:var(--text-2);word-break:break-all;margin-top:4px;font-size:.74rem;display:block}.filters{flex-direction:column;gap:11px;margin-bottom:14px;display:flex}.state-tabs{flex-wrap:wrap;gap:7px;display:flex}.state-tab{border:1px solid var(--line);font-family:var(--f-mono);letter-spacing:.07em;cursor:pointer;color:var(--text-2);background:0 0;border-radius:100px;padding:5px 12px;font-size:.68rem;transition:border-color .15s,color .15s}.state-tab:hover{border-color:var(--muted)}.state-tab.is-active{border-color:var(--accent-bright);color:var(--accent);background:var(--panel-2)}.tab-count{color:var(--muted);margin-left:4px}.search{background:var(--ground-2);width:100%;color:var(--text);border:1px solid var(--line);border-radius:var(--r);padding:9px 13px;font-size:.88rem}.search::placeholder{color:var(--muted)}.threads{border:1px solid var(--line-soft);border-radius:var(--r);margin:0;padding:0;list-style:none;overflow:hidden}.thread{border-top:1px solid var(--line-soft)}.thread:first-child{border-top:0}.thread-head{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;width:100%;padding:11px 14px;display:flex}.thread-head:hover{background:var(--panel-2)}.state-chip{font-family:var(--f-mono);letter-spacing:.09em;text-align:center;border-radius:3px;flex:none;min-width:96px;padding:3px 8px;font-size:.6rem;font-weight:600}.state-chip.tone-ok{background:var(--ok-soft);color:var(--ok)}.state-chip.tone-bad{background:var(--bad-soft);color:var(--bad)}.state-chip.tone-idle{background:var(--idle-soft);color:var(--idle)}.thread-title{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.thread-top-frame{font-family:var(--f-mono);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.thread-meta{flex-wrap:wrap;flex:0 auto;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.blocked-by{font-family:var(--f-mono);color:var(--bad);text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.65rem;overflow:hidden}.tag{font-family:var(--f-mono);letter-spacing:.05em;color:var(--muted);border:1px solid var(--line-soft);border-radius:3px;padding:2px 6px;font-size:.62rem}.tag.num{font-variant-numeric:tabular-nums}.chevron{font-family:var(--f-mono);color:var(--accent);text-align:center;width:12px}.thread-body{background:var(--panel-2);padding:2px 14px 14px}.thread-lockline{color:var(--text-2);margin-bottom:6px;font-size:.8rem}.stack{border-left:2px solid var(--line);flex-direction:column;gap:3px;margin:8px 0 0;padding:0 0 0 16px;list-style:none;display:flex}.stack li{color:var(--text-2);word-break:break-all;font-size:.74rem}@media (width<=680px){.thread-head{flex-wrap:wrap;gap:8px}.state-chip{min-width:0}.thread-title{flex:100%;order:2}.thread-top-frame{white-space:normal;word-break:break-all}.thread-meta{flex:auto;order:1;justify-content:flex-start}.blocked-by{min-width:0;max-width:100%}.chevron{margin-left:auto}}
