<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("pc.css") screen and (min-width:1000px) and (max-width: 5000px);
@import url("sp.css") screen and (min-width:0px) and (max-width: 999px);
</pre></body></html>