@import url('https://fonts.googleapis.com/css2?family=Jersey+10&family=Kosugi+Maru&display=swap');

body {
	background-color: #000;
	background-image: 
		linear-gradient(to left, cyan 1px, transparent 1px),
		linear-gradient(to top, cyan 1px, transparent 1px);
	background-size: 30px 30px;
	background-attachment: fixed;
	background-position: 0 47px;
	color: #fff;
	font-family: "MS Gothic", "Kosugi Maru", sans-serif;
	image-rendering: pixelated;
	min-width: 350px;
}

body {
	cursor: url(https://github.com/ismailhromcik95/ismile.neocities.org/raw/refs/heads/main/MONS/assets/cursors/default.cur),
	default;
}

a,
.chat {
	cursor: url(https://github.com/ismailhromcik95/ismile.neocities.org/raw/refs/heads/main/MONS/assets/cursors/pointer.cur),
	pointer;
}

.banner span,
.text-bar h2,
.info-text span,
.icon-text {
	cursor: url(https://github.com/ismailhromcik95/ismile.neocities.org/raw/refs/heads/main/MONS/assets/cursors/text.cur),
	text;
}

.top-bar {
	border-bottom: 1px solid cyan;
}

.contents {
	padding-top: 45px;
	max-width: 1500px;
	margin: auto;
}

.header,
.info,
.guide,
#monsGame {
	border: 5px solid yellow;
	border-radius: 15px;
}

.header {
	box-shadow:
		inset -10px -10px 0 #000,
		inset 10px 10px 0 #000;
	margin: 40px;
	background-color: #000;
}

.banner {
	color: #fff;
  font-family: "Jersey 10", sans-serif;
  text-shadow: 7px 7px 0 #ffffff25;
  font-size: 90px;
  text-align: center;
	padding: 20px;
}

.text-bar {
	display: flex;
	position: relative;
	margin: 40px;
	gap: 40px;
}

.text-bar h2 {
	text-align: center;
	font-size: 16px;
}

.info,
.guide {
	background: #000;
	margin-top: 0;
	padding: 20px 30px;
	flex: 1;
}

.info {
	font-size: 15px;
}

.info-text {
	margin-top: 30px;
	line-height: 30px;
}

.guide {
	font-size: 14px;
	line-height: 20px;
}

.guide p {
	display: flex;
	margin-top: 7px;
	align-items: center;
}

.icon {
	display: inline-block;
	background-size: 100% 100%;
	width: 20px !important;
	height: 20px;
	filter: invert(100);
	margin-right: 15px;
	align-self: center;
}

.icon-text {
	display: inline-block;
	margin-top: -2px;
}

.info-icon {
	background-image: url(../images/icons/info.png);
}

.feed-icon {
	background-image: url(../images/icons/feed.png);
}

.train-icon {
	background-image: url(../images/icons/train.png);
}

.clean-icon {
	background-image: url(../images/icons/clean.png);
}

.heal-icon {
	background-image: url(../images/icons/heal.png);
}

.rename-icon {
	background-image: url(../images/icons/rename.png);
}

.save-icon {
	background-image: url(../images/icons/save.png);
}

.delete-icon {
	background-image: url(../images/icons/delete.png);
}

#monsGame {
	width: calc(100% - 80px);
	height: auto;
	aspect-ratio: 2 / 1;
	margin: 0 40px 80px;
}

.chat,
.chat-popup {
  position: fixed;
  right: 0;
  border: 3px solid yellow;
  border-radius: 5px;
  background: #000;
  margin: 15px;
}

.chat {
  font-family: "Jersey 10", sans-serif;
  bottom: 0;
  font-size: 29px;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
}

.chat img {
	filter: invert(100);
	width: 16px;
	height: 18px;
	margin-top: 4px;
}

.chat-popup {
	bottom: 60px;
	height: 70%;
	max-height: 450px;
	width: 350px;
	padding: 25px;
}

.chat-frame {
	background-color: #ddd;
	background-image: linear-gradient(rgba(221,221,221,0.75), rgba(221,221,221,0.75)), url(../images/bricks.png);
	background-size: auto 100%;
	border-radius: 25px;
	height: 100%;
	width: 100%;
	box-shadow:	inset -30px -30px 0 rgba(0,0,0,0.3);
}

#chattable {
  height: 100%;
  }

@media only screen and (max-width: 1000px) {
	.info,
	.guide {
		font-size: 1.5vw;
	}

	.text-bar {
		gap: 5vw;
	}
}

@media only screen and (max-width: 800px) {
	.info,
	.guide {
		font-size: 1.6vw;
	}
} 

@media only screen and (max-width: 750px) {
	.text-bar {
		flex-direction: column;
	}

	.info,
	.guide {
		font-size: 12px;
	}

	.text-bar {
		gap: 40px;
	}
}

@media only screen and (max-width: 676px) {
  .contents {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 550px) {
	.banner {
		font-size: 15vw;
	}
}

.hidden {
	display: none;
}

@media only screen and (max-width: 380px) {
  .contents {
    margin-top: 50px;
  }
}