@import url("common.css");

body {
  background-image: url("../assets/fruit-cocktail/background.png");
}

.title {
  color: #FFF;
  text-shadow: 0px 0px 21.6px #77BB41, 0px 0px 43.2px #77BB41, 0px 0px 151.2px #77BB41, 0px 0px 302.4px #77BB41, 0px 0px 518.4px #77BB41, 0px 0px 907.2px #77BB41;
  font-family: IBM Plex Mono;
  font-size: 50px;
  font-weight: 600;
  opacity: 55%;
  margin-top: 48px;
  margin-bottom: 41px;
}

.pad {
  font-family: Roboto;
  font-size: 16px;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 18px;
  margin-right: 18px;
}

.pad>div {
  border-radius: 8px;
  border: 1px solid #A28C80;
  background: #370002;
  width: 151px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 7px;
  padding-right: 14px;
}

.pad>div>div:first-child {
  color: #EDEF10;
  font-weight: 900;
}

.pad>div>div:last-child {
  color: #FD0000;
  font-weight: 100;
}

.text {
  margin-top: 49px;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  --color: #EDEF10;
  font-family: PoetsenOne;
  font-size: 32px;
  font-weight: 400;
  text-shadow: -2px -2px #000, 2px -2px #000, -2px 2px #000, 2px 2px #000;
}

.text * {
  color: var(--color);
}

.text>div:first-child,
.text>div:last-child {
  width: 42px;
  color: #CDCD0B;
  text-align: center;
  font-family: Roboto;
  font-size: 8px;
  font-weight: 400;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
}

.red {
  --color: #FD0000;
}

.green {
  --color: #23F800;
}

.blue {
  --color: #00DFFE;
}

.purple {
  --color: #FF00E5;
}

.orange {
  --color: #ED6829;
}

.gray {
  --color: #C8C6C3;
}

.yellow {
  --color: #EDEF10;
}

.dark-green {
  --color: #0CA14B;
}

.dark-blue {
  --color: #0305F7;
}

.game-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.numbers {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  text-shadow: -1.5px -1.5px #F4EDBA, -1.5px 0 #F4EDBA, -1.5px 1.5px #F4EDBA, 0 -1.5px #F4EDBA, 0 1.5px #F4EDBA, 1.5px -1.5px #F4EDBA, 1.5px 0 #F4EDBA, 1.5px 1.5px #F4EDBA;
  margin-left: 10px;
  margin-right: 10px;
}

.numbers>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numbers>div>div {
  color: var(--color);
}

.markers {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.markers>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.markers>div>div {
  width: 12px;
  height: 2px;
  border-radius: 1px;
  border: 0.3px solid #000;
  background: var(--color);
  z-index: 1;
}

.game {
  background-image: linear-gradient(#2F3031, #B0ADB1 25%, #F6F3F6 60%, #373438), url("../assets/fruit-cocktail/splat.png");
  background-size: 310px 194px, 100%;
  background-repeat: no-repeat;
  background-position: 59px 60px, center;
  padding: 64px 63px 57px 63px;
  margin: -60px -68px -53px -68px;
}

.game>div {
  width: 302px;
  height: 186px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.game>div>div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #676467;
}

.game>div>div>div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background: #8292CC;
}

.game>div>div>div.won {
  background: #82CC92;
}

.game>div>div>div>img {
  width: 40px;
}

.separator {
  flex: 1;
}

.info {
  align-self: flex-end;
  margin-right: 23px;
  width: 172px;
  height: 72.232px;
  border-radius: 8px;
  border: 1px solid #A28C80;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DEDF2E;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.strawberry {
  width: 390px;
  align-self: flex-start;
}
