.button{--border:rgb(0 0 0/13%);--highlight:hsla(0,0%,100%,.2);--shadow:rgb(0 0 0/10%);display:flex;height:2.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;gap:.25rem;white-space:nowrap;border-radius:.5rem;border-style:none;background-color:#fff;padding-left:1rem;padding-right:1rem;line-height:1.5rem;color:#000;text-decoration-line:none;outline-width:2px;outline-offset:2px;outline-color:#007acc;box-shadow:inset 0 0 0 1px var(--border),inset 0 2px 0 var(--highlight),inset 0 -1px 0 var(--shadow),0 1px 1px var(--shadow);font-weight:500;font-size:15px}.button:where(.dark,.dark *){--border:hsla(0,0%,100%,.1);--highlight:rgb(255 255 255/5%);--shadow:rgb(0 0 0/25%);background-color:hsla(0,0%,100%,.05);color:#fff;box-shadow:inset 0 0 0 1px var(--border),inset 0 -1px 0 1px var(--shadow),inset 0 1px 0 var(--highlight)}.button:not(:active):hover{--border:rgb(0 0 0/33%)}.button:where(.dark,.dark *):not(:active):hover{--border:hsla(0,0%,100%,.25)}.button[aria-disabled=true]{opacity:.5}.button[data-focus-visible]{outline-style:solid}.button:active,.button[data-active]{padding-top:.125rem;box-shadow:inset 0 0 0 1px var(--border),inset 0 2px 0 var(--border)}@media (min-width:640px){.button{gap:.5rem}}.button:active:where(.dark,.dark *),.button[data-active]:where(.dark,.dark *){box-shadow:inset 0 0 0 1px var(--border),inset 0 1px 1px 1px var(--shadow)}.secondary{background-color:transparent;color:currentColor;box-shadow:none}.secondary:hover{background-color:rgba(0,0,0,.05)}.secondary:where(.dark,.dark *){background-color:transparent;box-shadow:none}.secondary:hover:where(.dark,.dark *){background-color:hsla(0,0%,100%,.05)}.secondary:active:where(.dark,.dark *),.secondary[data-active]:where(.dark,.dark *){box-shadow:none}.backdrop{background-color:rgba(0,0,0,.1);opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.backdrop:where(.dark,.dark *){background-color:rgba(0,0,0,.3)}.dialog{position:fixed;top:.75rem;left:.75rem;right:.75rem;z-index:50;margin:auto;display:flex;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - 2 * .75rem);flex-direction:column;overflow:auto;border-radius:.75rem;color:#000;gap:0;background-color:hsla(0,0%,100%,.9);padding:0;opacity:0;transition-property:opacity,scale;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;box-shadow:0 0 0 1px rgb(0 0 0/.1),0 25px 50px -12px rgb(0 0 0/.25);scale:.97}@media (min-width:640px){.dialog{top:10vh;bottom:10vh;margin-top:0;border-radius:1rem;max-height:480px;width:540px;padding:0}}.dialog:where(.dark,.dark *){color:#fff;border:0 solid #3b3e40;background-color:rgba(29,31,32,.9);box-shadow:0 0 0 1px hsla(0,0%,100%,.15),0 25px 50px -12px rgb(0 0 0/.35)}.dialog[data-enter]{opacity:1;scale:1}@media (min-width:768px){.dialog{width:640px}}.backdrop[data-enter]{opacity:1}.combobox-wrapper{display:flex;align-items:center;gap:1rem;border-bottom-width:1px;border-color:rgba(0,0,0,.1);padding-left:1rem;padding-right:1rem}.combobox-wrapper:last-of-type{border-bottom-width:0;border-top-width:1px}.combobox-wrapper:where(.dark,.dark *){border-color:hsla(0,0%,100%,.1)}.combobox{height:4rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;padding-left:.25rem;padding-right:.25rem;font-size:17px;outline:none!important}.combobox::-moz-placeholder{color:rgba(0,0,0,.6)}.combobox::placeholder{color:rgba(0,0,0,.6)}.combobox:where(.dark,.dark *)::-moz-placeholder{color:hsla(0,0%,100%,.46)}.combobox:where(.dark,.dark *)::placeholder{color:hsla(0,0%,100%,.46)}.escape{margin-right:-.25rem;height:2.5rem;border-radius:.375rem;border:1px solid rgba(0,0,0,.1);padding-left:1rem;padding-right:1rem;font-weight:400;color:rgba(0,0,0,.7);outline-offset:-1px}@media (min-width:640px){.escape{margin-right:0;height:2rem;padding-left:.5rem;padding-right:.5rem;font-size:.875rem;line-height:1.25rem}}.escape:where(.dark,.dark *){border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7)}.list{overflow-y:auto;padding:.5rem}.list-item{display:flex;scroll-margin:.5rem;align-items:center;gap:.75rem;border-radius:.5rem;padding:.5rem .75rem;font-size:15px;outline:none!important}.list-item[data-active-item]{background-color:rgba(0,0,0,.075)}.list-item:active,.list-item[data-active]{padding-top:9px;padding-bottom:7px}.list-item:where(.dark,.dark *)[data-active-item]{background-color:hsla(0,0%,100%,.1)}.item-icon>svg{width:1rem;height:1rem}.item-group{opacity:.5}.item-type{margin-left:auto;opacity:.5}.group-label{cursor:default;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;opacity:.5}.group-label+*{scroll-margin-top:2.75rem}.no-results{display:flex;height:5rem;flex-direction:column;align-items:center;justify-content:center;opacity:.8}