.native-app--trippy-particles {
  width: 100%;
  margin: 0;
  background: #000;
}

.native-app--trippy-particles .native-package-body {
  width: 100%;
  min-height: 0;
  padding: 0;
}

.native-app--trippy-particles .trippy-particles-stage {
  position: relative;
  width: 100%;
  height: clamp(600px, 70vw, 820px);
  min-height: 600px;
  overflow: hidden;
  background: #000;
  cursor: crosshair;
  touch-action: none;
}

.native-app--trippy-particles .trippy-particles-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.native-app--trippy-particles:fullscreen,
.native-app--trippy-particles:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #000;
}

.native-app--trippy-particles:fullscreen .trippy-particles-stage,
.native-app--trippy-particles:-webkit-full-screen .trippy-particles-stage {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}

@media (max-width: 700px) {
  .native-app--trippy-particles .trippy-particles-stage {
    height: clamp(520px, 125vw, 680px);
    min-height: 520px;
  }
}
