.mbp-watchbox{color:#e5e7eb;background:#0f1115;border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:14px;margin:16px 0 22px;}
.mbp-watchrow{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
.mbp-watch-toggle{appearance:none;border:1px solid rgba(255,255,255,.14);background:#111;color:#fff;padding:10px 14px;border-radius:12px;font-weight:800;cursor:pointer;}
.mbp-watch-toggle.is-on{background:#1b5;border-color:rgba(255,255,255,.18);}
.mbp-watch-threshold{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.mbp-watch-threshold label{opacity:.85;font-weight:700;;color:#e5e7eb}
.mbp-watch-threshold input{width:110px;padding:9px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0b0c0f;color:#fff;}
.mbp-watch-save{padding:9px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#e50914;color:#fff;font-weight:800;cursor:pointer;}
.mbp-watchhint{margin-top:8px;opacity:.8;font-size:.95em;;color:#cbd5e1}
.mbp-watch-login{font-weight:800;text-decoration:none;}
.mbp-watchlist{display:flex;flex-direction:column;gap:10px;}
.mbp-watchitem{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.10);background:#0f1115;}
.mbp-watchitem-title{color:#fff;font-weight:800;text-decoration:none;}
.mbp-watchitem-thr{opacity:.85;}
.mbp-watchbox a{color:#fff;}
.mbp-watchbox a:hover{opacity:.9;}
