<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 320px) {  }
@media screen and (min-width: 321px) and (max-width: 640px) {  }
@media screen and (min-width: 641px) and (max-width: 1024px) {  }
@media screen and (min-width: 1025px) {  }
</pre></body></html>