@layer galaxy {
  #oc-command-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  #oc-command-bg[hidden] { display: none; }
  html[data-oc-theme="dark"] body {
    background: #05060a;
  }
  html[data-oc-theme="dark"] #container {
    position: relative;
    z-index: 1;
  }
  .oc-dot.dark {
    background: radial-gradient(circle, #67c6ce 0 15%, #142d39 20% 45%, #05060a 50%);
  }
}
