.recent-records{flex-direction:column;gap:.5rem;width:100%;max-width:720px;margin:0 auto 2.5rem;display:flex}.recent-records-header{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;display:inline-flex}.recent-records-header>svg{color:var(--accent)}.recent-records-count{font-variant-numeric:tabular-nums;color:var(--accent);background:var(--accent-soft);letter-spacing:0;border-radius:8px;padding:1px 6px;font-size:.7rem;font-weight:600}.recent-records-list{overscroll-behavior:contain;flex-direction:column;gap:.1rem;margin:0;padding:0 .4rem 0 0;list-style:none;display:flex;overflow-y:auto}.recent-records-list::-webkit-scrollbar{width:8px}.recent-records-list::-webkit-scrollbar-track{background:0 0}.recent-records-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--foreground) 18%, transparent);border-radius:4px}.recent-records-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--foreground) 28%, transparent)}.recent-records-list{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--foreground) 18%, transparent) transparent}.recent-records-row{border-radius:8px;grid-template-columns:1.4rem 1fr;align-items:center;gap:.4rem;padding:.3rem .4rem;transition:background .12s;display:grid}.recent-records-row:hover{background:color-mix(in srgb, var(--foreground) 5%, transparent)}.recent-records-copy{width:1.4rem;height:1.4rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .12s,background .12s;display:inline-flex}.recent-records-copy:hover{color:var(--accent);background:var(--accent-soft)}.recent-records-badge{justify-content:flex-start;align-items:center;display:flex}.recent-records-body{color:var(--foreground);font-variant-numeric:tabular-nums;font-size:.88rem;line-height:1.3;text-decoration:none;display:block}.recent-records-value{font-variant-numeric:tabular-nums;color:var(--foreground)}.recent-records-event,.recent-records-type,.recent-records-person{color:var(--foreground)}.recent-records-flag{flex-shrink:0;align-self:center;width:1.05em!important}.recent-records-inline-flag{vertical-align:middle;display:inline-block;width:1.2em!important}.recent-records-body .record-badge--inline{vertical-align:middle;margin-left:4px}@media (max-width:640px){.recent-records{margin-bottom:1.75rem}.recent-records-row{grid-template-columns:2.4rem 1fr;gap:.5rem;padding:.3rem .25rem}.recent-records-body{gap:.3rem;font-size:.84rem}}
