@import url('../fontAwesome/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: Dusk Font B3;
    src: url("../fonts/Dusk\ Font\ B3.woff") format("woff")
}

@font-face {
    font-family: pixltradeHeader;
    src: url("../fonts/pixltradeHeader.woff") format("woff")
}

@font-face {
    font-family: DisposableDroidBB;
    src: url("../fonts/DisposableDroidBB.woff") format("woff")
}

:root {
    --background-dark-tile: #505050;
    --background-light-tile: #323232;
    --background-size: 128px;
    --white: rgb(225 225 225);
    --black: rgb(5 5 5);
}

body{
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 90%) 100%), conic-gradient(from 0deg, var(--background-dark-tile) 0deg, var(--background-dark-tile) 90deg, var(--background-light-tile) 90deg, var(--background-light-tile) 180deg, var(--background-dark-tile) 180deg, var(--background-dark-tile) 270deg, var(--background-light-tile) 270deg, var(--background-light-tile) 1turn);
    background-size: cover, var(--background-size) var(--background-size);
    background-attachment: fixed, local;
    background-position: bottom;
    color: var(--white);
    font-family: Dusk Font B3, sans-serif;
    margin: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: pixltradeHeader, Dusk Font B3, sans-serif;
    font-weight: 200;
}

footer {
  background: #1c1c1c;
  border-top: 2px solid #323232;
  width: 100%;
  font-family: "Dusk Font B3";
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  position: relative;
  transform: translateY(28vh);
  bottom: 0;
  font-size: 1.1em;
}

footer .footer.hasScrollbar.footer {
  margin-top: 0;
  position: absolute;
  bottom: -186px;
}

footer .footer.hasScrollbar.footerLegal {
  position: absolute;
  bottom: -25px;
}

footer .footerWrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

footer .footerColumn {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

footer .footerColumn a {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  color: #fff;
  text-decoration: none;
}

footer .footerColumn a span {
  margin-left: 10px;
}

footer .footerColumn a i {
  width: 20px;
  text-align: center;
}

footer .footerColumn a:active {
  transform: scale(0.98);
  filter: brightness(0.9);
}

footer .footerColumn a:hover {
  background: #2d2d2d;
  border-radius: 5px;
  transform: translateY(-2px) scale(0.95);
  transition: 0.1s ease-in-out;
}

footer .footerColumn a img {
  height: 20px;
  width: 20px;
  filter: grayscale(1);
  border-radius: 50%;
  transition: 0.25s;
}

footer .footerColumn a:hover img {
  filter: grayscale(0.5);
}

footer .footerLegal {
  background: #191919;
  border-top: 2px solid #323232;
  width: 100%;
  text-align: center;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  --padding: 15px;
  display: flex;
  justify-content: center;
}

footer .copyrightSymbol {
  transform: translateY(2px);
  font-family: DisposableDroidBB;
}

footer .copyrightText {
  margin-left: 5px;
  margin-right: 2px;
  position: relative;
  font-size: 1.2em;
  transform: translateY(2px);
}

footer .copyrightText span {
  opacity: 0;
  position: absolute;
  margin-left: -125px;
  margin-top: 5px;
  font-size: 0.8em;
  transition: 0.5s cubic-bezier(0.35, 0, 0.2, 1);
}

footer .copyrightText:hover span {
  opacity: 0.6;
  transform: translateY(15px);
  text-align: center;
}

footer .footerLegal img:first-child {
    width: 15px;
    margin-right: 5px;
}

footer .footerLegal span {
    display: flex;
    align-items: center;
}

footer .footerLegal img:last-child {
    width: 90px;
    margin-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #141414 inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--white);
    color: var(--white);
    font-family: Dusk Font B3;
}

.nav {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: DisposableDroidBB;
  background: #1c1c1c;
  border-bottom: 2px solid #323232;
}

.navLeft, .navRight {
  display: flex;
  align-items: center;
}

.navBanner {
  background: transparent;
  border: none;
  margin-left: 10px;
}

.navBanner img {
  font-family: DisposableDroidBB;
  color: #fff;
  font-size: 3em;
  text-shadow: -1px 1px 0 hsla(0, 0%, 100%, 0.5);
  font-weight: 500;
  image-rendering: pixelated;
}

.navOption {
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 2px solid #323232;
  margin: 0 0 0 0;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 20px;
}

.navOption:last-child {
  border-right: none;
}

.navOption:hover .navIcon,
.navOption:hover .navLink {
  border-bottom: 3px solid #464646;
  transition: 0.05s;
}

.navIcon,
.navLink {
  background: #323232;
  padding: 5px;
  border-radius: 4px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.navIcon {
  width: 20px;
  font-size: 0.85em;
  display: flex !important;
}

.navLink {
  padding: 5px;
  margin-left: 10px;
  -webkit-text-stroke: 0.2px #fff;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .navLink {
    display: none !important;
  }
}

.modal {
    height: 25vw;
    background: rgb(50 50 50);
    margin-bottom: 15vh;
    border: 2px solid rgb(70 70 70);
    aspect-ratio: 16 / 9;
}

.modalContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.modalHeader {
    display: flex;
    justify-content: space-between;
    background: rgb(255 255 255 / 5%);
    align-items: center;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.modalContent {
    padding-left: 10px;
    padding-right: 10px;
    height: calc(100% - 24px);
    scrollbar-width: none;
    overflow-y: scroll;
}

i#closeModal {
    cursor: pointer;
}

@import url('../fontAwesome/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: Dusk Font B3;
    src: url("../fonts/Dusk\ Font\ B3.woff") format("woff")
}

@font-face {
    font-family: pixltradeHeader;
    src: url("../fonts/pixltradeHeader.woff") format("woff")
}

@font-face {
    font-family: DisposableDroidBB;
    src: url("../fonts/DisposableDroidBB.woff") format("woff")
}

:root {
    --background-dark-tile: #505050;
    --background-light-tile: #323232;
    --background-size: 128px;
    --white: rgb(225 225 225);
    --black: rgb(5 5 5);
}

body{
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 90%) 100%), conic-gradient(from 0deg, var(--background-dark-tile) 0deg, var(--background-dark-tile) 90deg, var(--background-light-tile) 90deg, var(--background-light-tile) 180deg, var(--background-dark-tile) 180deg, var(--background-dark-tile) 270deg, var(--background-light-tile) 270deg, var(--background-light-tile) 1turn);
    background-size: cover, var(--background-size) var(--background-size);
    background-attachment: fixed, local;
    background-position: bottom;
    color: var(--white);
    font-family: Dusk Font B3, sans-serif;
    margin: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: pixltradeHeader, Dusk Font B3, sans-serif;
    font-weight: 200;
}

footer {
  background: #1c1c1c;
  border-top: 2px solid #323232;
  width: 100%;
  font-family: "Dusk Font B3";
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  position: relative;
  transform: translateY(28vh);
  bottom: 0;
  font-size: 1.1em;
}

footer .footer.hasScrollbar.footer {
  margin-top: 0;
  position: absolute;
  bottom: -186px;
}

footer .footer.hasScrollbar.footerLegal {
  position: absolute;
  bottom: -25px;
}

footer .footerWrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

footer .footerColumn {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

footer .footerColumn a {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  color: #fff;
  text-decoration: none;
}

footer .footerColumn a span {
  margin-left: 10px;
}

footer .footerColumn a i {
  width: 20px;
  text-align: center;
}

footer .footerColumn a:active {
  transform: scale(0.98);
  filter: brightness(0.9);
}

footer .footerColumn a:hover {
  background: #2d2d2d;
  border-radius: 5px;
  transform: translateY(-2px) scale(0.95);
  transition: 0.1s ease-in-out;
}

footer .footerColumn a img {
  height: 20px;
  width: 20px;
  filter: grayscale(1);
  border-radius: 50%;
  transition: 0.25s;
}

footer .footerColumn a:hover img {
  filter: grayscale(0.5);
}

footer .footerLegal {
  background: #191919;
  border-top: 2px solid #323232;
  width: 100%;
  text-align: center;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  --padding: 15px;
  display: flex;
  justify-content: center;
}

footer .copyrightSymbol {
  transform: translateY(2px);
  font-family: DisposableDroidBB;
}

footer .copyrightText {
  margin-left: 5px;
  margin-right: 2px;
  position: relative;
  font-size: 1.2em;
  transform: translateY(2px);
}

footer .copyrightText span {
  opacity: 0;
  position: absolute;
  margin-left: -125px;
  margin-top: 5px;
  font-size: 0.8em;
  transition: 0.5s cubic-bezier(0.35, 0, 0.2, 1);
}

footer .copyrightText:hover span {
  opacity: 0.6;
  transform: translateY(15px);
  text-align: center;
}

footer .footerLegal img:first-child {
    width: 15px;
    margin-right: 5px;
}

footer .footerLegal span {
    display: flex;
    align-items: center;
}

footer .footerLegal img:last-child {
    width: 90px;
    margin-left: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #141414 inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--white);
    color: var(--white);
    font-family: Dusk Font B3;
}

.nav {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: DisposableDroidBB;
  background: #1c1c1c;
  border-bottom: 2px solid #323232;
  z-index: 9999999999;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
}

.navLeft, .navRight {
  display: flex;
  align-items: center;
}

.navBanner {
  background: transparent;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
}

.navBanner img {
  font-family: DisposableDroidBB;
  color: #fff;
  font-size: 3em;
  text-shadow: -1px 1px 0 hsla(0, 0%, 100%, 0.5);
  font-weight: 500;
  image-rendering: pixelated;
}

.navOption {
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 2px solid #323232;
  margin: 0 0 0 0;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 20px;
}

.navOption:last-child {
  border-right: none;
}

.navOption:hover .navIcon,
.navOption:hover .navLink {
  border-bottom: 3px solid #464646;
  transition: 0.05s;
}

.navIcon,
.navLink {
  background: #323232;
  padding: 5px;
  border-radius: 4px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.navIcon {
  width: 20px;
  font-size: 0.85em;
  display: flex !important;
}

.navLink {
  padding: 5px;
  margin-left: 10px;
  -webkit-text-stroke: 0.2px #fff;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .navLink {
    display: none !important;
  }
}

.modal {
    height: 25vw;
    background: rgb(50 50 50);
    margin-bottom: 15vh;
    border: 2px solid rgb(70 70 70);
    aspect-ratio: 16 / 9;
}

.modalContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.modalHeader {
    display: flex;
    justify-content: space-between;
    background: rgb(255 255 255 / 5%);
    align-items: center;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.modalContent {
    padding-left: 10px;
    padding-right: 10px;
    height: calc(100% - 24px);
    scrollbar-width: none;
    overflow-y: scroll;
}

i#closeModal {
    cursor: pointer;
}

card-item img {
    width: 150px;
    user-select: none;
    image-rendering: pixelated;
}

card-item {
  display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
    margin: 10px;
    height: 225px;
}

card-item .cardItem {
    position: absolute;
    max-width: 60px;
}

card-item .cardContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 600px;
    transform-style: preserve-3d;
    transition: 0.1s ease-in-out;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

card-item .flare {
  width: 120px;
  height: 120px;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background: repeating-linear-gradient(1deg, #ff7773 20px, #ffed5f 40px, #a8ff5f 60px, #83fff7 80px, #7894ff 100px, #d875ff 120px, #ff7773 140px);
  filter: blur(50px);
  mix-blend-mode: color-dodge;
  background-blend-mode: exclusion, hue, hard-light, exclusion;
  z-index: 2;
  opacity: 0;
  transition: 0.1s, 0.5s opacity;
}

.cardContainer:hover > .flareContainer .flare{
  opacity: 1
}

card-item .holographicContainer {
    --space: 10%;
    --angle: 132deg;
    --mx: 1px;
    --my: 2px;
    --hyp: 0;
    height: -webkit-fill-available;
    height: -moz-available;
    width: -webkit-fill-available;
    width: -moz-available;
    mix-blend-mode: color-dodge;
    background-blend-mode: exclusion, hue, hard-light, exclusion;
    background-size: 125px, 200% 700%, 300%, 200%;
    background-position: 50%;
    background-position-x: 10px;
    background-position-y: 0;
    position: absolute;
    z-index: 2;
    background-image: url(https://pixltrade.com/_next/static/media/holographic.79db2eaa.webp), repeating-linear-gradient(var(--gradDeg), #ff7773 calc(var(--space) * 1), #ffed5f calc(var(--space) * 2), #a8ff5f calc(var(--space) * 3), #83fff7 calc(var(--space) * 4), #7894ff calc(var(--space) * 5), #d875ff calc(var(--space) * 6), #ff7773 calc(var(--space) * 7)), repeating-linear-gradient(var(--angle), #0e152e 0, #8fa3a3 3.8%, #8fc1c1 4.5%, #8fa3a3 5.2%, #0e152e 10%, #0e152e 12%), radial-gradient(farthest-corner circle at var(--mx) var(--my), rgba(0, 0, 0, .1) 12%, rgba(0, 0, 0, .15) 20%, rgba(0, 0, 0, .75) 120%);
    --gradDeg: 1deg;
    opacity: 0.1;
    margin: -10px;
    height: 225px;
}

.flareContainer {
    width: 150px;
    height: 225px;
    position: absolute;
    overflow: hidden;
}

#commonColors {
    --rarityColor: rgb(200 200 200);
    --rarityPure: gray;
}

#uncommonColors {
    --rarityColor: rgb(155, 255, 125);
    --rarityPure: green;
}

#rareColors {
    --rarityColor: rgb(75 75 255);
    --rarityPure: blue;
}

#epicColors {
    --rarityColor: rgb(255 75 75);
    --rarityPure: red;
}

#legendaryColors {
    --rarityColor: rgb(255, 185, 75);
    --rarityPure: orange;
}

card-item .signature {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-12deg);
    font-family: Birthstone;
    font-size: 2em;
    color: rgb(20 20 20);
    padding-right: 10px;
    padding-top: 0;
}