html[data-theme="dark"] { color-scheme: dark; background: #0F1319; }
html[data-theme="light"] { color-scheme: light; background: #F4F6F9; }
body { margin: 0; min-height: 100vh; background: #0F1319; color: #EDEEF0; }
html[data-theme="light"] body { background: #F4F6F9; color: #1A2230; }
.panel:not(.active) { display: none !important; }
.more-menu, .onboard-overlay { display: none !important; }
.onboard-overlay.is-visible { display: flex !important; }
.more-menu.is-open { display: block !important; }
.bottomnav:empty { display: none !important; }
html:not(.styles-ready) main,
html:not(.styles-ready) .sitefoot,
html:not(.styles-ready) .install-banner {
  visibility: hidden;
}
html:not(.js-ready) .bottomnav:not(:empty) {
  visibility: hidden;
}
@media (display-mode: standalone) {
  .topbar { padding-top: env(safe-area-inset-top, 0px); }
}
html.is-standalone .topbar { padding-top: env(safe-area-inset-top, 0px); }
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a { color: inherit; text-decoration: none; }
