.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.command-palette-overlay{z-index:9998;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;animation:.15s ease-out fadeIn;position:fixed;inset:0}.command-palette-content{z-index:9999;background:linear-gradient(135deg,hsl(var(--surface-elevated)/.95),hsl(var(--surface)/.95));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsl(var(--border));border-radius:16px;width:90%;max-width:640px;max-height:70vh;animation:.2s cubic-bezier(.16,1,.3,1) scaleIn;position:fixed;top:15vh;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 24px 48px #00000080,inset 0 0 0 1px #ffffff0d}.command-palette{flex-direction:column;height:100%;max-height:70vh;display:flex}[cmdk-root]{flex-direction:column;height:100%;display:flex}[cmdk-overlay]{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;animation:.15s ease-out fadeIn;position:fixed;inset:0}[cmdk-dialog]{background:linear-gradient(135deg,hsl(var(--surface-elevated)/.95),hsl(var(--surface)/.95));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsl(var(--border));border-radius:16px;width:90%;max-width:640px;max-height:70vh;animation:.2s cubic-bezier(.16,1,.3,1) scaleIn;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000080,inset 0 0 0 1px #ffffff0d}.command-palette-input-wrapper{border-bottom:1px solid hsl(var(--border));align-items:center;padding:0 20px;display:flex;position:relative}.command-palette-search-icon{width:20px;height:20px;color:hsl(var(--muted-foreground));flex-shrink:0}.command-palette-input{height:64px;color:hsl(var(--foreground));background:0 0;border:none;outline:none;flex:1;padding:0 12px;font-size:18px;font-weight:500}.command-palette-input::placeholder{color:hsl(var(--muted-foreground));font-weight:400}.command-palette-list{max-height:calc(70vh - 112px);padding:8px;overflow:hidden auto}.command-palette-list::-webkit-scrollbar{width:8px}.command-palette-list::-webkit-scrollbar-track{background:0 0}.command-palette-list::-webkit-scrollbar-thumb{background:hsl(var(--border-strong));border-radius:4px}.command-palette-list::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.command-palette-loading{justify-content:center;align-items:center;padding:32px;display:flex}.command-palette-empty{padding:0}[cmdk-group-heading]{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;padding:12px 12px 8px;font-size:12px;font-weight:600;display:flex}.command-palette-item{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;margin-bottom:4px;padding:12px;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex}.command-palette-item[aria-selected=true]{background:linear-gradient(135deg,#3c83f626,#3c83f614);border-left:3px solid #3c83f6;padding-left:9px}.command-palette-item:active{transform:scale(.98)}.command-palette-hint{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;gap:8px;padding:16px;font-size:13px;font-weight:500;display:flex}.command-palette-footer{border-top:1px solid hsl(var(--border));background:hsl(var(--surface)/.5);padding:12px 20px}.command-palette-kbd{background:hsl(var(--surface-elevated));border:1px solid hsl(var(--border));min-width:20px;height:20px;font-size:11px;font-weight:600;font-family:var(--font-mono);color:hsl(var(--foreground));border-radius:4px;justify-content:center;align-items:center;padding:0 6px;display:inline-flex;box-shadow:0 1px 2px #0003}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:640px){[cmdk-root]{padding-top:10vh}[cmdk-dialog]{width:95%;max-height:80vh}.command-palette-input{font-size:16px}.command-palette-item{padding:16px 12px}.command-palette-item img{width:48px!important;height:48px!important}}
