.history-cycle-label{display:grid;gap:7px;min-width:210px;color:var(--muted);font-size:12px;font-weight:750}
.history-loading{text-align:center;color:var(--muted);padding:42px}
.history-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}
.history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.history-title{margin-bottom:13px}.history-title h3{margin:5px 0 0;font:700 23px Georgia,serif}
.history-list{display:grid;gap:10px}.history-item{padding:13px 0;border-top:1px solid var(--line)}.history-item:first-child{border-top:0;padding-top:0}
.history-item strong{display:block;line-height:1.35}.history-item small{display:block;color:var(--muted);margin-top:4px;line-height:1.45}
.history-badge{display:inline-flex;margin-top:7px;padding:4px 8px;border-radius:999px;background:#eef5f0;color:#386148;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.history-badge.archived{background:#f1f2f1;color:#6c756f}.history-empty{padding:24px 0;color:var(--muted);text-align:center}
.history-detail summary{cursor:pointer;list-style:none}.history-detail summary::-webkit-details-marker{display:none}.history-detail summary:after{content:'Ver';float:right;color:var(--green);font-size:12px;font-weight:800}.history-detail[open] summary:after{content:'Ocultar'}
.history-plan-body{margin-top:13px;padding:14px;border-radius:14px;background:#f7faf7;color:#24332a}.history-plan-body b{display:block;margin-top:10px}.history-plan-body b:first-child{margin-top:0}.history-plan-body p{white-space:pre-wrap;line-height:1.55;margin:5px 0}.history-plan-body pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;line-height:1.55;margin:6px 0 0}
@media(max-width:700px){.history-heading{align-items:stretch}.history-cycle-label{width:100%}.history-stats,.history-grid{grid-template-columns:1fr 1fr}.history-grid>article:last-child{grid-column:auto}}
@media(max-width:480px){.history-stats,.history-grid{grid-template-columns:1fr}}
