.global-loading-bar{z-index:500;pointer-events:none;background:0 0;height:3px;position:fixed;top:0;left:0;right:0;overflow:hidden}.global-loading-bar:after{content:"";background:#4a23fb;width:30%;height:100%;animation:1.1s ease-in-out infinite global-loading-bar-sweep;position:absolute;top:0;left:-30%}@keyframes global-loading-bar-sweep{0%{left:-30%}50%{left:60%}to{left:130%}}
.cp-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:flex-start;padding:12vh 16px 16px;display:flex;position:fixed;inset:0}.cp-dialog{background:#1a2d40;border:1px solid #ffffff1a;border-radius:12px;width:min(640px,100%);overflow:hidden;box-shadow:0 24px 48px #00000059}.cp-input-row{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding:14px 16px;display:flex}.cp-input-icon{color:#fff6;flex-shrink:0}.cp-input{color:#f1f5f9;background:0 0;border:none;outline:none;flex:1;font-size:15px}.cp-input::placeholder{color:#ffffff59}.cp-kbd{color:#ffffff73;border:1px solid #ffffff1f;border-radius:4px;padding:2px 6px;font-size:11px}.cp-list{max-height:360px;padding:8px;overflow-y:auto}.cp-group [cmdk-group-heading]{text-transform:uppercase;letter-spacing:.04em;color:#fff6;padding:8px 10px 6px;font-size:11px;font-weight:600}.cp-item{cursor:pointer;color:#ffffffd9;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.cp-item[data-selected=true]{color:#fff;background:#4f46e533}.cp-item[data-disabled=true]{opacity:.45;cursor:not-allowed}.cp-item-icon{color:#ffffff8c;flex-shrink:0}.cp-item-label{flex:1;min-width:0}.cp-item-meta{color:#fff6;text-transform:capitalize;font-size:11px}.cp-empty{text-align:center;color:#ffffff73;padding:24px;font-size:13px}.cp-footer{color:#fff6;border-top:1px solid #ffffff14;align-items:center;gap:16px;padding:10px 16px;font-size:11px;display:flex}.cp-footer-kbd{border:1px solid #ffffff1f;border-radius:4px;margin-left:auto;padding:2px 6px}body.light-theme .cp-dialog{background:#fff;border-color:#e2e8f0;box-shadow:0 24px 48px #0f172a1f}body.light-theme .cp-input-row{border-bottom-color:#eef2f6}body.light-theme .cp-input{color:#1e293b}body.light-theme .cp-input::placeholder{color:#94a3b8}body.light-theme .cp-item{color:#334155}body.light-theme .cp-item[data-selected=true]{color:#1e293b;background:#4f46e51a}body.light-theme .cp-group [cmdk-group-heading]{color:#94a3b8}body.light-theme .cp-empty{color:#64748b}body.light-theme .cp-footer{color:#94a3b8;border-top-color:#eef2f6}
