.rprPGW_row{gap:var(--space-12);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.rprPGW_card{box-sizing:border-box;align-items:flex-start;gap:var(--space-12);padding:var(--space-16);background:var(--bg-base);border:var(--border-hairline)solid var(--border-3);border-radius:var(--radius-12);box-shadow:var(--container-shadow);cursor:pointer;flex-direction:column;height:184px;transition:box-shadow .12s;display:flex;position:relative;overflow:hidden}.rprPGW_card:hover{box-shadow:var(--shadow-hover-sm)}.rprPGW_card:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.rprPGW_recentCard{box-sizing:border-box;align-items:flex-start;gap:var(--space-12);padding:var(--space-16);background:var(--bg-base);border:var(--border-hairline)solid var(--border-3);border-radius:var(--radius-12);box-shadow:var(--container-shadow);flex-direction:column;height:184px;display:flex;overflow:hidden}.rprPGW_titleRow{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.rprPGW_arrow{color:var(--text-placeholder);transition:color .12s}.rprPGW_card:hover .rprPGW_arrow,.rprPGW_recentCard:hover .rprPGW_arrow{color:var(--text-secondary)}.rprPGW_statHeadline{white-space:nowrap;text-overflow:ellipsis;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-base);letter-spacing:var(--tracking-base);font-weight:var(--font-weight-text);color:var(--text-placeholder);min-width:0;overflow:hidden}.rprPGW_statCount{font-weight:var(--font-weight-medium);color:var(--text-primary)}.rprPGW_statChip{align-items:center;gap:var(--space-4);padding:var(--space-4)var(--space-6)var(--space-4)var(--space-10);border-radius:var(--radius-8);background:var(--bg-surface-2);font-family:var(--font-body);font-size:var(--text-sm);line-height:var(--leading-sm);letter-spacing:var(--tracking-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);flex-shrink:0;display:inline-flex}.rprPGW_realtimeDots{left:var(--space-10);right:var(--space-10);bottom:calc(-1*var(--space-2));pointer-events:none;justify-content:space-between;align-items:flex-end;display:flex;position:absolute}.rprPGW_realtimeDot{--bar-unit:var(--space-8);--bar-hover-ratio:1.3;width:var(--space-8);height:calc(var(--bar-unit)*(1 + var(--spike,0)));background:var(--bg-surface-2);border-radius:2px;flex-shrink:0;transition:height .24s cubic-bezier(.34,1.2,.64,1)}.rprPGW_card:hover .rprPGW_realtimeDot{height:calc(var(--bar-unit)*(1 + var(--spike,0))*var(--bar-hover-ratio))}.rprPGW_realtimeDotLit{box-sizing:border-box;background-color:var(--core-neutral-200);border:var(--border-hairline)solid color-mix(in oklch,var(--core-neutral-300)35%,var(--core-neutral-200));background-image:linear-gradient(#ffffff24,#fff0 55%,#0000000f);transition:height .24s cubic-bezier(.34,1.2,.64,1),background-color .24s,border-color .24s;}.rprPGW_card:hover .rprPGW_realtimeDotLit{background-color:var(--core-purple-200);border-color:color-mix(in oklch,var(--core-purple-300)35%,var(--core-purple-200))}.rprPGW_realtimeDotLoading{background:var(--bg-surface-2);animation:1.1s ease-in-out infinite rprPGW_dotPulse;animation-delay:calc(var(--i,0)*45ms);}@keyframes rprPGW_dotPulse{0%,to{height:var(--space-8)}50%{height:calc(var(--space-8)*2.5)}}@media (prefers-reduced-motion:reduce){.rprPGW_realtimeDot,.rprPGW_realtimeDotLit{transition:none}.rprPGW_realtimeDotLoading{animation:none}}.rprPGW_countSkeleton{height:var(--space-12);vertical-align:-1px;border-radius:var(--radius-4);background:linear-gradient(90deg,var(--bg-surface-2)0%,var(--bg-surface-3)50%,var(--bg-surface-2)100%);opacity:.6;width:56px;display:inline-block}@container rprPGW_overview (width<=760px){.rprPGW_row{grid-template-columns:minmax(0,1fr)}}