[cmdk-overlay]{position:fixed;inset:0;background:rgba(0,0,0,.2);backdrop-filter:blur(3px);animation:overlay-show .15s cubic-bezier(.16,1,.3,1);z-index:49}[cmdk-dialog]{animation:dialog-show .15s cubic-bezier(.16,1,.3,1);transform-origin:center center}@keyframes overlay-show{0%{opacity:0}to{opacity:1}}@keyframes dialog-show{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}[cmdk-dialog]{max-width:640px;width:100%}[cmdk-input]{font-family:var(--font-sans);border:none;width:100%;font-size:16px;padding:0;background:transparent;outline:none}[cmdk-item]{cursor:pointer;height:40px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:8px;padding:0 12px;user-select:none;will-change:background,color;transition:all .15s ease;transition-property:none}[cmdk-item][aria-selected=true]{background:rgba(0,0,0,.08);color:var(--foreground)}.dark [cmdk-item][aria-selected=true]{background:rgba(255,255,255,.1);color:#fff}[cmdk-item]:active{transition-property:background;background:rgba(0,0,0,.08)}.dark [cmdk-item]:active{background:rgba(255,255,255,.1)}[cmdk-group-heading]{user-select:none;font-size:12px;font-weight:500;padding:0 12px;display:flex;align-items:center}[cmdk-empty]{font-size:14px;display:flex;align-items:center;justify-content:center;height:64px;white-space:pre-wrap;color:var(--foreground)}