.cmdk-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(6px);z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:16px}.cmdk-container{width:100%;max-width:680px;margin-top:10vh;border-radius:16px;background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:0 20px 50px rgba(0,0,0,.2),0 0 0 1px hsl(var(--border)),0 0 20px rgba(0,0,0,.06) inset;background-clip:padding-box;border:1px solid hsl(var(--border));overflow:hidden}.cmdk-root{width:100%;display:grid;grid-template-rows:auto auto auto}.cmdk-input-wrapper{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--popover));justify-content:space-between;position:relative}.cmdk-input-wrapper kbd{font-size:11px;padding:2px 6px;border-radius:4px;border:1px solid hsl(var(--border));background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.cmdk-input{flex:1;border:none;background:transparent;font-size:15px;padding:0;margin:0;outline:none;color:hsl(var(--foreground));font-family:inherit}.cmdk-input::-moz-placeholder{color:hsl(var(--muted-foreground))}.cmdk-input::placeholder{color:hsl(var(--muted-foreground))}.cmdk-list{height:auto;max-height:60vh;overflow:auto;overscroll-behavior:contain;position:relative;background:hsl(var(--popover))}.cmdk-list-sizer{position:absolute;top:0;width:100%;transition:height .12s ease;overflow:hidden}.cmdk-group{overflow:hidden}.cmdk-group-heading{padding:8px 14px;font-size:12px;color:hsl(var(--muted-foreground));background:hsl(var(--muted));font-weight:500;text-transform:uppercase;letter-spacing:.025em}.cmdk-group-heading,.cmdk-item{-webkit-user-select:none;-moz-user-select:none;user-select:none}.cmdk-item{content-visibility:auto;cursor:pointer;height:48px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:8px;padding:0 14px;color:hsl(var(--popover-foreground));will-change:background,color;transition:all .15s ease;transition-property:none;position:relative}.cmdk-item[data-selected=true]{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.cmdk-item[data-disabled=true]{color:hsl(var(--muted-foreground));cursor:not-allowed}.cmdk-item[data-disabled=true][data-selected=true]{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.cmdk-item+.cmdk-item{margin-top:4px}.cmdk-item svg{width:18px;height:18px;flex-shrink:0}.cmdk-item-main{display:flex;align-items:center;justify-content:space-between;width:100%}.cmdk-item-left{min-width:0}.cmdk-item-left,.cmdk-item-right{display:flex;align-items:center;gap:8px}.cmdk-item-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.cmdk-item-meta,.cmdk-item-subtitle{font-size:12px;color:hsl(var(--muted-foreground))}.cmdk-empty{font-size:14px;display:flex;align-items:center;justify-content:center;height:48px;white-space:pre-wrap;color:hsl(var(--muted-foreground))}.cmdk-separator{height:1px;width:100%;background:hsl(var(--border));margin:4px 0}.cmdk-loading{padding:8px 14px;font-size:14px;color:hsl(var(--muted-foreground))}.cmdk-spinner{width:18px;height:18px;border-top:2px solid hsl(var(--border));border:2px solid hsl(var(--border));border-top-color:hsl(var(--info));border-radius:50%;animation:cmdk-spin 1s linear infinite}@keyframes cmdk-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.cmdk-container{max-width:95vw;margin-top:5vh}.cmdk-list{height:300px;max-height:300px}}