

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  /* filter: blur(10px); */
}

.backdrop > * {
  width: 100%;
  height: 100%;
}

backdrop-clip > * {
  filter: blur(10px);
}

.backdrop-clip {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none !important;
}

.mica article {
  border: none;
}

.mica article > * {
  border: none;

}