@media (min-width: 901px) {
  #top canvas {
    transform: scale(0.92);
    transform-origin: 50% 55%;
  }
}

@media (max-width: 900px) {
  #root header nav[aria-label="Primary"] {
    display: none !important;
  }

  #root header button[aria-label^="Silvrix AI"] {
    min-width: max-content;
    white-space: nowrap !important;
  }
}
