* {
  font-family: inherit;
  font-size: inherit;
}
html,
body {
  background: #1e1e1e;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
}
:root {
  --sidepad: 12px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6);
}
a:link {
  color: #c20d00;
  text-decoration: none;
}
a:visited {
  color: #c20d00;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
a:active {
  color: #ff0000;
  text-decoration: none;
}
#changelog,
#privacy {
  color: white;
  font-family: system-ui;
  font-size: 18px;
  margin: 0;
  padding: 12px;
  white-space: pre-wrap;
  width: 100%;
  word-wrap: break-word;
}
#crafting {
  color: white;
  font-family: system-ui;
  font-size: 18px;
  margin: 0;
  padding: 12px;
  width: 100%;
}
.btn {
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  justify-content: center;
  height: 32px;
  text-decoration: none;
  text-align: center;
}
.btn-hover:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
#play-text {
  font-size: 20px;
  color: white;
}
.text-special {
  color: #FFA500;
}
#bg {
  background-image: url(75e8e3ec601204ee82a5.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes slide {
  0% {
    transform: translate3d(0, -1641px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    /* The image width */
  }
}
#bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  width: 100%;
}
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #8c8c8c #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-thumb {
  background-color: #8c8c8c;
  border-radius: 10px;
  border: 0px solid #ffffff;
}
/* For older WebKit browsers */
@-webkit-keyframes strokePulse {
  0% {
    -webkit-text-stroke: 3px #ff0000;
  }
  50% {
    -webkit-text-stroke: 3px #841500;
    /* a darker shade of the color */
  }
  100% {
    -webkit-text-stroke: 3px #ff0000;
  }
}
/* Standard syntax (still uses -webkit-text-stroke) */
@keyframes strokePulse {
  0% {
    -webkit-text-stroke: 3px #ff0000;
  }
  50% {
    -webkit-text-stroke: 3px #841500;
  }
  100% {
    -webkit-text-stroke: 3px #ff0000;
  }
}
@-webkit-keyframes strokePulseSmall {
  0% {
    -webkit-text-stroke: 2px #ff0000;
  }
  50% {
    -webkit-text-stroke: 2px #841500;
    /* a darker shade of the color */
  }
  100% {
    -webkit-text-stroke: 2px #ff0000;
  }
}
/* Standard syntax (still uses -webkit-text-stroke) */
@keyframes strokePulseSmall {
  0% {
    -webkit-text-stroke: 2px #ff0000;
  }
  50% {
    -webkit-text-stroke: 2px #841500;
  }
  100% {
    -webkit-text-stroke: 2px #ff0000;
  }
}
#landing-container {
  background: #2F4F4F;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#landing-container #landing-central-container {
  display: flex;
  height: 320px;
  justify-content: space-evenly;
  position: relative;
  top: 30%;
  z-index: 1;
}
@media (max-width: 1366px) and (max-height: 600px) {
  #landing-container #landing-central-container {
    top: 28%;
  }
}
@media (max-width: 1150px) and (max-height: 520px) {
  #landing-container #landing-central-container {
    top: 20%;
  }
}
#landing-container .landing-central-box {
  color: white;
  height: 350px;
  width: 350px;
}
@media (max-width: 1366px) {
  #landing-container .landing-central-box {
    width: 300px;
  }
}
@media (max-width: 1150px) {
  #landing-container .landing-central-box {
    height: 300px;
    transform: scale(90%);
  }
}
@media (max-width: 1000px) {
  #landing-container .landing-central-box {
    transform: scale(80%);
  }
}
#landing-container #landing-news-container {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px -2px black;
  color: white;
  order: 3;
  overflow: auto;
}
#landing-container #landing-news-container .landing-news-item {
  padding: 16px;
}
#landing-container #landing-news-container .news-title {
  font-size: 24px;
  font-weight: bold;
}
#landing-container #landing-news-container .news-byline {
  display: inline-flex;
}
#landing-container #landing-news-container .news-byline .news-author {
  color: #A59263;
  padding-right: 8px;
}
#landing-container #landing-news-container .news-byline .news-date {
  color: #8c8c8c;
}
#landing-container #landing-news-container .news-byline div {
  font-size: 16px;
  padding-top: 8px;
}
#landing-container #landing-news-container .news-body div {
  color: #f0f0f0;
  font-size: 16px;
  padding-top: 8px;
}
#landing-container #landing-start-container {
  order: 2;
  width: 220px;
}
#landing-container #landing-start-container #landing-start-title {
  color: black;
  display: flex;
  font-family: 'Metamorphous', arial, sans-serif;
  font-size: 96px;
  height: 100px;
  justify-content: center;
  margin-bottom: 48px;
  margin-top: -24px;
  -webkit-text-stroke: 3px #ff3000;
  /* Add the pulsing animation */
  -webkit-animation: strokePulse 4s infinite ease-in-out;
  animation: strokePulse 4s infinite ease-in-out;
}
@media (max-width: 1366px) {
  #landing-container #landing-start-container #landing-start-title {
    font-size: 84px;
  }
}
@media (max-width: 1150px) {
  #landing-container #landing-start-container #landing-start-title {
    font-size: 72px;
    -webkit-animation: strokePulseSmall 4s infinite ease-in-out;
    animation: strokePulseSmall 4s infinite ease-in-out;
  }
}
#landing-container #landing-start-container #landing-error {
  color: yellow;
  display: none;
  font-size: 20px;
  padding: 0px;
  text-align: center;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 88px;
}
#landing-container #landing-start-container #player-name-wrapper {
  left: 50%;
  margin-top: 8px;
  position: relative;
  transform: translateX(-50%);
}
#landing-container #landing-start-container #player-name-wrapper #input-start-name {
  font-size: 18px;
  height: 36px;
  padding: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: white;
  cursor: initial;
  width: 100%;
}
#landing-container #landing-start-container #player-name-wrapper #btn-player-options {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url(98f3eae0c7a551964910.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  font-weight: bold;
  height: 32px;
  position: absolute;
  right: -38px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  top: 0px;
  width: 32px;
}
#landing-container #landing-start-container #account-container {
  height: 80px;
  display: flex;
  /* turn it into a flex row */
  align-items: center;
  /* ⇡⇣ centers children vertically */
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}
#landing-container #landing-start-container #btn-play {
  background: #A59263;
  font-weight: bold;
  height: 48px;
  margin-top: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#landing-container #landing-start-container #btn-login {
  background: #5865F2;
  height: 36px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  gap: 8px;
  width: 100%;
}
#landing-container #landing-start-container #btn-login .label {
  font-size: 20px;
  color: #fff;
}
#landing-container #landing-start-container #btn-login .crazygames-only {
  font-size: 18px;
}
#landing-container #landing-start-container .icon-discord {
  width: 20px;
  height: 20px;
  background: url(a420227021864513c33f.svg) center / contain no-repeat;
  flex-shrink: 0;
}
#landing-container #landing-start-container .icon-crazygames {
  width: 20px;
  height: 20px;
  background: url(886a9f66e29940cb9116.svg) center / contain no-repeat;
  flex-shrink: 0;
}
#landing-container #landing-start-container #login-info {
  width: 100%;
  margin-top: 8px;
}
#landing-container #landing-start-container #login-info.hidden {
  display: none;
}
#landing-container #landing-start-container .login-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 12px;
  row-gap: 6px;
  align-items: center;
  margin-bottom: 8px;
}
#landing-container #landing-start-container #discord-avatar {
  grid-row: 1 / span 3;
  grid-column: 1;
  height: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #2f3136;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.25);
}
#landing-container #landing-start-container .line-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#landing-container #landing-start-container .line-level {
  grid-column: 2;
  grid-row: 2;
  font-size: 16px;
  color: #FFA500;
  line-height: 1;
}
#landing-container #landing-start-container #btn-logout {
  grid-column: 2;
  grid-row: 3;
  background: rgba(0, 0, 0, 0.2);
  height: 28px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
#landing-container #landing-start-container #btn-logout .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
}
@media (max-width: 420px), (max-height: 520px) {
  #landing-container #landing-start-container .login-card {
    column-gap: 8px;
    row-gap: 4px;
  }
  #landing-container #landing-start-container .line-name {
    font-size: 15px;
  }
  #landing-container #landing-start-container .line-level {
    font-size: 13px;
  }
  #landing-container #landing-start-container #btn-logout {
    height: 32px;
  }
}
#landing-container #landing-server-container {
  left: 50%;
  margin-top: 8px;
  position: relative;
  transform: translateX(-50%);
}
#landing-container #landing-server-container #server-region-img {
  background-image: url(717cc3f61d80ac4ab331.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  height: 28px;
  left: -32px;
  position: absolute;
  top: 4px;
  width: 28px;
}
#landing-container #landing-server-container .server-region-img-xxx {
  background-image: none !important;
}
#landing-container #landing-server-container .server-region-img-sfo {
  background-image: url(717cc3f61d80ac4ab331.svg) !important;
}
#landing-container #landing-server-container .server-region-img-nyc {
  background-image: url(717cc3f61d80ac4ab331.svg) !important;
}
#landing-container #landing-server-container .server-region-img-fra {
  background-image: url(95fda0fe2280cae39118.svg) !important;
}
#landing-container #landing-server-container .server-region-img-sgp {
  background-image: url(6f1e1026ea05a74496d3.svg) !important;
}
#landing-container #landing-server-container .server-region-img-kor {
  background-image: url(9b7ac31282b8b7d67376.svg) !important;
}
#landing-container #landing-server-container #server-region {
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  padding: 4px 4px;
  width: 100%;
}
#landing-container #landing-server-container #server-region option {
  background: rgba(0, 0, 0, 0.9);
}
#landing-container #landing-ad-central {
  display: flex;
  order: 1;
  justify-content: center;
  /* center horizontally */
}
#landing-container .landing-ad-bottom {
  bottom: var(--sidepad);
  color: white;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#landing-container .social-img {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  margin-left: 12px;
  text-decoration: none;
  width: 64px;
}
@media (max-height: 600px) {
  #landing-container .social-img {
    font-size: 14px;
    height: 40px;
    margin-left: 4px;
    width: 56px;
  }
}
@media (max-height: 460px) {
  #landing-container .social-img {
    font-size: 12px;
    height: 32px;
    margin-left: 2px;
    width: 48px;
  }
}
#landing-container #landing-social-container {
  bottom: var(--sidepad);
  display: flex;
  flex-direction: row;
  position: absolute;
  right: var(--sidepad);
}
#landing-container #landing-social-container #social-link-mute {
  background-color: #555555;
  background-image: url(f3d9c51e6dfd9d76206f.svg);
}
#landing-container #landing-social-container #social-link-help {
  background-color: #555555;
}
#landing-container #landing-social-container #social-link-privacy {
  background-color: #555555;
}
#landing-container #landing-social-container #social-link-changelog {
  background-color: #A59263;
}
#landing-container #landing-social-container #social-link-smoker {
  background-color: #d47633;
}
#landing-container #landing-social-container #social-link-discord {
  background-color: #5865F2;
  background-image: url(a420227021864513c33f.svg);
}
#landing-container #landing-links-container {
  bottom: var(--sidepad);
  display: flex;
  flex-direction: row;
  position: absolute;
  left: var(--sidepad);
}
#landing-container #landing-links-container .dropdown {
  position: relative;
}
#landing-container #landing-links-container .dropdown-btn {
  background-color: #555;
  width: 96px;
  height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}
#landing-container #landing-links-container .dropdown-content {
  position: absolute;
  left: 0;
  bottom: 46px;
  display: none;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}
#landing-container #landing-links-container .dropdown.open .dropdown-content {
  display: flex;
}
#landing-container #landing-links-container .dropdown-content a {
  margin: 0;
  width: 96px;
  height: 36px;
  font-size: 14px;
  background-color: #10386e;
}
.ad-300x250 {
  background: rgba(0, 0, 0, 0.2);
  height: 250px;
  margin: auto;
  width: 300px;
}
.ad-970x250 {
  background: rgba(0, 0, 0, 0.2);
  height: 250px;
  margin: auto;
  width: 970px;
}
/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* ensure it appears on top */
}
/* Modal Content */
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* Modal Buttons */
.modal-buttons {
  margin-top: 20px;
}
.modal-buttons button {
  margin: 0 10px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/* Optional: Color your buttons */
#modal-yes {
  background-color: #555;
  color: white;
}
#modal-no {
  background-color: #A59263;
  color: white;
}
/* Hidden class to hide the modal by default */
.hidden {
  display: none;
}
.spinner {
  animation: spin 1.1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  display: none;
  width: 0.9em;
  height: 0.9em;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#inventory {
  display: grid;
  grid-template-columns: repeat(8, 50px);
  grid-template-rows: repeat(3, 50px);
  gap: 10px;
}
.cell {
  width: 50px;
  height: 50px;
  border: 2px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.cell.dragover {
  background-color: #f0f0f0;
}
.item {
  width: 40px;
  height: 40px;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#game-over-container {
  display: none;
  position: absolute;
  z-index: 3;
  opacity: 0;
}
#game-over-container #cowz-io_970x250 {
  bottom: 64px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
}
#game-over-container #cowz-io_970x250 #game-over-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#game-over-container #cowz-io_970x250 #btn-play-again {
  background: #2d999d;
  height: 48px;
  left: 50%;
  opacity: 0.5;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, 0px);
  margin-top: 24px;
}
#game-over-container #cowz-io_970x250 .game-over-ad-bottom {
  color: white;
  display: flex;
  justify-content: center;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
}
@media (max-height: 640px) {
  #game-over-container #cowz-io_970x250 {
    transform: translate(-50%, 0%) scale(60%);
  }
}
@media (prefers-reduced-motion: reduce) {
  #game-over-container * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
#game-container {
  position: absolute;
  z-index: 0;
}


/*# sourceMappingURL=changelog.73ebdc38.css.map*/