.np-dice-fallback-v23 {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 48 !important;
  display: grid !important;
  width: min(420px,82%) !important;
  place-items: center !important;
  gap: 14px !important;
  color: #f1d9a7 !important;
  opacity: 0 !important;
  transform: translate(-50%,-45%) scale(.88) !important;
  transition: opacity .18s ease,transform .24s ease !important;
  pointer-events: none !important;
}

.np-dice-fallback-v23.show {
  opacity: 1 !important;
  transform: translate(-50%,-50%) scale(1) !important;
}

.np-dice-fallback-v23 small {
  letter-spacing: .22em !important;
  text-shadow: 0 2px 7px #000,0 0 12px #000 !important;
  font-size: clamp(.62rem,1.1vw,.86rem) !important;
  font-weight: 900 !important;
}

.np-dice-fallback-v23 > div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(18px,4vw,48px) !important;
  perspective: 700px !important;
}

.np-dice-fallback-v23 b {
  display: grid !important;
  width: clamp(58px,7vw,92px) !important;
  height: clamp(58px,7vw,92px) !important;
  place-items: center !important;
  border: 2px solid #d7ab5d !important;
  border-radius: 14px !important;
  color: #f8e4bc !important;
  background: radial-gradient(circle at 35% 25%,#765234,#2b170d 58%,#0d0705) !important;
  box-shadow: inset 0 0 18px #000b,0 12px 28px #000d,0 0 18px #b47b354d !important;
  text-shadow: 0 3px 5px #000 !important;
  font: 900 clamp(1.8rem,3.4vw,3.25rem)/1 Georgia,serif !important;
  animation: np-dice-guard-roll-v23 .72s cubic-bezier(.2,.72,.26,1) both !important;
  animation-delay: calc(var(--np-die-index,0) * 80ms) !important;
}

@keyframes np-dice-guard-roll-v23 {
  0% { transform: translate3d(-30px,-85px,0) rotateX(0) rotateY(0) rotateZ(-28deg) scale(.72); filter: blur(2px); }
  58% { transform: translate3d(16px,12px,0) rotateX(520deg) rotateY(410deg) rotateZ(65deg) scale(1.08); filter: blur(0); }
  78% { transform: translate3d(-5px,-7px,0) rotateX(690deg) rotateY(560deg) rotateZ(82deg) scale(.96); }
  100% { transform: translate3d(0,0,0) rotateX(720deg) rotateY(720deg) rotateZ(90deg) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .np-dice-fallback-v23 b { animation-duration: .12s !important; }
}
