/* Minimal styles to ensure page works */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #121212;
    color: #eee;
}

/* Ensure the page content is visible by default */
#pageContent {
    filter: none !important;
    opacity: 1 !important;
}
