.attempt-history-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:22px 0 10px;padding-top:18px;border-top:1px solid var(--line)}
.attempt-history-heading h5{margin:0 0 3px;font-size:15px}.attempt-history-heading p{margin:0;color:var(--muted);font-size:12px}.attempt-history-heading>span{color:var(--muted);font-size:12px;white-space:nowrap}
.attempt-history{display:grid;gap:8px}.attempt-history-empty{padding:16px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);text-align:center}
.attempt-history-item{display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(130px,.7fr) minmax(180px,1fr);gap:12px;align-items:center;padding:11px 13px;border:1px solid var(--line);border-radius:12px;background:rgba(7,14,18,.34)}
.attempt-history-account{display:flex;align-items:center;gap:9px;min-width:0}.attempt-history-account img{width:20px;height:20px;object-fit:contain}.attempt-history-account span{display:grid;min-width:0}.attempt-history-account strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attempt-history-account small,.attempt-history-meta small{color:var(--muted);font-size:11px}.attempt-history-meta{display:grid}.attempt-history-response{grid-column:1/-1}.attempt-history-response summary{cursor:pointer;color:#bba6ff;font-size:12px}.attempt-history-response pre{max-height:210px;margin:9px 0 0;padding:11px;overflow:auto;border:1px solid var(--line);border-radius:9px;background:#060b0e;color:#cbd5db;font:11px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}
.workflow-queue-progress{margin:12px 0;padding:13px 15px;border:1px solid #246a3c;border-radius:12px;background:#0c2114}.workflow-queue-progress>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.workflow-queue-progress span{color:var(--muted)}.workflow-queue-progress progress{display:block;width:100%;height:9px;accent-color:#39ef70}
@media(max-width:820px){.attempt-history-item{grid-template-columns:1fr auto}.attempt-history-meta{grid-column:1/-1}.attempt-history-heading{align-items:flex-start;flex-direction:column}}

/* v1.16.61 — neutral attempt-detail disclosure text in the light interface. */
html[data-theme="light"] .attempt-history-response summary{color:#111!important}
