.command-palette-backdrop{z-index:1000;background:#00000080;justify-content:center;padding-top:80px;animation:.1s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.command-palette{background:var(--color-secondary);border:1px solid #ffffff1a;border-radius:8px;width:520px;max-width:90vw;max-height:400px;animation:.15s ease-out slideDown;overflow:hidden;box-shadow:0 16px 48px #0006}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.command-palette-search{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:12px 16px;display:flex}.command-palette-search-icon{color:var(--color-muted);flex-shrink:0}.command-palette-input{color:var(--color-foreground);background:0 0;border:none;outline:none;flex:1;font-size:15px}.command-palette-input::placeholder{color:var(--color-muted)}.command-palette-list{max-height:280px;padding:4px 0;overflow-y:auto}.command-palette-empty{text-align:center;color:var(--color-muted);padding:24px;font-size:13px}.command-palette-item{cursor:pointer;text-align:left;width:100%;color:var(--color-foreground);background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;transition:background .1s;display:flex}.command-palette-item:hover,.command-palette-item.selected{background:#4169e126}.command-palette-item-left{align-items:center;gap:10px;display:flex}.command-palette-item-icon{color:var(--color-primary)}.command-palette-item-label{font-size:13px}.command-palette-item-shortcut{color:var(--color-muted);font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px}.command-palette-footer{color:var(--color-muted);background:#00000026;border-top:1px solid #ffffff14;align-items:center;gap:16px;padding:8px 16px;font-size:11px;display:flex}.command-palette-footer kbd{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:3px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-right:4px;padding:0 4px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;font-weight:500;display:inline-flex}.command-palette-list::-webkit-scrollbar{width:6px}.command-palette-list::-webkit-scrollbar-track{background:0 0}.command-palette-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.command-palette-list::-webkit-scrollbar-thumb:hover{background:#fff3}
