#lookupForm{padding:0;display:flex;align-items:end;gap:12px}
#lookupForm[hidden]{display:none}
#lookupForm label{flex:1;min-width:0}
#lookupForm button{min-height:45px}
#lookupMessage{font-size:13px;color:var(--muted);line-height:1.6}
#lookupResults{display:grid;gap:8px;margin:20px 0}
.lookup-result{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:10px;background:#29291f;color:var(--text);border:1px solid var(--line)}
.lookup-result:hover:not(:disabled){border-color:var(--accent)}
.lookup-result img{width:44px;height:64px;object-fit:cover}
.lookup-result>span:first-of-type{flex:1;min-width:0}
.lookup-result strong,.lookup-result small{display:block}
.lookup-result small{margin-top:6px;color:var(--muted)}
.lookup-result strong{overflow-wrap:anywhere}
.tmdb-credits{font-size:11px;color:var(--muted);margin-top:24px;line-height:1.6}
@media(max-width:700px){#lookupDialog #lookupForm{padding:0;display:grid;grid-template-columns:1fr}#lookupDialog #lookupForm[hidden]{display:none}.lookup-result{min-height:80px}}
