.grimoire-command-launcher{max-width:640px;padding:0;overflow:hidden}@media (width<=767px){.grimoire-command-launcher{width:calc(100% - 32px);max-width:calc(100% - 32px)}}.grimoire-command-content{width:100%}.command-launcher-wrapper{background:hsl(var(--background));width:100%}.command-input{border:none;border-bottom:1px solid hsl(var(--border));width:100%;color:hsl(var(--foreground));background:0 0;outline:none;padding:16px 20px;font-family:monospace;font-size:16px}.command-input::placeholder{color:hsl(var(--muted-foreground));font-family:monospace}.command-hint{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted));align-items:center;gap:8px;padding:8px 20px;font-family:monospace;font-size:12px;display:flex}.command-hint-label{color:hsl(var(--muted-foreground))}.command-hint-command{color:hsl(var(--foreground));font-weight:600}.command-hint-args{color:hsl(var(--accent))}.command-list{max-height:400px;padding:8px;overflow-y:auto}.command-empty{text-align:center;color:hsl(var(--muted-foreground));padding:32px 20px;font-family:monospace;font-size:14px}.command-group{margin-bottom:12px}.command-group [cmdk-group-heading]{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;padding:8px 12px 4px;font-family:monospace;font-size:11px;font-weight:600}.command-item{cursor:pointer;border:1px solid #0000;margin-bottom:2px;padding:14px 16px;transition:all .1s}@media (width>=768px){.command-item{padding:10px 12px}}.command-item[aria-selected=true]{background:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground))}.command-item[aria-selected=false]:hover{background:hsl(var(--muted));border-color:hsl(var(--border))}.command-item[data-exact-match=true]{border-color:hsl(var(--accent))}.command-item-content{flex-direction:column;gap:4px;display:flex}.command-item-name{align-items:baseline;gap:8px;font-family:monospace;font-size:14px;display:flex}.command-name{font-weight:600}.command-args{color:hsl(var(--muted-foreground));font-size:12px}.command-item[aria-selected=true] .command-args{color:hsl(var(--background));opacity:.7}.command-match-indicator{color:hsl(var(--accent));margin-left:auto;font-size:12px}.command-item[aria-selected=true] .command-match-indicator{color:hsl(var(--background))}.command-item-description{color:hsl(var(--muted-foreground));font-family:monospace;font-size:12px}.command-item[aria-selected=true] .command-item-description{color:hsl(var(--background));opacity:.8}.command-footer{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;padding:12px 20px;font-family:monospace;font-size:14px;display:flex}@media (width>=768px){.command-footer{font-size:12px}}.command-footer-status{color:hsl(var(--accent));font-family:inherit;font-weight:600;font-size:inherit;border:1px solid hsl(var(--accent));cursor:pointer;white-space:nowrap;background:0 0;margin-left:auto;padding:6px 14px}.command-footer-status:disabled{opacity:.6;cursor:default}@media (width>=768px){.command-footer-status{padding:2px 8px}}.command-footer-error{color:hsl(var(--destructive));text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-right:12px;display:-webkit-box;overflow:hidden}.command-footer kbd{background:hsl(var(--muted));border:1px solid hsl(var(--border));margin:0 4px;padding:4px 10px;font-family:monospace;font-size:13px}@media (width>=768px){.command-footer kbd{padding:2px 6px;font-size:11px}}.command-list::-webkit-scrollbar{width:8px}.command-list::-webkit-scrollbar-track{background:0 0}.command-list::-webkit-scrollbar-thumb{background-color:hsl(var(--scrollbar-thumb))}.command-list::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--scrollbar-thumb-hover))}
