<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.backdrop {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.75);border: 0;display: none; } .backdrop.show {display: block; } .backdrop.backdrop-nav {z-index: 8000; } @media (min-width: 1100px) {.backdrop.backdrop-nav.show {display: none;} } .backdrop.backdrop-modal {z-index: 100000; } </pre></body></html>