.command-palette-overlay{-webkit-backdrop-filter:var(--blur-md);z-index:9998;animation:fadeIn var(--dur-fast) var(--ease-out);background:#08080966;position:fixed;inset:0}.command-palette-dialog{border-radius:var(--radius-xl);width:100vw;max-width:640px;box-shadow:0 30px 60px #0006, var(--shadow-md);z-index:9999;animation:slideDown var(--dur-fast) var(--ease-spring);background:#111113d9;border:1px solid #ffffff14;outline:none;position:fixed;top:15vh;left:50%;overflow:hidden;transform:translate(-50%)}.command-palette-root{flex-direction:column;width:100%;display:flex}.command-palette-header{padding:0 var(--sp-4);border-bottom:1px solid #ffffff0f;align-items:center;display:flex}.command-palette-icon{width:18px;height:18px;color:var(--text-secondary);margin-right:12px}.command-palette-spinner{width:16px;height:16px;color:var(--brand-gold);margin-left:12px;animation:1s linear infinite spin}.command-palette-input{height:56px;color:var(--text-primary);font-size:var(--text-md);background:0 0;border:none;outline:none;flex:1;font-family:inherit}.command-palette-input::placeholder{color:var(--text-tertiary)}.command-palette-list{max-height:480px;padding:var(--sp-2) 0;overflow-y:auto}[cmdk-item]{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;transition:all .1s;display:flex}[cmdk-item] svg{opacity:.7;width:16px;height:16px}[cmdk-item][data-selected=true]{color:var(--text-primary);background:#ffffff0f}[cmdk-item][data-selected=true] svg{color:var(--brand-gold);opacity:1}[cmdk-group-heading]{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);padding:8px 16px;font-size:.75rem;font-weight:500}.command-palette-empty{text-align:center;color:var(--text-secondary);padding:3rem 1rem;font-size:.95rem}.view-all-item{font-weight:500;color:var(--brand-gold)!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-12px)scale(.98)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}:root[data-theme=light] .command-palette-overlay{background:#fbf8f080}:root[data-theme=light] .command-palette-dialog{background:#fffffff2;border-color:#0000001a;box-shadow:0 30px 60px #85681a1a,0 8px 24px #00000014}:root[data-theme=light] .command-palette-header{border-bottom-color:#00000014}:root[data-theme=light] .command-palette-input{color:var(--text-primary)}:root[data-theme=light] .command-palette-input::placeholder{color:var(--text-tertiary)}:root[data-theme=light] [cmdk-item][data-selected=true]{background:#85681a0f}:root[data-theme=light] .command-palette-empty{color:var(--text-secondary)}
