@keyframes selectorBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes selectorContentIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes selectorBackdropOut{0%{opacity:1}to{opacity:0}}@keyframes selectorContentOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.benchmark-selector-modal{display:flex;flex-direction:column;width:100%;height:calc(100% - 40px);position:absolute;backdrop-filter:brightness(.9) blur(4px);-webkit-backdrop-filter:brightness(.9) blur(4px);top:0;left:0;z-index:20;padding:0;animation:selectorBackdropIn .25s cubic-bezier(.215,.61,.355,1) both}.benchmark-selector-modal.exiting{animation:selectorBackdropOut .2s cubic-bezier(.215,.61,.355,1) both}@media(prefers-reduced-motion:reduce){.benchmark-selector-modal{animation:none}.benchmark-selector-modal.exiting{animation:none;opacity:0}}.benchmark-selector-modal .icon-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.benchmark-selector-modal .icon-wrapper img,.benchmark-selector-modal .icon-wrapper svg{object-fit:contain;width:32px;height:32px;padding:8px;margin:0}.benchmark-selector-modal-content{padding:1rem;display:flex;flex-direction:column;width:100%;height:100%;gap:1rem;background-color:rgba(0,0,0,.5);transform-origin:top center;animation:selectorContentIn .2s cubic-bezier(.215,.61,.355,1) both;animation-delay:50ms}.benchmark-selector-modal-content .heading{font-size:1.2rem}.benchmark-selector-modal.exiting .benchmark-selector-modal-content{animation:selectorContentOut .2s cubic-bezier(.215,.61,.355,1) both;animation-delay:0s}@media(prefers-reduced-motion:reduce){.benchmark-selector-modal-content{animation:none}.benchmark-selector-modal.exiting .benchmark-selector-modal-content{animation:none;opacity:0}}.benchmark-selector-modal-content-close{all:unset;box-sizing:border-box;display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;margin-left:auto;border-radius:8px;color:#fff;background:hsla(0,0%,100%,.06);box-shadow:var(--shadow-control);cursor:pointer;transition:color var(--dur-hover) var(--ease-micro),background-color var(--dur-hover) var(--ease-micro),transform var(--dur-press) var(--ease-micro)}@media(hover:hover)and (pointer:fine){.benchmark-selector-modal-content-close:hover{background-color:hsla(0,0%,100%,.12)}}.benchmark-selector-modal-content-close:active{transform:scale(.96)}.benchmark-selector-modal-content-close:focus-visible{outline:2px solid #ff7800;outline-offset:2px}.benchmark-selector-modal .right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-grow:0;flex-shrink:0;margin-left:auto;gap:1rem}.benchmark-selector-modal .right .label{color:hsla(0,0%,100%,.78)}.benchmark-selector-modal .right .result-count{color:hsla(0,0%,100%,.78);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.benchmark-selector-modal .row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}.benchmark-selector-modal .row.controls{background-color:#232027;border-radius:1rem;padding:.5rem;justify-content:flex-end;gap:16px}.benchmark-selector-modal .text-input-container.benchmark-selector-search{flex:1 1 240px;min-width:160px;margin:0}.benchmark-list-container{display:flex;flex-direction:column;height:100%}@media only screen and (max-width:899px){.generic-modal-content{max-width:95%}}