.bv-native-sheet-strike-loading-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(300px, calc(100% - 28px));
  padding: 14px 18px 16px;
  border: 1px solid rgba(218, 205, 170, 0.56);
  border-radius: 14px;
  background: rgba(24, 27, 24, 0.9);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  color: #f4f0e5;
}

.bv-native-sheet-strike-loader {
  width: 160px;
  height: 120px;
  position: relative;
  overflow: hidden;
  font-family: "Arial Black", Impact, sans-serif;
  background: transparent;
}

.bv-native-sheet-strike-scene {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 320px;
  height: 240px;
  margin-left: -160px;
  transform: scale(0.5);
  transform-origin: bottom center;
  overflow: hidden;
}

.bv-native-sheet-strike-ground {
  position: absolute;
  z-index: 0;
  right: 10px;
  bottom: 20px;
  left: 10px;
  height: 4px;
  border-radius: 2px;
  background: #111;
}

.bv-native-sheet-strike-worker {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bv-native-sheet-strike-worker-head {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 2px solid #111;
  border-radius: 50% 50% 2px 2px;
  background: #f1c40f;
}

.bv-native-sheet-strike-worker-body {
  z-index: 1;
  width: 22px;
  height: 18px;
  margin-top: -3px;
  border: 2px solid #111;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #e67e22;
}

.bv-native-sheet-strike-crowd {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  width: 220px;
  height: 80px;
  margin-left: -110px;
  animation: bvNativeSheetStrikePace 6s infinite ease-in-out alternate;
}

.bv-native-sheet-strike-bg-worker {
  --bv-strike-worker-scale: 1;
  bottom: 0;
  animation: bvNativeSheetStrikeBounce 350ms infinite alternate;
}

.bv-native-sheet-strike-bg-worker:nth-child(1) {
  --bv-strike-worker-scale: 0.75;
  left: 0;
  z-index: 1;
  animation-delay: 0s;
}

.bv-native-sheet-strike-bg-worker:nth-child(2) {
  --bv-strike-worker-scale: 0.85;
  left: 45px;
  z-index: 3;
  animation-delay: 200ms;
}

.bv-native-sheet-strike-bg-worker:nth-child(3) {
  --bv-strike-worker-scale: 0.7;
  left: 95px;
  z-index: 0;
  animation-delay: 100ms;
}

.bv-native-sheet-strike-bg-worker:nth-child(4) {
  --bv-strike-worker-scale: 0.8;
  left: 140px;
  z-index: 2;
  animation-delay: 300ms;
}

.bv-native-sheet-strike-bg-worker:nth-child(5) {
  --bv-strike-worker-scale: 0.75;
  left: 190px;
  z-index: 1;
  animation-delay: 150ms;
}

.bv-native-sheet-strike-sign-pole {
  position: absolute;
  z-index: 0;
  bottom: 15px;
  width: 3px;
  height: 35px;
  border: 1px solid #111;
  background: #bdc3c7;
}

.bv-native-sheet-strike-sign {
  position: absolute;
  top: -25px;
  left: 50%;
  padding: 3px 6px;
  transform: translateX(-50%);
  border: 3px solid #111;
  background: #fff;
  color: #c0392b;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.bv-native-sheet-strike-bg-worker:nth-child(1) .bv-native-sheet-strike-sign-pole {
  left: -6px;
}

.bv-native-sheet-strike-bg-worker:nth-child(2) .bv-native-sheet-strike-sign-pole {
  right: -6px;
  height: 45px;
}

.bv-native-sheet-strike-bg-worker:nth-child(2) .bv-native-sheet-strike-sign {
  top: -35px;
}

.bv-native-sheet-strike-bg-worker:nth-child(3) .bv-native-sheet-strike-sign-pole {
  left: 6px;
  height: 25px;
}

.bv-native-sheet-strike-bg-worker:nth-child(3) .bv-native-sheet-strike-sign {
  top: -15px;
  font-size: 10px;
}

.bv-native-sheet-strike-bg-worker:nth-child(4) .bv-native-sheet-strike-sign-pole {
  right: -8px;
  height: 40px;
}

.bv-native-sheet-strike-bg-worker:nth-child(4) .bv-native-sheet-strike-sign {
  top: -30px;
}

.bv-native-sheet-strike-bg-worker:nth-child(5) .bv-native-sheet-strike-sign-pole {
  left: -6px;
}

.bv-native-sheet-strike-leader {
  z-index: 10;
  bottom: 15px;
  left: 45px;
  transform: scale(1.8);
  transform-origin: bottom center;
  animation: bvNativeSheetStrikeLeaderChant 1.2s infinite;
}

.bv-native-sheet-strike-megaphone {
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 18px;
  width: 18px;
  height: 12px;
  transform: rotate(-15deg);
  border-left: 4px solid #e74c3c;
  background: #fff;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);
  animation: bvNativeSheetStrikeShoutShake 4s infinite;
}

.bv-native-sheet-strike-chant {
  position: absolute;
  z-index: 15;
  top: 105px;
  left: 140px;
  opacity: 0;
  transform: scale(0.5) translateX(0);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow:
    2px 2px 0 #111,
    -1px -1px 0 #111,
    1px -1px 0 #111,
    -1px 1px 0 #111,
    1px 1px 0 #111,
    0 2px 0 #111,
    2px 0 0 #111;
}

.bv-native-sheet-strike-chant-1 {
  color: #fff;
  animation: bvNativeSheetStrikeWord 4s infinite 200ms;
}

.bv-native-sheet-strike-chant-2 {
  color: #f1c40f;
  animation: bvNativeSheetStrikeWord 4s infinite 800ms;
}

.bv-native-sheet-strike-chant-3 {
  color: #fff;
  animation: bvNativeSheetStrikeWord 4s infinite 1.4s;
}

.bv-native-sheet-strike-chant-4 {
  top: 100px;
  color: #c0392b;
  font-size: 26px;
  animation: bvNativeSheetStrikeWord 4s infinite 2s;
}

.bv-native-sheet-strike-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  text-align: center;
}

.bv-native-sheet-strike-copy strong {
  font: 700 14px/1.3 "Courier Prime", monospace;
  letter-spacing: 0.02em;
}

.bv-native-sheet-strike-copy span {
  color: rgba(244, 240, 229, 0.72);
  font: 400 13px/1.45 "Spectral", serif;
}

@keyframes bvNativeSheetStrikePace {
  from { transform: translateX(-35px); }
  to { transform: translateX(35px); }
}

@keyframes bvNativeSheetStrikeBounce {
  from {
    transform: scale(var(--bv-strike-worker-scale, 1)) translateY(0);
  }
  to {
    transform: scale(var(--bv-strike-worker-scale, 1)) translateY(-7px);
  }
}

@keyframes bvNativeSheetStrikeLeaderChant {
  0%, 20% { transform: scale(1.8) translateY(0) rotate(0deg); }
  25%, 35%, 45% { transform: scale(1.8) translateY(-2px) rotate(-3deg); }
  30%, 40% { transform: scale(1.8) translateY(2px) rotate(2deg); }
  55%, 100% { transform: scale(1.8) translateY(0) rotate(0deg); }
}

@keyframes bvNativeSheetStrikeShoutShake {
  0%, 4%, 100% { transform: rotate(-15deg) translate(0, 0); }
  1%, 3% { transform: rotate(-10deg) translate(2px, -2px); }
  2% { transform: rotate(-20deg) translate(-2px, 2px); }
  15%, 19% { transform: rotate(-15deg) translate(0, 0); }
  16%, 18% { transform: rotate(-10deg) translate(2px, -2px); }
  17% { transform: rotate(-20deg) translate(-2px, 2px); }
  30%, 34% { transform: rotate(-15deg) translate(0, 0); }
  31%, 33% { transform: rotate(-10deg) translate(2px, -2px); }
  32% { transform: rotate(-20deg) translate(-2px, 2px); }
  45%, 49% { transform: rotate(-15deg) translate(0, 0); }
  46%, 48% { transform: rotate(-5deg) translate(3px, -3px); }
  47% { transform: rotate(-25deg) translate(-3px, 3px); }
}

@keyframes bvNativeSheetStrikeWord {
  0% {
    opacity: 0;
    transform: scale(0.5) translateX(0) rotate(-10deg);
  }
  5% {
    opacity: 1;
    transform: scale(1.2) translateX(15px) rotate(5deg);
  }
  15% {
    opacity: 1;
    transform: scale(1) translateX(25px) rotate(0deg);
  }
  25%, 100% {
    opacity: 0;
    transform: scale(0.8) translateX(35px) rotate(10deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-native-sheet-strike-crowd,
  .bv-native-sheet-strike-bg-worker,
  .bv-native-sheet-strike-leader,
  .bv-native-sheet-strike-megaphone,
  .bv-native-sheet-strike-chant {
    animation: none !important;
  }

  .bv-native-sheet-strike-bg-worker {
    transform: scale(var(--bv-strike-worker-scale, 1));
  }

  .bv-native-sheet-strike-chant-4 {
    opacity: 1;
    transform: scale(1) translateX(25px);
  }
}


/* The side-tool loading state reuses the exact initial Blank Sheet strike scene.
   It is only repositioned/scaled; its workers, signs and chant animation remain shared. */
.bv-native-sheet-side-strike-loading {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 160px;
  height: 120px;
  opacity: 0;
  transform: translateY(-50%) translateX(22px) scale(0.72);
  transform-origin: right center;
  pointer-events: none;
  transition:
    opacity 150ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.bv-native-sheet-active:not(.bv-native-sheet-tool-rail-ready)
#bvSideLaunchers > .bv-native-sheet-side-strike-loading,
body.bv-native-sheet-active.bv-native-sheet-side-loading-hold
#bvSideLaunchers > .bv-native-sheet-side-strike-loading {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(0.72);
}

body.bv-native-sheet-active.bv-native-sheet-tool-rail-ready:not(.bv-native-sheet-side-loading-hold)
#bvSideLaunchers > .bv-native-sheet-side-strike-loading {
  opacity: 0;
  transform: translateY(-50%) translateX(24px) scale(0.72);
}
@media (max-width: 720px) {
  .bv-native-sheet-side-strike-loading {
    transform: translateY(-50%) translateX(18px) scale(0.6);
  }

  body.bv-native-sheet-active:not(.bv-native-sheet-tool-rail-ready)
  #bvSideLaunchers > .bv-native-sheet-side-strike-loading,
  body.bv-native-sheet-active.bv-native-sheet-side-loading-hold
  #bvSideLaunchers > .bv-native-sheet-side-strike-loading {
    transform: translateY(-50%) translateX(0) scale(0.6);
  }

  body.bv-native-sheet-active.bv-native-sheet-tool-rail-ready:not(.bv-native-sheet-side-loading-hold)
  #bvSideLaunchers > .bv-native-sheet-side-strike-loading {
    transform: translateY(-50%) translateX(20px) scale(0.6);
  }
}
