@charset "UTF-8";
@font-face {
  font-family: "Shackleton Narrow";
  src: url("fonts/Shackleton-Narrow.woff2") format("woff2");
}
@font-face {
  font-family: "Shackleton Narrow";
  src: url("fonts/Shackleton-NarrowItalic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "Shackleton Wide";
  src: url("fonts/Shackleton-Wide.woff2") format("woff2");
}
@font-face {
  font-family: "Shackleton Wide";
  src: url("fonts/Shackleton-WideItalic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "Shackleton Regular";
  src: url("fonts/Shackleton-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Shackleton Regular";
  src: url("fonts/Shackleton-RegularItalic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "Shackleton Condensed";
  src: url("fonts/Shackleton-Condensed.woff2") format("woff2");
}
@font-face {
  font-family: "Shackleton Condensed";
  src: url("fonts/Shackleton-CondensedItalic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "Figure";
  src: url("fonts/Figure-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Figure";
  src: url("fonts/Figure-Bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Figure";
  src: url("fonts/Figure-Italic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "Figure";
  src: url("fonts/Figure-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "Figure Narrow";
  src: url("fonts/Figure-NarrowRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Figure Narrow";
  src: url("fonts/Figure-NarrowBold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Figure Narrow";
  src: url("fonts/Figure-NarrowItalic.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: "Figure Narrow";
  src: url("fonts/Figure-NarrowBoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "Cinder";
  src: url("fonts/Cinder-Regular.woff2") format("woff2");
}
@keyframes emoji {
  0% {
    font-style: normal;
  }
  100% {
    font-style: italic;
  }
}
@keyframes flash {
  from {
    transform: translateY(-5rem);
  }
  5% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5rem);
  }
}
@keyframes lightHouseTurn {
  to {
    transform: rotate(359deg);
  }
}
@keyframes grooves {
  from {
    background-image: repeating-radial-gradient(transparent 0px, transparent 2px, hsl(202deg, 6%, 85%) 3px, hsl(202deg, 6%, 85%) 5px);
  }
  to {
    background-image: repeating-radial-gradient(hsl(198deg, 3%, 15%) 0px, hsl(198deg, 3%, 15%) 1px, transparent 2px, transparent 4px, hsl(198deg, 3%, 15%) 5px, hsl(198deg, 3%, 15%) 6px);
  }
}
@keyframes loading {
  from {
    background-position: 0;
  }
  to {
    background-position: 100%;
  }
}
::selection {
  background: hsl(202deg, 6%, 85%);
  color: hsl(202deg, 6%, 85%);
}

body {
  background-color: hsl(209deg, 3%, 8%);
  color: hsl(202deg, 6%, 66%);
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 16px;
  font-weight: 300;
  margin: 6.6rem 0 0 0;
  overflow-x: hidden;
  font-feature-settings: "ss02" 1;
}

a {
  color: hsl(202deg, 6%, 85%);
  text-decoration: none;
  transition: 0.2s;
  position: relative;
}
a:after {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  right: 0;
  bottom: -5px;
  left: 0;
  background: hsl(202deg, 6%, 85%);
  z-index: -1;
  transition: transform 0.2s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
a.spotify {
  color: hsl(137deg, 59%, 44%);
}
a.spotify:after {
  background: hsl(137deg, 59%, 44%);
}
a.bandcamp {
  color: hsl(193deg, 74%, 44%);
}
a.bandcamp:after {
  background: hsl(193deg, 74%, 44%);
}

p {
  color: hsl(202deg, 6%, 85%);
}

em, strong {
  color: hsl(202deg, 6%, 85%);
}

h1, h2, h3, h4, h5a {
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

h1 {
  color: hsl(202deg, 6%, 85%);
  text-align: center;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1.75rem;
  font-family: "Shackleton Regular", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

.form-header {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.form-header h1 {
  flex: 1 0 0;
  text-align: left;
  font-size: 2rem;
  font-feature-settings: "ss01" 1;
  color: hsl(202deg, 6%, 85%);
  font-feature-settings: "salt" 2;
}
.form-header form {
  margin-bottom: 0;
}

h2, h3, h4, h5 {
  color: hsl(202deg, 6%, 85%);
  font-weight: 125;
  margin: 0;
  text-align: center;
}
h2 a, h3 a, h4 a, h5 a {
  color: hsl(202deg, 6%, 85%);
}

h2 {
  font-size: 3.14rem;
  line-height: 0.8;
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-feature-settings: "ss01" 1;
  color: hsl(202deg, 6%, 85%);
  font-feature-settings: "salt" 2;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4, h5 {
  font-family: "Shackleton Condensed", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: hsl(202deg, 6%, 66%);
}

h4 {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

h5 {
  font-size: 1.1rem;
}

ul.unlist {
  list-style: none;
  padding-left: 0;
}

.main-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 9.9rem);
  width: 100vw;
}
.main-container header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(20, 20, 21, 0.75);
  box-shadow: 0 4px 8px 4px hsl(209deg, 3%, 8%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid hsl(198deg, 3%, 15%);
}
.main-container header .heading-logo {
  display: block;
  height: 80.147px;
  margin: 12px auto;
  width: 220.832px;
  fill: hsl(202deg, 6%, 85%);
}
.main-container .container {
  width: 90%;
  max-width: 80rem;
  margin: auto;
  flex: 1;
  position: relative;
}
.main-container .container:not(:has(div)) ~ .loader {
  display: block;
}
.main-container .container:not(:has(div))::after {
  content: "Loading…";
  text-align: center;
  font-size: 2rem;
  width: 7rem;
  margin: auto;
  display: block;
  position: relative;
  top: 15rem;
  z-index: 0;
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: transparent;
  font-feature-settings: "ss01" 1;
  background-image: linear-gradient(to right, hsl(202deg, 6%, 85%), hsl(209deg, 3%, 8%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: loading 1s infinite ease-in-out;
  animation-direction: alternate;
  background-size: 300% 100%;
}
.main-container footer {
  border-top: 1px solid hsl(198deg, 3%, 15%);
  margin-top: 1rem;
  display: none;
  text-align: center;
}
.main-container footer .legal {
  margin-top: 2rem;
  font-size: 0.8rem;
}
.main-container footer .legal .emoji {
  font-style: normal;
}
.main-container footer .legal:hover .emoji {
  animation-name: "emoji";
  animation-duration: 300ms;
  animation-iteration-count: infinite;
}
.main-container footer .footer-container {
  max-width: 80rem;
  padding: 3rem 0;
  width: 90%;
  margin: auto;
  justify-content: space-between;
}
.main-container footer .footer-container em {
  color: #768085;
  font-family: "Shackleton Condensed", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

.profile-info {
  color: hsl(202deg, 6%, 66%);
  margin: 1rem 0;
}
.profile-info strong {
  font-weight: normal;
  color: hsl(202deg, 6%, 85%);
}

nav {
  display: flex;
  align-items: center;
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 1.666rem;
}
nav div {
  flex: 1;
  text-align: center;
}
nav div a {
  color: hsl(202deg, 6%, 85%);
}
nav div a:after {
  display: none;
}

.menu-container {
  font-size: 1rem;
}
.menu-container .menu-toggle {
  text-transform: uppercase;
  cursor: pointer;
}
.menu-container .menu-veil {
  position: fixed;
  z-index: 3;
  backdrop-filter: blur(5px);
  background-color: rgba(20, 20, 21, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s;
  cursor: pointer;
}
.menu-container .menu {
  font-family: "Shackleton Regular", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  position: fixed;
  z-index: 4;
  right: 0;
  transform: translateX(85vw);
  top: 0;
  text-align: left;
  height: 100vh;
  width: 85vw;
  max-width: 20rem;
  border-left: 1px solid #2d2e2f;
  transition: 0.1s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(32, 33, 34, 0.5);
  box-shadow: inset 0 -2px 0 #070808, inset 0 0 2px black, 0 4px 8px 4px #070808;
}
.menu-container .menu .menu-toggle {
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  display: block;
  text-align: right;
  padding: 1rem;
}
.menu-container ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.menu-container ul li a {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid hsl(209deg, 3%, 8%);
  border-top: 1px solid #2d2e2f;
}
.menu-container ul li a:hover {
  background-color: hsl(198deg, 3%, 15%);
}
.menu-container ul li:last-child {
  border-bottom: 1px solid #2d2e2f;
}
.menu-container.open .menu-veil {
  opacity: 1;
  pointer-events: auto;
}
.menu-container.open .menu {
  transform: translateX(0);
}

.back {
  display: block;
  position: relative;
  text-indent: 0;
  transition: text-indent 0.1s;
}
.back:hover {
  text-indent: -0.666rem;
}

.flash {
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-name: flash;
  animation-timing-function: ease-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(20, 20, 21, 0.66);
  box-shadow: inset 0 -2px 0 #070808, inset 0 0 2px black, 0 4px 8px 4px #070808;
  color: hsl(202deg, 6%, 85%);
  display: inline-block;
  padding: 1rem;
  text-align: center;
  text-shadow: 0 1px 0 hsl(209deg, 3%, 8%);
  transform: translateY(-5rem);
  position: absolute;
  width: calc(100% - 2rem);
  top: 0;
  left: 0;
  z-index: 4;
  user-select: none;
}
.flash.success {
  background: rgba(37, 162, 68, 0.5);
  color: #fff;
  box-shadow: inset 0 -2px 0 #2ab74d, inset 0 0 2px #2ecc56, 0 4px 8px 4px #070808;
}
.flash.error {
  background: rgba(136, 63, 63, 0.5);
  color: #fff;
  box-shadow: inset 0 -2px 0 #9a4747, inset 0 0 2px #ab4f4f, 0 4px 8px 4px #070808;
}

.loader {
  display: none;
  position: relative;
  top: -15rem;
  margin: 5rem auto 1rem;
  width: 8rem;
  height: 8rem;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 0.2rem solid hsl(202deg, 6%, 85%);
  background-image: repeating-radial-gradient(transparent 0px, transparent 1px, rgba(214, 217, 219, 0.3) 2px, rgba(214, 217, 219, 0.3) 3px);
  background-position: 0 0;
}
.loader:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  border-width: 4rem 4rem;
  border-style: solid;
  border-color: transparent rgba(214, 217, 219, 0.6);
  animation: lightHouseTurn 1s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -0.2em;
  border-radius: 50%;
  background-image: radial-gradient(hsl(209deg, 3%, 8%) 0%, #bbc0c3 7%, #bbc0c3 25%, transparent 25.1%);
}

.show-list:empty {
  height: 100px;
  text-align: center;
  line-height: 4rem;
  width: 20rem;
  margin: auto;
  margin-top: 4rem;
}
.show-list:empty::before {
  content: "Loading…";
  font-size: 2rem;
  display: block;
  border-bottom: 2px solid hsl(198deg, 3%, 15%);
  position: relative;
  z-index: 0;
}
.show-list:empty::after {
  content: "";
  display: block;
  width: 0;
  position: relative;
  z-index: 1;
  bottom: 2px;
  border-bottom: 2px solid hsl(202deg, 6%, 85%);
  animation: loading 0.5s ease-out;
  animation-fill-mode: forwards;
}

.filters {
  display: none;
}
.filters .toggle {
  display: block;
  width: 100%;
  line-height: 52px;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.filters .toggle.open .location-filters {
  height: 256px;
  opacity: 1;
}
.filters .toggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: rgba(32, 33, 34, 0.5);
  border-top: 1px solid #2d2e2f;
  z-index: -1;
  transition: transform 0.2s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.filters .toggle:hover:after, .filters .toggle.open:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.filters .toggle .toggle-button {
  width: 90%;
  max-width: 80rem;
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.filters .toggle .toggle-button:after {
  display: none;
}
.filters .toggle .toggle-button .toggle-arrow {
  transform: rotate(-90deg);
  transition: transform 0.1s;
  width: 10px;
  height: 10px;
  margin-right: 0.25rem;
}
.filters .toggle.open .toggle-button .toggle-arrow {
  transform: rotate(0deg);
}

.location-filters {
  height: 0;
  opacity: 0;
  overflow-y: hidden;
  transition: 0.2s;
  box-shadow: 0 4px 8px 4px hsl(209deg, 3%, 8%);
  position: relative;
  z-index: 1;
}

.location-container {
  flex: 1;
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: background-color 0.1s;
  overflow-y: hidden;
  border-bottom: 1px solid hsl(209deg, 3%, 8%);
  border-top: 1px solid #2d2e2f;
}
.location-container:last-child {
  border-bottom: 1px solid #2d2e2f;
}
.location-container a {
  color: hsl(202deg, 6%, 85%);
  padding: 1rem;
  height: 100%;
  display: block;
  text-shadow: 0 4px 8px rgba(20, 20, 21, 0.5);
}
.location-container a::after {
  display: none;
}
.location-container:hover {
  background-color: hsl(198deg, 3%, 15%);
}
.location-container:hover a {
  position: relative;
  z-index: 1;
}
.location-container:hover svg {
  opacity: 1;
}
.location-container svg {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.25;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: -1;
  pointer-events: none;
}
.location-container svg path {
  fill: #788287;
}
.location-container .va {
  width: 84.277px;
  height: 37.8px;
}
.location-container .dc {
  width: 38.74px;
  height: 44.591px;
}
.location-container .md {
  width: 74.033px;
  height: 38.596px;
}

form {
  margin-bottom: 2rem;
}

.band-form {
  margin-bottom: 0;
}

input[type=text], input[type=password], input[type=date], input[type=number], input[type=time], input[type=url], textarea, select {
  background: hsl(209deg, 3%, 8%);
  background-color: hsl(209deg, 3%, 8%);
  border: 2px solid hsl(198deg, 3%, 15%);
  border-radius: 3px;
  flex: 1;
  padding: 0 8px;
  color: hsl(202deg, 6%, 85%);
  font-family: "Figure", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 100;
  text-align: left;
}
input[type=text]:focus, input[type=text]:focus-visible, input[type=text]:focus-within, input[type=password]:focus, input[type=password]:focus-visible, input[type=password]:focus-within, input[type=date]:focus, input[type=date]:focus-visible, input[type=date]:focus-within, input[type=number]:focus, input[type=number]:focus-visible, input[type=number]:focus-within, input[type=time]:focus, input[type=time]:focus-visible, input[type=time]:focus-within, input[type=url]:focus, input[type=url]:focus-visible, input[type=url]:focus-within, textarea:focus, textarea:focus-visible, textarea:focus-within, select:focus, select:focus-visible, select:focus-within {
  box-shadow: 0 0 0 3px hsl(202deg, 6%, 85%);
  outline: 0;
}

input[type=button], input[type=submit], button, .form-item a, a.btn {
  background: hsl(198deg, 3%, 15%);
  border-radius: 3px;
  border: 1px solid hsl(198deg, 3%, 15%);
  color: hsl(202deg, 6%, 85%);
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 1rem;
  padding: 5px 8px;
  cursor: pointer;
}
input[type=button][disabled], input[type=submit][disabled], button[disabled], .form-item a[disabled], a.btn[disabled] {
  opacity: 0.5;
}
input[type=button]:hover, input[type=submit]:hover, button:hover, .form-item a:hover, a.btn:hover {
  background: #313435;
}
input[type=button].add-band, input[type=submit].add-band, button.add-band, .form-item a.add-band, a.btn.add-band {
  flex: 0 0 8rem;
  height: 41px;
}
input[type=button].add-band, input[type=button].input-button, input[type=submit].add-band, input[type=submit].input-button, button.add-band, button.input-button, .form-item a.add-band, .form-item a.input-button, a.btn.add-band, a.btn.input-button {
  margin-bottom: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 1.5;
  padding: 5px 1.5rem;
}
input[type=button].add-band:after, input[type=button].input-button:after, input[type=submit].add-band:after, input[type=submit].input-button:after, button.add-band:after, button.input-button:after, .form-item a.add-band:after, .form-item a.input-button:after, a.btn.add-band:after, a.btn.input-button:after {
  display: none;
}

.form-item a:after, a.btn:after {
  display: none;
}

.form-item input.band-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-item input.band-input:focus + a, .form-item input.band-input:focus + input, .form-item input.band-input:focus-visible + a, .form-item input.band-input:focus-visible + input, .form-item input.band-input:focus-within + a, .form-item input.band-input:focus-within + input {
  box-shadow: 0 0 0 3px hsl(202deg, 6%, 85%);
  outline: 0;
}

.submit-link {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.submit-link:after {
  display: none;
}

.form-item {
  display: flex;
  flex-wrap: wrap;
}
.form-item label {
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: hsl(202deg, 6%, 66%);
  flex: 0 0 8rem;
  line-height: 39px;
}
.form-item input, .form-item select {
  flex: 1;
  height: 37px;
  line-height: 1;
  transition: background 0.2s, box-shadow 0.2s;
  min-width: 0;
}
.form-item select {
  height: 41px;
  overflow: visible;
}
.form-item .form-error {
  flex-basis: 100%;
  font-size: 1rem;
  margin-top: -0.5rem;
  margin-left: 10rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

input[type=number] {
  appearance: textfield;
}

select {
  appearance: none;
  background-image: url(./dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem top 0.85rem;
  background-size: 10px 10px;
  text-overflow: ellipsis;
  width: calc(100% - 36px);
  padding-right: 36px;
}
select:focus {
  background-image: url(./dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem top 0.8rem;
  background-size: 10px 10px;
}
select option {
  font-weight: normal;
}

fieldset {
  border: none;
  background: rgba(37, 39, 39, 0.33);
  border-radius: 3px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
fieldset legend {
  color: hsl(202deg, 6%, 85%);
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  background: hsl(209deg, 3%, 8%);
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: -1.3rem;
}
fieldset .form-item label {
  color: hsl(202deg, 6%, 85%);
}

.form-item .add-band-list {
  display: none;
  padding-left: 8rem;
}
.form-item .add-band-list .band-pill {
  background: hsl(198deg, 3%, 15%);
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-feature-settings: "ss02" 1;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  user-select: none;
  cursor: pointer;
}
.form-item .add-band-list .band-pill:hover {
  background: #313435;
}
.form-item .add-band-list .band-pill .close {
  display: inline-block;
  margin-left: 0.5rem;
}

.band-details {
  padding-bottom: 90px;
}
.band-details h1 {
  font-weight: 900;
  font-stretch: 100%;
  font-size: 3rem;
  line-height: 0.8;
  color: hsl(202deg, 6%, 85%);
}

svg.spotify {
  height: 26px;
  width: 26px;
  position: relative;
  top: -3px;
}
svg.spotify path {
  fill: hsl(137deg, 59%, 44%);
}

svg.bandcamp {
  height: 19.538px;
  width: 33.246px;
}
svg.bandcamp path {
  fill: hsl(193deg, 74%, 44%);
}

.band-hero {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 calc(-5% - 1px) 1rem calc(-5% - 1px);
  position: relative;
  text-align: center;
}
.band-hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.band-hero img {
  width: 100%;
  opacity: 0.25;
}
.band-hero .desktop {
  display: none;
}

.band-hero-name {
  color: hsl(202deg, 6%, 85%);
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 3.5rem;
  left: 0;
  right: 0;
  line-height: 0.8;
  position: absolute;
  margin: auto;
  width: 90%;
  word-break: break-word;
}

.band-hero-genre {
  color: hsl(202deg, 6%, 85%);
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 1rem;
  font-stretch: 100%;
  line-height: 1rem;
  margin-top: 0.66rem;
}
.band-hero-genre .genre {
  color: hsl(202deg, 6%, 85%);
}

.band {
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: hsl(202deg, 6%, 85%);
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  overflow: hidden;
  align-items: flex-start;
  background: none;
}
.band .band-info {
  font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 1rem;
}
.band:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: hsl(209deg, 3%, 8%);
  z-index: -1;
  height: auto;
  border-radius: 3;
  border: 1px solid hsl(198deg, 3%, 15%);
}
.band .band-name {
  color: hsl(202deg, 6%, 85%);
  font-size: 2rem;
  line-height: 1.1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.band-list {
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-feature-settings: "ss01" 1;
  font-weight: 125;
  line-height: 0.8;
  font-size: 1.666rem;
}
.band-list .band-name {
  font-weight: 300;
  line-height: 0.8;
}
.band-list.show-page {
  margin-top: 2rem;
  margin-bottom: 5.5rem;
}

.band-card-wrapper {
  width: 100%;
}

.show {
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: hsl(202deg, 6%, 66%);
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  align-content: center;
  align-items: center;
  position: relative;
}
.show:first-of-type {
  margin-top: 1rem;
}
.show:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: hsl(209deg, 3%, 8%);
  background-image: linear-gradient(to right, rgba(37, 39, 39, 0.6), hsl(209deg, 3%, 8%));
  z-index: -1;
  transition: transform 0.4s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
  height: auto;
  border-radius: 3;
  opacity: 0;
  border: 1px solid hsl(198deg, 3%, 15%);
}
.show .show-date {
  color: hsl(202deg, 6%, 85%);
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  padding-right: 1rem;
  flex: 1;
}
.show .show-date .divider {
  color: hsl(202deg, 6%, 66%);
  line-height: 0.3;
  border-top: hsl(202deg, 6%, 66%) 2px solid;
  margin: 0.3rem auto;
  width: 5rem;
  height: 0;
}
.show .show-details {
  flex: 3;
  font-size: 1.25rem;
  line-height: 1;
}
.show .show-details .show-venue {
  color: hsl(202deg, 6%, 66%);
  font-size: 1rem;
  margin-top: 0.25rem;
  font-stretch: 100%;
}
.show.today {
  outline: 1px solid #a7ca54;
  border-radius: 0;
  box-shadow: 0 0 6px 1px rgba(167, 202, 84, 0.5), inset 0 0 3px 1px rgba(167, 202, 84, 0.35);
  margin-top: 1.5rem;
}
.show.today:before {
  content: "Tonight";
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-transform: uppercase;
  color: #a7ca54;
  position: absolute;
  top: -0.75rem;
  left: 0;
  right: 0;
  width: 4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  outline: 1px solid #a7ca54;
  box-shadow: 0 0 6px 1px rgba(167, 202, 84, 0.5), inset 0 0 3px 1px rgba(167, 202, 84, 0.35);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: hsl(209deg, 3%, 8%);
}

.show-list {
  margin-top: 9.9rem;
}
.show-list .filters {
  display: block;
}
.show-list .main-container footer {
  display: block;
}

.has-footer .main-container footer {
  display: block;
}

.summary-container {
  background-color: #1a1b1c;
  padding: 2rem 0;
  z-index: 4;
  margin: 0 calc(50% - 50vw) 0.8rem calc(50% - 50vw);
}
.summary-container .summary {
  margin: auto;
  max-width: 90%;
}
.summary-container .summary h2 {
  color: hsl(202deg, 6%, 66%);
}
.summary-container .summary svg {
  display: block;
  fill: hsl(202deg, 6%, 85%);
  height: 40px;
  margin: 1rem auto;
  width: 20px;
}
.summary-container .summary .band-name {
  color: hsl(202deg, 6%, 85%);
  max-width: 100%;
}
.summary-container .summary .show-stats {
  display: flex;
  margin-top: 3rem;
}
.summary-container .summary .show-stats .show-stat {
  color: hsl(202deg, 6%, 85%);
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  font-family: "Shackleton Regular", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-weight: bold;
}
.summary-container .summary .show-stats .show-stat .stat {
  color: hsl(202deg, 6%, 66%);
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Shackleton Condensed", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

.band-name {
  color: hsl(202deg, 6%, 85%);
  font-family: "Cinder", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1;
  max-width: 80%;
  font-feature-settings: "ss01" 1;
}

.quick-actions {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(20, 20, 21, 0.66);
  box-shadow: 0 -4px 8px 4px hsl(209deg, 3%, 8%);
  color: hsl(202deg, 6%, 85%);
  border-top: 1px solid #393b3c;
  bottom: 0;
  display: flex;
  height: 4rem;
  left: 0;
  position: fixed;
  width: 100%;
}
.quick-actions a {
  color: hsl(202deg, 6%, 85%);
  flex: 1;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  text-decoration: none;
  font-family: "Shackleton Regular", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-shadow: 0 1px 0 hsl(209deg, 3%, 8%);
}
.quick-actions a:first-child {
  border-right: 1px solid #393b3c;
}
.quick-actions a:last-child {
  border-left: 1px solid hsl(209deg, 3%, 8%);
}
.quick-actions svg {
  margin-right: 10px;
  vertical-align: middle;
}

.venue-card-wrapper {
  background-color: hsl(198deg, 3%, 15%);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: block;
  margin: auto;
  margin-bottom: 0.66rem;
  padding: 0.66rem;
  position: relative;
  text-decoration: none;
}
.venue-card-wrapper:last-child {
  margin-bottom: 0;
}
.venue-card-wrapper svg {
  height: 36px;
  opacity: 0.15;
  position: absolute;
  right: 0.66rem;
  top: 0.66rem;
  width: 3rem;
}
.venue-card-wrapper svg path {
  fill: hsl(202deg, 6%, 85%);
}

table {
  font-family: "Figure", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  width: 100%;
  border-radius: 3px;
  outline: 1px solid hsl(198deg, 3%, 15%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
table tr:nth-child(even) {
  background-color: #1f2021;
}
table th {
  border-bottom: 1px solid hsl(198deg, 3%, 15%);
}
table td, table th {
  padding: 0.5rem 1rem;
}
table td a:after {
  display: none;
}
table th {
  text-align: left;
}
table th.sorted {
  background-image: url(./dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem top 0.85rem;
  background-size: 10px 10px;
}
table strong {
  font-weight: bold;
}

.desktop {
  display: none;
}

.main-container footer {
  display: none;
}

/* Laptops and larger screens */
@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
  .main-container footer {
    display: block;
  }
  .quick-actions {
    display: none;
  }
  .desktop {
    display: block;
  }
  .show-date .desktop {
    display: inline;
  }
  .releases.desktop {
    display: flex;
  }
  .releases.desktop .release {
    position: relative;
    flex: 1;
    transition: filter 0.2s;
    margin-right: 1rem;
    overflow: hidden;
  }
  .releases.desktop .release:last-child {
    margin-right: 0;
  }
  .releases.desktop .release:hover img {
    filter: brightness(0.05);
  }
  .releases.desktop .release:hover .release-links a, .releases.desktop .release:hover .release-title, .releases.desktop .release:hover h4 {
    opacity: 1;
  }
  .releases.desktop .release img {
    width: 100%;
    transition: 0.2s;
  }
  .releases.desktop .release .release-title {
    opacity: 0;
    transition: 0.2s;
    font-size: 1.5rem;
    color: hsl(202deg, 6%, 85%);
    text-transform: uppercase;
    font-family: "Shackleton Narrow", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  }
  .releases.desktop .release h4 {
    text-align: center;
    opacity: 0;
    margin-bottom: 2rem;
  }
  .releases.desktop .release .release-links {
    position: absolute;
    width: 100%;
    top: calc(50% - 80px);
    text-align: center;
  }
  .releases.desktop .release .release-links a {
    border: 2px solid hsl(202deg, 6%, 85%);
    border-radius: 25px;
    padding: 5px 8px;
    opacity: 0;
    transition: 0.4s;
    display: block;
    text-decoration: none;
    color: hsl(202deg, 6%, 85%);
    width: 80%;
    margin: auto;
    height: 26px;
    line-height: 26px;
  }
  .releases.desktop .release .release-links a svg {
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  .releases.desktop .release .release-links a:last-child {
    margin-top: 1rem;
  }
  .band svg {
    transform: scale(2);
    margin-right: 1rem;
  }
  .container {
    max-width: 1200px;
    margin: auto;
  }
  .show .show-details {
    font-size: 2rem;
    line-height: 1;
    padding-right: 2rem;
    flex: 6;
  }
  .band-list.show-page {
    margin-bottom: 0;
  }
  .summary .band-name {
    font-size: 4rem;
    line-height: 1;
  }
  .show-details .desktop {
    display: inline;
  }
  .band-hero {
    margin-bottom: 3rem;
  }
  .band-hero:after {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    bottom: -5px;
  }
  .band-hero .desktop {
    display: block;
    filter: blur(5px);
    opacity: 0.5;
    margin-top: -5px;
    margin-bottom: 3rem;
  }
  .band-hero img {
    height: 600px;
    object-fit: cover;
    object-position: 50% 10%;
    filter: blur(5px);
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
  .band-hero-name {
    font-size: 5rem;
    line-height: 1;
  }
  .band-hero-genre {
    font-size: 3rem;
    line-height: 1;
  }
  .band-details {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .band {
    padding: 1rem 1.5rem;
  }
  .band svg {
    top: 30px;
    right: 30px;
  }
  .band svg.va {
    top: 40px;
  }
  .summary-container {
    padding: 4rem 0;
    margin-bottom: 3rem;
  }
  .summary {
    max-width: calc(1200px - 20rem);
    padding: 0 10rem;
    position: relative;
  }
  .summary svg {
    transform: scale(1.8);
    margin: 3rem auto;
  }
  .summary h3 {
    font-size: 36px;
    line-height: 1;
  }
  .summary h4 {
    font-size: 30px;
    line-height: 1;
  }
  .show-page {
    padding-bottom: 0;
  }
  .show-stats {
    margin: 0;
    padding: 0;
  }
  .show .band-name {
    font-size: 2rem;
  }
  .show:after {
    opacity: 0;
    transform: scaleX(0);
  }
  .show:hover {
    background: none;
  }
  .show:hover:after {
    opacity: 1;
    border: 1px solid hsl(198deg, 3%, 15%);
  }
  .show-stat {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    width: 130px;
  }
  .show-stat .stat {
    font-size: 24px;
    line-height: 1;
  }
  .show-stat:nth-child(1) {
    top: 1.5rem;
    left: 1.5rem;
  }
  .show-stat:nth-child(2) {
    top: 1.5rem;
    right: 1.5rem;
  }
  .show-stat:nth-child(3) {
    left: 1.5rem;
    bottom: 1.5rem;
  }
  .show-stat:nth-child(4) {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */
