
.mm-srch-bar{display:flex;align-items:center;gap:8px;margin:2px 0 8px}
.mm-srch-bar input{flex:1;min-width:0;background:#0a1124;border:1px solid #2f3c66;border-radius:8px;color:#dbe3f7;font-size:13px;padding:7px 11px;outline:none}
.mm-srch-bar input:focus{border-color:#3d63b8}
.mm-srch-bar input::placeholder{color:#6b779b}
.mm-srch-bar .mm-srch-x{cursor:pointer;color:#7a86a8;font-size:13px;padding:4px 8px;border:1px solid #2f3c66;border-radius:8px;background:#0a1124;user-select:none}
.mm-srch-bar .mm-srch-n{font-size:11.5px;color:#8b949e;white-space:nowrap;min-width:54px;text-align:right}
html[data-theme="light"] .mm-srch-bar input,html[data-theme="light"] .mm-srch-bar .mm-srch-x{background:#fff;border-color:#cfd8ea;color:#23324d}
html[data-theme="light"] .mm-srch-bar input::placeholder{color:#9aa6c2}
