@font-face {
  font-family: "Bop Beast";
  src: url("/media/games/bop-chopper/fonts/GrislyBeast.ttf") format("truetype");
  font-display: swap;
}
#full-area.bop-chopper {
  width: 1280px;
  height: 720px;
  position: relative;
  container-type: size;
  overflow: hidden;
  background: #17251d;
  font-family: "Rubik", "Trebuchet MS", sans-serif;
  color: #2b1a12;
  letter-spacing: 0;
}
#full-area.bop-chopper * {
  box-sizing: border-box;
  letter-spacing: 0;
}
#full-area.bop-chopper [hidden] {
  display: none !important;
}
#full-area.bop-chopper #bop-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(102%, 181.333333cqh);
  height: auto;
  aspect-ratio: 16/9;
  container-type: inline-size;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #e9dfc0 url("/media/games/bop-chopper/images/kitchen.jpg") center bottom/cover no-repeat;
  touch-action: manipulation;
  user-select: none;
  outline-offset: -5px;
}
#full-area.bop-chopper canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#full-area.bop-chopper button {
  font-family: "Bop Beast", sans-serif;
  font-size: 2.4cqw;
  line-height: 1.1;
  color: #2b1a12;
  background: #fff1c9;
  border: 0.35cqw solid #2b1a12;
  border-radius: 1.6cqw;
  box-shadow: 0.5cqw 0.5cqw 0 #2b1a12;
  padding: 0.85cqw 2cqw;
  cursor: pointer;
}
#full-area.bop-chopper button:hover {
  transform: translate(0.2cqw, 0.2cqw);
  box-shadow: 0.3cqw 0.3cqw 0 #2b1a12;
}
#full-area.bop-chopper button:active {
  transform: translate(0.4cqw, 0.4cqw);
  box-shadow: 0.1cqw 0.1cqw 0 #2b1a12;
}
#full-area.bop-chopper button:focus, #full-area.bop-chopper button:focus-visible {
  outline: none;
}
#full-area.bop-chopper input:focus-visible {
  outline: 0.3cqw solid #2f9e44;
  outline-offset: 0.3cqw;
}
#full-area.bop-chopper .bop-primary, #full-area.bop-chopper .bop-score-card {
  background: linear-gradient(180deg, #ffd23f, #f5a524);
}
#full-area.bop-chopper .bop-primary {
  font-size: 3.4cqw;
  padding: 0.9cqw 3.8cqw;
}
#full-area.bop-chopper .bop-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.3cqw;
}
#full-area.bop-chopper .bop-actions button {
  flex: 1 1 auto;
  max-width: 30cqw;
  font-size: 3.4cqw;
  padding: 0.9cqw 1.5cqw;
  white-space: nowrap;
}
#full-area.bop-chopper h1, #full-area.bop-chopper h2, #full-area.bop-chopper h3, #full-area.bop-chopper strong {
  font-family: "Bop Beast", sans-serif;
  font-weight: normal;
  margin: 0;
}
#full-area.bop-chopper h2 {
  font-size: 5.5cqw;
  line-height: 1;
  color: #e63b3b;
  text-shadow: 0.3cqw 0.3cqw 0 #2b1a12;
  margin-bottom: 1.6cqw;
}
#full-area.bop-chopper p {
  font-size: 1.5cqw;
  font-weight: 700;
  line-height: 1.4;
  margin: 0.6cqw 0 1.5cqw;
}
#full-area.bop-chopper .bop-space {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 45%, rgba(42, 26, 94, 0.82), rgba(11, 6, 32, 0.88) 60%, rgba(3, 1, 17, 0.9));
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
#full-area.bop-chopper .is-golden .bop-space {
  opacity: 1;
  transition-duration: 0.3s;
}
#full-area.bop-chopper .bop-gameplay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#full-area.bop-chopper #bop-character {
  position: absolute;
  bottom: -2%;
  height: 40%;
  left: 30%;
  transform: translateX(-50%);
  z-index: 4;
  filter: drop-shadow(0 1cqw 0 rgba(0, 0, 0, 0.25));
}
#full-area.bop-chopper #bop-character.hit {
  filter: hue-rotate(120deg) brightness(150%);
}
#full-area.bop-chopper .bop-bite {
  position: absolute;
  top: 57%;
  width: 18cqw;
  height: 6.5cqw;
  display: grid;
  place-items: center;
  z-index: 10;
  border: 0.35cqw solid #2b1a12;
  border-radius: 50%;
  background: var(--bite-color);
  box-shadow: 0.4cqw 0.4cqw 0 #2b1a12;
  color: #2b1a12;
  font: 3.2cqw/1 "Bop Beast", sans-serif;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 15% 100%;
}
#full-area.bop-chopper .bop-bite::after {
  content: "";
  position: absolute;
  bottom: -0.95cqw;
  left: 13%;
  width: 1.6cqw;
  height: 1.6cqw;
  background: var(--bite-color);
  border-right: 0.35cqw solid #2b1a12;
  border-bottom: 0.35cqw solid #2b1a12;
  transform: skewY(-20deg) rotate(45deg);
}
#full-area.bop-chopper .bop-bite-left {
  transform-origin: 85% 100%;
}
#full-area.bop-chopper .bop-bite-left::after {
  left: auto;
  right: 13%;
  transform: skewY(20deg) rotate(45deg);
}
#full-area.bop-chopper #bop-knife {
  position: absolute;
  height: 52%;
  left: 30%;
  transform: translateX(-50%) rotate(6deg);
  z-index: 5;
  filter: drop-shadow(0 1cqw 0.6cqw rgba(0, 0, 0, 0.35));
  transition: transform 0.1s;
}
#full-area.bop-chopper #bop-knife.chop {
  transform: translate(-50%, 6%) rotate(2deg);
}
#full-area.bop-chopper .bop-hud {
  position: absolute;
  left: 2cqw;
  top: 2cqw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1cqw;
  z-index: 6;
}
#full-area.bop-chopper .bop-hud-right {
  position: absolute;
  right: 2cqw;
  top: 2cqw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1cqw;
  z-index: 6;
}
#full-area.bop-chopper .bop-card {
  background: #fff1c9;
  border: 0.35cqw solid #2b1a12;
  border-radius: 1.6cqw;
  box-shadow: 0.5cqw 0.5cqw 0 #2b1a12;
  padding: 0.7cqw 1.4cqw;
  text-align: center;
  min-width: 11cqw;
  position: relative;
}
#full-area.bop-chopper .bop-score-card {
  background: linear-gradient(180deg, #ffd23f, #f5a524);
}
#full-area.bop-chopper .bop-card > span, #full-area.bop-chopper .bop-stats span, #full-area.bop-chopper .bop-result-hero span {
  display: block;
  font-size: 1cqw;
  font-weight: 900;
  color: #8a5a2b;
}
#full-area.bop-chopper .bop-card strong {
  display: block;
  color: #e63b3b;
  font-size: 4.4cqw;
  line-height: 1;
  text-shadow: 0.25cqw 0.25cqw 0 #2b1a12;
  min-width: 5cqw;
}
#full-area.bop-chopper .bop-clock {
  display: flex;
  align-items: center;
  gap: 0.8cqw;
}
#full-area.bop-chopper .bop-clock img {
  width: 5.2cqw;
  height: 5.2cqw;
}
#full-area.bop-chopper .bop-clock strong {
  color: #2f9e44;
}
#full-area.bop-chopper .bop-queue-wrap {
  position: absolute;
  left: 48%;
  top: 2cqw;
  width: 31cqw;
  transform: translateX(-50%);
  text-align: center;
  z-index: 6;
}
#full-area.bop-chopper #bop-queue {
  display: flex;
  justify-content: center;
  height: 6.5cqw;
  align-items: center;
  gap: 0.8cqw;
}
#full-area.bop-chopper .bop-chip {
  width: 4.4cqw;
  height: 4.4cqw;
  flex-shrink: 0;
  border: 0.3cqw solid #2b1a12;
  border-radius: 1.2cqw;
  background: #fff1c9;
  box-shadow: 0.3cqw 0.3cqw 0 #2b1a12;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area.bop-chopper .bop-chip img {
  width: 95%;
  height: 80%;
  object-fit: contain;
}
#full-area.bop-chopper .bop-chip.active {
  width: 6cqw;
  height: 6cqw;
  background: #ffd23f;
  z-index: 2;
  animation: bop-gentle 2s infinite;
}
#full-area.bop-chopper #bop-fruit-name {
  color: #e63b3b;
  font-size: 2.4cqw;
  text-shadow: 0.12cqw 0.12cqw 0 #2b1a12;
}
#full-area.bop-chopper .bop-shout {
  position: absolute;
  left: 2cqw;
  bottom: 7.5cqw;
  width: 26cqw;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 0.6cqw;
  pointer-events: auto;
}
#full-area.bop-chopper .bop-meter-track {
  position: relative;
  height: 2.4cqw;
  background: #fff1c9;
  border: 0.3cqw solid #2b1a12;
  border-radius: 999px;
  box-shadow: 0.3cqw 0.3cqw 0 #2b1a12;
  overflow: hidden;
}
#full-area.bop-chopper #bop-meter {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #7cff9b, #ffd23f 50%, #ff5c7a);
}
#full-area.bop-chopper .bop-meter-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.4cqw;
  margin-left: -0.2cqw;
  background: #2b1a12;
}
#full-area.bop-chopper .bop-shout.hit .bop-meter-track {
  background: #ffd23f;
  transform: scale(1.04);
}
#full-area.bop-chopper .bop-shout-title {
  font: 2cqw "Bop Beast", sans-serif;
  color: #ffd23f;
  text-shadow: 0.15cqw 0.15cqw 0 #2b1a12;
  letter-spacing: 0.05cqw;
  text-align: center;
}
#full-area.bop-chopper .bop-shout-row {
  display: flex;
  align-items: center;
  gap: 0.7cqw;
  font-size: 1cqw;
  font-weight: 900;
  color: #fff1c9;
  text-shadow: 1px 1px #2b1a12;
  width: 100%;
}
#full-area.bop-chopper .bop-sensitivity {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.7cqw;
  background: #fff1c9;
  border: 0.3cqw solid #2b1a12;
  border-radius: 999px;
  padding: 0.4cqw 0.8cqw;
  box-shadow: 0.3cqw 0.3cqw 0 #2b1a12;
  font-size: 0.9cqw;
  font-weight: 900;
  color: #2b1a12;
  text-shadow: none;
}
#full-area.bop-chopper .bop-sensitivity input {
  flex: 1;
  min-width: 0;
  width: auto;
  accent-color: #2f9e44;
  margin: 0;
}
#full-area.bop-chopper .bop-sensitivity output {
  width: 3cqw;
  font-size: 1.5cqw;
  font-family: "Bop Beast", sans-serif;
  color: #2f9e44;
}
#full-area.bop-chopper #bop-gold-banner {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
  z-index: 8;
  opacity: 0;
  background: linear-gradient(#ffd23f, #f5a524);
  border: 0.35cqw solid #2b1a12;
  border-radius: 999px;
  box-shadow: 0.5cqw 0.5cqw 0 #2b1a12;
  padding: 0.5cqw 2.4cqw;
  font: 3cqw/1 "Bop Beast", sans-serif;
  color: #fff1c9;
  text-shadow: 0.25cqw 0.25cqw 0 #2b1a12;
  white-space: nowrap;
  transition: opacity 0.2s;
}
#full-area.bop-chopper .is-golden #bop-gold-banner {
  opacity: 1;
  animation: bop-banner 0.7s infinite;
}
#full-area.bop-chopper #bop-combo {
  position: absolute;
  left: 86%;
  top: 40%;
  width: 24cqw;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  text-align: center;
  font: 4cqw/1.1 "Bop Beast", sans-serif;
  color: #ffd23f;
  text-shadow: 0.3cqw 0.3cqw 0 #2b1a12;
  overflow-wrap: anywhere;
}
#full-area.bop-chopper .is-golden #bop-combo {
  left: 50%;
  top: 40%;
  width: 58cqw;
  font-size: 6cqw;
  text-shadow: 0 0 2cqw #ffd23f, 0.4cqw 0.4cqw 0 #2b1a12;
}
#full-area.bop-chopper .bop-splash {
  position: absolute;
  inset: 0;
  z-index: 45;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 40, 22, 0.65);
  backdrop-filter: blur(2px);
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
#full-area.bop-chopper .bop-splash.is-leaving {
  opacity: 0;
}
#full-area.bop-chopper .bop-splash-logo {
  width: 56cqw;
  height: 34cqw;
  object-fit: contain;
  filter: drop-shadow(0 0.8cqw 0 rgba(0, 0, 0, 0.25));
  animation: bop-splash-in 0.6s ease-out both, bop-bob 3s 0.6s infinite;
}
#full-area.bop-chopper .bop-splash-cut {
  position: relative;
  width: 56cqw;
  height: 34cqw;
}
#full-area.bop-chopper .bop-splash-cut .bop-splash-logo {
  position: absolute;
  inset: 0;
}
#full-area.bop-chopper .bop-splash-half {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0.8cqw 0 rgba(0, 0, 0, 0.25));
  opacity: 0;
}
#full-area.bop-chopper .bop-splash-slash {
  position: absolute;
  left: -10%;
  top: 50%;
  width: 120%;
  height: 0.45cqw;
  background: linear-gradient(90deg, transparent, #fff1c9 18%, #fff 50%, #fff1c9 82%, transparent);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
}
#full-area.bop-chopper .is-slicing .bop-splash-logo {
  display: none;
}
#full-area.bop-chopper .is-slicing .bop-splash-slash {
  animation: bop-splash-slash 0.18s ease-out forwards;
}
#full-area.bop-chopper .is-slicing .bop-splash-half {
  opacity: 1;
}
#full-area.bop-chopper .is-slicing .bop-splash-half--top {
  clip-path: polygon(0 0, 100% 0, 100% 44%, 0 56%);
  animation: bop-splash-half-top 0.42s cubic-bezier(0.35, 0, 0.75, 0.45) 0.06s forwards;
}
#full-area.bop-chopper .is-slicing .bop-splash-half--bottom {
  clip-path: polygon(0 56%, 100% 44%, 100% 100%, 0 100%);
  animation: bop-splash-half-bottom 0.42s cubic-bezier(0.35, 0, 0.75, 0.45) 0.06s forwards;
}
#full-area.bop-chopper .bop-splash-fruit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7cqw;
  height: 7cqw;
  margin: -3.5cqw 0 0 -3.5cqw;
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 0.3cqw 0 rgba(0, 0, 0, 0.3));
}
#full-area.bop-chopper .is-slicing .bop-splash-fruit {
  animation: bop-splash-fruit 0.46s cubic-bezier(0.25, 0.7, 0.5, 1) var(--fruit-delay, 0ms) forwards;
}
#full-area.bop-chopper .bop-intro {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 40, 22, 0.65);
  backdrop-filter: blur(2px);
}
#full-area.bop-chopper .bop-intro .bop-intro-modal {
  width: 82cqw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6cqw;
  padding: 2.2cqw 3cqw 1.6cqw;
}
#full-area.bop-chopper .bop-intro .bop-intro-modal .bop-steps {
  margin: 1cqw 0 0.6cqw;
}
#full-area.bop-chopper .bop-logo {
  width: 26cqw;
  height: 16cqw;
  object-fit: contain;
  animation: bop-bob 3s infinite;
  filter: drop-shadow(0 0.8cqw 0 rgba(0, 0, 0, 0.25));
}
#full-area.bop-chopper h1 {
  font-size: 3cqw;
  color: #e63b3b;
  text-shadow: 0.25cqw 0.25cqw 0 #2b1a12;
  margin: 0;
}
#full-area.bop-chopper .bop-best {
  background: #ffd23f;
  border: 0.25cqw solid #2b1a12;
  border-radius: 999px;
  padding: 0.35cqw 1.2cqw;
  font: 1.7cqw "Bop Beast", sans-serif;
  color: #2b1a12;
  box-shadow: 0.3cqw 0.3cqw 0 #2b1a12;
}
#full-area.bop-chopper .bop-overlay {
  position: absolute;
  inset: 0;
  z-index: 40;
  border-radius: inherit;
  background: rgba(10, 40, 22, 0.76);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3cqw;
}
#full-area.bop-chopper .bop-modal {
  width: 68cqw;
  max-height: 49cqw;
  overflow: auto;
  padding: 2.5cqw;
  background: #fff1c9;
  border: 0.4cqw solid #2b1a12;
  border-radius: 2cqw;
  box-shadow: 0.7cqw 0.7cqw 0 #2b1a12;
  text-align: center;
  animation: bop-in 0.25s;
}
#full-area.bop-chopper .bop-help-modal {
  width: 82cqw;
}
#full-area.bop-chopper .bop-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5cqw;
  margin: 1cqw 0 2cqw;
}
#full-area.bop-chopper .bop-steps > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7cqw;
}
#full-area.bop-chopper .bop-step-icon {
  width: 11cqw;
  height: 11cqw;
  background: #ffd23f;
  border: 0.35cqw solid #2b1a12;
  border-radius: 2cqw;
  box-shadow: 0.4cqw 0.4cqw 0 #2b1a12;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1cqw;
}
#full-area.bop-chopper .bop-steps > div:nth-child(2) .bop-step-icon {
  background: #60c4ff;
}
#full-area.bop-chopper .bop-steps > div:nth-child(3) .bop-step-icon {
  background: #7cff9b;
}
#full-area.bop-chopper .bop-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#full-area.bop-chopper .bop-steps h3 {
  color: #e63b3b;
  font-size: 2.5cqw;
  margin: 0;
  text-shadow: 0.15cqw 0.15cqw #2b1a12;
}
#full-area.bop-chopper .bop-steps p {
  margin: 0;
}
#full-area.bop-chopper .bop-gold-icon {
  filter: sepia(1) saturate(3);
}
#full-area.bop-chopper .bop-result-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2cqw;
}
#full-area.bop-chopper .bop-result-hero img {
  width: 10cqw;
  height: 11cqw;
  object-fit: contain;
}
#full-area.bop-chopper #bop-final-score {
  display: block;
  font-size: 11cqw;
  line-height: 1;
  color: #e63b3b;
  text-shadow: 0.3cqw 0.3cqw #2b1a12;
}
#full-area.bop-chopper .bop-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2cqw;
  margin: 1cqw 0 1.2cqw;
}
#full-area.bop-chopper .bop-stats > div {
  background: #ffd23f;
  border: 0.3cqw solid #2b1a12;
  border-radius: 1.4cqw;
  box-shadow: 0.4cqw 0.4cqw 0 #2b1a12;
  padding: 0.3cqw 0.5cqw 0.5cqw;
}
#full-area.bop-chopper .bop-stats > div:nth-child(2) {
  background: #60c4ff;
}
#full-area.bop-chopper .bop-stats > div:nth-child(3) {
  background: #7cff9b;
}
#full-area.bop-chopper .bop-stats span {
  color: #2b1a12;
  font-size: 1.5cqw;
}
#full-area.bop-chopper .bop-stats strong {
  display: block;
  color: #2b1a12;
  font-size: 3.4cqw;
  line-height: 1.1;
}
#full-area.bop-chopper #bop-over {
  padding-bottom: 4.6cqw;
}
#full-area.bop-chopper #bop-over .bop-modal {
  padding: 2cqw 2.5cqw;
}
#full-area.bop-chopper #bop-over h2 {
  margin-bottom: 0.8cqw;
}
#full-area.bop-chopper #bop-over #bop-final-score {
  font-size: 9cqw;
}
#full-area.bop-chopper #bop-over .bop-result-hero span {
  font-size: 1.7cqw;
}
#full-area.bop-chopper #bop-over .bop-result-hero img {
  width: 13cqw;
  height: 14.5cqw;
}
#full-area.bop-chopper .bop-float {
  position: absolute;
  left: 50%;
  top: 0;
  color: #fff1c9;
  font: 2.6cqw "Bop Beast", sans-serif;
  text-shadow: 0.2cqw 0.2cqw #2b1a12;
  animation: bop-float 0.6s forwards;
  pointer-events: none;
}
#full-area.bop-chopper .bop-burst {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.9cqw;
  height: 0.9cqw;
  border: 0.15cqw solid #2b1a12;
  border-radius: 50%;
  background: #fff1c9;
  pointer-events: none;
  animation: bop-burst 0.55s forwards;
}
#full-area.bop-chopper #bop-combo.is-hot {
  color: #ff8a1f;
  text-shadow: 0 0 1.4cqw rgba(255, 138, 31, 0.85), 0.3cqw 0.3cqw 0 #2b1a12;
}
#full-area.bop-chopper #bop-combo.is-blazing {
  color: #ff5c7a;
  text-shadow: 0 0 2.4cqw rgba(255, 92, 122, 0.95), 0 0 0.8cqw #fff1c9, 0.3cqw 0.3cqw 0 #2b1a12;
}
#full-area.bop-chopper .bop-combo-wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7cqw;
  height: 7cqw;
  margin: -3.5cqw 0 0 -3.5cqw;
  border: 0.35cqw solid currentColor;
  border-radius: 50%;
  opacity: 0.85;
  pointer-events: none;
  animation: bop-combo-wave 0.5s ease-out forwards;
}
#full-area.bop-chopper .bop-combo-spark {
  background: currentColor;
  border-color: rgba(43, 26, 18, 0.55);
  animation-duration: 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  #full-area.bop-chopper .bop-logo, #full-area.bop-chopper .bop-splash-logo, #full-area.bop-chopper .bop-chip.active {
    animation: none;
  }
  #full-area.bop-chopper .bop-combo-wave, #full-area.bop-chopper .bop-combo-spark, #full-area.bop-chopper .bop-splash-half, #full-area.bop-chopper .bop-splash-slash, #full-area.bop-chopper .bop-splash-fruit {
    display: none;
  }
}

@keyframes bop-bob {
  50% {
    transform: translateY(-8px);
  }
}
@keyframes bop-splash-in {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-8deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.08) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes bop-splash-slash {
  0% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes bop-splash-half-top {
  0% {
    transform: none;
    opacity: 1;
  }
  18% {
    transform: translate(-1.2cqw, -1.4cqw) rotate(-3deg);
    opacity: 1;
  }
  100% {
    transform: translate(-8cqw, -34cqw) rotate(-20deg);
    opacity: 0;
  }
}
@keyframes bop-splash-half-bottom {
  0% {
    transform: none;
    opacity: 1;
  }
  18% {
    transform: translate(1.2cqw, 1.4cqw) rotate(3deg);
    opacity: 1;
  }
  100% {
    transform: translate(8cqw, 36cqw) rotate(18deg);
    opacity: 0;
  }
}
@keyframes bop-splash-fruit {
  0% {
    transform: translate(0, 0) scale(0.35) rotate(0deg);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  45% {
    transform: translate(calc(var(--fruit-x) * .6), var(--fruit-lift, -10cqw)) scale(1.05) rotate(calc(var(--fruit-spin, 180deg) * .45));
    opacity: 1;
  }
  100% {
    transform: translate(var(--fruit-x), var(--fruit-y)) scale(0.8) rotate(var(--fruit-spin, 180deg));
    opacity: 0;
  }
}
@keyframes bop-gentle {
  50% {
    transform: scale(1.06);
  }
}
@keyframes bop-in {
  from {
    opacity: 0;
    transform: scale(0.8) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes bop-pop {
  40% {
    transform: scale(1.2) rotate(-4deg);
  }
}
@keyframes bop-epic {
  20% {
    transform: scale(1.4) rotate(-6deg);
    filter: brightness(1.4);
  }
  65% {
    transform: scale(1.2) rotate(3deg);
  }
}
@keyframes bop-banner {
  50% {
    transform: translateX(-50%) scale(1.08);
  }
}
@keyframes bop-shake {
  0% {
    transform: translateX(-50%) scale(0.6) rotate(-3deg);
    opacity: 0;
  }
  30% {
    transform: translateX(-50%) scale(1.15) rotate(2deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes bop-float {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -260%);
  }
}
@keyframes bop-burst {
  to {
    transform: translate(var(--burst-x), var(--burst-y)) scale(0.3);
    opacity: 0;
  }
}
@keyframes bop-combo-wave {
  from {
    transform: scale(0.25);
    opacity: 0.85;
  }
  to {
    transform: scale(var(--wave-scale, 2));
    opacity: 0;
  }
}
@keyframes bop-combo-punch {
  0% {
    transform: translateX(-50%) scale(0.55) rotate(-6deg);
    opacity: 0;
  }
  35% {
    transform: translateX(-50%) scale(calc(1.18 + var(--combo-heat, 0) * .38)) rotate(3deg);
    opacity: 1;
  }
  62% {
    transform: translateX(-50%) scale(0.96) rotate(-1.5deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
