.hist-modal-scrim{position:fixed;inset:0;z-index:50}.hist-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);cursor:pointer}.hist-modal-shell{position:absolute;background:var(--surface);display:flex;flex-direction:column;left:0;right:0;bottom:0;border-radius:16px 16px 0 0;max-height:85vh}@media (min-width:768px){.hist-modal-shell{left:50%;right:auto;bottom:auto;top:50%;transform:translate(-50%,-50%);width:480px;max-height:80vh;border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.25)}.hist-modal-handle{display:none!important}}.hist-modal-handle{display:flex;justify-content:center;padding:10px 0 4px}.hist-modal-grab{width:40px;height:4px;border-radius:999px;background:var(--border-strong)}.hist-modal-head{padding:14px 18px 12px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.hist-modal-title{font-family:var(--font-display);font-weight:800;font-size:15px;letter-spacing:-.02em}.hist-modal-subtitle{font-size:11px;color:var(--text-muted);margin-top:2px}.hist-modal-body{flex:1 1;overflow-y:auto;padding:16px 18px 24px}.hist-modal-placeholder{font-size:12px;color:var(--text-muted)}.hist-timeline{position:relative;padding-left:20px}.hist-timeline-line{position:absolute;left:6px;top:8px;bottom:8px;width:1.5px;background:var(--border)}.hist-entry{display:flex;gap:14px;margin-bottom:18px;position:relative}.hist-dot{position:absolute;left:-20px;top:3px;width:13px;height:13px;border-radius:999px;background:var(--accent);border:2px solid var(--surface)}.hist-entry-content{flex:1 1;min-width:0}.hist-entry-meta{display:flex;align-items:center;gap:8px;margin-bottom:2px}.hist-entry-hora{font-size:12px;font-weight:700;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hist-entry-autor{font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px;background:var(--detail-bg);border:1px solid var(--border);color:var(--text-secondary)}.hist-entry-texto{font-size:13px;color:var(--text-primary);line-height:1.4;font-weight:500}