@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap");
:root {
  color-scheme: dark;
  --bg: #111310;
  --ink: #f0f0e6;
  --acid: #d4fa71;
  --muted: #a2a699;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font:
    15px "DM Sans",
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.demo {
  background: var(--acid);
  color: #1c2317;
  text-align: center;
  padding: 9px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}
header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  border-bottom: 1px solid #ffffff20;
}
.logo {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -2px;
}
.logo span {
  font-size: 16px;
  vertical-align: top;
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}
nav button {
  background: none;
  border: 1px solid #ffffff40;
  color: var(--ink);
  border-radius: 50%;
  padding: 9px;
}
.hero {
  height: 680px;
  position: relative;
  overflow: hidden;
  padding: 100px 6% 50px;
  background: radial-gradient(ellipse at 75% 40%, #465b2530, transparent 60%);
}
.hero-content {
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--acid);
}
h1 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(58px, 7.7vw, 115px);
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 32px 0;
}
h1 em {
  font-style: normal;
  color: var(--acid);
}
.hero p:not(.eyebrow) {
  color: #b6b9ae;
  margin-bottom: 36px;
}
.button {
  display: inline-block;
  border: 0;
  background: var(--acid);
  color: #1a2113;
  border-radius: 3px;
  padding: 17px 24px;
  font-weight: 700;
}
.orb {
  position: absolute;
  width: 490px;
  height: 490px;
  right: -80px;
  top: 45px;
  border-radius: 50%;
  border: 1px solid #d4fa7180;
  box-shadow:
    0 0 0 25px #d4fa7109,
    0 0 0 50px #d4fa7115,
    0 0 0 80px #d4fa7109,
    0 0 0 110px #d4fa7110;
  background: repeating-radial-gradient(
    ellipse at 35% 40%,
    #b6e36540 0 1px,
    transparent 2px 12px
  );
  transform: rotate(-25deg);
}
.coordinates {
  position: absolute;
  bottom: 24px;
  left: 6%;
  right: 6%;
  display: flex;
  justify-content: space-between;
  color: #92978a;
  font-size: 10px;
  letter-spacing: 2px;
}
section:not(.hero) {
  padding: 70px 6%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
h2 {
  font-size: 36px;
  letter-spacing: -1.2px;
  margin: 0 0 20px;
}
.section-heading h2 span {
  color: var(--acid);
  font-size: 15px;
}
.section-heading p,
.muted {
  color: var(--muted);
}
.event {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ffffff25;
}
.poster {
  background: #d4fa71;
  color: #1b2515;
  min-height: 440px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.poster > span,
.poster > div {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
}
.poster strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 110px;
  line-height: 0.8;
  letter-spacing: -5px;
}
.poster strong span {
  font-size: 120px;
  position: absolute;
  right: 20px;
  bottom: 110px;
}
.details {
  padding: 40px;
}
.details h2 {
  font-size: 48px;
}
.muted {
  line-height: 1.8;
}
dl {
  font-size: 12px;
}
dl div {
  display: flex;
  padding: 10px 0;
  gap: 24px;
}
dt {
  color: #838b78;
  width: 80px;
}
dd {
  margin: 0;
}
.purchase {
  border-top: 1px solid #ffffff20;
  padding-top: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.purchase strong {
  font-size: 30px;
}
.purchase small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.fine {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
}
.manifesto {
  border-top: 1px solid #ffffff20;
  margin-top: 60px;
}
.manifesto h2 {
  font-size: 60px;
}
.manifesto p:last-child {
  max-width: 470px;
  color: var(--muted);
  line-height: 1.8;
}
footer {
  padding: 35px 6%;
  border-top: 1px solid #ffffff20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
}
#ticket {
  background: #232b1b;
}
code {
  word-break: break-all;
}
#result {
  font-size: 28px;
  font-weight: 700;
}
input {
  padding: 14px;
  background: #22281b;
  color: white;
  border: 1px solid #6b775b;
  width: 100%;
  margin-bottom: 16px;
}
.panel {
  border: 1px solid #ffffff25;
  padding: 30px;
  margin: 20px 0;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 750px) {
  header {
    height: 80px;
  }
  nav {
    gap: 14px;
  }
  nav > a:nth-child(2) {
    display: none;
  }
  .logo {
    font-size: 28px;
  }
  .hero {
    height: 580px;
    padding-top: 90px;
  }
  .orb {
    right: -310px;
  }
  .event {
    grid-template-columns: 1fr;
  }
  .poster {
    min-height: 360px;
  }
  .details {
    padding: 25px;
  }
  .section-heading p {
    display: none;
  }
  .manifesto h2 {
    font-size: 42px;
  }
  footer {
    gap: 20px;
    flex-wrap: wrap;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .purchase {
    align-items: flex-start;
  }
  .purchase .button {
    padding: 16px;
  }
  h1 {
    letter-spacing: -1px;
  }
}

.ticket-controls {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  margin: 20px 0;
}
label {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
select {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  background: #23281d;
  color: var(--ink);
  border: 1px solid #73845b;
  font: inherit;
}
.order-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.order-layout p {
  line-height: 1.8;
  color: var(--muted);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.secondary {
  display: inline-block;
  border: 1px solid #7b8869;
  background: transparent;
  color: var(--ink);
  padding: 16px 22px;
  border-radius: 3px;
}
.ticket-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}
.ticket-grid h2 {
  font-size: 24px;
}
.ticket-grid details {
  margin-top: 20px;
}
.download {
  display: block;
  margin-top: 20px;
  color: var(--acid);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
th,
td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #ffffff20;
}
.table-wrap {
  overflow: auto;
}
.metric {
  font-size: 36px;
  color: var(--acid);
}
@media (max-width: 750px) {
  .order-layout {
    grid-template-columns: 1fr;
  }
  .ticket-controls {
    grid-template-columns: 1fr 90px;
  }
}
[hidden] {
  display: none !important;
}
input[type="checkbox"] {
  width: auto;
  margin: 12px;
}
