<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-height: 820px) {
    main {
        min-height: 720px;
    }
}
@media (min-height: 1024px) {
    main {
        min-height: 940px;
    }
}
.content-pre {
    word-break: break-all;
}</pre></body></html>