:root{--grey1:#161616;--grey2:#1c1c1c;--grey3:#232323;--grey4:#282828;--grey5:#2e2e2e;--grey6:#343434;--grey7:#3e3e3e;--grey8:#505050;--grey9:#707070;--grey10:#7e7e7e;--grey11:#a0a0a0;--grey12:#ededed;--greyA1:hsla(0,0%,100%,0);--greyA2:hsla(0,0%,100%,.026);--greyA3:hsla(0,0%,100%,.056);--greyA4:hsla(0,0%,100%,.077);--greyA5:hsla(0,0%,100%,.103);--greyA6:hsla(0,0%,100%,.129);--greyA7:hsla(0,0%,100%,.172);--greyA8:hsla(0,0%,100%,.249);--greyA9:hsla(0,0%,100%,.386);--greyA10:hsla(0,0%,100%,.446);--greyA11:hsla(0,0%,100%,.592);--greyA12:hsla(0,0%,100%,.923)}[cmdk-root]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;max-width:640px;width:100%;padding:8px;background:hsla(0,0%,9%,.95);border-radius:12px;overflow:hidden;color:#f5f5f5;border:1px solid #343434;box-shadow:0 16px 70px rgba(0,0,0,.2);transition:transform .1s ease;font-family:sans-serif}[cmdk-label]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}[cmdk-input]{font-family:var(--font-sans);border:none;width:100%;font-size:17px;padding:8px 8px 16px;outline:none;background:var(--bg);color:var(--grey12);border-bottom:1px solid var(--grey6);margin-bottom:16px;border-radius:0}[cmdk-list]{--cmdk-list-height:436px;height:min(330px,var(--cmdk-list-height));max-height:400px;overflow:auto;overscroll-behavior:contain;transition:.1s ease;transition-property:height}:not([hidden])+[cmdk-group]{margin-top:8px}[cmdk-empty],[cmdk-group-heading]{color:var(--grey11);display:flex;align-items:center}[cmdk-group-heading]{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px;padding:0 8px;margin-bottom:8px}[cmdk-item]{content-visibility:auto;cursor:pointer;height:48px;border-radius:8px;font-size:14px;display:flex;gap:8px;padding:0 16px;color:var(--grey11);will-change:background,color;transition:all .15s ease;transition-property:none}[cmdk-item][data-selected=true]{background:var(--greyA3);color:var(--grey12)}[cmdk-item],[cmdk-vercel-badge]{align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}[cmdk-item] svg{width:18px;height:18px}[data-cmdk-shortcuts]{display:flex;margin-left:auto;gap:8px}[data-cmdk-shortcuts] kbd{font-family:var(--font-sans);font-size:12px;min-width:20px;padding:4px;height:20px;border-radius:4px;color:var(--grey11);background:var(--grey4);display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}