.page-npc {
  display: block;
  position: fixed;
  z-index: 11;
  bottom: -4px;
  right: 24px;
  height: 120px;
  width: 120px;
  background-position: center top;
  background-size: cover;
  transition: transform 0.1s ease-in;
}
@media (min-width: 37.5em) {
  .page-npc {
    height: 160px;
    width: 160px;
    right: 72px;
  }
}
.page-npc.is-scooter {
  background-image: url("/assets/characters/scooter/scooter_bust-9127f936.svg");
}
.castlebrook-bazaar-dungeon_world_orders .entity-box-container {
  display: none !important;
}
@media (min-width: 37.5em) {
  .castlebrook-bazaar-dungeon_world_orders .entity-box-container {
    display: flex !important;
  }
}

.castlebrook-bazaar-dungeon_world_orders #count,
.castlebrook-bazaar-dungeon_world_order #count {
  display: none;
}
.castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order,
.castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order {
  position: relative;
  text-decoration: none;
}
.castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order p,
.castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order p {
  max-width: 90%;
}
.castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order .is-sell,
.castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order .is-sell {
  transition: transform 0.1s ease-out;
  opacity: 0.3;
  pointer-events: none;
  margin: 24px 0;
}
@media (min-width: 37.5em) {
  .castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order .is-sell,
  .castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order .is-sell {
    margin: auto;
    margin-right: 24px;
  }
}
.castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order .is-sell.is-eligible,
.castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order .is-sell.is-eligible {
  opacity: 1;
  pointer-events: auto;
}
.castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order .is-sell:hover,
.castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order .is-sell:hover {
  transform: scale(1.1);
}
.castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order .is-sell:hover ~ .reward,
.castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order .is-sell:hover ~ .reward {
  transform: scale(1.1) rotate(3deg);
}
.castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order .reward,
.castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order .reward {
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, monospace;
  top: -12px;
  right: -24px;
  min-width: 50px;
  min-height: 50px;
  line-height: 43px;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #aeffde;
  border-radius: 6px;
  border: 4px solid black;
  padding: 0 6px;
  text-align: center;
  cursor: default;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 37.5em) {
  .castlebrook-bazaar-dungeon_world_orders .card.is-dungeon-order .reward,
  .castlebrook-bazaar-dungeon_world_order .card.is-dungeon-order .reward {
    margin-top: 24px;
    width: auto;
    margin-top: auto;
  }
}
.castlebrook-bazaar-dungeon_world_order .order-header {
  position: sticky;
  top: 0;
  background-color: #bed390;
  z-index: 10;
  padding-top: 12px;
}
.castlebrook-bazaar-dungeon_world_order .user-entities {
  padding-bottom: 100px;
}
.castlebrook-bazaar-dungeon_world_order .tool-stack {
  position: relative;
  display: inline-block;
}
.castlebrook-bazaar-dungeon_world_order .tool-stack .stack-count {
  position: absolute;
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", monospace;
  top: -8px;
  right: 0;
  min-width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #83ffcd;
  border-radius: 100%;
  border: 3px solid black;
  text-align: center;
  z-index: 5;
}

.castlebrook-bazaar-fortune {
  background-color: #a28f8f !important;
}
.castlebrook-bazaar-fortune .dn {
  display: none !important;
}
.castlebrook-bazaar-fortune .opened-cookie {
  margin: 0 auto;
  width: 240px;
  height: 190px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/misc/fortune_cookies/fortune_cookie_open-3d2caa90.svg");
  z-index: 10;
}
.castlebrook-bazaar-fortune .nav-mojo {
  color: rgba(255, 255, 255, 0.8);
}
.castlebrook-bazaar-fortune.has-chosen {
  background-color: #cfb5b5 !important;
}
.castlebrook-bazaar-fortune.has-chosen .nav-mojo {
  color: rgba(0, 0, 0, 0.8);
}
.castlebrook-bazaar-fortune .cookies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 48px;
}
.castlebrook-bazaar-fortune .cookie {
  cursor: pointer;
  position: relative;
  width: 240px;
  height: 190px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/misc/fortune_cookies/fortune_cookie_1-faa945da.svg");
}
.castlebrook-bazaar-fortune .cookie:nth-child(2) {
  background-image: url("/assets/misc/fortune_cookies/fortune_cookie_2-9fdf66e2.svg");
}
.castlebrook-bazaar-fortune .cookie:nth-child(3) {
  background-image: url("/assets/misc/fortune_cookies/fortune_cookie_3-b34e56fe.svg");
}
.castlebrook-bazaar-fortune .cookie:hover {
  animation: cookie-jiggle 0.4s ease-in-out infinite;
}
.castlebrook-bazaar-fortune .cookie .cost {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, monospace;
  top: -12px;
  right: -12px;
  min-width: 50px;
  min-height: 50px;
  line-height: 43px;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #fff17f;
  border-radius: 100%;
  border: 4px solid black;
  text-align: center;
  cursor: default;
  transition: all 0.15s ease-in-out;
}
.castlebrook-bazaar-fortune .cookie .cost .mojo-icon {
  width: 0.9rem;
  height: 0.9rem;
}
@media (min-width: 37.5em) {
  .castlebrook-bazaar-fortune .is-o-hooded,
  .castlebrook-bazaar-fortune .is-o {
    min-height: 340px;
    min-width: 240px;
  }
}
.castlebrook-bazaar-fortune #o-hooded-card {
  background-color: black;
  color: white;
}
.castlebrook-bazaar-fortune .is-narrative {
  margin-top: 192px;
}
@keyframes cookie-jiggle {
  0% {
    transform: scale(1.1) rotate(-2deg);
  }
  25% {
    transform: scale(1.1) rotate(4deg);
  }
  50% {
    transform: scale(1.1) rotate(-2deg);
  }
  75% {
    transform: scale(1.1) rotate(4deg);
  }
  100% {
    transform: scale(1.1) rotate(-2deg);
  }
}
.castlebrook-bazaar-fortune .fortune-wrapper {
  position: relative;
  max-width: 600px;
  margin: 40px auto;
  pointer-events: none;
}
.castlebrook-bazaar-fortune .fortune-wrapper .fortune-text {
  text-align: center;
  font-family: "Permanent Marker", cursive;
  letter-spacing: 1.4px;
  padding: 1rem 4rem;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.castlebrook-bazaar-fortune .fortune-wrapper .fortune-text:before, .castlebrook-bazaar-fortune .fortune-wrapper .fortune-text:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
}
.castlebrook-bazaar-fortune .fortune-wrapper .fortune-text:before {
  background-color: #cfb5b5;
  top: 0;
}
.castlebrook-bazaar-fortune .fortune-wrapper .fortune-text:after {
  background-color: #fff;
  bottom: -2px;
}

.castlebrook-laboratory-cloning_booth {
  background-color: #babeef !important;
}
.castlebrook-laboratory-cloning_booth .cloning-machine {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/misc/cloning_machine-23f552df.svg");
}
.castlebrook-laboratory-cloning_booth .cloning-machine .entity-box {
  position: absolute;
  left: 26%;
  top: 106px;
}
/* mojo-cost badge removed: cost now shown in cost-button
  position: absolute;
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, monospace;
  top: 48px;
  right: 48px;
  min-width: 50px;
  min-height: 50px;
  line-height: 43px;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #83ffcd;
  border-radius: 100%;
  border: 4px solid black;
  text-align: center;
  cursor: default;
  transition: all 0.15s ease-in-out;
} */

.castlebrook-laboratory-transmogrifier {
  background-color: #babeef !important;
}
.castlebrook-laboratory-transmogrifier .transmogrifier-machine {
  position: relative;
  margin: 0 auto;
  width: 375px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/misc/transmogrifier-b4e959d0.svg");
}
@media (min-width: 37.5em) {
  .castlebrook-laboratory-transmogrifier .transmogrifier-machine {
    width: 750px;
    height: 300px;
  }
}
.castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 37%;
}
.castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box .card.is-raised {
  box-shadow: none;
}
.castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box .effect-mojo {
  display: none;
}
.castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box .object-card-image {
  width: 30px;
  height: 30px;
}
@media (min-width: 37.5em) {
  .castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box {
    width: 120px;
    height: 120px;
  }
  .castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box .object-card-image {
    width: 78px;
    height: 78px;
  }
}
.castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box:nth-child(1) {
  left: 23%;
}
.castlebrook-laboratory-transmogrifier .transmogrifier-machine .entity-box:nth-child(2) {
  right: 23%;
}
.castlebrook-laboratory-transmogrifier .is-transmogrify {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 450px;
  transition: transform 0.1s ease-out;
  opacity: 0;
  pointer-events: none;
}
.castlebrook-laboratory-transmogrifier .is-transmogrify.is-eligible {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}
.castlebrook-laboratory-transmogrifier .is-transmogrify.is-eligible:hover {
  transform: scale(1.1);
}

.castlebrook-bazaar {
  background-color: #bed390;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23d1e0b1' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.castlebrook-bazaar .building-card-image.is-dungeon-world {
  background-image: url("/assets/places/bazaar/dungeon_world-9564a479.svg");
}
.castlebrook-bazaar .building-card-image.is-dungeon-world-shop {
  background-image: url("/assets/places/bazaar/dungeon_world_shop-25d29553.svg");
}
.castlebrook-bazaar .building-card-image.is-fortune-teller {
  background-image: url("/assets/places/bazaar/fortune_teller-d388f943.svg");
}
.castlebrook-bazaar .building-card-image.is-combat-fairy {
  background-image: url("/assets/places/bazaar/combat_fairy-316fb81a.svg");
}
.castlebrook-bazaar.castlebrook-bazaar-combat_fairy .card-character.is-combat-fairy {
  width: 200px;
  background-image: url("/assets/characters/combat_fairy/combat_fairy_full-af8aa6bf.svg") !important;
  animation: float 4s ease-in-out infinite;
  height: 220px;
}

/* Combat Fairy page layout */
.combat-fairy-layout {
  display: flex;
  flex-direction: column;
}
.combat-fairy-moves-list {
  max-height: 50vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 30em) {
  .combat-fairy-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .combat-fairy-sidebar {
    flex: 0 0 auto;
    width: 280px;
    position: sticky;
    top: 1rem;
  }
  .combat-fairy-moves {
    flex: 1;
    min-width: 0;
  }
  .combat-fairy-moves-list {
    max-height: 80vh;
  }
}

.castlebrook-laboratory-research_department .filters .button {
  width: inherit;
}
.castlebrook-laboratory-research_department .entity-container {
  max-width: 100%;
  overflow: auto;
  padding: 24px 0;
  margin-bottom: 24px;
}
@media (min-width: 37.5em) {
  .castlebrook-laboratory-research_department .entity-container {
    margin-bottom: 72px;
  }
}
.castlebrook-laboratory-research_department .relative:hover .card-actions,
.castlebrook-laboratory-research_department .relative:focus .card-actions {
  opacity: 1;
}
.castlebrook-laboratory-research_department .card-actions {
  opacity: 1;
  bottom: 40%;
  z-index: 1;
  position: absolute;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 37.5em) {
  .castlebrook-laboratory-research_department .card-actions {
    opacity: 0;
  }
}

.castlebrook-laboratory {
  background-color: #cbd9e5;
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%2375a1c5' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.castlebrook-laboratory .building-card-image.is-transmogrifier {
  background-image: url("/assets/places/bazaar/transmogrifier-9a53d2a0.svg");
}
.castlebrook-laboratory .building-card-image.is-cloning-booth {
  background-image: url("/assets/places/bazaar/cloning_booth-ab81a873.svg");
}
.castlebrook-laboratory .building-card-image.is-research-development {
  background-image: url("/assets/places/laboratory/research_development-cad3bce8.svg");
}
.castlebrook-laboratory .building-card-image.is-brain-zapper {
  background-image: url("/assets/places/laboratory/brain_zapper-96ca35f3.svg");
}
.castlebrook-laboratory.castlebrook-laboratory-research_department .main-nav, .castlebrook-laboratory.castlebrook-laboratory-cloning_booth .main-nav, .castlebrook-laboratory.castlebrook-laboratory-transmogrifier .main-nav {
  position: fixed;
}
.castlebrook-laboratory.castlebrook-laboratory-research_department, .castlebrook-laboratory.castlebrook-laboratory-cloning_booth, .castlebrook-laboratory.castlebrook-laboratory-transmogrifier {
  background-size: auto;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%2375a1c5' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.castlebrook-castle,
.castlebrook-castle-throne_room,
.castlebrook-records,
.castlebrook-hall_of_fame,
.castlebrook-dept_of_farms {
  background-color: #dfdce3;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%239C92AC' fill-opacity='0.15'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.castlebrook-castle-throne_room {
  background-color: #424284;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/places/castle/throne_room_background-d5aec95a.svg");
  background-position: center;
}
.castlebrook-castle-throne_room .guide-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 3000;
}
@media (min-width: 64em) {
  .castlebrook-castle-throne_room .note.card {
    max-width: 40%;
  }
}

.castlebrook-dow {
  min-height: 100vh;
  background: linear-gradient(cyan, transparent), linear-gradient(-45deg, magenta, transparent), linear-gradient(45deg, yellow, transparent);
  background-blend-mode: multiply;
}

.castlebrook-castle .building-card-image.is-dept-of-farms {
  background-image: url("/assets/places/castle/department_of_farms-09626d58.svg");
}
.castlebrook-castle .building-card-image.is-records-office {
  background-image: url("/assets/places/castle/records_office-d721d331.svg");
}
.castlebrook-castle .building-card-image.is-throne-room {
  background-image: url("/assets/places/castle/throne_room-18069312.svg");
}
.castlebrook-castle .building-card-image.is-royal-farm {
  background-image: url("/assets/places/castle/royal_farm-e85e50df.svg");
}

/* upgrade-cost removed: cost now shown in button
.castlebrook-castle-dept_of_farms .card:hover .upgrade-cost {
  transform: rotate(8deg) scale(1.1);
}
.castlebrook-castle-dept_of_farms .upgrade-cost {
  position: absolute;
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, monospace;
  top: -24px;
  right: -24px;
  min-width: 50px;
  height: 50px;
  padding: 2px;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #83ffcd;
  border-radius: 100%;
  border: 4px solid black;
  text-align: center;
  cursor: default;
  transition: transform 0.2s ease-in-out;
} */

.castlebrook-forest {
  min-height: 90vh;
  background-color: #aeffde;
  background-color: #547B6B;
  background-image: url("/assets/places/forest/background-0edb1f71.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.castlebrook-forest .forest-sign {
  position: fixed;
  right: 96px;
  bottom: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
  width: 140px;
  z-index: 1;
  background-image: url("/assets/misc/rickshaws_forest_sign-a59477bb.svg");
}
.castlebrook-forest .forest-sign:hover {
  filter: brightness(1.05);
}
.castlebrook-forest .back-link {
  z-index: 2;
  position: fixed;
  bottom: 6px;
  left: 6px;
}
.castlebrook-forest .tree-container {
  position: fixed;
  bottom: 30%;
  width: 100vw;
  left: 0;
}
@media (min-width: 37.5em) {
  .castlebrook-forest .tree-container {
    padding: 0 96px;
  }
}
.castlebrook-forest .shed-icon {
  min-height: 40px;
  min-width: 40px;
  background-size: cover;
  background-position: center;
  background-image: url("/assets/icons/shed_icon-c61b8781.svg");
}
.castlebrook-forest .new-items {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 12px;
  z-index: 1;
}
.castlebrook-forest .new-item-template {
  display: none;
}
.castlebrook-forest .new-item-card {
  animation: fade-opacity 2s ease-in-out forwards;
  margin-bottom: 6px;
}
.castlebrook-forest .new-item-card .entity-name {
  font-weight: bold;
}
.castlebrook-forest .tree {
  position: relative;
  cursor: pointer;
}
.castlebrook-forest .tree:hover {
  filter: brightness(1.05);
}
.castlebrook-forest .tree .img {
  background-image: url("/assets/misc/forest_trees/tree_1-c30ca5dc.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: bottom center;
  height: 220px;
  width: 130px;
}
.castlebrook-forest .tree .img.is-2 {
  background-image: url("/assets/misc/forest_trees/tree_2-af9429c2.svg");
}
.castlebrook-forest .tree .img.is-3 {
  background-image: url("/assets/misc/forest_trees/tree_3-b22afd4f.svg");
}
.castlebrook-forest .tree:after {
  z-index: -1;
  content: "";
  display: block;
  width: 130px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-image: url("/assets/misc/forest_trees/shadow-657c1e25.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.castlebrook-forest .tree.is-shaking .img {
  animation: tree-shake 800ms linear infinite both;
}
.castlebrook-forest .tree.is-shaking:after {
  animation: shadow-shake 800ms linear infinite both;
}
.castlebrook-forest .tree.is-shaking {
  pointer-events: none;
}
.castlebrook-forest .tree.found-item {
  animation: new-shake 0.3s ease-in-out;
}

.castlebrook-guild_house-artisan {
  background-color: #ffd8d8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23b45252' fill-opacity='0.09'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.castlebrook-guild_house-oozology {
  background-color: #cdddfd;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%2339558d' fill-opacity='0.04'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.castlebrook-guild_house-index {
  background-color: #d2bfff;
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23a492ce' fill-opacity='0.14'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.castlebrook-guild_house-index .guild-stamp {
  text-decoration: none;
  z-index: 1;
  background-color: black;
  color: white;
  position: absolute;
  right: 10px;
  bottom: -10px;
  padding: 6px 12px;
  border-radius: 24px;
}
.castlebrook-guild_house-index .building-card-image.is-oozology {
  background-image: url("/assets/places/guild_house/oozology-70ead7fa.svg");
}
.castlebrook-guild_house-index .building-card-image.is-artisan {
  background-image: url("/assets/places/guild_house/artisan-3c74f9d4.svg");
}

.page-npc.is-egidia {
  background-image: url("/assets/characters/egidia/egidia_bust-3490a42e.svg");
}
.page-npc.is-giles {
  background-image: url("/assets/characters/giles/giles_bust-e3719bbf.svg");
}

@media (min-width: 64em) {
  .castlebrook-guild_house #craft-button {
    width: 300px;
    margin: 0 auto;
  }
}
.castlebrook-guild_house .progress-bar {
  background-color: blue;
  min-width: 100%;
  height: 20px;
  border-radius: 24px;
  position: relative;
}
.castlebrook-guild_house .progress-bar .progress-fill {
  border-radius: 24px;
  min-width: 20px;
  position: absolute;
  height: 14px;
  left: 3px;
  top: 3px;
  z-index: 1;
  background-color: lightgreen;
}
.castlebrook-guild_house .progress-bar.is-artisan {
  background-color: #e3b7b7;
}
.castlebrook-guild_house .progress-bar.is-artisan .progress-fill {
  background-color: #f66;
}
.castlebrook-guild_house #entity-modal-container {
  z-index: 1200;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translateX(-50%) translateY(-40%);
}
.castlebrook-guild_house .button.is-crafting {
  cursor: not-allowed;
  opacity: 0.8;
}
.castlebrook-guild_house .button.is-shaking {
  animation: new-shake 0.2s ease-in-out;
}
.castlebrook-guild_house #confetti-container {
  z-index: 1250;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
.castlebrook-guild_house .signup-modal {
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1105;
  width: 95vw;
}
@media (min-width: 64em) {
  .castlebrook-guild_house .signup-modal {
    width: 65vw;
  }
}
.castlebrook-guild_house .entity-box.is-large {
  min-width: 120px;
  min-height: 120px;
}
.castlebrook-guild_house .entity-box.is-locked {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
}
.castlebrook-guild_house .entity-box.is-locked:hover:after {
  opacity: 0.5;
}
.castlebrook-guild_house .entity-box.is-locked:after {
  content: "";
  left: 0;
  top: 0;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/misc/lock-e32d9d5a.svg");
  background-position: center;
  transform: scale(0.8);
}
.castlebrook-guild_house .modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
}
.castlebrook-guild_house .object-count {
  z-index: 11;
  top: -20px;
  right: -20px;
}

.castlebrook-guild_house .known-recipes-modal {
  position: fixed;
  width: min(90vw, 640px);
  max-height: 80vh;
  background-color: #fdf8f2;
  z-index: 1101;
  left: 50%;
  top: 50%;
  padding: 24px;
  border: 4px solid black;
  border-radius: 32px;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.castlebrook-guild_house .known-recipes-modal .card {
  width: 100%;
}

.castlebrook-guild_house .workbench-status {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
}
.castlebrook-guild_house .workbench-status p {
  margin: 0;
}
.castlebrook-guild_house .workbench-upgrade-hint {
  font-size: 0.85rem;
  opacity: 0.7;
}

.castlebrook-guild_house .bench {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.castlebrook-guild_house .bench-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  min-width: 110px;
  min-height: 130px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  flex: 1;
  max-width: 160px;
}
.castlebrook-guild_house .bench-slot.is-empty {
  border: 3px dashed rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.3);
}
.castlebrook-guild_house .bench-slot.is-filled {
  background: white;
}
.castlebrook-guild_house .bench-slot-placeholder {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.15);
  font-weight: bold;
  line-height: 1;
}
.castlebrook-guild_house .bench-slot-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 8px;
}
.castlebrook-guild_house .bench-slot-name {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.castlebrook-guild_house .bench-slot-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border: 2px solid black;
  border-radius: 50%;
  background: white;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color 0.1s ease;
}
.castlebrook-guild_house .bench-slot-remove:hover {
  background-color: #ff7f7f;
  color: white;
}

.castlebrook-guild_house .craft-actions {
  display: flex;
  align-items: center;
}
.castlebrook-guild_house .craft-button {
  font-size: 1.1rem;
  padding: 10px 32px;
}
.castlebrook-guild_house .craft-button.is-artisan {
  background-color: #f66;
  color: white;
}
.castlebrook-guild_house .craft-button.is-artisan:hover:not(:disabled) {
  background-color: #e55;
}
.castlebrook-guild_house .craft-button.is-oozology {
  background-color: #69f;
  color: white;
}
.castlebrook-guild_house .craft-button.is-oozology:hover:not(:disabled) {
  background-color: #58e;
}
.castlebrook-guild_house .craft-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.castlebrook-guild_house .craft-result {
  padding: 16px;
  background: #fffbe6;
  border: 3px solid #f5c542;
  animation: craft-appear 0.4s ease-out;
}
.castlebrook-guild_house .craft-result-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.castlebrook-guild_house .craft-result-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 37.5em) {
  .castlebrook-guild_house .craft-result-image {
    width: 100px;
    height: 100px;
  }
}
.castlebrook-guild_house .craft-result-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
  margin: 0 0 2px 0;
}
.castlebrook-guild_house .craft-result-name {
  font-size: 1.3rem;
  margin: 0 0 4px 0;
}
.castlebrook-guild_house .craft-result-effect {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.8;
}

@keyframes craft-appear {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.castlebrook-guild_house .craft-error {
  padding: 16px 20px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 6px;
  border: 4px solid black;
  box-shadow: 4px 4px 0 0 black;
  animation: craft-appear 0.3s ease-out;
}
.castlebrook-guild_house .craft-error-text {
  margin: 0;
  font-size: 1rem;
}

.castlebrook-guild_house .materials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.castlebrook-guild_house .material {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.1s ease-out;
  position: relative;
}
.castlebrook-guild_house .material:hover:not(:disabled) {
  transform: translateY(-2px);
}
.castlebrook-guild_house .material:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.castlebrook-guild_house .material-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 8px;
}
.castlebrook-guild_house .material-count {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-top: 2px;
}
.castlebrook-guild_house .empty-materials-hint {
  opacity: 0.7;
  font-style: italic;
}
.castlebrook-guild_house .empty-materials-hint a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.castlebrook #new-signup-modal {
  z-index: 1200;
  position: fixed;
  width: 90%;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}
.castlebrook .inbox-link {
  background-image: url("/assets/icons/inbox_icon-52e16be0.svg");
  position: fixed;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1200;
  top: 72px;
  left: 12px;
  transition: transform 0.15s ease-out;
}
.castlebrook .inbox-link:hover {
  transform: scale(1.1);
}
.castlebrook .inbox-link .notification-counter {
  position: absolute;
  right: -12px;
  top: 0px;
  height: 20px;
  line-height: 18px;
  padding: 0 6px;
  font-weight: bold;
  border-radius: 12px;
  font-size: 0.7rem;
  background-color: #ff7f7f;
  text-decoration: none;
  text-align: center;
  border: 2px solid black;
}
.castlebrook {
  overflow: hidden;
}
.castlebrook .card.is-public {
  border: none;
  background-color: rgba(255, 255, 174, 0.631372549);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.castlebrook .title-container {
  display: none;
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1002;
  color: rgba(0, 0, 0, 0.6);
}
.castlebrook .title-container h2 {
  color: rgba(0, 0, 0, 0.3);
}
.castlebrook .title-container {
  transform: scale(0.8);
}
@media (min-width: 64em) {
  .castlebrook .title-container {
    display: block;
  }
}
.castlebrook .title {
  position: absolute;
  padding: 6px;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  pointer-events: none;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.95);
  background-color: black;
  transform: translateY(237%) translateX(-20%) rotate(-2deg);
}

.castlebrook-overworld .main-nav,
.castlebrook-overworld_east .main-nav,
.castlebrook-overworld_west .main-nav,
.high_seas .main-nav {
  position: fixed;
  width: 100vw;
}
.castlebrook-overworld #boats-container,
.castlebrook-overworld_east #boats-container,
.castlebrook-overworld_west #boats-container,
.high_seas #boats-container {
  z-index: 101;
  flex-wrap: wrap;
  position: fixed;
  width: 100vw;
  height: 18vh;
  top: inherit !important;
  left: 0 !important;
  bottom: 0 !important;
  padding-left: clamp(200px, 20vw, 350px);
  overflow: hidden;
  justify-content: space-around;
  align-content: flex-end;
  display: none;
}
@media (min-width: 64em) {
  .castlebrook-overworld #boats-container,
  .castlebrook-overworld_east #boats-container,
  .castlebrook-overworld_west #boats-container,
  .high_seas #boats-container {
    display: flex !important;
  }
}
.castlebrook-overworld .boat,
.castlebrook-overworld_east .boat,
.castlebrook-overworld_west .boat,
.high_seas .boat {
  position: relative;
  cursor: pointer;
  width: clamp(40px, 3.5vw, 60px);
  height: clamp(40px, 3.5vw, 60px);
  margin-top: 1.5rem;
}
.castlebrook-overworld .boat:hover .username,
.castlebrook-overworld_east .boat:hover .username,
.castlebrook-overworld_west .boat:hover .username,
.high_seas .boat:hover .username {
  opacity: 1;
}
.castlebrook-overworld .boat .username,
.castlebrook-overworld_east .boat .username,
.castlebrook-overworld_west .boat .username,
.high_seas .boat .username {
  opacity: 0;
  position: absolute;
  text-align: center;
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, monospace;
  top: -1rem;
  left: 50%;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  font-size: 0.8rem;
}
.castlebrook-overworld .guide-notice,
.castlebrook-overworld_east .guide-notice,
.castlebrook-overworld_west .guide-notice,
.high_seas .guide-notice {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3000;
}
@media (min-width: 64em) {
  .castlebrook-overworld .guide-notice,
  .castlebrook-overworld_east .guide-notice,
  .castlebrook-overworld_west .guide-notice,
  .high_seas .guide-notice {
    right: 24px;
    bottom: 24px;
  }
}

.castlebrook-overworld {
  background-color: #99dfff;
}
.castlebrook-overworld .places {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px 24px;
  margin-top: 72px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .castlebrook-overworld .places {
    grid-template-columns: repeat(3, 1fr);
    max-width: 560px;
    gap: 20px;
  }
}
@media (min-width: 64em) {
  .castlebrook-overworld .places {
    display: block;
    margin-top: 120px;
    max-width: none;
    padding: 0;
  }
}
.castlebrook-overworld .place {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: url("/assets/misc/cursors/cursor_door-0096eeb4.png") 22 22, auto;
  z-index: 100;
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, monospace;
  text-decoration: none;
  text-align: center;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  height: 110px;
  width: auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transition: transform 0.15s ease-out;
}
.castlebrook-overworld .place:active {
  transform: scale(0.95);
}
@media (min-width: 64em) {
  .castlebrook-overworld .place {
    display: block;
    padding: 0;
    position: fixed;
    height: clamp(160px, 12vw, 250px);
    width: clamp(180px, 14vw, 280px);
    background-color: transparent;
    border-radius: 0;
    background-position: center;
  }
  .castlebrook-overworld .place:active {
    transform: none;
  }
}
.castlebrook-overworld .place .title {
  opacity: 1;
  position: static;
  transform: none;
  font-size: 0.65rem;
  white-space: nowrap;
  padding: 3px 8px;
}
@media (min-width: 64em) {
  .castlebrook-overworld .place .title {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(-2deg);
    font-size: 0.8rem;
    padding: 6px;
    white-space: nowrap;
  }
}
.castlebrook-overworld .place:hover {
  filter: brightness(1.05);
}
.castlebrook-overworld .place:hover .title {
  opacity: 1;
}
.castlebrook-overworld .place.shop {
  bottom: 40%;
  right: 40%;
  animation: float 7.4s ease-in-out infinite;
  background-image: url("/assets/places/overworld/overworld_shop-b3620c89.svg");
}
.castlebrook-overworld .place.tavern {
  bottom: 15%;
  right: 20%;
  animation: float 7.7s ease-in-out infinite;
  background-image: url("/assets/places/overworld/overworld_tavern-e92152ca.svg");
}
@media (min-width: 64em) {
  .castlebrook-overworld .place.tavern {
    width: clamp(200px, 16vw, 320px);
    height: clamp(200px, 16vw, 320px);
  }
}
.castlebrook-overworld .place.forest {
  top: -3%;
  right: -30%;
  background-image: url("/assets/places/overworld/overworld_forest-2ce3fd48.svg");
}
@media (min-width: 64em) {
  .castlebrook-overworld .place.forest {
    position: fixed;
    width: clamp(600px, 46vw, 900px);
    height: clamp(350px, 30vw, 520px);
  }
  .castlebrook-overworld .place.forest .title {
    bottom: 25%;
    left: 12%;
    transform: translateY(100%) rotate(-2deg);
  }
}
.castlebrook-overworld .place.bazaar {
  top: 20%;
  left: 15%;
  animation: float 9.2s ease-in-out infinite;
  background-image: url("/assets/places/overworld/overworld_bazaar-5ea8c716.svg");
}
.castlebrook-overworld .place.castle {
  bottom: 28%;
  left: -15%;
  animation: float 7.3s ease-in-out infinite;
  background-image: url("/assets/places/overworld/overworld_castle-e38d5bf7.svg");
}
@media (min-width: 64em) {
  .castlebrook-overworld .place.castle {
    position: fixed;
    min-width: clamp(400px, 30vw, 600px);
    height: clamp(260px, 22vw, 400px);
  }
  .castlebrook-overworld .place.castle .title {
    left: 65%;
    bottom: 5%;
    transform: translateX(-50%) translateY(100%) rotate(-4deg);
  }
}
.castlebrook-overworld .place.guild-house {
  top: 10%;
  left: 30%;
  animation: float 11.8s ease-in-out infinite;
  background-image: url("/assets/places/overworld/overworld_guild_house-e68ef6d6.svg");
}
@media (min-width: 64em) {
  .castlebrook-overworld .place.guild-house {
    width: clamp(120px, 10vw, 200px);
  }
}
.castlebrook-overworld .place.royal-farms {
  top: 2%;
  left: 45%;
  width: 100px;
  animation: float 12.3s ease-in-out infinite;
  background-image: url("/assets/places/overworld/overworld_royal_farms-5c1e27d2.svg");
}
.castlebrook-overworld .place.laboratory {
  bottom: 30%;
  left: 30%;
  animation: float 9.8s ease-in-out infinite;
  background-image: url("/assets/places/overworld/overworld_laboratory-82263ed1.svg");
}
.castlebrook-overworld .place.mountain {
  display: none;
  background-image: url("/assets/places/overworld_land_mass_bottom_left-dc2fc00b.svg");
}
@media (min-width: 64em) {
  .castlebrook-overworld .place.mountain {
    display: block;
    z-index: 102;
    background-size: cover;
    background-position: left bottom;
    bottom: 0;
    left: 0;
    height: clamp(300px, 24vw, 450px);
    width: clamp(300px, 24vw, 450px);
  }
}

.castlebrook-mountain-index {
  background-color: #2D2B35;
}
.castlebrook-mountain-index nav.main-nav {
  position: fixed;
}
.castlebrook-mountain-index .nav-mojo {
  color: rgba(255, 255, 255, 0.7);
  flex-grow: 1;
}
.castlebrook-mountain-index .bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0% !important;
  top: 0% !important;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes star-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.castlebrook-mountain-index .bg-stars {
  z-index: -1;
  background-image: url("/assets/places/mountain/bg_stars-fe5e41e1.svg");
  animation: star-rotate 360s infinite;
  background-size: cover;
}
.castlebrook-mountain-index .bg-mountains {
  z-index: 1;
  background-image: url("/assets/places/mountain/bg_mountains-13c0d523.svg");
}
.castlebrook-mountain-index .fg-mountains {
  z-index: 2;
  background-image: url("/assets/places/mountain/fg_mountains-86f4e0ce.svg");
}
.castlebrook-mountain-index .fg-cliff {
  top: 2% !important;
  z-index: 3;
  background-image: url("/assets/places/mountain/fg_cliff-f03f66c7.svg");
  background-position: bottom center;
}
.castlebrook-mountain-index .fg-cliff.is-boosting-purple {
  background-image: url("/assets/places/mountain/fg_cliff-purple-6fab8492.svg");
}
.castlebrook-mountain-index .fg-cliff.is-boosting-green {
  background-image: url("/assets/places/mountain/fg_cliff-green-80bfee83.svg");
}
.castlebrook-mountain-index .fg-cliff.is-boosting-orange {
  background-image: url("/assets/places/mountain/fg_cliff-orange-79ddf34e.svg");
}
.castlebrook-mountain-index .fg-cliff.is-boosting-pink {
  background-image: url("/assets/places/mountain/fg_cliff-pink-b2e44256.svg");
}
.castlebrook-mountain-index .fg-cliff.is-boosting-blue {
  background-image: url("/assets/places/mountain/fg_cliff-blue-302cb60f.svg");
}
.castlebrook-mountain-index .fg-cliff.is-boosting-yellow {
  background-image: url("/assets/places/mountain/fg_cliff-yellow-302b2929.svg");
}
.castlebrook-mountain-index .moon {
  background-position: center;
  background-size: contain;
  position: fixed;
  left: 20%;
  top: 10%;
  z-index: 1;
  height: 160px;
  width: 160px;
}
.castlebrook-mountain-index .moon.is-new {
  background-image: url("/assets/misc/moons/moon_new-2d486915.svg");
}
.castlebrook-mountain-index .moon.is-half {
  background-image: url("/assets/misc/moons/moon_half-d54b4493.svg");
}
.castlebrook-mountain-index .moon.is-full {
  background-image: url("/assets/misc/moons/moon_full-3de7a764.svg");
}

.castlebrook-pawn .main-nav {
  position: fixed;
}
.castlebrook-pawn .screen-container {
  max-height: 100vh;
}
.castlebrook-pawn {
  overflow: auto;
  background-color: #eaa4c5;
  background: radial-gradient(circle at 100% 50%, transparent 20%, rgba(255, 255, 255, 0.3) 21%, rgba(255, 255, 255, 0.3) 34%, transparent 35%, transparent), radial-gradient(circle at 0% 50%, transparent 20%, rgba(255, 255, 255, 0.3) 21%, rgba(255, 255, 255, 0.3) 34%, transparent 35%, transparent) 0 -50px;
  background-color: #eaa4c5;
  background-size: 75px 100px;
}
.castlebrook-pawn #sell_something {
  max-width: 140px;
}
.castlebrook-pawn .shop-listings {
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 24px;
  padding-bottom: 0;
}
@media (min-width: 37.5em) {
  .castlebrook-pawn .shop-listings {
    overflow-y: auto;
  }
}
.castlebrook-pawn .previous_page,
.castlebrook-pawn .next_page {
  display: none;
}
@media (min-width: 37.5em) {
  .castlebrook-pawn .previous_page,
  .castlebrook-pawn .next_page {
    display: auto;
  }
}

.castlebrook-tavern-index {
  background-color: #8c6f18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' width='80' height='80'%3E%3Cpath fill='%23b8952b' fill-opacity='0.4' d='M14 16H9v-2h5V9.87a4 4 0 1 1 2 0V14h5v2h-5v15.95A10 10 0 0 0 23.66 27l-3.46-2 8.2-2.2-2.9 5a12 12 0 0 1-21 0l-2.89-5 8.2 2.2-3.47 2A10 10 0 0 0 14 31.95V16zm40 40h-5v-2h5v-4.13a4 4 0 1 1 2 0V54h5v2h-5v15.95A10 10 0 0 0 63.66 67l-3.47-2 8.2-2.2-2.88 5a12 12 0 0 1-21.02 0l-2.88-5 8.2 2.2-3.47 2A10 10 0 0 0 54 71.95V56zm-39 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm40-40a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM15 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm40 40a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'%3E%3C/path%3E%3C/svg%3E");
}
.castlebrook-tavern-index #tavern-vue-target {
  z-index: 9;
}
.castlebrook-tavern-index .bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 30px;
  z-index: 5;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/places/tavern/bar-141c3982.svg");
}
.castlebrook-tavern-index .foam {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/places/tavern/foam-f8a8f5ca.svg");
  pointer-events: none;
  background-position: top;
}
.castlebrook-tavern-index .windows {
  z-index: -2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
  background-size: contain;
  background-image: url("/assets/places/tavern/windows-4eac51c0.svg");
  pointer-events: none;
}
.castlebrook-tavern-index .foragers-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 12px;
  height: 160px;
}
@media (min-width: 37.5em) {
  .castlebrook-tavern-index .foragers-container {
    width: 90%;
  }
}
.castlebrook-tavern-index .forager {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 160px;
  width: 150px;
  min-width: 160px;
  margin: 0 6px;
  transition: transform 0.2s ease-out;
  position: relative;
}
.castlebrook-tavern-index .forager:hover {
  transform: translateY(-10px);
}
@media (min-width: 37.5em) {
  .castlebrook-tavern-index .forager {
    min-height: 180px;
    width: 160px;
    min-width: 180px;
    margin: 0 12px;
  }
}
.castlebrook-tavern-index .forager-name {
  transition: opacity 0.2s ease-in;
  text-align: center;
  margin-bottom: 12px;
  opacity: 0;
  color: #ece8b3;
}
.castlebrook-tavern-index .message {
  padding: 6px;
  background-color: white;
  margin-bottom: 3px;
  word-break: break-word;
}
.castlebrook-tavern-index .message:hover .report-flag {
  cursor: pointer;
  opacity: 1;
}
.castlebrook-tavern-index .message .author {
  font-weight: bold;
  margin-right: 12px;
}
.castlebrook-tavern-index .message .report-confirm,
.castlebrook-tavern-index .message .report-flag {
  font-weight: bold;
  position: absolute;
  right: 3px;
  bottom: 3px;
  opacity: 0;
}
.castlebrook-tavern-index .message .report-confirm {
  opacity: 1;
  display: none;
}
.castlebrook-tavern-index .message .report-confirm .yes {
  color: #833939;
}
.castlebrook-tavern-index .rickshaw {
  cursor: pointer;
  position: fixed;
  height: 160px;
  width: 90px;
  background-image: url("/assets/characters/rickshaw/rickshaw_bust-113f84d8.svg");
  bottom: 0;
  right: -10px;
  z-index: 4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 37.5em) {
  .castlebrook-tavern-index .rickshaw {
    display: block;
    right: 9%;
    height: 170px;
    width: 110px;
  }
}
.castlebrook-tavern-index .rickshaw.is-dancing {
  animation: dance 3.5s ease-in-out infinite;
}
@keyframes dance {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0%);
  }
}
.castlebrook-tavern-index .shadow {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.4), transparent);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.castlebrook-tavern-index .chat-container,
.castlebrook-tavern-index .rumor-container {
  flex-grow: 1;
  min-height: 65vh;
  max-height: 55vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.5em) {
  .castlebrook-tavern-index .chat-container,
  .castlebrook-tavern-index .rumor-container {
    max-height: 65vh;
  }
}
.castlebrook-tavern-index .chat-container {
  position: relative;
  min-width: 75%;
}
.castlebrook-tavern-index .messages {
  padding: 0 6px;
  padding-top: 6px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  border-top: 4px solid black;
}
.castlebrook-tavern-index .rumor-container {
  display: none;
  overflow-y: auto;
  padding: 0 3px;
  -webkit-overflow-scrolling: touch;
  flex-direction: column-reverse;
  justify-content: flex-end;
  min-width: 200px;
}
@media (min-width: 37.5em) {
  .castlebrook-tavern-index .rumor-container {
    display: flex;
  }
}
.castlebrook-tavern-index .rumor-container {
  padding-top: 6px;
}
.castlebrook-tavern-index .global-container {
  padding: 0 12px;
  z-index: 2;
  max-width: 960px;
  min-width: 200px;
  margin: 0 auto;
}
.castlebrook-tavern-index .input-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
}
.castlebrook-tavern-index .input-container .send-box {
  padding: 6px;
  flex-grow: 1;
  height: 80px;
  padding-right: 90px;
}
.castlebrook-tavern-index .input-container .send-button {
  cursor: pointer;
  min-width: 80px;
  height: 78px;
  line-height: 64px;
  position: absolute;
  right: 11px;
  max-width: 20%;
  border-radius: 0 6px 6px 0;
}
.castlebrook-tavern-index .input-container .send-button.is-disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.castlebrook-tavern-index .input-container.is-sending {
  cursor: progress !important;
  opacity: 0.5;
}
.castlebrook-tavern-index .input-container.is-sending textarea {
  cursor: progress !important;
}
.castlebrook-tavern-index .input-container.is-sending .send-button {
  cursor: progress !important;
}
.castlebrook-tavern-index .input-container.is-logged-out {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Baloo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, monospace;
  color: rgba(0, 0, 0, 0.8);
}
.castlebrook-tavern-index .input-container.is-logged-out a {
  margin: 0 6px;
  color: black;
}
.castlebrook-tavern-index .forum-link {
