#dzCmdPalette{position:fixed;inset:0;z-index:2400;display:none;align-items:flex-start;justify-content:center;padding:12vh 16px 24px;background:rgba(18,16,28,.45)}
#dzCmdPalette.open{display:flex}
.dz-cmd-panel{width:min(640px,100%);background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(20,12,40,.28);overflow:hidden;border:1px solid #eceaf3}
.dz-cmd-head{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #f0eef5}
.dz-cmd-head svg{width:18px;height:18px;stroke:#6b32e9;fill:none;stroke-width:1.8}
.dz-cmd-head input{flex:1;border:0;outline:none;font:inherit;font-size:15px;font-weight:600;color:#15152d;background:transparent}
.dz-cmd-kicker{font-size:10px;font-weight:800;letter-spacing:.08em;color:#8a879b;padding:8px 14px 0}
.dz-cmd-list{max-height:min(52vh,420px);overflow:auto;padding:6px 8px 12px}
.dz-cmd-item{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:0;background:transparent;border-radius:10px;padding:8px 10px;cursor:pointer;color:#15152d}
.dz-cmd-item:hover,.dz-cmd-item.is-active{background:#f4f0ff}
.dz-cmd-item b{display:block;font-size:13px}
.dz-cmd-item small{display:block;color:#6f6c80;font-size:11px}
.dz-cmd-tag{margin-left:auto;font-size:10px;font-weight:700;color:#6b32e9;background:#efeafc;border-radius:999px;padding:2px 8px}
.dz-cmd-empty{padding:18px 14px;color:#6f6c80;font-size:13px}
body.dark #dzCmdPalette{background:rgba(0,0,0,.55)}
body.dark .dz-cmd-panel{background:#1c1c24;border-color:#32323f;color:#eee}
body.dark .dz-cmd-head{border-color:#32323f}
body.dark .dz-cmd-head input{color:#f4f4f8}
body.dark .dz-cmd-item{color:#eee}
body.dark .dz-cmd-item:hover,body.dark .dz-cmd-item.is-active{background:#2a2438}
body.dark .dz-cmd-tag{background:#2a2240;color:#c7aaff}
