	:root {
	  --reddie: #EE003F;
	  --orangie: #FF9150;
	  --yellowie: #F8F211;
	  --greenie: #5BFD0F;
	  --cyanie: #37FFB3;
	  --blueie: #0242FD;
	  --hotiepink: #f7208c;
	  --pinkie: #EBD9FF;
	  --pinkieie: #FF89E1;
	}

@font-face {
  font-family: 'Ayumin';
  src: url('../fonts/JF-Dot-AyuMin18.ttf') format('truetype');
}

@font-face {
  font-family: 'Rammetto';
  src: url('../fonts/rammetto-one.regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Izumi';
  src: url('../fonts/JF-Dot-Izumi16.ttf') format('truetype');
}

@font-face {
  font-family: 'Jiskan';
  src: url('../fonts/JF-Dot-jiskan24.ttf') format('truetype');
}

@font-face {
  font-family: 'Tajamuka';
  src: url('../fonts/Tajamuka Script.ttf') format('truetype');
}

	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	  image-rendering: pixelated;
	}
	
	body {
	  margin: 0;
	  padding: 0;
	  font-family: 'Rammetto', sans-serif;
	  color: #150001;
	  overflow-x: hidden;
	  overflow-y: hidden;
	  position: relative;
	}
	
	.bg {
	  position: fixed;
	  inset: 0;
	  background-image: url('../images/xylbayo.png');
	  background-size: 175px;
	  background-repeat: repeat;
	  z-index: -2;
	}
	
	.get-filtered {
	  position: relative;
	  min-height: 100vh;
	  z-index: 0;
	}
	.protection {
	  position: absolute;
	  top: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 100%;
	  max-width: 55rem;
	  height: 100vh;
	  border: 5px double var(--hotiepink);
	  background: url('../images/bayonet.png');
	  background-size: 175px;
	  background-repeat: repeat;
	  display: flex;
	  flex-direction: column;
	  overflow-y: auto;
	  overflow-x: hidden;
	  z-index: 1;
	}
	
	
	a {
	  color: inherit;
	  text-decoration: none;
	}
	
	.section {
	  max-width: 46.875rem;
	  width: 100%;
	  margin: 0 auto;
	}
	
	.section + .section {
	  margin-top: 0.6rem;
	}
	
	.header {
	  background: linear-gradient(to bottom, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  min-height: 6rem;
	  border: 0.125rem outset var(--hotiepink);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-family: 'Rammetto', monospace;
	  font-size: 4rem;
	  letter-spacing: 0.0625rem;
	  position: relative;
	}
	.button-row {
	  display: grid;
	  grid-template-columns: repeat(5, 1fr);
	  margin-top: 0.5rem;
	  z-index: 200;
	}
	
	.button-row a {
	  border: 0.125rem solid var(--hotiepink);
	  font-family: 'Rammetto', monospace;
	  font-weight: bold;
	  font-size: 1rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 3.75rem;
	  transition: all 0.2s ease;
	  background: linear-gradient(to left, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  color: var(--yellowie);
	  box-shadow: inset 0.125rem 0.125rem 0 var(--pinkie), inset -0.125rem -0.125rem 0 #55001a, 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.6);
	  text-shadow: 0.0625rem 0.0625rem #55001a;
	}
	
	.button-row a:hover {
	  background: linear-gradient(to left, var(--pinkieie), var(--hotiepink), var(--pinkieie));
	  color: #fff;
	  box-shadow: inset -0.125rem -0.125rem 0 var(--pinkie), inset 0.125rem 0.125rem 0 #55001a, 0 0.125rem 0.125rem rgba(0, 0, 0, 0.4);
	  text-shadow: 0.0625rem 0.0625rem #55001a;
	}
	
	.button-row a:active {
	  background: linear-gradient(to left, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  box-shadow: inset 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.4);
	  transform: translateY(1px);
	}
	
	.screen-wrapper {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background: linear-gradient(to top, var(--cyanie), var(--yellowie), var(--cyanie));
	  padding: 0.625rem;
	  border: 0.125rem outset var(--hotiepink);
	  max-width: 32.875rem;
	  z-index: 200;
	}
	
	.big-screen {
	  background: var(--pinkie);
	  border: 0.25rem inset var(--hotiepink);
	  width: 30.625rem;
	  height: 23rem;
	  overflow: hidden;
	  z-index: 200;
	}
	
	.big-screen img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	}
	
	.tall-rect {
	  margin-top: 2.5rem;
	  background: linear-gradient(to bottom, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  border: 0.1875rem outset var(--pinkieie);
	  max-height: 18.75rem;
	  padding: 1rem;
	  display: grid;
	  grid-template-columns: 1fr 2fr;
	  gap: 1.5rem;
	  color: var(--pinkie);
	}
	
	.about-left {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
	
	.image-row {
	  display: flex;
	}
	
	.image-row img {
	  width: 6rem;
	  height: 6rem;
	  border: 0.125rem inset var(--hotiepink);
	  background: var(--pinkie);
	}
	.float-image {
	  float: right;
	  shape-outside: margin-box;
	  width: 6.5rem;
	  height: 6.5rem;
	  margin-bottom: 0.5rem;
	}
	
	
	.mini-table {
	  background: var(--pinkie);
	  border: 0.125rem outset var(--hotiepink);
	  font-family: 'Ayumin', sans-serif;
	  font-size: 0.9rem;
	  width: 12rem;
	  height: 10.5rem;
	  text-align: left;
	  border-collapse: collapse;
	  color: #55001a;
	}
	
	.mini-table td {
	  padding: 0.125rem 0.25rem;
	}
	
	.about-right {
	  font-family: 'Ayumin', sans-serif;
	  font-size: 1.03rem;
	  line-height: 1.4;
	  max-width: 27rem;
	  background: linear-gradient(to left, var(--yellowie), white, var(--yellowie));
	  color: var(--cyanie);
	  border: 2px double var(--hotiepink);
	  text-shadow: 0.09rem 0.09rem #55001a;
	  overflow-y: auto;
	  padding: 1rem 1.5rem;
	  display: block;
	  text-align: left;
	}
	.small-parens {
	  font-size: 0.65em;
	  opacity: 0.85;
	}
	
	
	.about-right p {
	  position: relative;
	  margin: 0;
	}
	
	.social-row {
	  display: grid;
	  grid-template-columns: repeat(5, 1fr);
	  margin-top: 0.5rem;
	}
	
	.social-row a {
	  border: 0.125rem outset var(--hotiepink);
	  height: 3.75rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-family: 'Rammetto', sans-serif;
	  font-weight: bold;
	  text-align: center;
	  font-size: 1rem;
	  background: linear-gradient(to left, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  color: var(--yellowie);
	  box-shadow: inset 0.125rem 0.125rem 0 var(--pinkie), inset -0.125rem -0.125rem 0 #55001a, 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.6);
	  text-shadow: 0.0625rem 0.0625rem #55001a;
	}
	
	.social-row a:hover {
	  background: linear-gradient(to left, var(--pinkieie), var(--hotiepink), var(--pinkieie));
	  color: #fff;
	  box-shadow: inset -0.125rem -0.125rem 0 var(--pinkie), inset 0.125rem 0.125rem 0 #55001a, 0 0.125rem 0.125rem rgba(0, 0, 0, 0.4);
	  text-shadow: 0.0625rem 0.0625rem #55001a;
	}
	.footer {
	  background: linear-gradient(to left, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  height: auto;
	  margin: 0 auto;
	  border: 0.25rem outset var(--pinkieie);
	  color: var(--pinkie);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-weight: bold;
	  font-family: 'Ayumin', sans-serif;
	  font-size: 1rem;
	  text-shadow: 0.125rem 0.125rem #55001a;
	  padding: 0.5rem;
	  text-align: center;
	}
	
	.footer-content {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: center;
	  gap: 1rem;
	  width: 100%;
	  max-width: 800px;
	}
	
	.footer-left,
	.footer-center,
	.footer-right {
	  flex: 1 1 auto;
	}
	
	.footer a {
	  color: inherit;
	  text-decoration: underline;
	}
	
	
	.faller-container {
	  position: fixed;
	  inset: 0;
	  pointer-events: none;
	  z-index: -1;
	  overflow: hidden;
	}
	
	.faller {
	  position: absolute;
	  width: 175px;
	  height: 175px;
	  animation: fall linear infinite;
	  z-index: -1;
	}
	
	@keyframes fall {
	  0% {
	    transform: translateY(-20px);
	  }
	  100% {
	    transform: translateY(130vh);
	  }
	}
	
	.small-rect {
	  background: linear-gradient(to bottom, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  border: 0.1875rem outset var(--pinkieie);
	  max-width: 37rem;
	  padding: 0.6rem;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  font-family: 'Ayumin', sans-serif;
	  font-size: 1.2rem;
	  color: var(--yellowie);
	  text-shadow: 0.0625rem 0.0625rem #55001a;
	  box-sizing: border-box;
	}
	.grid-container {
	  display: grid;
	  row-gap: 0.45rem;
	  height: auto;
	}
	
	.row-top {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 1rem;
	  width: 100%;
	}
	.row-bottom {
	  display: flex;
	  width: 100%;
	}
	.update-log-container {
	  display: grid;
	  grid-template-columns: 1fr 2fr;
	  gap: 1rem;
	  width: 100%;
	  background: linear-gradient(to bottom, var(--yellowie), white, var(--yellowie));
	  border: 3px ridge var(--pinkieie);
	  padding: 0.75rem;
	  box-sizing: border-box;
	}
	.update-left {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 0.4rem;
	}
	.update-title {
	  font-weight: bold;
	  text-shadow: none;
	  font-size: 30px;
	  text-align: center;
	  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
	  background-clip: text;
	  -webkit-background-clip: text;
	  color: transparent;
	  letter-spacing: 0.15em;
	}
	
	
	.update-image-box {
	  width: 4rem;
	  aspect-ratio: 1 / 1;
	  background: rgba(255, 255, 255, 0.1);
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	
	.update-image-box img {
	  max-width: 100%;
	  max-height: 100%;
	}
	
	.update-right {
	  display: flex;
	  flex-direction: column;
	  gap: 0.25rem;
	}
	.update-date {
	  font-size: 0.9rem;
	  font-weight: bold;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 0 auto;
	  text-align: center;
	}
	.update-textbox {
	  flex-grow: 1;
	  background: linear-gradient(to bottom, var(--cyanie), var(--yellowie), var(--cyanie));
	  padding: 0.5rem;
	  border: 1px solid var(--pinkieie);
	  font-size: 0.95rem;
	  max-height: 8rem;
	  max-width: 21rem;
	  overflow-y: auto
	}
	.col-single {
	  background: rgba(255, 255, 255, 0.1);
	  padding: 0.5rem;
	  border: 1px solid var(--pinkieie);
	  box-sizing: border-box;
	  width: 90%;
	}
	
	.col {
	  background: rgba(255, 255, 255, 0.1);
	  padding: 0.5rem;
	  border: 1px solid var(--pinkieie);
	  box-sizing: border-box;
	}
	
	.col-left {
	  background: url('../images/yelo.png');
	  background-repeat: repeat;
	  background-size: 74px;
	  padding: 1.5rem;
	  border: 3px ridge var(--pinkieie);
	  box-sizing: border-box;
	  display: flex;
	  color: var(--pinkieie);
	  text-shadow:
	  -1px -1px 0 black,
	   1px -1px 0 black,
	  -1px  1px 0 black,
	   1px  1px 0 black;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  gap: 1rem;
	  text-align: center;
	}
	
	.col-right {
	  padding: 0.5rem;
	  background: linear-gradient(to bottom, white, transparent);
	  border: 3px ridge var(--pinkieie);
	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	  gap: 0.5rem;
	}
	
	
	.col-single {
	  width: 90%;
	}
	
	.streak-header {
	  font-weight: bold;
	  font-size: 1.1rem;
	}
	
	.streak-number {
	  font-size: 2.5rem;
	  font-weight: bold;
	}
	
	.convention-label {
	  font-weight: bold;
	  font-size: 1rem;
	  text-align: center;
	}
	
	.convention-details {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 0.5rem;
	  height: 100%;
	}
	.con-left {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 125px;
	}
	.con-left img {
	  height: 100px;
	  width: 100px;
	  border: 2px groove var(--hotiepink);
	  transition: transform 0.3s ease;
	}
	
	.con-left img:hover {
	  transform: scale(1.1) rotate(-3deg);
	}
	
	.con-right {
	  display: flex;
	  margin-top: 17px;
	  flex-direction: column;
	  height: 100%;
	}
	
	.con-right-top,
	.con-right-bottom {
	  flex: 1;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  text-align: center;
	}
	.con-right-top {
	    background: var(--greenie);
		color: yellow;
		max-width: 123px;
		max-height: 44px;
		margin-bottom: 1px;
		border: 2px groove var(--hotiepink);
		font-size: 12px;
		text-align: center;
		text-shadow:
		  -1px -1px 0 black,
		   1px -1px 0 black,
		  -1px  1px 0 black,
		   1px  1px 0 black;
	}
	.con-right-bottom {
	    background: var(--greenie);
		color: yellow;
		max-width: 123px;
		max-height: 43px;
		border: 2px groove var(--hotiepink);
		font-size: 12px;
		text-align: center;
		text-shadow:
		  -1px -1px 0 black,
		   1px -1px 0 black,
		  -1px  1px 0 black,
		   1px  1px 0 black;
	}
	.con-right img {
	  max-width: 100%;
	  height: auto;
	}
	.con-right-top img,
	.con-right-bottom img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	.carousel-container {
	  position: relative;
	  width: 100%;
	  max-width: 400px;
	  margin: auto;
	  overflow: hidden;
	  border: 2px ridge var(--hotiepink);
	}
	
	.carousel-track {
	  display: flex;
	  transition: transform 0.4s ease;
	  width: 100%;
	}
	
	.carousel-track img {
	  width: 100%;
	  flex-shrink: 0;
	  object-fit: contain;
	}
	
	.carousel-btn {
	  width: 30px;
	  min-height: 18.8rem;
	  cursor: pointer;
	  padding: 0;
	  border: 0.125rem solid var(--hotiepink);
	  font-family: 'Rammetto', monospace;
	  font-weight: bold;
	  font-size: 1rem;
	  text-shadow: 0.0725rem 0.0725rem #55001a;
	  color: var(--yellowie);
	  background: linear-gradient(to left, var(--hotiepink), var(--pinkieie), var(--hotiepink));
	  transition: all 0.2s ease;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	
	.carousel-btn img {
	  height: 2rem;
	  pointer-events: none;
	}
	
	::-webkit-scrollbar {
	  width: 0.75rem;
	  height: 0.75rem;
	}
	
	::-webkit-scrollbar-track {
	  background: linear-gradient(to bottom, var(--pinkieie), var(--hotiepink), var(--pinkieie));
	  border: 1px solid var(--hotiepink);
	  box-shadow: inset 0 0 3px #55001a;
	}
	
	::-webkit-scrollbar-thumb {
	  background: linear-gradient(to top, var(--yellowie), var(--cyanie));
	  border: 1px solid #55001a;
	  border-radius: 0.375rem;
	  box-shadow: inset 0 0 2px #000;
	}
	
	::-webkit-scrollbar-thumb:hover {
	  background: linear-gradient(to top, var(--cyanie), var(--yellowie));
	  border-color: var(--hotiepink);
	  box-shadow: inset 0 0 4px #000;
	}
	
	::-webkit-scrollbar-corner {
	  background: var(--pinkie);
	}
	
	@media (max-width: 600px) {
	  .button-row a,
	  .social-row a {
	    font-size: 0.85rem;
	    font-family: "Rammetto";
	    letter-spacing: -0.05rem;
	  }
	}
	
































