/*================================================

General

================================================*/
* {
  box-sizing: border-box;
}

html,
body {
  background-color: #000;
  height: 100%;
}

body {
  background: #222;
  background: radial-gradient(#333, #111);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font: 100%/1.5 sans-serif;
  overflow: hidden;
}

/*================================================

Score

================================================*/
.score {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
}

/*================================================

Stage

================================================*/
.stage {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}

/*================================================

Tiles

================================================*/
.tile {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  transition-property: background, box-shadow, opacity, transform;
  transform: translateZ(0);
  transition-duration: 3000ms;
}

.tile:before {
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: opacity 300ms;
}

.tile.path:before {
  opacity: 1;
}

.tile.up:before {
  border-bottom: 4px inset rgba(255, 255, 255, 0.15);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.tile.down:before {
  border-top: 4px inset rgba(255, 255, 255, 0.15);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.tile.left:before {
  border-right: 4px inset rgba(255, 255, 255, 0.15);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.tile.right:before {
  border-left: 4px inset rgba(255, 255, 255, 0.15);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

@media (max-width: 900px), (max-height: 900px) {
  .tile.up:before,
  .tile.down:before,
  .tile.left:before,
  .tile.right:before {
    border-width: 3px;
  }
}
@media (max-width: 500px), (max-height: 500px) {
  .tile.up:before,
  .tile.down:before,
  .tile.left:before,
  .tile.right:before {
    border-width: 2px;
  }
}
.tile.pressed {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  transition-duration: 0ms;
}

html {
  font-size: 16px;
}
@media (min-width: 1200px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 1980px) {
  html {
    font-size: 40px;
  }
}

body {
  background: black;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body {
    display: block;
  }
}

main {
  background-image: url(/assets/images/not-found/header_460x760.jpg);
  background-size: cover;
  background-position: center top;
  padding: 2rem 1rem 0;
  height: 100vh;
  min-height: 35rem;
}
@media (min-width: 768px) {
  main {
    background-image: url(/assets/images/not-found/header_1200x920.jpg);
    padding: 3rem 3rem 0;
  }
}
@media (min-width: 1980px) {
  main {
    background-image: url(/assets/images/not-found/header_1920x1080.jpg);
    padding: 3rem 5rem 0;
  }
}

footer {
  font-size: 16px;
  text-align: center;
  margin-top: 5rem;
  padding-bottom: 2em;
}
footer > * {
  margin: 1rem 0;
}
@media (min-width: 1980px) {
  footer {
    font-size: 0.6rem;
  }
}
footer a {
  color: white;
  text-decoration: underline dotted;
}

h1 {
  color: #38e078;
  font-size: 2rem;
  padding-bottom: 0.25em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

.yemby-logo {
  width: auto;
  height: 2rem;
}

.vin-event-not-found {
  margin: auto;
  height: 100%;
  position: relative;
  max-width: 55rem;
}
@media (min-width: 1980px) {
  .vin-event-not-found {
    max-width: 50rem;
  }
}

.vin-event-not-found-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .vin-event-not-found-container {
    justify-content: space-between;
  }
}

.vin-event-not-found-text {
  border-left: 1rem solid #38e078;
  padding: 0.5rem 1rem;
}
.vin-event-not-found-text p {
  font-size: 1.2rem;
}

.vin-event-not-found-masked-video {
  display: none;
  -webkit-mask-image: url(/assets/images/not-found/y_small.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(/assets/images/not-found/y_small.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  height: 16.8rem;
  width: 20rem;
  background: #38e078;
  align-items: center;
  justify-content: center;
}
.vin-event-not-found-masked-video video {
  height: 100%;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .vin-event-not-found-masked-video {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .vin-event-not-found-masked-video {
    -webkit-mask-image: url(/assets/images/not-found/y.png);
    mask-image: url(/assets/images/not-found/y.png);
    height: 21rem;
    width: 25rem;
  }
}
@media (min-width: 1980px) {
  .vin-event-not-found-masked-video {
    height: 16.8rem;
    width: 20rem;
  }
}

.vin-consent-popover-wrapper {
  display: none;
}