/* palworld.css — page-specific art only */
/* Shared structural styles live in server-page.css */

.palworld-top-left {
  position: absolute;
  left: 45px;
  top: 85px;
  max-height: 300px;
  pointer-events: none;
}
.palworld-top-right {
  position: absolute;
  right: 45px;
  top: 85px;
  max-height: 300px;
  pointer-events: none;
}
.palworld-art-left {
  position: absolute;
  left: -65px;
  bottom: 0;
  max-height: 280px;
  pointer-events: none;
}
.palworld-art-right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 300px;
  pointer-events: none;
  border-bottom-right-radius: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .palworld-top-left,
  .palworld-top-right,
  .palworld-art-left,
  .palworld-art-right { display: none; }
}

