@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@800&display=swap');

:root {
  font-family: 'Roboto', sans-serif;
  color: #f8f9fa;
  background-color: #030712;
  color-scheme: dark;
}
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 20%, #2d70ff40, transparent 45%),
    radial-gradient(circle at 80% 0%, #ff509540, transparent 35%),
    #030712;
  background-attachment: fixed;
  color: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
  /*padding-bottom: 175px;*/
} body a { color: #ffffffa4; transition: 0.5s; } body a:hover { color: #ffffff; } body p { white-space: pre-line }


.Title {
  padding-top: 50px;
  margin-bottom: 40px;
}

.TileContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.Tiles {
  padding: 2rem;
  max-width: 30rem;
  min-width: 15rem;
  min-height: 20rem;
  border-radius: 8px;
  margin-top: 6rem;
  background:
    linear-gradient(0, #00000000, #000000c4),
    radial-gradient(circle at 10% -40%, #9e41f560, transparent 60%),
    radial-gradient(circle at 90%  -40%, #c0b2943f, transparent 60%);
  box-shadow:
    0 8px 30px #00000066,
    inset 0 0 20px #ffffff05;
}
.TileCollector {
  max-width: 80vw;
  padding: 2rem;
  border: 1px solid #ffffff34;
  border-radius: 20px;
  background-color: #0000001a;
  overflow-y: auto;
  max-height: 27rem;
  box-shadow:
    0 8px 30px #00000066;
  scrollbar-width: thin;
  scrollbar-color: #9e41f56c #1a1a1a;
}
.TileTitle {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1rem 0;
  background-color: #00000027;
  border-radius: 15px;
  backdrop-filter: blur(6px);
}
.ButtonTiles {
  display: grid;
  place-items: center;
  padding: 2rem;
  max-width: 30rem;
  min-width: 15rem;
  min-height: 20rem;
  border-radius: 8px;
  margin-top: 6rem;
  text-decoration: none;
  background:
    linear-gradient(0, #6407cf00, #000000c4),
    radial-gradient(circle at 10% -40%, #9e41f560, transparent 60%),
    radial-gradient(circle at 90%  -40%, #c0b2943f, transparent 60%);
  box-shadow:
    0 8px 30px #00000066;
  transition: 1s;
} .ButtonTiles h3 {
  color: #ffffffc7;
  transition: 1s;
}.ButtonTiles:hover {
  transform: scale(0.95);
  cursor: pointer;
  background:
    linear-gradient(0, #6407cf00, #000000c4),
    radial-gradient(circle at 10% -40%, #9e41f560, transparent 60%),
    radial-gradient(circle at 90%  -40%, #c0b2943f, transparent 60%),
  #00000057;
}.ButtonTiles:hover h3 {
  color: #ffffffe7;
}


.Leaderboard tr:nth-child(even) { background: #0000006b; }
.Leaderboard tr:nth-child(odd) { background: #00000027; }
.Leaderboard tr:hover { background: #000000ce; }
.Leaderboard td:nth-child(1) { background: #00000052; }
.Leaderboard th:nth-child(1) { background: #00000052; }
.Leaderboard th { padding: 10px; padding-top: 15px; }
.Leaderboard {
  min-width: 70%;
  min-height: 30rem;
  border-radius: 20px;
  overflow: hidden;
  border-collapse: separate;
}

.Button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  max-width: 10%;
  min-height: 3rem;
  color: #ffffffbe;
  text-decoration: none;
  background:
    linear-gradient(0, #00000000, #000000c4),
    radial-gradient(circle at 0% -10%, #9e41f560, transparent 40%),
    radial-gradient(circle at 100%  -10%, #c0b2943f, transparent 40%);
  box-shadow:
    0 8px 50px #00000066;
  transition: 1s;
} .Button:hover {
  color: #ffffff;
  transform: scale(0.95);
  background:
    linear-gradient(0, #00000017, #000000c4),
    radial-gradient(circle at 0% -10%, #9e41f560, transparent 40%),
    radial-gradient(circle at 100%  -10%, #c0b2943f, transparent 40%);
}


.NavigationBar {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  padding: 1rem;
  backdrop-filter: blur(8px);
  background:
    linear-gradient(0, #00000028, #000000cb), 
    #00000000;
  box-shadow: 
    inset 0 0 40px 0 #00000083,
    3px 0 60px 0 #00000083;
}
.NavigationBarContent {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.NavigationBar nav a {
  margin-left: 2rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  transition: 1s;
  display: inline-block;
}
.NavigationBar nav a:hover {
  transform: scale(0.9);
}

.MainContent {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 100vh;
}

.Footer {
  margin-top: 6rem;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(180deg, #00000000, #000000aa);
  border-top: 1px solid #ffffff0d;
}
.Footer p {
  opacity: 0.6;
  margin-bottom: 1rem;
}
.FooterLinks a {
  margin: 0 1rem;
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}
.FooterLinks a:hover {
  opacity: 1;
  transform: scale(0.95);
}


.ErrorContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}
.ErrorHomeButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  min-width: 8rem;
  min-height: 3rem;
  color: #ffffffbe;
  text-decoration: none;
  background:
    linear-gradient(0, #00000000, #000000c4),
    radial-gradient(circle at 0% -10%, #9e41f560, transparent 40%),
    radial-gradient(circle at 100%  -10%, #c0b2943f, transparent 40%);
  box-shadow:
    0 8px 50px #00000066;
  transition: 1s;
} .ErrorHomeButton:hover {
  color: #ffffff;
  transform: scale(0.95);
  background:
    linear-gradient(0, #00000017, #000000c4),
    radial-gradient(circle at 0% -10%, #9e41f560, transparent 40%),
    radial-gradient(circle at 100%  -10%, #c0b2943f, transparent 40%);
}


#LogoId {
  text-decoration: none;
}

.Flex {
  display: flex;
  justify-content: center;
}
