<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("desktop.css") only screen and (min-width:821px);
@import url("phone.css") only screen and (min-width:1px) and (max-width:820px);
</pre></body></html>