(function(){ const TOKEN="Vm3fYtLZEIBd25ePLOv4vN2Qpyx4MarfdFmUyuJAHLM"; const API="http://178.104.61.74:8081"; // ── CSS ────────────────────────────────────────────────────── const style=document.createElement('style'); style.textContent=` #cmd-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9999;display:none;align-items:flex-start;justify-content:center;padding-top:80px} #cmd-overlay.open{display:flex} #cmd-box{background:#fff;border-radius:10px;box-shadow:0 16px 48px rgba(0,0,0,.22);width:100%;max-width:560px;overflow:hidden} #cmd-input{width:100%;padding:14px 16px;border:none;outline:none;font-size:15px;font-family:inherit;color:#1c1917;border-bottom:1px solid #e7e5e4} #cmd-input::placeholder{color:#a8a29e} #cmd-results{max-height:360px;overflow-y:auto} .cmd-section{padding:4px 0} .cmd-section-label{font-size:10px;font-weight:700;color:#a8a29e;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px} .cmd-item{display:flex;align-items:center;gap:10px;padding:9px 16px;cursor:pointer;transition:background .08s} .cmd-item:hover,.cmd-item.selected{background:#f5f5f4} .cmd-item-icon{font-size:14px;flex-shrink:0;width:20px;text-align:center} .cmd-item-main{flex:1;min-width:0} .cmd-item-title{font-size:13px;color:#1c1917;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} .cmd-item-sub{font-size:11px;color:#a8a29e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px} .cmd-item-badge{font-size:10px;padding:2px 6px;border-radius:6px;background:#f5f5f4;color:#78716c;flex-shrink:0} .cmd-empty{padding:24px 16px;text-align:center;font-size:13px;color:#a8a29e} `; document.head.appendChild(style); // ── HTML ───────────────────────────────────────────────────── const overlay=document.createElement('div'); overlay.id='cmd-overlay'; overlay.innerHTML=`