.history-card{margin:15px 0;background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:24px}.history-card .panel-head p{margin:7px 0 0;color:var(--muted);font-size:12px}.history-status{display:grid;gap:7px;margin:18px 0;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#f8fbfd;color:var(--muted);font-size:12px;line-height:1.6}.history-status p,.history-status small{margin:0}.history-status em{color:var(--red);font-style:normal}.history-state{display:inline-flex;width:max-content;border-radius:20px;padding:6px 10px;background:#e3f7ef;color:var(--green);font-size:11px;font-weight:800}.history-state.idle{background:#eef2f5;color:var(--muted)}.history-state.failed{background:#fde8ec;color:var(--red)}.history-form{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:12px}.history-form label{display:grid;gap:7px;color:var(--muted);font-size:11px;font-weight:700}.history-form input{width:100%;border:1px solid var(--line);background:#f7fafc;border-radius:10px;padding:11px 12px}.history-form button{border:0;background:var(--blue);color:#fff;border-radius:10px;padding:12px 15px;font-weight:800}.history-form button:disabled{opacity:.6;cursor:wait}@media (max-width:760px){.history-card{padding:17px}.history-form{grid-template-columns:1fr}.history-form button{width:100%}}@media (prefers-reduced-motion:reduce){.history-form button{transition:none}}
