.vc-live-board{position:relative;overflow:hidden;border-radius:1.1rem;border:1px solid hsl(var(--border) / .7);background:linear-gradient(165deg,hsl(var(--muted) / .45),hsl(var(--background)) 55%),hsl(var(--card));color:hsl(var(--foreground));box-shadow:var(--shadow-card, 0 8px 24px -18px rgb(0 0 0 / .25))}.vc-live-board.is-live:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,hsl(var(--destructive) / .85),hsl(var(--accent) / .7),hsl(var(--destructive) / .4))}.vc-live-board.is-done{border-color:hsl(var(--primary) / .35)}.vc-live-board__chrome{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .9rem .25rem}.vc-live-board__live{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.15rem .55rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--destructive-foreground, var(--background)));background:hsl(var(--destructive) / .9)}.vc-live-board__status{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.vc-live-board__live-dot{width:.4rem;height:.4rem;border-radius:999px;background:currentColor;animation:vc-live-pulse 1.2s ease-in-out infinite}.vc-live-board__meta{font-size:.72rem;font-weight:600;color:hsl(var(--muted-foreground));max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-live-board__body{padding:.2rem .55rem .75rem}.vc-live-board table{width:100%;border-collapse:separate;border-spacing:0}.vc-live-board thead th{padding:.2rem .3rem .4rem;font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground));text-align:center}.vc-live-board thead th:first-child{text-align:left;width:42%}.vc-live-board thead th.is-current{color:hsl(var(--foreground))}.vc-live-board tbody tr.is-dim{opacity:.5}.vc-live-board tbody th,.vc-live-board tbody td{padding:.4rem .3rem;vertical-align:middle}.vc-live-board tbody th{text-align:left;font-size:.82rem;font-weight:600;max-width:10rem}.vc-live-board tbody td{text-align:center;font-variant-numeric:tabular-nums;font-weight:600;font-size:1.1rem;line-height:1;color:hsl(var(--muted-foreground))}.vc-live-board tbody td.is-current{color:hsl(var(--foreground));background:hsl(var(--muted) / .55);border-radius:.45rem}.vc-live-board tbody td.is-points{font-size:1.55rem;font-weight:700;color:hsl(var(--foreground));min-width:2.6rem}.vc-live-board tbody td.is-tappable,.vc-live-board tbody td.is-current.is-tappable{cursor:pointer;border-radius:.5rem;transition:background-color .12s ease,transform .12s ease}.vc-live-board tbody td.is-tappable:hover{background:hsl(var(--primary) / .12)}.vc-live-board tbody td.is-tappable:active{transform:scale(.96);background:hsl(var(--primary) / .2)}.vc-live-board tbody tr.is-flash td.is-points{animation:vc-live-pop .36s ease}.vc-live-board__footer{margin:.1rem .75rem .7rem;text-align:center;font-size:.7rem;font-weight:600;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-radius:999px;padding:.3rem .7rem}.vc-live-strip{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.95rem;border:1px solid hsl(var(--border) / .65);padding:.65rem .9rem;background:hsl(var(--muted) / .35)}.vc-live-strip__label{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.vc-live-strip__line{margin-top:.12rem;font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-live-strip__score{font-size:1.55rem;font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1}.vc-live-seg{display:flex;width:100%;max-width:18rem;margin-inline:auto;border-radius:.75rem;background:hsl(var(--muted) / .55);padding:.2rem}.vc-live-seg button{flex:1;border-radius:.6rem;padding:.45rem .5rem;font-size:.75rem;font-weight:650;color:hsl(var(--muted-foreground));transition:background-color .14s ease,color .14s ease}.vc-live-seg button.is-active{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 3px #00000014}@keyframes vc-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}@keyframes vc-live-pop{0%{transform:scale(1)}40%{transform:scale(1.1);color:hsl(var(--primary))}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.vc-live-board__live-dot,.vc-live-board tbody tr.is-flash td.is-points{animation:none!important}}
