.Popover_pop__4_Lyy{position:fixed;z-index:1000;background:var(--v2-card);border:1px solid var(--v2-hairline);border-radius:var(--v2-r-callout);box-shadow:var(--v2-shadow-card-hover);padding:var(--v2-s-4);min-width:220px;max-width:360px;animation:Popover_popIn__qj6IH var(--v2-dur-base) var(--v2-ease-entrance);font-family:var(--v2-font-sans);color:var(--v2-ink-1);--pop-tx:0;--pop-ty:0;transform:translate(var(--pop-tx),var(--pop-ty))}.Popover_pop__4_Lyy.Popover_leaving__WGebr{animation:Popover_popOut__ijzfd var(--v2-dur-base) var(--v2-ease-exit) forwards}@keyframes Popover_popIn__qj6IH{0%{opacity:0;transform:translate(var(--pop-tx,0),calc(var(--pop-ty, 0px) - 4px))}to{opacity:1;transform:translate(var(--pop-tx,0),var(--pop-ty,0))}}@keyframes Popover_popOut__ijzfd{0%{opacity:1;transform:translate(var(--pop-tx,0),var(--pop-ty,0))}to{opacity:0;transform:translate(var(--pop-tx,0),calc(var(--pop-ty, 0px) - 4px))}}@media (prefers-reduced-motion:reduce){.Popover_pop__4_Lyy,.Popover_pop__4_Lyy.Popover_leaving__WGebr{animation:none}}.Progress_track__miFXC{width:100%;background:var(--v2-canvas-sunk);overflow:hidden;border-radius:999px}.Progress_size-sm__c_3O1{height:3px}.Progress_size-md__Dzup_{height:4px}.Progress_size-lg__UrPDs{height:6px}.Progress_fill__Ytcq0{height:100%;background:var(--v2-brand);border-radius:999px;transition:width 1.2s var(--v2-ease-entrance)}.Progress_intent-success__ZwSwC .Progress_fill__Ytcq0{background:var(--v2-success)}.Progress_intent-severity__b1olQ .Progress_fill__Ytcq0{background:var(--v2-severity)}.Progress_indeterminate__LXpZC .Progress_fill__Ytcq0{width:40%!important;animation:Progress_indeterminate__LXpZC 1.4s var(--v2-ease-state) infinite}@keyframes Progress_indeterminate__LXpZC{0%{transform:translateX(-100%)}to{transform:translateX(250%)}}.Progress_label__R6SLl{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--v2-font-sans);font-size:var(--v2-t-meta);color:var(--v2-ink-2);margin-bottom:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.Progress_label__R6SLl strong{color:var(--v2-ink-1);font-weight:600}