@keyframes onAutoFillStart{}input:-webkit-autofill{animation-name:onAutoFillStart}@keyframes pulse-green{0%{box-shadow:0 0 8px 3px #4caf5066}50%{box-shadow:0 0 12px 5px #4caf50b3}to{box-shadow:0 0 8px 3px #4caf5066}}.command-palette{background-color:var(--mui-palette-background-paper)}.command-palette-input{width:100%;padding:16px;border:none;outline:none;background-color:transparent;font-size:1rem;color:var(--mui-palette-text-primary);border-bottom:1px solid var(--mui-palette-divider)}.command-palette-input:focus{box-shadow:none}.command-palette-list{max-height:400px;overflow-y:auto;padding:8px}.command-palette-group-heading{padding:8px 12px;font-size:.75rem;font-weight:500;color:var(--mui-palette-text-secondary)}.command-palette-item{display:flex;align-items:center;padding:10px 12px;cursor:pointer;font-size:.9rem;border-radius:6px;transition:background-color .1s ease-in-out}.command-palette-item[data-selected=true]{background-color:var(--mui-palette-action-selected);color:var(--mui-palette-primary-main)}.command-palette-item[data-selected=true] svg{color:var(--mui-palette-primary-main)}.command-palette-item:hover{background-color:var(--mui-palette-action-hover)}.command-palette-item svg{margin-right:12px;width:20px;height:20px;color:var(--mui-palette-text-secondary)}.command-palette-empty{padding:16px;text-align:center;font-size:.9rem;color:var(--mui-palette-text-secondary)}
