.history_page__XZ6Lq{min-height:80vh;padding:64px 32px 96px}.history_heading__H_aEt{margin-bottom:8px}.history_topRow__uOaZZ{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:40px;flex-wrap:wrap}.history_list__o92OQ{list-style:none;display:flex;flex-direction:column;gap:12px}.history_item__N7F_c{display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:16px;gap:16px;background:var(--paper-card);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px 22px;transition:box-shadow .2s,transform .2s}.history_item__N7F_c:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.history_itemMain__l7tkw{display:flex;flex-direction:column;gap:4px;min-width:0}.history_itemName__t7_de{font-family:var(--display);font-size:16px;font-weight:700;color:var(--black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history_itemMeta__7k_PV{font-family:var(--mono);font-size:12px;color:var(--muted)}.history_badge__tErOM{font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:var(--r-pill);white-space:nowrap;background:var(--paper-deep);color:var(--muted)}.history_badge_complete__xnslu{background:var(--good-bg);color:var(--good-fg)}.history_badge_pending__jxUOY,.history_badge_running__iwMI3{background:var(--medium-bg);color:var(--medium-fg)}.history_badge_failed__7HzJ3{background:var(--critical-bg);color:var(--critical-fg)}.history_viewLink__gAMcY{font-family:var(--mono);font-size:12px;font-weight:700;color:var(--purple);white-space:nowrap}.history_viewLink__gAMcY:hover{text-decoration:underline}.history_inlineLink__10dv2{color:var(--purple);font-weight:700}.history_loginForm__9Vvmy{display:flex;flex-direction:column;gap:12px;max-width:420px}.history_label__4G2EY{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint)}.history_input__vUm80{font-family:var(--mono);font-size:14px;padding:12px 14px;border:1px solid var(--border-strong);border-radius:var(--r-md);background:var(--paper);color:var(--black)}.history_input__vUm80:focus{outline:none;border-color:var(--purple)}.history_notice__VLLs9{max-width:460px}.history_statusTag___ol8v{display:block;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:12px}.history_sub__vla1I{font-family:var(--mono);font-size:14px;color:var(--muted);line-height:1.7}.history_errorNote__uOarG{font-family:var(--mono);font-size:12px;color:var(--critical-fg)}@media (max-width:600px){.history_item__N7F_c{grid-template-columns:1fr auto;grid-template-areas:"main badge" "main link"}.history_itemMain__l7tkw{grid-area:main}.history_badge__tErOM{grid-area:badge}.history_viewLink__gAMcY{grid-area:link}}