.history-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;margin-bottom:24px;box-shadow:var(--shadow)}.history-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.history-top h2{font-size:28px;margin:3px 0}.animal-type{display:inline-block;background:#edf2ee;color:var(--forest);font-weight:800;font-size:12px;border-radius:999px;padding:5px 9px}.status-large{display:inline-block;background:#e5f0fb;color:#24639a;border-radius:999px;padding:5px 9px;font-weight:800;font-size:12px}.history-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.history-metric{border:1px solid var(--line);background:#f6f9f6;border-radius:11px;padding:12px}.history-metric small{display:block;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.05em}.history-metric b{font-size:17px;display:block;margin-top:5px}.history-section{margin-top:20px}.history-section h3{font-size:14px;color:var(--forest);letter-spacing:.04em;margin:0 0 9px}.history-table{width:100%;min-width:500px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.history-table td,.history-table th{padding:10px 13px}.history-table th{background:#eef3ef;color:var(--forest)}.confidence{font-size:10px;font-weight:800;border-radius:999px;padding:4px 6px;background:#f3eee4;color:#7d561b}.empty-history{color:var(--muted);padding:10px 0}@media(max-width:780px){.history-metrics{grid-template-columns:repeat(2,1fr)}.history-top{flex-direction:column}.history-card{padding:15px}}
