@font-face {
  font-family: "Soehne";
  font-display: block;
  src: url("/soehne.woff2") format("woff2");
}

@font-face {
  font-family: "Portrait Text";
  font-display: block;
  src: url("/portrait-regular.woff2");
}
@font-face {
  font-family: "Portrait";
  font-display: block;
  src: url("/portrait-light.woff2");
}

html,
body {
  background: #000;
  color: #fff3ec;
  text-align: center;
  line-height: 1.5;
  font-family: Soehne;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.warning {
  display: none;
  max-width: 500px;
  margin: 1em auto;
  background: #fff3ec;
  color: #fff3ec;
}

p {
  max-width: 500px;
  margin: 0 auto 2em;
  font-weight: 400;
  text-transform: none;
}

h1 {
  font-weight: 400;
  font-family: "Portrait";
}

h2,
h3,
h4,
h5 {
  font-weight: 200;
  margin: 0;
  font-size: 100%;
}

h4 {
  font-size: 80%;
}

input,
button {
  padding: 0.5em;
  font-size: 100%;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: black;
  max-width: 500px;
  transition: 0.2s;
  border-radius: 2rem;
  text-transform: uppercase;
  font-family: "Soehne";
}

::placeholder {
  color: #fff3ec;
}

.log input {
  margin-bottom: 2rem;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  border-bottom: 5px solid #001ebe;
}

button[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}

summary {
  user-select: none;
  position: relative;
  text-align: center;
}

summary .arrow {
  position: absolute;
  right: 0.5em;
  top: -0.25em;
  font-weight: 200;
  transform: rotateZ(90deg);
  font-size: 200%;
}

details[open] .arrow {
  transform: rotateZ(270deg);
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

h1 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: clamp(1em, 8vw, 2.2em);
  letter-spacing: 0em;
  line-height: 1;
  margin: 0.25em auto 0em;
  padding: 0 0;
}

h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1em, 5vw, 1em);
  letter-spacing: 0.1em;
  margin: 0 1em;
  padding: 0;
}

button {
  outline: none;
  border: none;
  font-weight: 800;
  font-size: 150% !important;
  font-family: "Portrait Text";
}

button.active {
  background: #fff3ec;
  color: #fff3ec;
}

button[type="submit"] {
  background: #001ebe;
  color: #fff3ec;
  display: block;
  font-size: 100%;
  margin: auto;
  width: 100%;
}

button[type="submit"]:hover {
  background: #000;
  cursor: pointer;
}

input[type="number"],
input[type="password"],
input[type="email"],
input[type="text"] {
  background: transparent;

  color: #fff3ec;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  box-sizing: border-box;
}

.fine {
  margin: 1em 0;
  position: relative;
}

.fine summary,
.fine p {
  font-size: 100%;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}

.fine .f-a {
  display: inline-block;
  position: relative;
  top: -0.1em;
  transform: rotateZ(90deg);
}

.fine[open] .f-a {
  transform: rotateZ(-90deg);
}

.finder,
.log {
  margin: 0 auto 25vmin;
  max-width: 500px;
}

.pad {
  padding: 0 2em;
}

@keyframes slidein {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

ol {
  animation-name: slidein;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  list-style: none;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 2em;
  transform: translateY(2em);
  will-change: opacity, transform;
  text-align: left;
  max-width: 500px;
  margin: 2em auto 50vh;
  background: linear-gradient(#001ebe, #011168);
  box-shadow: 0em 0em 5em rgba(0, 30, 190, 0.5);
}

li {
  padding: 0 0 2em;
  margin-bottom: 0;
  position: relative;
}

li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.hidden {
  text-transform: initial;
  width: calc(100% - 1em);
  box-sizing: border-box;
}

.hidden h3 {
  border: 3px solid #fff3ec;
  font-size: 150%;
  text-align: center;
  padding: 0.2em;
  margin: 0 auto;
}

.hidden strong {
  display: block;
  margin: 1em 0;
}

.square {
  aspect-ratio: 5/4;
  overflow: hidden;
  width: 100%;
}

.square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.qr,
.gradient canvas {
  display: block;
  width: 66vw;
  position: relative;
  z-index: 50;
  transition: 1s filter;
  max-width: 200px;
}

.grid div {
  display: flex;
}

.grid div span:first-of-type {
  width: 100%;
  max-width: 236px;
}

.crosses {
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  mix-blend-mode: overlay;
  z-index: 5;
  background-size: 220px;
}

.rainbow {
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s filter;
}

.fray {
  width: 90%;
  height: auto;
  pointer-events: none;
  position: absolute;
  left: 5%;
  display: none;
}

.fray:first-of-type {
  top: 0;
  transform: translateY(-50%);
}

.fray:last-of-type {
  bottom: 0;
  transform: translateY(50%);
}

.gradient.scanned canvas {
  filter: grayscale(1);
}

.gradient.scanned .rainbow {
  filter: grayscale(1) contrast(0.5);
}

.gradient {
  margin: 0em auto;
  display: block;
  min-width: 80%;
  background-size: cover;
  position: relative;
  padding: 1em;
  border-radius: 2em;
}

.gradient svg {
  display: block;
  width: 40%;
  margin: 2rem auto;
  height: auto;
}

.gradient svg path {
  fill: currentColor;
}

.gradient svg.rotate {
  transform: rotate(180deg);
}

.gradient span {
  margin: -2px 0;
  display: block;
  position: relative;
  z-index: 200;
}

.gradient .details {
  padding: 0 1rem 0;
  display: flex;
  justify-content: space-between;
}

.details em {
  font-style: normal;
}

.gradient .lock {
  display: block;
  width: 66vw;
  margin: auto;
  position: relative;

  z-index: 50;
  padding: 3em 0 2em;
  max-width: 80px;
}

.gradient .lock path {
  fill: black;
}

.back {
  position: relative;
  z-index: 500;
  display: table;
  margin: 2em auto;
  overflow: hidden;
  border-radius: 1.5em;
}

summary {
  transition: color 0.2s;
}

.venue {
  margin: 0 1em 1em;
  line-height: 1;
}

.venue h3 {
  margin: 0;
}
.venue h4 {
  margin: 0;
  font-weight: 200;
}

.seat {
  padding-bottom: 1em;
  text-align: center;
  margin: 0 auto 1rem;
}

.seat span {
  font-size: 90%;
}

/* details:focus,
details:active,
summary:focus,
summary:active,
summary:hover {
  outline: none;
  border: none;
  color: #fff3ec;
  cursor: pointer;
} */

.gradient .details:first-of-type {
  padding-top: 1em;
}

img.old {
  border: 10px solid #fff3ec;
  outline: 1px solid #fff3ec;
  background: #fff3ec;
  border-radius: 0;
}

.bg {
  width: 100%;
  height: auto;
  display: block;
}

.lock-message {
  text-align: center;
  margin-bottom: 4em;
}

.x {
  position: relative;
  z-index: 2;
  padding: 0;
  box-sizing: border-box;
}

pre {
  margin: 5em auto;
  text-align: left;
  background: black;
  padding: 2em;
  max-width: 800px;
  font-size: 18px;
  line-height: 1.5;
  overflow: auto;
}

marquee {
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 400;
}

.scroller {
  display: flex;
  padding-left: 1em;
  overflow-x: scroll;
}

.scroller::-webkit-scrollbar {
  display: none;
}

.code {
  padding: 1em 0 1em 1em;
  min-width: calc(100% - 4em);
  text-align: left;
  margin: 1em auto 0;
}

.bio {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0;
  padding: 1.25em 2em 1em;
  font-size: 100%;
  box-sizing: border-box;
  background: #fff3ec;
  color: black;
}

.bio span:first-of-type {
  text-align: left;
}

.lock-message {
  font-size: 60%;
  text-align: center;
}

footer {
  max-width: 500px;
  font-size: 80%;
  margin: 0 auto 5em;
}

footer a {
  color: inherit;
  display: inline-block;
}

.no-tickets h1 {
  font-weight: 400;
  color: #fff3ec;
  margin: 1em auto 0.5em;
  display: inline-block;
  padding: 0.2em 0.5em;
}

.no-tickets p {
  line-height: 1.2;
  max-width: 500px;
  margin: 1em auto 0;
}

.no-tickets a {
  color: inherit;
  display: inline-block;
}

.no-tickets a:hover {
  color: #fff3ec;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #fff3ec;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.spinner svg {
  animation: spin 4s infinite;
  transform-origin: center center;
  width: 35vw;
  height: 35vw;
  max-width: 200px;
  max-height: 200px;
  display: inline-block;
  stroke-width: 0.333px;
  stroke: currentColor;
  fill: currentColor;
}

.spinner span {
  display: inline-block;
  transform: rotate(45deg);
}

#scroller {
  display: flex;
  overflow-x: scroll;
  padding-right: 1rem;
  box-sizing: border-box;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#scroller::-webkit-scrollbar {
  display: none;
}
