<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-blur {
    backdrop-filter: blur(15px);
    border-radius: 16px;
}
.bg-blur-header {
    backdrop-filter: blur(15px);
    border-radius: 30px;
}</pre></body></html>