.recent-records{flex-direction:column;gap:.5rem;width:100%;max-width:1100px;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:12px}.recent-records-list::-webkit-scrollbar-track{background:0 0}.recent-records-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--foreground) 22%, transparent);border-radius:6px}.recent-records-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--foreground) 32%, 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}}
.ongoing-comps{flex-direction:column;gap:.75rem;width:100%;max-width:1100px;margin:-1.75rem auto 2.5rem;display:flex}.ongoing-comps-tabs{border-bottom:1px solid var(--border-default);grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.ongoing-comps-tab{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .5rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:color .12s;display:inline-flex;position:relative}.ongoing-comps-tab:disabled{opacity:.45;cursor:default}.ongoing-comps-tab:not(:disabled):hover,.ongoing-comps-tab.is-active{color:var(--foreground)}.ongoing-comps-tab.is-active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-1px;left:0;right:0}.ongoing-comps-groups{overscroll-behavior:contain;flex-direction:column;gap:.4rem;max-height:clamp(11rem,34vh,19rem);padding-right:.4rem;display:flex;overflow-y:auto}.ongoing-comps-groups::-webkit-scrollbar{width:12px}.ongoing-comps-groups::-webkit-scrollbar-track{background:0 0}.ongoing-comps-groups::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--foreground) 22%, transparent);border-radius:6px}.ongoing-comps-groups::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--foreground) 32%, transparent)}.ongoing-comps-groups .recent-records-list{padding-right:0;overflow:visible}.ongoing-comps-group{flex-wrap:wrap;align-items:center;gap:.3rem .5rem;display:flex}.ongoing-comps-flag{flex-shrink:0;width:1.3em!important}.ongoing-comps-date{font-variant-numeric:tabular-nums;color:var(--muted-foreground);letter-spacing:.02em;flex-shrink:0;font-size:.78rem}.ongoing-comps-chip-flag{flex-shrink:0;margin-right:.35rem;width:1.1em!important}.ongoing-comps-list{display:contents}.ongoing-comps-chip{border:1px solid var(--border-default);color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;max-width:100%;padding:.22rem .6rem;font-size:.8rem;line-height:1.3;text-decoration:none;transition:border-color .12s,background .12s,color .12s;display:inline-flex;overflow:hidden}.ongoing-comps-chip:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}@media (max-width:640px){.ongoing-comps{margin-top:-1rem;margin-bottom:1.75rem}}
