.feed-mini-game.is-deep {
  padding: 10px;
  background: #070a0f;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  touch-action: none;
}

.feed-mini-game.is-deep.state-idle {
  background: linear-gradient(180deg, rgba(4, 7, 11, 0.03) 0%, rgba(4, 7, 11, 0.08) 44%, rgba(4, 7, 11, 0.7) 100%);
}

.feed-mini-game.is-deep.state-idle .feed-mini-game__intro {
  justify-content: center;
  padding: 0 16px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.feed-mini-game.is-deep.state-idle .feed-mini-game__intro-icon {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: rgba(6, 9, 16, 0.54);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.feed-mini-game.is-deep.state-idle .feed-mini-game__intro h2 { margin-top: 11px; }
.feed-mini-game.is-deep.state-idle .feed-mini-game__intro p { max-width: 330px; margin-top: 7px; color: rgba(255, 255, 255, 0.9); }
.feed-mini-game.is-deep.state-idle .feed-mini-game__primary { margin-top: 12px; }
.feed-mini-game.is-deep.state-idle .feed-mini-game__intro small { margin-top: 8px; }

.airvana-deep-game-shell {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 0;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: #05080d;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.airvana-deep-game-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  outline: 0;
  background: #080d14;
  touch-action: none;
}

.airvana-deep-game-canvas:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.86);
}

.airvana-deep-game-controls {
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 8px;
  display: flex;
  gap: 5px;
}

.airvana-deep-game-control {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.airvana-deep-game-control > span {
  display: grid;
  min-width: 31px;
  height: 31px;
  place-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 8, 12, 0.72);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  font: 900 9px/1 system-ui, sans-serif;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.airvana-deep-game-control--restart { width: 58px; }

.feed-mini-game.is-deep .feed-mini-game__result {
  padding: 0 16px;
}

@media (max-height: 720px) {
  .feed-mini-game.is-deep { padding-block: 8px; }
  .feed-mini-game.is-deep .feed-mini-game__topline > span { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .airvana-deep-game-shell { margin-top: 4px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .airvana-deep-game-control,
  .airvana-deep-game-control > span { transition: none; }
}
